<div dir="ltr">Hi all,<div><br></div><div>thanks to Giulio recommendations in #rdo I've managed to change some parameters:</div><div><br></div><div><span style="background-color:rgb(255,255,255)"><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px">#heat stack-delete overcloud</span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px"><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px">#export NEUTRON_TUNNEL_TYPES=vxlan</span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px"><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px">#export NEUTRON_TUNNEL_TYPE=vxlan</span><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px"><font color="#333333" face="Arial, sans-serif"><span style="font-size:14px;line-height:18.1818180084229px">#export NEUTRON_NETWORK_TYPE=vxlan</span></font><br></span></div><div><span style="background-color:rgb(255,255,255)"><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px">#instack-deploy-overcloud --tuskar</span></span><br></div><div><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px;background-color:rgb(245,245,245)"><br></span></div><div><font color="#000000" face="Arial, sans-serif"><span style="font-size:14px;line-height:18.1818180084229px">This works forĀ </span></font><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px">TUSKAR_PARAMETERS contained in the instack-deploy-overcloud script (please correct me if I'm wrong).</span></div><div><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px"><br></span></div><div><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px">My question is if it's possible to use VLAN for tenants, using a VLAN range and disable GRE/VXLAN tunneling.</span></div><div><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px"><br></span></div><div><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px">Thanks,</span></div><div><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px">Pedro Sousa</span></div><div><span style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:13.63636302948px;line-height:18.1818180084229px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 25, 2015 at 12:36 PM, Giulio Fidente <span dir="ltr"><<a href="mailto:gfidente@redhat.com" target="_blank">gfidente@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 05/25/2015 01:09 PM, Pedro Sousa wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I've deployed rdo-manager in a virt env and everything is working fine<br>
except the vnc console which is alreday an open bug for that.<br>
<br>
Now I would like to change some parameters on my deployment, let's say I<br>
wan't to disable NeutronTunneling, I wan't to use VLAN for tenants and<br>
use 1500 MTU on dnsmasq.<br>
<br>
So I downloaded the plan:<br>
<br>
#tuskar plan-templates -O /tmp uuid<br>
<br>
changed plan.yaml, environment.yaml, provider-Controller-1.yaml,<br>
provider-Compute-1.yaml.<br>
<br>
than I ran the stack:<br>
<br>
# heat stack-create -f tmp/plan.yaml -e tmp/environment.yaml overcloud<br>
<br>
The overcloud is deployed fine but the values aren't changed. What I'm<br>
missing here?<br>
</blockquote>
<br></div></div>
hi,<br>
<br>
if you launch stack-create manually the newly created overcloud is not reprovisioned with the initial keystone endpoints/users/roles ... to get an usable overcloud you should launch instack-deploy-overcloud again<br>
<br>
so you can change the defaults for the various params by patching the tuskar plan with 'tuskar plan-update' see [1]<br>
<br>
yet some of these are automatically parsed from ENV vars, like NEUTRON_TUNNEL_TYPES and NEUTRON_NETWORK_TYPE see [2]<br>
<br>
the NeutronDnsmasqOptions param instead is not parsed from any ENV var, so you're forced to use 'tuskar plan-update'<br>
<br>
I'm adding a couple of guys on CC who migh help but, let us know how it goes!<br>
<br>
1. <a href="https://github.com/rdo-management/instack-undercloud/blob/master/scripts/instack-deploy-overcloud#L274" target="_blank">https://github.com/rdo-management/instack-undercloud/blob/master/scripts/instack-deploy-overcloud#L274</a><br>
<br>
2. <a href="https://github.com/rdo-management/instack-undercloud/blob/master/scripts/instack-deploy-overcloud#L205-L208" target="_blank">https://github.com/rdo-management/instack-undercloud/blob/master/scripts/instack-deploy-overcloud#L205-L208</a><span class="HOEnZb"><font color="#888888"><br>
-- <br>
Giulio Fidente<br>
GPG KEY: 08D733BA<br>
</font></span></blockquote></div><br></div>