osism / testbed

With this testbed, it is possible to run a full OSISM installation, the baseline of the Sovereign Cloud Stack, on an existing OpenStack environment such as Cleura or REGIO.cloud.
https://osism.tech/docs/guides/other-guides/testbed
Apache License 2.0
61 stars 26 forks source link

Testbed (main) does not finish deployment #1143

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi,

yeterday afternoon I started a "make deploy-identity" which hasn't finished yet.

Last lines from output: ok: [testbed-node-1.testbed.osism.xyz] => (item=enable_multipathd_False) ok: [testbed-node-1.testbed.osism.xyz] => (item=enable_murano_False) ok: [testbed-node-1.testbed.osism.xyz] => (item=enable_neutron_True) ok: [testbed-node-1.testbed.osism.xyz] => (item=enable_nova_True) ok: [testbed-node-1.testbed.osism.xyz] => (item=enable_octavia_True)

Ansible-playbook processes: dragon@testbed-manager:~$ ps -ef | grep ansible-playbook dragon 156879 156877 7 Mar24 ? 01:14:49 /usr/bin/python3 /usr/local/bin/ansible-playbook --vault-password-file /opt/configuration/environments/.vault_pass -e CONFIG_DIR=/opt/configuration/environments/kolla -e @/opt/configuration/environments/configuration.yml -e @/opt/configuration/environments/secrets.yml -e @secrets.yml -e @images.yml -e @configuration.yml -e kolla_action=deploy /ansible/kolla-mariadb.yml dragon 156935 156879 0 Mar24 ? 00:00:00 /usr/bin/python3 /usr/local/bin/ansible-playbook --vault-password-file /opt/configuration/environments/.vault_pass -e CONFIG_DIR=/opt/configuration/environments/kolla -e @/opt/configuration/environments/configuration.yml -e @/opt/configuration/environments/secrets.yml -e @secrets.yml -e @images.yml -e @configuration.yml -e kolla_action=deploy /ansible/kolla-mariadb.yml

Kind regards, Andre.

berendt commented 2 years ago

Maybe deploy-identity is broken. i'll test it.

At least the overall deployment works. The daily testbed deployments are green.

ghost commented 2 years ago

Works like a charm. Thank you!

Should this fix also pushed into stable branch as well?

berendt commented 2 years ago

The stable branch is currently not up to date and is not tested. But it is a good point. I will create an issue to revive the stable branch.

ghost commented 2 years ago

Thank you