<div dir="ltr"><div><div><div><div>Hi Luca,<br><br></div>Most heat templates (E.g. openshift on openstack) expect to see the url on the external endpoint. So I usually run:<br><br>sudo openstack-config --set /etc/heat/heat.conf DEFAULT heat_metadata_server_url <a href="http://EXTERNAL_VIP:8000">http://EXTERNAL_VIP:8000</a><br>sudo openstack-config --set /etc/heat/heat.conf DEFAULT heat_waitcondition_server_url <a href="http://EXTERNAL_VIP:8000/v1/waitcondition">http://EXTERNAL_VIP:8000/v1/waitcondition</a><br><br></div>(on all controllers then pcs resource restart if using HA)<br><br></div>I think this can be adjusted in better ways than the above (Endpoint map perhaps or in Newton?) but this gives me what I need.<br><br></div>Regards<br><div><div><div><div><div><br><br></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 21 November 2016 at 16:59, Luca 'remix_tj' Lorenzetto <span dir="ltr"><<a href="mailto:lorenzetto.luca@gmail.com" target="_blank">lorenzetto.luca@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello rdo-list,<br>
<br>
i'm playing now with some stacks using OS::Heat::SoftwareDeployment<br>
(first time).<br>
I'm running Mitaka on this openstack setup.<br>
My stack is using the default signal_transport (CFN as far as i can understand).<br>
<br>
I've seen os-collect-config not working because after the startup<br>
configured in this way:<br>
<br>
/etc/os-collect-config.conf<br>
<br>
[DEFAULT]<br>
command = os-refresh-config<br>
collectors = ec2<br>
collectors = cfn<br>
collectors = local<br>
<br>
[cfn]<br>
metadata_url = <a href="http://172.25.122.11:8000/v1/" rel="noreferrer" target="_blank">http://172.25.122.11:8000/v1/</a><br>
stack_name = test_lab<br>
secret_access_key = 13c40f89a12142ca826e059788ad22<wbr>58<br>
access_key_id = 88111670b6fb41ef816696c871986d<wbr>89<br>
path = rundeck.Metadata<br>
<br>
<br>
I see that the metadata url is pointing to a right IP from the<br>
internal API pool.<br>
<br>
First question: should i find that url listed as endpoint with<br>
openstack endpoint list ?<br>
<br>
Second (and more important question):<br>
It's the right behavior connecting to the InternalAPI url for a VM?<br>
<br>
I set up my internal API network as a private network between<br>
openstack nodes, and it is not routed and not accessible with the rest<br>
of the world.<br>
Should i set this network as routed (and add default gateways to the hosts?)<br>
I tried to understand this from docs (i did the setup through TripleO)<br>
both from official, community and RH ones, but had no luck on<br>
clarifying this question.<br>
<br>
Thank you in advance for the explanations,<br>
<br>
Luca<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
"E' assurdo impiegare gli uomini di intelligenza eccellente per fare<br>
calcoli che potrebbero essere affidati a chiunque se si usassero delle<br>
macchine"<br>
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)<br>
<br>
"Internet è la più grande biblioteca del mondo.<br>
Ma il problema è che i libri sono tutti sparsi sul pavimento"<br>
John Allen Paulos, Matematico (1945-vivente)<br>
<br>
Luca 'remix_tj' Lorenzetto, <a href="http://www.remixtj.net" rel="noreferrer" target="_blank">http://www.remixtj.net</a> , <<a href="mailto:lorenzetto.luca@gmail.com">lorenzetto.luca@gmail.com</a>><br>
<br>
______________________________<wbr>_________________<br>
rdo-list mailing list<br>
<a href="mailto:rdo-list@redhat.com">rdo-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/rdo-list" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/rdo-list</a><br>
<br>
To unsubscribe: <a href="mailto:rdo-list-unsubscribe@redhat.com">rdo-list-unsubscribe@redhat.<wbr>com</a></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Christopher Brown</div>
</div>