[Openstack] [HEAT] Autoscaling OpenShift in OpenStack

2014-09-26 Thread Michaël Van de Borne
(which I find more readable than AWS CloudFormation format) This led to a complete and complicated stack. So we really hope this could be helpful for people who, like us, feel Heat is an incredible tool, but are missing examples. Here it is: https://github.com/openstack/heat-templates/tree

[Openstack] Heat: State invalid for UPDATE

2014-09-23 Thread ZHOU TAO A
Hi, all I am having trouble to update a stack. There's no errors in heat-engine.log. The debug shows 'State invalid for UPDATE' $ heat -d stack-update mystack DEBUG (http:122) HTTP/1.1 200 OK date: Tue, 23 Sep 2014 08:48:34 GMT content-length: 432 content-type: application/json;

[Openstack] [Heat][multi-region]

2014-09-22 Thread Chinasubbareddy M
Hi, I would like to use Heat to create/update and delete resources in different regions, can you please guide me how to mention it in template? Regards, subbareddy DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems

Re: [Openstack] [Heat][multi-region]

2014-09-22 Thread Jay Lau
You can use nested stack by following this: https://github.com/hanney/mr-heat-templates/blob/master/fourth_use_case/fourth_use_case.template Thanks. 2014-09-22 23:17 GMT+08:00 Chinasubbareddy M chinasubbaredd...@persistent.co.in: Hi, I would like to use Heat to create/update and delete

Re: [Openstack] [Heat][multi-region]

2014-09-22 Thread Zane Bitter
On 22/09/14 11:17, Chinasubbareddy M wrote: Hi, I would like to use Heat to create/update and delete resources in different regions, can you please guide me how to mention it in template? Unfortunately that's not currently possible. It is being worked on though[1] and we expect it to be

Re: [Openstack] [heat] identity:create_domain failed (403)

2014-09-09 Thread Steven Hardy
On Mon, Sep 08, 2014 at 11:07:57PM +, David Hill wrote: Hi guys, I have 2 environments that are almost identical but one of them gives me this: keystoneclient.openstack.common.apiclient.exceptions.Forbidden: You are not authorized to

Re: [Openstack] [Heat] trusts_delegated_roles=member?

2014-09-08 Thread Steven Hardy
On Mon, Sep 08, 2014 at 11:11:07AM +1000, Kieran Spear wrote: Hi, I'm looking at configuring our Heat deployment to use trusts as the deferred auth method. The requirement to grant each user the heat_stack_owner role (or similar) makes things a bit awkward, since we allow users to grant

[Openstack] [heat] identity:create_domain failed (403)

2014-09-08 Thread David Hill
Hi guys, I have 2 environments that are almost identical but one of them gives me this: keystoneclient.openstack.common.apiclient.exceptions.Forbidden: You are not authorized to perform the requested action, identity:create_domain. (HTTP 403) When I try to run:

Re: [Openstack] [heat] identity:create_domain failed (403)

2014-09-08 Thread 严超
I think Keystone got error itself. Check keystone service and troubleshot. Last time I got this error is because the Ntp is not configured , then the keystone got wrong without time sync. *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 https://twitter.com/yanchao727*

Re: [Openstack] [Heat] trusts_delegated_roles=member?

2014-09-08 Thread Kieran Spear
On 8 September 2014 19:33, Steven Hardy sha...@redhat.com wrote: On Mon, Sep 08, 2014 at 11:11:07AM +1000, Kieran Spear wrote: Hi, I'm looking at configuring our Heat deployment to use trusts as the deferred auth method. The requirement to grant each user the heat_stack_owner role (or

[Openstack] [Heat] trusts_delegated_roles=member?

2014-09-07 Thread Kieran Spear
Hi, I'm looking at configuring our Heat deployment to use trusts as the deferred auth method. The requirement to grant each user the heat_stack_owner role (or similar) makes things a bit awkward, since we allow users to grant each other membership within a project and don't want them to have to

Re: [Openstack] [Heat] VolumeAttachement Groups

2014-09-04 Thread Steven Hardy
On Tue, Sep 02, 2014 at 04:19:49PM +0200, Abbass MAROUNI wrote: Hello, I would like to know if it's possible to use a Resource Group in Heat templates to create cinder volumes and then another Resource Group to attach these volumes to a VM. So for a VM with 10 volumes we'll need 3

[Openstack] [Heat] VolumeAttachement Groups

2014-09-04 Thread Abbass MAROUNI
Great, thanks steven. Can we use this with a recent version of Heat (juno) or is it for the icehouse release ? On 09/04/2014 11:34 AM, Steven Hardy wrote: On Tue, Sep 02, 2014 at 04:19:49PM +0200, Abbass MAROUNI wrote: Hello, I would like to know if it's possible to use a Resource Group in

