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/templates/kubernetes/fragments/wc-notify-master.sh.
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 and adding an template override to it where you add your fixed/own wc-notify-master.sh script from the plugin directory.

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
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