blob: dffca62dff4acb6759e33bce0c31f8bfbb7d99a5 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# compute-node-config/defaults/main.yml
3
Zack Williamsc989f262017-05-11 13:02:59 -07004# location of cord_profile on head node
5head_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
9compute_external_interface: ansible_fabric
Zack Williamsa2763112017-01-03 11:38:38 -070010
11# service configs referenced here are likely located in cord-profile/templates
Zack Williamsa2763112017-01-03 11:38:38 -070012# used in openstack-compute-vtn.yaml.j2, referencing network in management-net.yaml.j2
13use_management_hosts: False
14vtn_management_host_net_interface: veth3
15
16# used in openstack-compute-vtn.yaml.j2, referencing service in fabric.yaml.j2
17use_fabric: False
18
Zack Williamsc989f262017-05-11 13:02:59 -070019