Re: [openstack-dev] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-09-03 Thread Balaji Patnala
will update the document to clarify these points. https://github.com/MarouenMechtri/Docker-containers-deployment-with-OpenStack-Heat Regards, Marouen 2014-08-26 21:35 GMT+02:00 Martinx - ジェームズ thiagocmarti...@gmail.com: Hey Stackers! Wait! =) Let me ask something... Why are you guys

Re: [openstack-dev] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-09-03 Thread Alex Leonhardt
you our guide for Docker containers deployment with OpenStack Heat. In this guide we dockerize and deploy a lamp application on two containers. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/Docker-containers-deployment-with-OpenStack-Heat.rst https://github.com

[Openstack] [Openstack Heat] create failed, Bad network format: missing 'uuid' (HTTP 400)

2014-09-03 Thread khayam.gondal
I am using following template to create a Heat Stack. heat_template_version: 2013-05-23 description: Hot Template to deploy a single server parameters: ImageID: type: string description: Image ID NetID: type: string description: External

Re: [Openstack] [Openstack Heat] create failed, Bad network format: missing 'uuid' (HTTP 400)

2014-09-03 Thread Steven Hardy
, containing the port): http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server https://github.com/openstack/heat-templates/blob/master/hot/servers_in_existing_neutron_net.yaml#L38 Steve ___ Mailing list: http

Re: [Openstack] [Openstack Heat] create failed, Bad network format: missing 'uuid' (HTTP 400)

2014-09-03 Thread ZHOU TAO A
Try with the network name rather than its ID. On 09/03/2014 02:54 PM, khayam.gon...@gmail.com wrote: I am using following template to create a Heat Stack. |heat_template_version: 2013-05-23 description: Hot Template to deploy a single server parameters: ImageID:

Re: [Openstack] Heat template works in command line but fails at dashboard

2014-09-03 Thread Steven Hardy
On Wed, Sep 03, 2014 at 05:13:19PM +0800, ZHOU TAO A wrote: Hi Steve, I tried with your suggestion and it works. I am just curious about what's the difference between launching from dashboard and launching from dashboard. If my template is wrong, why it works in CLI? I'm not sure to be

Re: [Openstack] [Openstack Heat] create failed, Bad network format: missing 'uuid' (HTTP 400)

2014-09-03 Thread Khayam Gondal
I already tried with Network Name but still no luck On Wed, Sep 3, 2014 at 1:32 PM, ZHOU TAO A tao.a.z...@alcatel-lucent.com wrote: Try with the network name rather than its ID. On 09/03/2014 02:54 PM, khayam.gon...@gmail.com wrote: I am using following template to create a Heat Stack.

Re: [Openstack] [Openstack Heat] create failed, Bad network format: missing 'uuid' (HTTP 400)

2014-09-03 Thread Khayam Gondal
I was able to solve the problem and I had posted answer here https://ask.openstack.org/en/question/46486/heat-create-failed-bad-network-format-missing-uuid-http-400/ . On Wed, Sep 3, 2014 at 3:25 PM, Khayam Gondal khayam.gon...@gmail.com wrote: I already tried with Network Name but still no

[Openstack] [Heat] VolumeAttachement Groups

2014-09-02 Thread Abbass MAROUNI
Hello, I would like to know if it's possible to use a Resource Group in Heat templates to create cinder volumes and then another Resource Group to attach these volumes to a VM. So for a VM with 10 volumes we'll need 3 resources, 1 for the VM another (ResourceGroup) for the creation of 10

Re: [Openstack] Heat template works in command line but fails at dashboard

2014-09-02 Thread Mike Spreitzer
ZHOU TAO A tao.a.z...@alcatel-lucent.com wrote on 09/02/2014 10:23:34 PM: I can launch a template from CLI by running 'heat stack-create -f mytemplate.yaml', but I cannot launch it from dashboard because it get the wrong security group. I have a security group parameter defined like

[Openstack] Heat patch for Icehouse vs Volume deletion.

2014-08-30 Thread David Hill
Hi guys, I've wrote simple patch that takes care of the volume deletion and it's ugly. I'm posting it here so anybody with better code knowledge on heat can base his patch on it if it's very that ugly :) For some reasons, sometimes an instance will fail to delete, this takes care of it and

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-28 Thread Kieran Spear
: [Openstack] Heat: 2014.1.2-0 vs Keystone Hi Kieran, Thank you very much for the information! I didn't know there was a patch about that. The downside of knowing that is that I applied the patch and I still get the same error! :( [root@ctrl02 keystone]# keystone catalog 'NoneType' object

