That's because you didn't specify a network in your heat template.
If you only have one network in your project, then the network would be chosen as default network, otherwise you need to specify the network in your template.


On 08/12/2014 02:34 PM, yalla.gnan.ku...@accenture.com wrote:
Hi All,


I have a three node Icehouse installation on Ubuntu platform. I have installed 
neutron and provided networking to the instances. I used neutron to create two
networks. One is private and other is public.  I have installed heat packages 
and want to test a simple wordpress template downloaded from the following link:

https://raw.github.com/openstack/heat-templates/master/cfn/F17/WordPress_Composed_Instances.template

But the stack creation is  failing showing that multiple networks are found.  I 
tried some methods but did not work. How can I mention the networks in the 
template ?




Thanks
Kumar

-----Original Message-----
From: Gnan Kumar, Yalla
Sent: Monday, August 11, 2014 5:41 PM
To: 'openstack@lists.openstack.org'
Subject: RE: [Openstack] Wordpress template

Hi All,

Can  anyone help me with this wordpress template  ?  I just need to know how 
and where to mention the public and private networks ?



Thanks
Kumar


-----Original Message-----
From: Gnan Kumar, Yalla
Sent: Monday, August 11, 2014 2:09 PM
To: 'Vazeer, Ashraf'; cl...@fewbar.com; openstack@lists.openstack.org
Subject: RE: [Openstack] Wordpress template

Hi,

Thanks for the  reply.

I have a three node Icehouse installation on Ubuntu. I am looking for a 
wordpress template for heat deployment where the networks are mentioned in the 
template. The existing wordpress templates in github do not have networks 
definition.

Also I have two different networks in my openstack installation. One is private 
and other is public. How to mention these networks in the
Wordpress template   ?




Thanks
Kumar

-----Original Message-----
From: Vazeer, Ashraf [mailto:ashraf.vaz...@hp.com]
Sent: Monday, August 11, 2014 1:51 PM
To: Gnan Kumar, Yalla; cl...@fewbar.com; openstack@lists.openstack.org
Subject: RE: [Openstack] Wordpress template

See if this is helpful for you.
https://github.com/openstack/tempest/blob/master/tempest/api/orchestration/stacks/templates/neutron_basic.yaml

Thanks,
Ashraf


-----Original Message-----
From: yalla.gnan.ku...@accenture.com [mailto:yalla.gnan.ku...@accenture.com]
Sent: Monday, August 11, 2014 12:58 PM
To: cl...@fewbar.com; openstack@lists.openstack.org
Subject: Re: [Openstack] Wordpress template

Hi All,

I need help in mentioning the networks in the wordpress template downloaded 
from the below link:

https://raw.github.com/openstack/heat-templates/master/cfn/F17/WordPress_Composed_Instances.template


Thanks
Kumar

-----Original Message-----
From: Clint Byrum [mailto:cl...@fewbar.com]
Sent: Friday, August 08, 2014 7:07 PM
To: openstack
Subject: Re: [Openstack] Wordpress template

You'll find documentation for the OS::Nova::Server resource here:

http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server

So you'll need to add this to the properties section:

     properties:
       networks:
         - { network: public }
         - { network: private }

Excerpts from yalla.gnan.kumar's message of 2014-08-08 06:01:48 -0700:
Hi All,

Please let me know if anybody knows how to troubleshoot this issue.


Thanks
Kumar

From: Gnan Kumar, Yalla
Sent: Friday, August 08, 2014 10:46 AM
To: openstack@lists.openstack.org
Subject: Wordpress template

Hi All,

I am trying to launch an instance with wordpress application from the
heat  template downloaded from
https://raw.github.com/openstack/heat-templates/master/cfn/F17/WordPre
ss_Composed_Instances.template

But the following error is being shown:

Error: Resource CREATE failed: BadRequest: Multiple possible networks found, 
use a Network ID to be more specific.

I have created two networks . One is public for floating point IP and
other is private. How to specify the network ID in the above  template ?




Thanks
Kumar

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

________________________________

This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
______________________________________________________________________________________

www.accenture.com

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack




_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to