Comment 18 for bug 1777140

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

I tried installing the Rocky release ,followed the below steps :
    1 export VIRTHOST=127.0.0.2
    2 git clone https://github.com/openstack/tripleo-quickstart.git
    3 cd tripleo-quickstart/
    4 bash quickstart.sh --install-deps
    5 ssh-keygen
    6 ssh-copy-id root@$VIRTHOST # otherwise installation fails #
    7 bash quickstart.sh -R rocky --no-clone --tags all --nodes config/nodes/1ctlr_1comp_1ceph.yml -I $VIRTHOST
Error still for NTP in the undercloud_install.log
TASK [Ensure system is NTP time synced] ****************************************
fatal: [undercloud]: FAILED! ntpdate[9153]: no server suitable for synchronization found",etc..

so the manual steps are still needed.