Re: [openstack-dev] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-27 Thread Marouen Mechtri
/MarouenMechtri/Docker-containers-deployment-with-OpenStack-Heat Regards, Marouen 2014-08-26 21:35 GMT+02:00 Martinx - ジェームズ thiagocmarti...@gmail.com: Hey Stackers! Wait! =) Let me ask something... Why are you guys using Docker within a VM?!?! What is the point of doing such thing?! I

Re: [openstack-dev] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-27 Thread Eric Windisch
On Tue, Aug 26, 2014 at 3:35 PM, Martinx - ジェームズ thiagocmarti...@gmail.com wrote: Hey Stackers! Wait! =) Let me ask something... Why are you guys using Docker within a VM?!?! What is the point of doing such thing?! I thought Docker was here to entirely replace the virtualization layer,

[openstack-dev] [heat] Re: Change in openstack/heat[master]: Implement AZ spanning for ASGs

2014-08-27 Thread Mike Spreitzer
You offered to share ideas about a different way to approach spanning AZs for OS::Heat::AutoScalingGroup. I am interested. Can we discuss it here? Thanks, Mike___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-26 Thread Marouen Mechtri
AM, Marouen Mechtri mechtri.mar...@gmail.com wrote: Hi all, I want to present you our guide for Docker containers deployment with OpenStack Heat. In this guide we dockerize and deploy a lamp application on two containers. https://github.com/MarouenMechtri/OpenStack-Heat-Installation

Re: [openstack-dev] [Openstack] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-26 Thread Marouen Mechtri
Hi Chandra, I updated the link to the docker guide. https://github.com/MarouenMechtri/Docker-containers-deployment-with-OpenStack-Heat Regards, Marouen 2014-08-26 1:21 GMT+02:00 Chandra Kamalakantha chandra_kamalakan...@yahoo.com: Hi, Did you by chance include the wrong link? The link

Re: [openstack-dev] [Openstack] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-26 Thread Marouen Mechtri
Hi all, I want to present you our guide for Docker containers deployment with OpenStack Heat. In this guide we dockerize and deploy a lamp application on two containers. https://github.com/MarouenMechtri/Docker-containers-deployment-with-OpenStack-Heat Hope it will be helpful for many people

Re: [openstack-dev] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-26 Thread Martinx - ジェームズ
container. -Angus On Tue, Aug 26, 2014 at 5:56 AM, Marouen Mechtri mechtri.mar...@gmail.com wrote: Hi all, I want to present you our guide for Docker containers deployment with OpenStack Heat. In this guide we dockerize and deploy a lamp application on two containers. https

Re: [Openstack] [openstack-dev] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-26 Thread Marouen Mechtri
AM, Marouen Mechtri mechtri.mar...@gmail.com wrote: Hi all, I want to present you our guide for Docker containers deployment with OpenStack Heat. In this guide we dockerize and deploy a lamp application on two containers. https://github.com/MarouenMechtri/OpenStack-Heat-Installation

Re: [Openstack] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-26 Thread Marouen Mechtri
Hi Chandra, I updated the link to the docker guide. https://github.com/MarouenMechtri/Docker-containers-deployment-with-OpenStack-Heat Regards, Marouen 2014-08-26 1:21 GMT+02:00 Chandra Kamalakantha chandra_kamalakan...@yahoo.com: Hi, Did you by chance include the wrong link? The link

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-26 Thread David Hill
: I restarted the process too Dave -Original Message- From: Kieran Spear [mailto:kisp...@gmail.com] Sent: 25-Aug-14 11:42 PM To: David Hill Cc: openstack Subject: Re: [Openstack] Heat: 2014.1.2-0 vs Keystone Hi David, If you're using the templated catalog, by default you won't be able

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-26 Thread David Hill
Hill Sent: 26-Aug-14 11:16 AM To: 'Kieran Spear' Cc: openstack Subject: RE: [Openstack] Heat: 2014.1.2-0 vs Keystone Hi Kieran, Thank you very much for the information! I didn't know there was a patch about that. The downside of knowing that is that I applied the patch and I still get

[openstack-dev] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-25 Thread Marouen Mechtri
Hi all, I want to present you our guide for Docker containers deployment with OpenStack Heat. In this guide we dockerize and deploy a lamp application on two containers. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/Docker-containers-deployment-with-OpenStack-Heat.rst

Re: [openstack-dev] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-25 Thread Angus Salkeld
Heat. In this guide we dockerize and deploy a lamp application on two containers. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/Docker-containers-deployment-with-OpenStack-Heat.rst https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat

[Openstack] [Heat][Docker] How to Dockerize your applications with OpenStack Heat in simple steps

