Skip to content

Commit

Permalink
switch to wallaby
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Oct 28, 2021
1 parent 0c7d5b8 commit 074e4e6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 15 deletions.
41 changes: 28 additions & 13 deletions config/multinode
Expand Up @@ -50,6 +50,16 @@ compute
storage
monitoring

[chrony-server:children]
haproxy

[chrony:children]
control
network
compute
storage
monitoring

[collectd:children]
compute

Expand Down Expand Up @@ -81,13 +91,7 @@ storage
[elasticsearch:children]
control

[hacluster:children]
control

[hacluster-remote:children]
compute

[loadbalancer:children]
[haproxy:children]
network

[mariadb:children]
Expand Down Expand Up @@ -187,6 +191,9 @@ control
control
compute

[panko:children]
control

[gnocchi:children]
control

Expand All @@ -196,6 +203,10 @@ control
[trove:children]
control

# Tempest
[tempest:children]
control

[senlin:children]
control

Expand All @@ -208,6 +219,9 @@ control
[watcher:children]
control

[rally:children]
control

[octavia:children]
control

Expand Down Expand Up @@ -544,6 +558,10 @@ compute
[cyborg-conductor:children]
cyborg

# Panko
[panko-api:children]
panko

# Gnocchi
[gnocchi-api:children]
gnocchi
Expand Down Expand Up @@ -697,7 +715,7 @@ storage
mariadb

[prometheus-haproxy-exporter:children]
loadbalancer
haproxy

[prometheus-memcached-exporter:children]
memcached
Expand Down Expand Up @@ -727,10 +745,7 @@ control
[masakari-engine:children]
control

[masakari-hostmonitor:children]
control

[masakari-instancemonitor:children]
[masakari-monitors:children]
compute

[ovn-controller:children]
Expand All @@ -753,4 +768,4 @@ ovn-database
ovn-database

[ovn-sb-db:children]
ovn-database
ovn-database
4 changes: 2 additions & 2 deletions deploy/2_install_kolla.sh
Expand Up @@ -26,8 +26,8 @@ echo "Installing Kolla"

# from source for xena compat
mkdir -p /opt/source
git clone -b stable/xena https://github.com/openstack/kolla /opt/source/kolla
git clone -b stable/xena https://github.com/openstack/kolla-ansible /opt/source/kolla-ansible
git clone -b stable/wallaby https://github.com/openstack/kolla /opt/source/kolla
git clone -b stable/wallaby https://github.com/openstack/kolla-ansible /opt/source/kolla-ansible
pip install /opt/source/kolla
pip install /opt/source/kolla-ansible

Expand Down

0 comments on commit 074e4e6

Please sign in to comment.