Comment 2 for bug 1880577

Revision history for this message
Emilien Macchi (emilienm) wrote :

Hey John, I couldn't reproduce.

Here is what I did on a fresh undercloud (master):

source ~/stackrc
openstack overcloud deploy \
  --templates /usr/share/openstack-tripleo-heat-templates/ \
  --stack overcloud-0 --stack-only \
  -n /home/stack/oc0-network-data.yaml \
  -e /usr/share/openstack-tripleo-heat-templates/environments/net-multiple-nics.yaml \
  -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
  -e /usr/share/openstack-tripleo-heat-templates/environments/network-environment.yaml \
  -e /usr/share/openstack-tripleo-heat-templates/environments/disable-telemetry.yaml \
  -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml \
  -e /usr/share/openstack-tripleo-heat-templates/environments/enable-swap.yaml \
  -e /usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml \
    -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-ha.yaml \
  -e /home/stack/domain.yaml \
  -e /home/stack/containers-prepare-parameter.yaml \
  -e /home/stack/generated-container-prepare.yaml \
  --environment-directory ~/overcloud-0-yml \
  --ntp-server pool.ntp.org --libvirt-type qemu

At this point, it just created the stack:

        +--------------------------------------+-------------+----------------------------------+-----------------+----------------------+--------------+
        | ID | Stack Name | Project | Stack Status | Creation Time | Updated Time |
        +--------------------------------------+-------------+----------------------------------+-----------------+----------------------+--------------+
        | 7efd5bca-69b6-4336-8aca-442825026d8c | overcloud-0 | c71b654a777c4c7b9aa51c07a38b408d | CREATE_COMPLETE | 2020-05-25T17:54:25Z | None |
        +--------------------------------------+-------------+----------------------------------+-----------------+----------------------+--------------+

Then I ran:

tripleo-config-download --stack-name overcloud-0 --output-dir oc0-config-download
tripleo-ansible-inventory --ansible_ssh_user heat-admin --static-yaml-inventory oc0-inventory.yaml --stack overcloud-0

I could see deployment running:
+-------------+-------------------+
| Plan Name | Deployment Status |
+-------------+-------------------+
| overcloud-0 | DEPLOYING |
+-------------+-------------------+

I'll report back when the deployment is finished to deploy.
Note that I didn't deploy Ceph.