<div dir="ltr"><div>It can be used in a manual deployment, (i have done it) and can be somewhat of a headache :) <br><br>You may have to make some modifications to the deployer file. (.yaml) Make sure that all of your bare metal hosts, if not the same type, share the same physical nic assignments. Meaning all of the hosts have the same corresponding Eth0 and Eth1 and that they are wired appropriately. That is the real key to making openstack-base work. This will allow neutron to do it's job and route traffic accordingly. <br><br></div><div>Note: there are a few more "gotchas" to deploying in a manual environment (you may or may not run into) , in context to your original question here is the networking answer. <br></div><div><br></div><div>If you have a host in the cluster that does not use "Eth0/Eth1" then you will run into problems down the road. If all of your hosts use something other than Eth0/Eth1, make sure you update the yaml file "ext-port" to reflect that. for Neutron - Gateway.<br><br><a href="http://bazaar.launchpad.net/~charmers/charms/bundles/openstack-base/bundle/view/head:/bundle.yaml">http://bazaar.launchpad.net/~charmers/charms/bundles/openstack-base/bundle/view/head:/bundle.yaml</a><br><br></div><div>Lines 191-201<br></div><div><br><pre> <span class="">neutron-gateway</span><span class="">:</span>
<span class="">annotations</span><span class="">:</span>
<span class="">gui-x</span><span class="">:</span> <span class="">'0'</span>
<span class="">gui-y</span><span class="">:</span> <span class="">'0'</span>
<span class="">charm</span><span class="">:</span> <span class="">cs:trusty/neutron-gateway-9</span>
<span class="">num_units</span><span class="">:</span> <span class="">1</span>
<span class="">options</span><span class="">:</span>
<span class="">ext-port</span><span class="">:</span> <span class="">eth1</span>
<span class="">openstack-origin</span><span class="">:</span> <span class="">cloud:trusty-liberty</span>
<span class="">to</span><span class="">:</span>
<span class="">-</span> <span class="">'0'<br><br><br></span></pre><pre><span class=""><br></span></pre><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 9, 2016 at 9:40 PM, Frank Ritchie <span dir="ltr"><<a href="mailto:frankaritchie@gmail.com" target="_blank">frankaritchie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I have a question about the openstack-base charm bundle.</div><div><br></div><div>Can the bundle be deployed to an existing manual juju environment?</div><div><br></div><div>If so, how should the 2 nics be configured prior to deployment?</div><div><br></div><div>thx</div><span class="HOEnZb"><font color="#888888"><div>Frank</div></font></span></div>
<br>--<br>
Juju mailing list<br>
<a href="mailto:Juju@lists.ubuntu.com">Juju@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/juju" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/juju</a><br>
<br></blockquote></div><br></div>