Skip to content

Commit

Permalink
Add support for caso
Browse files Browse the repository at this point in the history
(cherry picked from commit a78a8fd)
(cherry picked from commit 5f57c8c)

Change-Id: I8804bd4647140bc837832a0cb6d8bbf3f8e53ac8
(cherry picked from commit 609f822)
(cherry picked from commit 6862b1d)
  • Loading branch information
dougszumski authored and jovial committed May 13, 2021
1 parent 37ab622 commit 2e9b8df
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 @@ -120,6 +120,8 @@ overcloud_container_image_regex_map:
enabled: "{{ kolla_enable_barbican | bool }}"
- regex: blazar
enabled: "{{ kolla_enable_blazar | bool }}"
- regex: caso
enabled: "{{ kolla_enable_caso | bool }}"
- regex: ceilometer
enabled: "{{ kolla_enable_ceilometer | bool }}"
- regex: chrony
Expand Down Expand Up @@ -473,6 +475,7 @@ kolla_enable_rabbitmq: "yes"
kolla_enable_aodh: "no"
kolla_enable_barbican: "no"
kolla_enable_blazar: "no"
kolla_enable_caso: "no"
kolla_enable_ceilometer: "no"
kolla_enable_central_logging: "no"
kolla_enable_chrony: "yes"
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 @@ -242,3 +242,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 @@ -75,6 +75,7 @@ kolla_feature_flags:
- barbican
- blazar
- cadf_notifications
- caso
- ceilometer
- ceilometer_ipmi
- cells
Expand Down

0 comments on commit 2e9b8df

Please sign in to comment.