Hi Mark,<br><br>I haven't reviewed your configs yet but if "bridge" is a valid ansible inventory attribute , then this error is usually caused by trying to reference a host that ansible didn't check in on yet / gather facts on. At least this is what is has been in my brief experience. <br><br>For example if I wanted to reference all hosts in a "webservers" ansible group to build a haproxy config but that playbook didn't apply to the "webservers" group them their facts have not been collected. <br><br>Just a thought. <br><br>Cheers<br>Wade<br><br><br><div class="gmail_quote"><div dir="ltr">On Sat, Dec 12, 2015 at 9:34 AM Mark Korondi <<a href="mailto:korondi.mark@gmail.com">korondi.mark@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
Trying to set up openstack-ansible, but stuck on this point:<br>
<br>
> TASK: [set local_ip fact (is_metal)] *****************************************<br>
> ...<br>
> fatal: [os-compute-1] => One or more undefined variables: 'dict object' has no<br>
> attribute 'bridge'<br>
> ...<br>
> One or more undefined variables: 'dict object' has no attribute 'bridge'<br>
<br>
These are my configs:<br>
- <a href="http://paste.openstack.org/show/481739/" rel="noreferrer" target="_blank">http://paste.openstack.org/show/481739/</a><br>
  (openstack_user_config.yml)<br>
- <a href="http://paste.openstack.org/show/481740/" rel="noreferrer" target="_blank">http://paste.openstack.org/show/481740/</a><br>
  (/etc/network/interfaces on compute host called `os-compute-1`)<br>
<br>
I set up the eth12 veth pair interface also on the compute host as you can see.<br>
`ifup-ifdown` works without any problems reported.<br>
<br>
<br>
Why is it reporting an undefined bridge variable? Any ideas on my config is well<br>
appreciated.<br>
<br>
Mark<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div>