Skip to content

Commit

Permalink
Add support for caso
Browse files Browse the repository at this point in the history
  • Loading branch information
dougszumski committed Mar 22, 2019
1 parent 219efbb commit a78a8fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/group_vars/all/kolla
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ overcloud_container_image_regex_map:
enabled: "{{ kolla_enable_aodh | bool }}"
- regex: barbican
enabled: "{{ kolla_enable_barbican | bool }}"
- regex: caso
enabled: "{{ kolla_enable_caso | bool }}"
- regex: ceilometer
enabled: "{{ kolla_enable_ceilometer | bool }}"
- regex: ceph
Expand Down Expand Up @@ -333,6 +335,7 @@ kolla_ansible_become: true
kolla_enable_aodh: "no"
kolla_enable_barbican: "no"
kolla_enable_central_logging: "no"
kolla_enable_caso: "no"
kolla_enable_ceph: "no"
kolla_enable_ceilometer: "no"
kolla_enable_cinder: "no"
Expand Down
3 changes: 3 additions & 0 deletions ansible/roles/kolla-ansible/templates/overcloud-components.j2
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,6 @@ control

[blazar:children]
control

[caso:children]
monitoring
1 change: 1 addition & 0 deletions ansible/roles/kolla-ansible/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ kolla_feature_flags:
- aodh
- barbican
- blazar
- caso
- ceilometer
- central_logging
- ceph
Expand Down

0 comments on commit a78a8fd

Please sign in to comment.