Comment 23 for bug 1777140

Revision history for this message
Sudeep Batra (sudeep.batra) wrote :

Thanks Alex,
used the below steps to deploy TripleO using Rocky >
export RELEASE=rocky
export VIRTHOST=127.0.0.2
time bash quickstart.sh \
      --teardown all \
      --release $RELEASE \
      --nodes /home/user/tripleo-quickstart/nodes.yaml \
      --config /home/user/tripleo-quickstart/config.yaml \
      -e undercloud_undercloud_ntp_servers=147.117.251.28 \
      --clean \
      $VIRTHOST

But it does not install the overcloud as well.
How to install the overcloud also automated using quickstart.