blob: abeef30e275a61d6cc71dbeb8361f111b9f6e412 [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
Zack Williams79286962017-07-10 12:24:37 -07005site_name: placeholder-sitename
6deployment_type: placeholder-deploymenttype
Zack Williams5223dd92017-02-28 23:38:02 -07007
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