Skip to content

Commit

Permalink
Merge pull request #100 from stackhpc/wallaby/caso
Browse files Browse the repository at this point in the history
Add support for caso
  • Loading branch information
jovial authored Mar 6, 2023
2 parents 63d7000 + 257468d commit 1bbc106
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 @@ -122,6 +122,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 @@ -525,6 +527,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: "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 @@ -229,3 +229,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
- ceilometer_horizon_policy_file
- ceilometer_ipmi
Expand Down

0 comments on commit 1bbc106

Please sign in to comment.