Skip to content
Snippets Groups Projects
Commit eaa1af8f authored by Jeffrey Zhang's avatar Jeffrey Zhang Committed by Jeffrey Zhang
Browse files

Add lost roles field in octavia

* the roles field is lost when implementing. This patch adds the field
* add enable_octavia example in globas.yml file

Change-Id: I94c33f78afafc903779c9f3bdb051fca39206211
Implements: blueprint octavia-ansible-role
parent aea8be56
No related branches found
No related tags found
No related merge requests found
...@@ -494,3 +494,7 @@ ...@@ -494,3 +494,7 @@
- octavia-housekeeping - octavia-housekeeping
- octavia-worker - octavia-worker
serial: '{{ serial|default("0") }}' serial: '{{ serial|default("0") }}'
roles:
- { role: octavia,
tags: octavia,
when: enable_octavia | bool }
...@@ -149,6 +149,7 @@ kolla_internal_vip_address: "10.10.10.254" ...@@ -149,6 +149,7 @@ kolla_internal_vip_address: "10.10.10.254"
#enable_neutron_qos: "no" #enable_neutron_qos: "no"
#enable_neutron_agent_ha: "no" #enable_neutron_agent_ha: "no"
#enable_neutron_vpnaas: "no" #enable_neutron_vpnaas: "no"
#enable_octavia: "no"
#enable_rally: "no" #enable_rally: "no"
#enable_sahara: "no" #enable_sahara: "no"
#enable_searchlight: "no" #enable_searchlight: "no"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment