<div dir="ltr"><div>Many thanks</div><div>Ignazio<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno gio 4 lug 2019 alle ore 12:38 Jonathan Rosser <<a href="mailto:jonathan.rosser@rd.bbc.co.uk">jonathan.rosser@rd.bbc.co.uk</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Ignazio,<br>
<br>
You will something like this applied to Queens magnum <br>
<a href="https://review.opendev.org/#/c/637390/" rel="noreferrer" target="_blank">https://review.opendev.org/#/c/637390/</a> which corrects the issue you have <br>
identified with the proxy environment variables not being exported.<br>
<br>
I would also suggest that you apply another patch <br>
<a href="https://review.opendev.org/#/c/667284" rel="noreferrer" target="_blank">https://review.opendev.org/#/c/667284</a> otherwise the proxy settings in <br>
the cluster template will interfere with the operation of <br>
magnum-conductor. Depending on your network environment you will have <br>
further issues without reverting that code.<br>
<br>
I would recommend using config in kolla to setup any http proxy you need <br>
for the magnum-conductor service - completely separate from any end user <br>
proxy settings that come from the cluster template.<br>
<br>
Hope this helps,<br>
Jon.<br>
<br>
On 04/07/2019 05:49, Ignazio Cassano wrote:<br>
> Hello,<br>
> the problem is that my externet network uses http proxy for downloading<br>
> package from internet<br>
> The file /etc/sysconfig/heat-params containes the HTTP_PROXY variable I<br>
> passed to the cluster template but it does not export it for part007 script<br>
> and etcd is not downloaded.<br>
> If I change /etc/sysconfig/heat-params and insert at the head<br>
> set -a<br>
> <br>
> and then I run part007 script, it works because reads the HTTP_PROXY<br>
> variable and can download etcd.<br>
> <br>
> This seems a bug.<br>
> Regards<br>
> Ignazio<br>
> <br>
> <br>
> Il giorno gio 4 lug 2019 alle ore 04:39 Feilong Wang <<br>
> <a href="mailto:feilong@catalyst.net.nz" target="_blank">feilong@catalyst.net.nz</a>> ha scritto:<br>
> <br>
>> Hi Ignazio,<br>
>><br>
>> Based on the error message you provided, the etcd cluster is not started<br>
>> successfully. You can run the script part-007 manually to debug what's the<br>
>> root cause.<br>
>><br>
>><br>
>> On 4/07/19 7:03 AM, Ignazio Cassano wrote:<br>
>><br>
>> Hi All,<br>
>> I 've just installed openstack kolla queens and wen I try to run a<br>
>> kubernetes cluster,<br>
>> the master node reports the following in the cloud init log file:<br>
>> Cloud-init v. 0.7.9 running 'modules:config' at Wed, 03 Jul 2019 18:57:19<br>
>> +0000. Up 20.40 seconds.<br>
>> + CA_FILE=/etc/pki/ca-trust/source/anchors/openstack-ca.pem<br>
>> + '[' -n '' ']'<br>
>><br>
>> /var/lib/cloud/instance/scripts/part-007: line 57: /etc/etcd/etcd.conf: No<br>
>> such file or directory<br>
>> /var/lib/cloud/instance/scripts/part-007: line 70: /etc/etcd/etcd.conf: No<br>
>> such file or directory<br>
>> /var/lib/cloud/instance/scripts/part-007: line 86: /etc/etcd/etcd.conf: No<br>
>> such file or directory<br>
>> Cloud-init v. 0.7.9 running 'modules:final' at Wed, 03 Jul 2019 18:57:21<br>
>> +0000. Up 21.93 seconds.<br>
>> 2019-07-03 18:59:23,121 - util.py[WARNING]: Failed running<br>
>> /var/lib/cloud/instance/scripts/part-007 [1]<br>
>><br>
>>   The image I am using is suggested in the openstack documentation:<br>
>> $ wget <a href="https://download.fedoraproject.org/pub/alt/atomic/stable/Fedora-Atomic-27-20180212.2/CloudImages/x86_64/images/Fedora-Atomic-27-20180212.2.x86_64.qcow2" rel="noreferrer" target="_blank">https://download.fedoraproject.org/pub/alt/atomic/stable/Fedora-Atomic-27-20180212.2/CloudImages/x86_64/images/Fedora-Atomic-27-20180212.2.x86_64.qcow2</a><br>
>><br>
>> The volume driver is cinder and the docker storage driver is overlay.<br>
>><br>
>> The docker volume size is 5 GB  and THE VOLUME SIZE OF THE FLAVOR IS 20gb.<br>
>><br>
>><br>
>> Seems image is missing some packeages :-(<br>
>><br>
>> Anyone could help me, please ?<br>
>><br>
>> Ignazio<br>
>><br>
>>    --<br>
>> Cheers & Best regards,<br>
>> Feilong Wang (王飞龙)<br>
>> --------------------------------------------------------------------------<br>
>> Senior Cloud Software Engineer<br>
>> Tel: +64-48032246<br>
>> Email: <a href="mailto:flwang@catalyst.net.nz" target="_blank">flwang@catalyst.net.nz</a><br>
>> Catalyst IT Limited<br>
>> Level 6, Catalyst House, 150 Willis Street, Wellington<br>
>> --------------------------------------------------------------------------<br>
>><br>
>><br>
> <br>
<br>
</blockquote></div>