AIO with ceph deploy fails ansible error on seutp-openstack.yml

Bug #2019238 reported by Hugo Vinicius Garcia Razera
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
New
Undecided
Unassigned

Bug Description

ubuntu 20.04

sudo su
apt update
apt dist-upgrade
reboot
git clone https://opendev.org/openstack/openstack-ansible \
    /opt/openstack-ansible
cd /opt/openstack-ansible
git checkout 26.1.1
scripts/bootstrap-ansible.sh

export BOOTSTRAP_OPTS="bootstrap_host_public_interface=ens33"
export BOOTSTRAP_OPTS="${BOOTSTRAP_OPTS} bootstrap_host_data_disk_device=sdb"
export SCENARIO="aio_ceph_metal"
scripts/bootstrap-aio.sh
cd /opt/openstack-ansible/playbooks
openstack-ansible setup-hosts.yml
openstack-ansible setup-infrastructure.yml
openstack-ansible setup-openstack.yml

on the setup-openstack.yml playbook, during the os-neutron.yml execution the playbook fails at the task:
[Add service to the keystone service catalog]

it complains about the SSL cert being a Self Signet one, tryes 5 times and fails.

i tried to run the playbook again and alwais hit this error buf

somehow when i run the playbook with -vvvvvv option the error did not apper again.

Revision history for this message
Hugo Vinicius Garcia Razera (hviniciusg1981) wrote :

well, the playbook just finished runig, but Horizon was not deployed. had to add the conf.d/horizon.yml file and run setup-host, setup-infraestructure and setup-openstack again.

acording to the documentation the export SCENARIO="aio_ceph_metal" the aio should include horizon.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.