blob: b8fed3c9f86a9ca05ea2c715d17c64f0a12b8efd [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# compute-node-config/defaults/main.yml
3
Zack Williams5223dd92017-02-28 23:38:02 -07004# default site/deployment placeholder names
5site_name: sitename
6deployment_type: deploymenttype
7
Zack Williamsc989f262017-05-11 13:02:59 -07008# location of cord_profile on head node
9head_cord_profile_dir: /opt/cord_profile
10
Zack Williams5223dd92017-02-28 23:38:02 -070011# name of the external interface on compute nodes
Zack Williams6ccbed22017-06-26 13:18:05 -070012# `fabric` is default in R-CORD, VTN adds it to `br-int`
13compute_external_interfaces:
14 - fabric
15 - br-int
Zack Williamsa2763112017-01-03 11:38:38 -070016
17# service configs referenced here are likely located in cord-profile/templates
Zack Williamsa2763112017-01-03 11:38:38 -070018# used in openstack-compute-vtn.yaml.j2, referencing network in management-net.yaml.j2
19use_management_hosts: False
20vtn_management_host_net_interface: veth3
21
22# used in openstack-compute-vtn.yaml.j2, referencing service in fabric.yaml.j2
23use_fabric: False
24