Hi All,
I am using templates from github. Thanks Kumar -----Original Message----- From: ZHOU TAO A [mailto:[email protected]] Sent: Tuesday, August 12, 2014 1:29 PM To: Gnan Kumar, Yalla; [email protected] Subject: Re: [Openstack] Wordpress template I never use aws format templates. You can refer to http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html On 08/12/2014 03:35 PM, [email protected] wrote: > Hi Zhou, > > My query is how to specify the network in the template ? > > > > Thanks > Kumar > > -----Original Message----- > From: ZHOU TAO A [mailto:[email protected]] > Sent: Tuesday, August 12, 2014 12:36 PM > To: [email protected] > Subject: Re: [Openstack] Wordpress template > > 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, [email protected] 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/WordPr >> e >> ss_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: '[email protected]' >> 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'; [email protected]; [email protected] >> 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:[email protected]] >> Sent: Monday, August 11, 2014 1:51 PM >> To: Gnan Kumar, Yalla; [email protected]; >> [email protected] >> Subject: RE: [Openstack] Wordpress template >> >> See if this is helpful for you. >> https://github.com/openstack/tempest/blob/master/tempest/api/orchestr >> a tion/stacks/templates/neutron_basic.yaml >> >> Thanks, >> Ashraf >> >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] >> Sent: Monday, August 11, 2014 12:58 PM >> To: [email protected]; [email protected] >> 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/WordPr >> e >> ss_Composed_Instances.template >> >> >> Thanks >> Kumar >> >> -----Original Message----- >> From: Clint Byrum [mailto:[email protected]] >> 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.htm >> l >> #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: [email protected] >>> 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/WordP >>> r >>> e >>> 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 : [email protected] >> 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 : [email protected] >> Unsubscribe : >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> >> _______________________________________________ >> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> Post to : [email protected] >> Unsubscribe : >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> >> > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
