blob: b7222088a2b0a8763e9d4f4d3c1cb2cf6890df8c [file] [log] [blame]
Matteo Scandolo3896c472017-08-01 13:31:42 -07001
2# 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
16
Zack Williamsa2763112017-01-03 11:38:38 -070017---
18# compute-node-config/defaults/main.yml
19
Zack Williams5223dd92017-02-28 23:38:02 -070020# default site/deployment placeholder names
Zack Williams79286962017-07-10 12:24:37 -070021site_name: placeholder-sitename
22deployment_type: placeholder-deploymenttype
Zack Williams5223dd92017-02-28 23:38:02 -070023
Zack Williamsc989f262017-05-11 13:02:59 -070024# location of cord_profile on head node
25head_cord_profile_dir: /opt/cord_profile
26
Zack Williams5223dd92017-02-28 23:38:02 -070027# name of the external interface on compute nodes
Zack Williams6ccbed22017-06-26 13:18:05 -070028# `fabric` is default in R-CORD, VTN adds it to `br-int`
29compute_external_interfaces:
30 - fabric
31 - br-int
Zack Williamsa2763112017-01-03 11:38:38 -070032
33# service configs referenced here are likely located in cord-profile/templates
Zack Williamsa2763112017-01-03 11:38:38 -070034# used in openstack-compute-vtn.yaml.j2, referencing network in management-net.yaml.j2
35use_management_hosts: False
36vtn_management_host_net_interface: veth3
37
38# used in openstack-compute-vtn.yaml.j2, referencing service in fabric.yaml.j2
39use_fabric: False
40