Comment 2 for bug 1794613

Revision history for this message
Jesse Pretorius (jesse-pretorius) wrote : Re: Rocky setup hosts fails to recreate destroyed container

On a fresh Ubuntu Xenial host, I tried the following and was unable to replicate the issue:

cd /opt
git clone https://github.com/openstack/openstack-ansible
cd openstack-ansible
git checkout origin/stable/rocky # current SHA: c14e149d04a7a97c36ff4193ff59fdf6318a6d6d
./scripts/bootstrap-ansible.sh
./scripts/bootstrap-aio.sh
cd playbooks/
openstack-ansible setup-hosts.yml
openstack-ansible lxc-containers-destroy.yml --limit aio1_repo_container-b2f0a852 # answer yes,yes
rm -rf /etc/openstack_deploy/ansible_facts
openstack-ansible lxc-containers-create.yml --limit lxc_hosts,aio1_repo_container-b2f0a852

It seems that either the issue is resolved or more information is required to replicate the issue.