blob: 31579a573bc9b05c6ed239c003e74d0e4c1a22c6 [file] [log] [blame]
Zack Williams2f5f2bd2017-12-01 15:04:22 -07001---
Matteo Scandolo3896c472017-08-01 13:31:42 -07002# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
Zack Williamsa2763112017-01-03 11:38:38 -070016# compute-node-config/defaults/main.yml
17
Zack Williams5223dd92017-02-28 23:38:02 -070018# default site/deployment placeholder names
Zack Williams79286962017-07-10 12:24:37 -070019site_name: placeholder-sitename
20deployment_type: placeholder-deploymenttype
Zack Williams5223dd92017-02-28 23:38:02 -070021
Zack Williamsc989f262017-05-11 13:02:59 -070022# location of cord_profile on head node
23head_cord_profile_dir: /opt/cord_profile
24
Zack Williamsa2763112017-01-03 11:38:38 -070025# service configs referenced here are likely located in cord-profile/templates
Zack Williamsa2763112017-01-03 11:38:38 -070026
27# used in openstack-compute-vtn.yaml.j2, referencing service in fabric.yaml.j2
28use_fabric: False
29
Zack Williams2f5f2bd2017-12-01 15:04:22 -070030# name of the fabric interface on compute nodes,
31# VTN adds it to `br-int`, when provided as the `dataPlaneIntf`
32# default values:
33# - `fabric` is default when using MaaS
Zack Williamsb61ca262018-01-29 17:01:21 -070034# - `fabricbond` is default for all other configs (created with interface-config role)
Zack Williams2f5f2bd2017-12-01 15:04:22 -070035
Zack Williamsb61ca262018-01-29 17:01:21 -070036vtn_integration_bridge_interface: fabricbond
Zack Williams2f5f2bd2017-12-01 15:04:22 -070037
38computenode_fabric_interfaces:
39 - "{{ vtn_integration_bridge_interface }}"
40 - br-int
41
42# used in openstack-compute-vtn.yaml.j2, referencing network in management-net.yaml.j2
Zack Williams2f5f2bd2017-12-01 15:04:22 -070043use_vtn_net_management_host: False
Zack Williamsb61ca262018-01-29 17:01:21 -070044vtn_net_management_host_interface: vethmgmt1
Zack Williams2f5f2bd2017-12-01 15:04:22 -070045