2014-08-25 Thread Marouen Mechtri
Hi all, I want to present you our guide for Docker containers deployment with OpenStack Heat. In this guide we dockerize and deploy a lamp application on two containers. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/Docker-containers-deployment-with-OpenStack-Heat.rst

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-25 Thread David Hill
Hi guys, This is what heat-engine gets back : RESP BODY: {token: {methods: [token], roles: [{id: 59bd5c58fe344eeab3bc3443b82155a0, name: Member}, {id: 9fe2ff9ee4384b1894a90878d3e92bab, name: _member_}, {id: c119300b61bb4bfeafdf9ccc8ea3efae, name: Admin}, {id: e80ca12406714be799fc9066d5978dbb,

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-25 Thread Kieran Spear
-14 4:11 PM To: openstack Subject: Re: [Openstack] Heat: 2014.1.2-0 vs Keystone Hi guys, This is what heat-engine gets back : RESP BODY: {token: {methods: [token], roles: [{id: 59bd5c58fe344eeab3bc3443b82155a0, name: Member}, {id: 9fe2ff9ee4384b1894a90878d3e92bab, name: _member_}, {id

Re: [Openstack] [heat][docker] How to mange multi nodes by openstack-heat-docker plugin?

2014-08-20 Thread Ken Peng
I want to know heat+docker plugin, how it manages multi nodes which have docker deployed? For example, if I have a template for docker instance, and I have two docker nodes 'dockerA' and 'dockerB'(like two hypersiors), I want to know which node will be choosed to boot my docker instance? Hi,

Re: [Openstack] [heat][docker] How to mange multi nodes by openstack-heat-docker plugin?

2014-08-20 Thread Jay Lau
Yes, but it is not production quality now. You can get more detail here: https://wiki.openstack.org/wiki/Docker http://techs.enovance.com/7104/multi-tenant-docker-with-openstack-heat https://blog.docker.com/2013/06/openstack-docker-manage-linux-containers-with-nova/ 2014-08-20 16:56 GMT+08:00

Re: [Openstack] [openstack-dev] OpenStack Heat installation guide and Heat utilisation manual

2014-08-20 Thread Marouen Mechtri
Hi Everyone, Thank you Qiming and Don for your suggestions. I have updated our Heat installation guide to support the role creation and domain setup. I have configured also the trust mode. Our heat installation guide is available here: https://github.com/MarouenMechtri/OpenStack-Heat

[Openstack] [heat][docker] How to mange multi nodes by openstack-heat-docker plugin?

2014-08-19 Thread Wangpan
Hi all, I want to know heat+docker plugin, how it manages multi nodes which have docker deployed? For example, if I have a template for docker instance, and I have two docker nodes 'dockerA' and 'dockerB'(like two hypersiors), I want to know which node will be choosed to boot my docker instance?

Re: [Openstack] [heat][docker] How to mange multi nodes by openstack-heat-docker plugin?

2014-08-19 Thread Zane Bitter
On 19/08/14 04:00, Wangpan wrote: Hi all, I want to know heat+docker plugin, how it manages multi nodes which have docker deployed? For example, if I have a template for docker instance, and I have two docker nodes 'dockerA' and 'dockerB'(like two hypersiors), I want to know which node will be

Re: [Openstack] Heat, keystone trust, and horizon: why is the password box there?

2014-08-18 Thread Steven Hardy
On Fri, Aug 15, 2014 at 08:49:12AM -0400, Don Waterloo wrote: I believe I have heat setup correctly using trust domain model (on icehouse / ubuntu 14.04), I followed http://hardysteven.blogspot.ca/2014/04/heat-auth-model-updates-part-1-trusts.html and

[Openstack] Heat, keystone trust, and horizon: why is the password box there?

2014-08-15 Thread Don Waterloo
I believe I have heat setup correctly using trust domain model (on icehouse / ubuntu 14.04), I followed http://hardysteven.blogspot.ca/2014/04/heat-auth-model-updates-part-1-trusts.html and http://hardysteven.blogspot.ca/2014/04/heat-auth-model-updates-part-2-stack.html and heat is working fine

[Openstack] [HEAT] Failed to create a stack with heat (SoftwareDeployment resource is always in progress)

2014-08-10 Thread david ferahi
.connectionpool [-] Starting new HTTP connection (1): 192.168.122.10 2014-08-10 19:41:12.690 2391 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.122.10 Here the template I am using : https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates

Re: [Openstack] Heat-IceHouse, stack creation fails

2014-08-10 Thread Parisa Heidari
/openstack/heat/tree/bin/heat-keystone-setup-domain [2] http://git.openstack.org/cgit/openstack/heat/tree/tools/create_heat_domain?h=stable/icehouse ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack

Re: [Openstack] Heat-IceHouse, stack creation fails

2014-08-09 Thread Qiming Teng
/cgit/openstack/heat/tree/bin/heat-keystone-setup-domain [2] http://git.openstack.org/cgit/openstack/heat/tree/tools/create_heat_domain?h=stable/icehouse ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post

Re: [Openstack] [openstack-dev] OpenStack Heat installation guide and Heat utilisation manual

2014-08-08 Thread Marouen Mechtri
Thank you for the suggestion. Until now we don't have any problem with the proposed head installation guide and we provided a new manual for heat utilization : https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/Create-your-first-stack-with-Heat.rst But we will enhance our

Re: [Openstack] Heat-IceHouse, stack creation fails

2014-08-08 Thread Parisa Heidari
of Parisa's error above. [1] http://git.openstack.org/cgit/openstack/heat/tree/bin/heat-keystone-setup-domain [2] http://git.openstack.org/cgit/openstack/heat/tree/tools/create_heat_domain?h=stable/icehouse ___ Mailing list: http://lists.openstack.org/cgi

Re: [openstack-dev] OpenStack Heat installation guide and Heat utilisation manual

2014-08-07 Thread Qiming Teng
and domain setup steps. Without these operations, you will get trapped into many weird problems later on. Regards, - Qiming On Wed, Aug 06, 2014 at 12:10:47AM +0200, marwen mechtri wrote: Hi all, I want to present you our OpenStack Heat installation guide for Icehouse release. https://github.com

Re: [openstack-dev] [Openstack] OpenStack Heat installation guide and Heat utilisation manual

2014-08-06 Thread marwen mechtri
: Hi all, I want to present you our OpenStack Heat installation guide for Icehouse release. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst A well described manual with illustrative pictures for Heat utilisation and HOT

Re: [openstack-dev] [Openstack] OpenStack Heat installation guide and Heat utilisation manual

2014-08-06 Thread Andreas Jaeger
On 08/06/2014 05:23 AM, Don Waterloo wrote: On 5 August 2014 18:10, marwen mechtri mechtri.mar...@gmail.com wrote: Hi all, I want to present you our OpenStack Heat installation guide for Icehouse release. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack

Re: [openstack-dev] [Openstack] OpenStack Heat installation guide and Heat utilisation manual

2014-08-06 Thread marwen mechtri
Hi Andreas, It's pleasure to work together on the OpenStack heat templates documentation. In our manual, we provide two templates with the associated descriptions (and pictures). The first one is useful when we deploy 2 interconnected VMs and the second one can be used to update the template

Re: [Openstack] OpenStack Heat installation guide and Heat utilisation manual

2014-08-06 Thread marwen mechtri
: Hi all, I want to present you our OpenStack Heat installation guide for Icehouse release. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst A well described manual with illustrative pictures for Heat utilisation and HOT

Re: [Openstack] [openstack-dev] OpenStack Heat installation guide and Heat utilisation manual

2014-08-06 Thread Andreas Jaeger
On 08/06/2014 05:23 AM, Don Waterloo wrote: On 5 August 2014 18:10, marwen mechtri mechtri.mar...@gmail.com wrote: Hi all, I want to present you our OpenStack Heat installation guide for Icehouse release. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack

Re: [Openstack] [openstack-dev] OpenStack Heat installation guide and Heat utilisation manual

2014-08-06 Thread marwen mechtri
Hi Andreas, It's pleasure to work together on the OpenStack heat templates documentation. In our manual, we provide two templates with the associated descriptions (and pictures). The first one is useful when we deploy 2 interconnected VMs and the second one can be used to update the template

[openstack-dev] OpenStack Heat installation guide and Heat utilisation manual

2014-08-05 Thread marwen mechtri
Hi all, I want to present you our OpenStack Heat installation guide for Icehouse release. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst A well described manual with illustrative pictures for Heat utilisation and HOT template creation

Re: [openstack-dev] [Openstack] OpenStack Heat installation guide and Heat utilisation manual

2014-08-05 Thread Don Waterloo
On 5 August 2014 18:10, marwen mechtri mechtri.mar...@gmail.com wrote: Hi all, I want to present you our OpenStack Heat installation guide for Icehouse release. https://github.com/MarouenMechtri/OpenStack-Heat-Installation/blob/master/OpenStack-Heat-Installation.rst A well described manual

Re: [Openstack] Heat-IceHouse, stack creation fails

2014-08-05 Thread Steve Baker
On 06/08/14 09:25, Parisa Heidari wrote: Hi, I am trying Heat - IceHouse but I cannot even create a tiny VM as explained in the documents (http://docs.openstack.org/icehouse/install-guide/install/apt/content/heat-verify.html). In Heat-engine log file, I saw that stack-user-domain ID is not

Re: [Openstack] Heat-IceHouse, stack creation fails

2014-08-05 Thread Anne Gentle
On Tue, Aug 5, 2014 at 9:13 PM, Steve Baker sba...@redhat.com wrote: On 06/08/14 09:25, Parisa Heidari wrote: Hi, I am trying Heat - IceHouse but I cannot even create a tiny VM as explained in the documents

Re: [Openstack] [Heat] Stack Lifetime, Signaling, and AutoScaling Groups

2014-06-29 Thread Steve Baker
On 18/06/14 05:47, Joe D'Andrea wrote: Hi, Zane! Thanks for all your responses. Regarding cfn-tools vs cloud-init, I'm starting out with Icehouse and no prior cfn-tools usage to maintain. I will likely look toward cloud-init, though Software Deployments + golden images sounds terrific. If

Re: [openstack-dev] [heat] agenda for OpenStack Heat meeting 2014-06-18 20:00 UTC - corrections to meeting minutes

2014-06-19 Thread Mike Spreitzer
Mike Spreitzer/Watson/IBM@IBMUS wrote on 06/18/2014 05:00:57 PM: ... http://eavesdrop.openstack.org/meetings/heat/2014/heat.2014-06-18-20.00.html I found two goofups so far. One is that the following was not recorded in the official outline (#agreed only really works for chairs): 20:10:12

Re: [openstack-dev] [heat] agenda for OpenStack Heat meeting 2014-06-18 20:00 UTC

2014-06-18 Thread Mike Spreitzer
A good time was had by all. http://eavesdrop.openstack.org/meetings/heat/2014/heat.2014-06-18-20.00.html ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [heat] agenda for OpenStack Heat meeting 2014-06-18 20:00 UTC

2014-06-17 Thread Mike Spreitzer
https://wiki.openstack.org/wiki/Meetings/HeatAgenda http://www.timeanddate.com/worldclock/fixedtime.html?msg=Heat+Chatiso=20140618T20p1=211ah=1 Agenda (2014-06-18 2000 UTC) Review last meeting's actions Adding items to the agenda Mid-cycle meetup Critical issues sync Regards,

[Openstack] [Heat] Stack Lifetime, Signaling, and AutoScaling Groups

2014-06-17 Thread Joe D'Andrea
Greetings! I am new to OpenStack and have a few questions: 1. Is the Walk-through in a stack's lifetime section of this Wiki page accurate as of Icehouse? If not, what has changed? https://wiki.openstack.org/wiki/Heat/ApplicationDeployment 2. Related to #1, going forward, is it recommended to

Re: [Openstack] [Heat] Stack Lifetime, Signaling, and AutoScaling Groups

2014-06-17 Thread Zane Bitter
On 17/06/14 11:41, Joe D'Andrea wrote: Greetings! I am new to OpenStack and have a few questions: Welcome :) 1. Is the Walk-through in a stack's lifetime section of this Wiki page accurate as of Icehouse? If not, what has changed? https://wiki.openstack.org/wiki/Heat/ApplicationDeployment

Re: [Openstack] [Heat] Stack Lifetime, Signaling, and AutoScaling Groups

2014-06-17 Thread Joe D'Andrea
Hi, Zane! Thanks for all your responses. Regarding cfn-tools vs cloud-init, I'm starting out with Icehouse and no prior cfn-tools usage to maintain. I will likely look toward cloud-init, though Software Deployments + golden images sounds terrific. jd — Joe D’Andrea ATT Labs - Research Cloud

Re: [Openstack] [Heat] Stack Lifetime, Signaling, and AutoScaling Groups

2014-06-17 Thread Steven Hardy
cases just to bootstrap another agent. There are examples in the heat-templates repo, e.g: https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates Steve ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman

Re: [Openstack] heat autoscaling group/instance relationships

2014-06-11 Thread Steven Hardy
On Tue, Jun 10, 2014 at 07:34:35PM -0400, Mike Spreitzer wrote: Aaron Knister aaron.knis...@gmail.com wrote on 06/10/2014 02:40:09 PM: I'm trying to figure out how to determine all instances that were created as part of a given autoscaling group. I want to take a given

Re: [Openstack] heat autoscaling group/instance relationships

2014-06-11 Thread Steven Hardy
On Tue, Jun 10, 2014 at 09:45:49PM -0400, Aaron Knister wrote: Awesome! Thank you Mike! Is there any way to programmatically determine if a given stack resource contains nested stacks? I guess the simplest thing to do is to query a given stack resource as it's own stack and see what

Re: [Openstack] Heat stack instance health checks

2014-06-10 Thread Steven Hardy
automatically launch a new instance when you delete one out-of-band via nova delete. Here's some examples which use a heartbeat alarm, which would be one way of implementing what you want via heat: https://github.com/openstack/heat-templates/blob/master/cfn/F17

Re: [Openstack] Heat stack instance health checks

2014-06-10 Thread Aaron Knister
heat: https://github.com/openstack/heat-templates/blob/master/cfn/F17/WordPress_Single_Instance_With_IHA.template#L117 https://github.com/openstack/heat-templates/blob/master/cfn/F17/AutoScalingMultiAZSample.template#L141 You could combine those two examples, such that the Alarm resource

[Openstack] heat autoscaling group/instance relationships

2014-06-10 Thread Aaron Knister
I'm trying to figure out how to determine all instances that were created as part of a given autoscaling group. I want to take a given autoscaling group and list all of its instances. So far I can't figure out how to do this. The instances themselves have a tag called AutoScalingGroupName

Re: [Openstack] heat autoscaling group/instance relationships

2014-06-10 Thread Mike Spreitzer
Aaron Knister aaron.knis...@gmail.com wrote on 06/10/2014 02:40:09 PM: I'm trying to figure out how to determine all instances that were created as part of a given autoscaling group. I want to take a given autoscaling group and list all of its instances. So far I can't figure out how to do

Re: [Openstack] heat autoscaling group/instance relationships

2014-06-10 Thread 严超
Yes, it is ”AutoScalingGroupName“. ”AutoScalingGroupName“ is used for ceilometer alarm to evaluate if the alarm cross the threshold and which group to scale up or down. If you dont define an alarm resource for heat template. Then ”AutoScalingGroupName“ maybe useless. *Best Regards!* *Chao

Re: [Openstack] heat autoscaling group/instance relationships

2014-06-10 Thread Aaron Knister
Awesome! Thank you Mike! Is there any way to programmatically determine if a given stack resource contains nested stacks? I guess the simplest thing to do is to query a given stack resource as it's own stack and see what comes back. Sent from my iPhone On Jun 10, 2014, at 7:34 PM, Mike

Re: [Openstack] heat autoscaling group/instance relationships

2014-06-10 Thread Mike Spreitzer
Aaron Knister aaron.knis...@gmail.com wrote on 06/10/2014 09:45:49 PM: ... Is there any way to programmatically determine if a given stack resource contains nested stacks? I guess the simplest thing to do is to query a given stack resource as it's own stack and see what comes back. I

Re: [Openstack] Heat-engine crashing on stack-delete

2014-06-09 Thread Mitsuru Kanabuchi
For reference, I faced similar problem of stack never changed from DELETE_IN_PROGRESS in my multiple heat-engine environment. In my case, I misconfigure auth_encryption_key in heat.conf. Probably this value should set same value in multiple heat-engine environment. On Mon, 2 Jun 2014 21:30:38

[Openstack] Heat stack instance health checks

2014-06-09 Thread Aaron Knister
Hi Everyone, I instantiated a stack within Heat that contains a simple launch configuration and autoscaling group (template listed below). The stack came up and the instance started, however when I killed the instance (nova delete XXX) it wasn't restarted...on AWS if a CloudFormation instance

Re: [Openstack] Heat stack instance health checks

2014-06-09 Thread Jiangyaoguo
Maybe you can see the information of HARestarter. 发件人: Aaron Knister [mailto:aaron.knis...@gmail.com] 发送时间: 2014年6月9日 23:15 收件人: openstack@lists.openstack.org 主题: [Openstack] Heat stack instance health checks Hi Everyone, I instantiated a stack within Heat that contains a simple launch

[Openstack] Heat-engine crashing on stack-delete

2014-06-02 Thread Erik McCormick
I've recently begun playing with heat and have managed to get things working fine for creating stacks. However I am unable to delete the stack. After any delete command, I am left with something like the following: # heat stack-list

Re: [Openstack] Heat-engine crashing on stack-delete

2014-06-02 Thread Steven Hardy
On Mon, Jun 02, 2014 at 01:14:49PM -0400, Erik McCormick wrote: I've recently begun playing with heat and have managed to get things working fine for creating stacks. However I am unable to delete the stack.A After any delete command, I am left with something like the following:

Re: [Openstack] heat policy.json

2014-05-27 Thread Steve Baker
On 15/05/14 01:10, Benedikt Trefzer wrote: Hi all I like to disallow upload of heat templates by mentioning a template URL in Horizon (and the same for the environment). This should be achieved with policy.json file since the functionality should also be disabled for api access. Anyone

Re: [Openstack] heat policy.json

2014-05-27 Thread Benedikt Trefzer
Hi Steve Thanks for the information. I will launch a bug to request this. So the only way to prevent http access to anywhere (which includes eg the managemt lan the server is connected to) is to deinstall heat. Or is there another solution eg. using a proxyServer ? Cheers Benedikt On

Re: [Openstack] HEAT and MySQL 5.6

2014-05-22 Thread Clint Dilks
Thanks for the reference to the patch :) Here we go https://review.openstack.org/#/c/92421/2 It turns out that I had an issue with one of my compute nodes that was causing my other heat issues. As far as I can tell at the moment things are working as they should.

Re: [Openstack] HEAT and MySQL 5.6

2014-05-21 Thread Steve Baker
On 21/05/14 10:45, Clint Byrum wrote: Excerpts from Clint Dilks's message of 2014-05-20 14:30:40 -0700: Hi, I seem to be hitting a known issue with HEAT MySQL 5.6 and UTF8 ERROR: (OperationalError) (1071, 'Specified key was too long; max key length is 767 bytes') 'CREATE INDEX

Re: [Openstack] HEAT and MySQL 5.6

2014-05-21 Thread Steve Baker
On 21/05/14 16:28, Clint Dilks wrote: Hi Does anyone have any suggestions as to how I get a working heat database? As a follow up to this I ending up installing heat on another system with the default MySQL Server, mysql-server-5.1.73-3.el6_5.x86_64. It appears that 5.1 still

Re: [Openstack] HEAT and MySQL 5.6

2014-05-20 Thread Clint Byrum
Excerpts from Clint Dilks's message of 2014-05-20 14:30:40 -0700: Hi, I seem to be hitting a known issue with HEAT MySQL 5.6 and UTF8 ERROR: (OperationalError) (1071, 'Specified key was too long; max key length is 767 bytes') 'CREATE INDEX ix_software_config_tenant ON software_config

Re: [Openstack] HEAT and MySQL 5.6

2014-05-20 Thread Clint Dilks
Hi Clint, thanks for the response. No, in researching the issue, I found that all of these columns should be varchar(64). I seem to have lost track of the patches though. We should definitely fix this in juno, since MySQL 5.6 is starting to arrive in the distros. It looks like I have bigger

Re: [Openstack] HEAT and MySQL 5.6

2014-05-20 Thread Clint Dilks
Hi Does anyone have any suggestions as to how I get a working heat database? As a follow up to this I ending up installing heat on another system with the default MySQL Server, mysql-server-5.1.73-3.el6_5.x86_64. It appears that 5.1 still has issues with the creation of indexes but reports

[Openstack] Heat error: Access was denied to this resource

2014-05-19 Thread Taras Shapovalov
:00.062629+', 'action': 'authenticate', 'outcome': 'success', 'id': 'openstack:ef422089-a6a8-4d22-a7d8-32e13caaa710'} OpenStack (keystone:4382) INFO: 10.141.255.254 - - [19/May/2014 04:29:00] POST /v2.0/tokens HTTP/1.1 200 6397 0.216606 From heat-api.log: OpenStack (heat:28518) DEBUG: JSON

[Openstack] heat policy.json

2014-05-14 Thread Benedikt Trefzer
Hi all I like to disallow upload of heat templates by mentioning a template URL in Horizon (and the same for the environment). This should be achieved with policy.json file since the functionality should also be disabled for api access. Anyone know where the entries in policy.json for heat are

[Openstack] Heat Translator

2014-05-06 Thread prabhuling kalyani
Hi, Can the Heat Translator for TOSCA profile be used in its current state? I am also thinking if we can have an OVF translator. ?? Regards, Prabhu ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :

Re: [Openstack] [Heat] Template with dynamic instance count?

2014-04-25 Thread Steven Hardy
of how to use it: https://github.com/openstack/heat-templates/blob/master/cfn/deb/MultiNode_DevStack.yaml#L119 More recent (Icehouse) versions of heat also have some additional resources which provide somewhat more flexible (not limited to only Instance resources and don't rely on the AWS

[Openstack] [Heat] Template with dynamic instance count?

2014-04-24 Thread Adam Lawson
Does Heat support HOT templates where the user can enter the number of instances to launch with a specific configuration? I would think so but besides not finding anything other than count: val, and the fact that the resource_id parameter needs to be unique seems to suggest this approach isn't how

[Openstack] Heat Orchestration

2014-04-23 Thread prabhuling kalyani
Hi, I am trying to understand the heat Orchestration phenomenon. I want to know if heat can create networks or if they need to be created upfront. Would help a lot if there is any documentation for HOT Thanks a lot - Prabhu ___ Mailing list:

<    1   2   3   4   >