Skip to content
Snippets Groups Projects
Commit 6a6186f6 authored by Mark Goddard's avatar Mark Goddard
Browse files

Add enable flag and image regex for manila

parent ae4a8180
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,8 @@ controller_container_image_regex_map: ...@@ -148,6 +148,8 @@ controller_container_image_regex_map:
enabled: True enabled: True
- regex: magnum - regex: magnum
enabled: "{{ kolla_enable_magnum | bool }}" enabled: "{{ kolla_enable_magnum | bool }}"
- regex: manila
enabled: "{{ kolla_enable_manila | bool }}"
- regex: murano - regex: murano
enabled: "{{ kolla_enable_murano | bool }}" enabled: "{{ kolla_enable_murano | bool }}"
- regex: mariadb - regex: mariadb
...@@ -275,6 +277,7 @@ kolla_enable_horizon: "yes" ...@@ -275,6 +277,7 @@ kolla_enable_horizon: "yes"
kolla_enable_ironic: "yes" kolla_enable_ironic: "yes"
kolla_enable_kibana: "{{ 'yes' if kolla_enable_central_logging | bool else 'no' }}" kolla_enable_kibana: "{{ 'yes' if kolla_enable_central_logging | bool else 'no' }}"
kolla_enable_magnum: "no" kolla_enable_magnum: "no"
kolla_enable_manila: "no"
kolla_enable_murano: "no" kolla_enable_murano: "no"
kolla_enable_neutron: "yes" kolla_enable_neutron: "yes"
kolla_enable_nova: "yes" kolla_enable_nova: "yes"
......
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