Thanks Denis, but I think there is another problem: on kube muster port 8080 is not listening, probably some services are note started Regards Ignazio Il giorno mer 3 lug 2019 alle ore 17:31 Denis Pascheka <dp@servinga.com> ha scritto:
Hi Ignazio,
in Queens there is an issue within Magnum which has been resolved in the Rocky release. Take a look at this file: https://github.com/openstack/magnum/blob/stable/rocky/magnum/drivers/common/....
The execution of the curl command in row 16 needs to be escaped with an backslash. You can achieve this by building your own magnum containers <https://docs.openstack.org/kolla/queens/admin/image-building.html> and adding an template override <https://docs.openstack.org/kolla/queens/admin/image-building.html#generic-customisation> to it where you add your fixed/own wc-notify-master.sh script from the plugin directory <https://docs.openstack.org/kolla/queens/admin/image-building.html#plugin-functionality>.
Best Regards,
*Denis Pascheka* Cloud Architect
t: +49 (69) 348 75 11 12 m: +49 (170) 495 6364 e: dp@servinga.com servinga GmbH Mainzer Landstr. 351-353 60326 Frankfurt <https://www.linkedin.com/in/denispascheka/> <https://www.xing.com/profile/Denis_Pascheka> <https://www.facebook.com/servinga> <https://twitter.com/servingagmbh> <https://www.youtube.com/channel/UCeu7P2C9NqCX8lP1q2mXyVQ> * www.servinga.com <https://www.servinga.com> *
Amtsgericht Frankfurt am Main - HRB 91418 - Geschäftsführer Adam Lakota, Christian Lertes
Ignazio Cassano <ignaziocassano@gmail.com> hat am 3. Juli 2019 um 16:58 geschrieben:
Hi All, I just installed openstack kolla queens with magnum but trying to create a kubernetes cluster the master nodes does not terminate installation: it loops with the following message:
curl --silent http://127.0.0.1:8080/healthz + '[' ok = '' ']' + sleep 5
Anyone can help ? Best Regards Ignazio