Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 1 | --- |
| 2 | # compute-node-config/defaults/main.yml |
| 3 | |
| 4 | cord_profile_dir: "{{ ansible_user_dir + '/cord_profile' }}" |
| 5 | |
| 6 | # service configs referenced here are likely located in cord-profile/templates |
| 7 | |
| 8 | # used in openstack-compute-vtn.yaml.j2, referencing network in management-net.yaml.j2 |
| 9 | use_management_hosts: False |
| 10 | vtn_management_host_net_interface: veth3 |
| 11 | |
| 12 | # used in openstack-compute-vtn.yaml.j2, referencing service in fabric.yaml.j2 |
| 13 | use_fabric: False |
| 14 | |