Skip to content

Commit

Permalink
2023.1 RC1 - Sync KA feature flags & inventories
Browse files Browse the repository at this point in the history
Preparations for Antelope RC1.

Synchronises Kayobe with the Kolla-Ansible feature flags and inventory.

Change-Id: I89a3fd800fafb29be27846806de4e6465209134c
  • Loading branch information
MoteHue committed May 26, 2023
1 parent 7f4ba45 commit 0e984c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/kolla-ansible/templates/overcloud-components.j2
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ control
[zun:children]
control

[skydive:children]
monitoring
[skyline:children]
control

[redis:children]
control
Expand Down
11 changes: 5 additions & 6 deletions ansible/roles/kolla-ansible/templates/overcloud-services.j2
Original file line number Diff line number Diff line change
Expand Up @@ -450,13 +450,12 @@ compute
[zun-cni-daemon:children]
compute

# Skydive
[skydive-analyzer:children]
skydive
# Skyline
[skyline-apiserver:children]
skyline

[skydive-agent:children]
compute
network
[skyline-console:children]
skyline

# Tacker
[tacker-server:children]
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/kolla-ansible/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ kolla_feature_flags:
- redis
- sahara
- senlin
- skydive
- skyline
- solum
- swift
- swift_recon
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
#kolla_enable_redis:
#kolla_enable_sahara:
#kolla_enable_senlin:
#kolla_enable_skydive:
#kolla_enable_skyline:
#kolla_enable_solum:
#kolla_enable_swift:
#kolla_enable_swift_recon:
Expand Down

0 comments on commit 0e984c4

Please sign in to comment.