Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 1 | --- |
| 2 | # compute-node-config/defaults/main.yml |
| 3 | |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 4 | # location of cord_profile on head node |
| 5 | head_cord_profile_dir: /opt/cord_profile |
| 6 | |
| 7 | # name of the external interface on compute nodes. Should have the ansible_ prefix. |
| 8 | # `fabric` is default in R-CORD |
| 9 | compute_external_interface: ansible_fabric |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 10 | |
| 11 | # service configs referenced here are likely located in cord-profile/templates |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 12 | # used in openstack-compute-vtn.yaml.j2, referencing network in management-net.yaml.j2 |
| 13 | use_management_hosts: False |
| 14 | vtn_management_host_net_interface: veth3 |
| 15 | |
| 16 | # used in openstack-compute-vtn.yaml.j2, referencing service in fabric.yaml.j2 |
| 17 | use_fabric: False |
| 18 | |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 19 | |