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