Re: [Openstack] Heat Orchestration

2014-04-23 Thread Thomas Spatzier
Hi Prabhu, there a few HOT samples in the heat-templates repo [1] that show how neutron networks get created or used within a HOT template. It might be worth to check them out. https://github.com/openstack/heat-templates/blob/master/hot/servers_in_existing_neutron_net.yaml https://github.com

[Openstack] [Heat] Icehouse RC2 available

2014-04-10 Thread Thierry Carrez
://github.com/openstack/heat/tree/milestone-proposed If you find an issue that could be considered release-critical and justify a release candidate respin, please file it at: https://bugs.launchpad.net/heat/+filebug and tag it *icehouse-rc-potential* to bring it to the release crew's attention

[Openstack] [Heat] ERROR: Unknown resource type OS::Heat::ScalingPolicy

2014-04-06 Thread Nguyen Van Hiep
Operating system: Distributor ID: Ubuntu Description:Ubuntu 12.04.4 LTS Release:12.04 Codename: precise Heat version: heat-api2013.2.2-0ubuntu1~cloud0 at-api-cfn 2013.2.2-0ubuntu1~cloud0

Re: [Openstack] [Heat] ERROR: Unknown resource type OS::Heat::ScalingPolicy

2014-04-06 Thread Steve Baker
On 07/04/14 16:21, Nguyen Van Hiep wrote: Operating system: Distributor ID:Ubuntu Description:Ubuntu 12.04.4 LTS Release:12.04 Codename:precise Heat version: heat-api2013.2.2-0ubuntu1~cloud0 at-api-cfn

Re: [OpenStack-Infra] Rackspace Openstack Heat Third Party Testing

2014-04-02 Thread Jeremy Stanley
On 2014-03-27 16:42:38 -0500 (-0500), Andrew Plunk wrote: We need to do some internal regression tests against our cloud when openstack/heat patches are submitted. Our internal ci does not need to be able to vote. [...] 2. username: RAXHeatCI 3. human readable name: RAXHeatCI 4. email

[Openstack] [Heat] Unable to get heat multicloud working

2014-04-01 Thread Pradipta Banerjee
Hi Can anyone share the instructions or the heat config file to get heat working with multiple external clouds ? I'm not able to find any good documentation to get multicloud working and my trials have failed till now. Although I'm able to get it working for a single external cloud by following

[Openstack] [Heat/Ceilometer/Havana]: Auto scaling, alarm_actions, alarm notifications

2014-03-31 Thread Jay Cromer
Hello all, I am running Havana on Ubuntu 12.04. I have created a template which creates a stack that autoscales based on cpu utilization. I am able to successfully create the stack thru Horizon by importing a template that I have created. The problem is my alarm action is not working properly.

[OpenStack-Infra] Rackspace Openstack Heat Third Party Testing

2014-03-27 Thread Andrew Plunk
Hello, We need to do some internal regression tests against our cloud when openstack/heat patches are submitted. Our internal ci does not need to be able to vote. 1. public key: ssh-rsa B3NzaC1yc2EDAQABAAABAQCzaGD+eUSxzEhBH4LjVFtHWAbaCeLgRq2aBAjuf+YuRhj2IS7133t/oWcZdNhi2XzZ2cZzO

Re: [Openstack] [Heat]ERROR: Unknown resource Type : OS::Neutron::SecurityGroup

2014-03-27 Thread Damon Wang
:00 Li, Chen chen...@intel.com: Hello, I have been told that Unknown resource Type : OS::Neutron::SecurityGroup is caused by this type of resource is not support in Havana. So I changed to use template file: https://github.com/openstack/heat-templates/blob/master/hot/F20

Re: [Openstack] [Heat]ERROR: Unknown resource Type : OS::Neutron::SecurityGroup

2014-03-27 Thread Zane Bitter
On 26/03/14 22:30, Li, Chen wrote: Hello, I have been told that Unknown resource Type : OS::Neutron::SecurityGroup is caused by this type of resource is not support in Havana. So I changed to use template file: https://github.com/openstack/heat-templates/blob/master/hot/F20

Re: [Openstack] [Heat]ERROR: Unknown resource Type : OS::Neutron::SecurityGroup

2014-03-26 Thread Zane Bitter
On 26/03/14 03:13, Li, Chen wrote: Hi all, I'm a new user of heat. Just installed on CentOS 6.4 followed by: http://docs.openstack.org/trunk/install-guide/install/yum/content/ch_heat.html The packages I'm using: yum list installed |grep -A1 heat openstack-heat-api.noarch

Re: [Openstack] [Heat]ERROR: Unknown resource Type : OS::Neutron::SecurityGroup

2014-03-26 Thread Li, Chen
Hello, I have been told that Unknown resource Type : OS::Neutron::SecurityGroup is caused by this type of resource is not support in Havana. So I changed to use template file: https://github.com/openstack/heat-templates/blob/master/hot/F20/WordPress_Native.yaml Which is old enough for Havana

[Openstack] [Heat] admin_user property implementation

2014-03-24 Thread Michaël Van de Borne
Hi there, 1. When an instance is booted from a Heat stack, the user for whom the ssh public key is injected is, by default, 'ec2-user'. Even if there is a cloud-wide setting (instance_user in /etc/heat/heat.conf) that allows to change this, it isn't a good solution, as all stack deployments

[Openstack] [Heat] Any hint on using pseudo-parameters?

2014-03-14 Thread Qiming Teng
Hi, Below is a snippet of a template I am debugging. I was trying to test HARestarter in this case, so I am supposed to provide a configuration file for cfn-hup. The problem I have is that I cannot get the pseudo parameters work. When trying the create the stack, I am getting the

Re: [Openstack] [Heat] Any hint on using pseudo-parameters?

2014-03-14 Thread Zane Bitter
the pseudo parameters work. When trying the create the stack, I am getting the following errors: ERROR: Property error : ServerConfig: cloud_config The Parameter (OS::region) was not provided. Looking at https://github.com/openstack/heat/blob/master/heat/engine/hot/parameters.py#L129 it appears that OS

[Openstack] [Heat] AutoScaling and Load balancing

2014-02-27 Thread Jon Kon
Hi all, I am using Devstack and I want to add a load balancer to the AutoScaling group. I want to autoscale IPsec VPN servers, which works fine. But now, I need a load balancer, which shares out the requests between the VPN servers. I read the template guide of Heat, but I don't know, how the

Re: [Openstack] [Heat] AutoScaling and Load balancing

2014-02-27 Thread Steven Dake
On 02/27/2014 01:37 AM, Jon Kon wrote: Hi all, I am using Devstack and I want to add a load balancer to the AutoScaling group. I want to autoscale IPsec VPN servers, which works fine. But now, I need a load balancer, which shares out the requests between the VPN servers. I read the template

Re: [Openstack] [Heat] AutoScaling and Load balancing

2014-02-27 Thread Steven Hardy
Here's a similar example, using a neutron loadbalancer, which you might find useful: https://gist.github.com/therve/9231701 Probably we need an example like that in the heat-templates repo as we don't currenlty have many good examples of using the neutron LB: https://github.com/openstack/heat

Re: [Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-02-27 Thread Steven Hardy
(and continued scaling actions) to work. This was a quirk of the Heat implementation in Havan, but TBH from a usability PoV should have always had this set to True by default. This is fixed now on Heat:master: https://github.com/openstack/heat/commit/4dc987ef but hasn't been backported

Re: [Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-02-25 Thread Eoghan Glynn
Juha, What is the actual cpu_util trend looking like about the time upscaling occurs? In the original template you provided, the cooldown period was set so as to be quite short (IIRC, 20s). So if your artificial load on the first instance drives the cpu_util above the high-water-mark alarm

Re: [Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-02-25 Thread Eoghan Glynn
K, eglynn deploys Occam's razor ... The simplest explanation is that you're seeing a slight offset between the cadence of cpu_util gathering (15s) and the less rapid alarm evaluation interval (30s, right?). These periods are not in lock-step. Let's interleave the statistics with the instance

Re: [Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-02-25 Thread Eoghan Glynn
Hi, The simplest explanation is that you're seeing a slight offset between the cadence of cpu_util gathering (15s) and the less rapid alarm evaluation interval (30s, right?). You mean evaluation_interval in ceilometer.conf? Yes, in the alarm section of the

[Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-02-24 Thread Juha Tynninen
Hi, I'm having some problems concerning auto scaling feature. Any ideas? First scaling up and down is working just fine. But then when tested later on scaling down/up is no longer working properly. Scaling down may occur even it shouldn't or scaling up doesn't occur even it should. When in this

Re: [Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-02-24 Thread Eoghan Glynn
implementation in Havan, but TBH from a usability PoV should have always had this set to True by default. This is fixed now on Heat:master: https://github.com/openstack/heat/commit/4dc987ef but hasn't been backported to Heat:stable/stable. The issue you see with the instance.scheduled message being

Re: [Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-02-24 Thread Eoghan Glynn
by default. This is fixed now on Heat:master: https://github.com/openstack/heat/commit/4dc987ef but hasn't been backported to Heat:stable/stable. The issue you see with the instance.scheduled message being rejected with signature invalid is not related to autoscaling, and in case

Re: [Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-02-24 Thread Steven Dake
Juha, Copying Angus so he sees. He wrote a big majority of the ceilometer + heat integration and might have a better idea of the details of the problem you face. On 02/24/2014 01:27 AM, Juha Tynninen wrote: Hi, I'm having some problems concerning auto scaling feature. Any ideas? First

Re: [Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-02-24 Thread Juha Tynninen
Hi, Some update... I yesterday added repeat_actions : true -definition to OS::Ceilometer::Alarm resources in the Heat template: CPUAlarmHigh: { Type: OS::Ceilometer::Alarm, Properties: { description: Scale-up if CPU is greater than 90% for 30

[Openstack] [Heat/Havana]: Long delay before VM instance starts to ping...

2014-02-03 Thread Juha Tynninen
Hi, I'm using the following unmodified image: http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img I set static ip address for the VM instance via Heat template and user-data: Resources : { DemoInstance : { Type : OS::Nova::Server, Properties : {

[Openstack] [Heat/Havana]: Is volume-id supported for config_drive in OS::Nova::Server...?

2014-01-29 Thread Juha Tynninen
Hi, I'm trying to define config_drive by using volume-id for OS::Nova::Server in a Heat template. http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Serversays that: config_drive : String - value for config drive either boolean, or volume-id. - Updates cause

Re: [Openstack] [Heat/Havana]: Is volume-id supported for config_drive in OS::Nova::Server...?

2014-01-29 Thread Mitsuru Kanabuchi
Hi Juha, In my understand, config_drive doesn't support volume-id. Probably, document need fix. And currently config_drive no longer supports image id. Please see https://bugs.launchpad.net/nova/+bug/1029647 Only True or False can set to config_drive property at present. I could boot instance

Re: [openstack-dev] [OpenStack][HEAT][Dashboard] Edit JSON tempalte on OpenStack Dashboard

2014-01-15 Thread Liz Blanchard
On Jan 9, 2014, at 4:41 AM, Jay Lau jay.lau@gmail.com wrote: My bad, the image cannot be viewed. Upload again. Thanks, Jay 2014/1/9 Jay Lau jay.lau@gmail.com Hi, Now when using OpenStack dashboard to launch a stack, we need to first import the template then create

Re: [openstack-dev] [OpenStack][HEAT][Dashboard] Edit JSON tempalte on OpenStack Dashboard

2014-01-15 Thread Tim Schnell
On 1/15/14 9:01 AM, Liz Blanchard lsure...@redhat.com wrote: On Jan 9, 2014, at 4:41 AM, Jay Lau jay.lau@gmail.com wrote: My bad, the image cannot be viewed. Upload again. Thanks, Jay 2014/1/9 Jay Lau jay.lau@gmail.com Hi, Now when using OpenStack dashboard to launch a

Re: [openstack-dev] [OpenStack][HEAT][Dashboard] Edit JSON tempalte on OpenStack Dashboard

2014-01-15 Thread Jay Lau
Thanks Tim and Liz, comments in line. 2014/1/15 Tim Schnell tim.schn...@rackspace.com On 1/15/14 9:01 AM, Liz Blanchard lsure...@redhat.com wrote: On Jan 9, 2014, at 4:41 AM, Jay Lau jay.lau@gmail.com wrote: My bad, the image cannot be viewed. Upload again. Thanks,

[openstack-dev] [OpenStack][HEAT][Template][Dashboard] HEAT editing dashboard

2013-12-30 Thread Jay Lau
Hi, I noticed that there is a bp https://blueprints.launchpad.net/horizon/+spec/heat-template-managementwhich want to improve the UI for HEAT template, does anyone working on this? If not, does anyone who have some mock up dashboard for editing heat template? Thanks, Jay

Re: [Openstack] [Heat] Problem with stacks

2013-12-30 Thread Steven Hardy
On Sun, Dec 22, 2013 at 11:48:07PM +0100, Sławek Kapłoński wrote: Hello, I'm trying to use heat on havana openstack release. I installed all thinks I need (nova, neutron, glance, heat) and configure it that I can create normall instances and it has got public IPs from neutron. Later I

Re: [Openstack] [Heat] Problem with stacks

2013-12-25 Thread Daniel Speichert
Just try to deploy the image without Heat - as a regular instance and check the log. You will see messages about cloud-init (SSH key generation, network configuration, etc). Regards, Daniel On Tuesday, December 24, 2013 10:34:35 PM, Sławek Kapłoński wrote: Hello, When I create images I

Re: [Openstack] [Heat] Problem with stacks

2013-12-24 Thread Sławek Kapłoński
Hello, When I create images I have no any errors (I checked it again today) displayed. How can I verify that cloud-init is installed correctly? -- Pozdrawiam Sławek Kapłoński sla...@kaplonski.pl Dnia Mon, 23 Dec 2013 01:39:07 -0500 Qiming Teng teng...@linux.vnet.ibm.com napisał: On Sun, Dec

[Openstack] [Heat] Problem with stacks

2013-12-22 Thread Sławek Kapłoński
Hello, I'm trying to use heat on havana openstack release. I installed all thinks I need (nova, neutron, glance, heat) and configure it that I can create normall instances and it has got public IPs from neutron. Later I create image with Fedora 19 according to guide:

Re: [Openstack] [Heat] Problem with stacks

2013-12-22 Thread Qiming Teng
On Sun, Dec 22, 2013 at 11:48:07PM +0100, Sławek Kapłoński wrote: Hello, I'm trying to use heat on havana openstack release. I installed all thinks I need (nova, neutron, glance, heat) and configure it that I can create normall instances and it has got public IPs from neutron. Later I

Re: [Openstack] [Heat] Basic questrions

2013-12-18 Thread Steven Dake
On 12/18/2013 01:56 PM, Sławek Kapłoński wrote: Hello, I'm tryin to understand and install heat on intrastructure. I hava one node which is controller node with nova, ceilometer-agent-central, horizon etc. installed and second host with only nova-compute. So should I install heat and all its

Re: [Openstack] [Heat] Basic questrions

2013-12-18 Thread Sławek Kapłoński
Hello, Thanks a lot for explanations Clint and Steven :) -- Sławek Dnia Wed, 18 Dec 2013 21:56:05 +0100 Sławek Kapłoński sla...@kaplonski.pl napisał: Hello, I'm tryin to understand and install heat on intrastructure. I hava one node which is controller node with nova,

[Openstack] [Heat] Ceilometer with Multi-Node

2013-12-17 Thread Jon Kon
Hi all, I want to autoscale with ceilometer and heat in devstack. The Single-Node-Configuration works. But now I want to configure for Multi-Node. Here is the localrc of the controller-node: https://gist.github.com/anonymous/8006733 And here is the localrc of the compute-node:

[openstack-dev] [Openstack][Heat] Creating an Openstack project using Heat

2013-12-16 Thread Sayaji Patil
Hi, I have installed Openstack with heat using packstack. One thing I noticed is that the Orchestration Heat option is only available inside a project view. Is this by design ? My use case it to create a project with images, networks,routers and firewall rules in a single workflow. I looked

Re: [openstack-dev] [Openstack][Heat] Creating an Openstack project using Heat

2013-12-16 Thread Zane Bitter
On 16/12/13 15:57, Sayaji Patil wrote: Hi, I have installed Openstack with heat using packstack. One thing I noticed is that the Orchestration Heat option is only available inside a project view. Is this by design ? My use case it to create a project with images, networks,routers and

Re: [openstack-dev] [Openstack][Heat] Creating an Openstack project using Heat

2013-12-16 Thread Sayaji Patil
Thanks Steve. Regards, Sayaji On Mon, Dec 16, 2013 at 2:57 PM, Steve Baker sba...@redhat.com wrote: On 12/17/2013 09:57 AM, Sayaji Patil wrote: Hi, I have installed Openstack with heat using packstack. One thing I noticed is that the Orchestration Heat option is only available

Re: [openstack-dev] [OpenStack][Heat] AutoScaling scale down issue

2013-12-12 Thread Liang Chen
On 12/11/2013 11:43 PM, Jay Lau wrote: Greetings, Here come a question related to heat auto scale down. The scenario is as following: I was trying to deploy hadoop cluster with heat Auto Scaling template. When scale up a slave node, I can use user-data to do some post work for configuration

Re: [openstack-dev] 答复: [OpenStack][Heat] AutoScaling scale down issue

2013-12-11 Thread Clint Byrum
: [openstack-dev] [OpenStack][Heat] AutoScaling scale down issue Greetings, Here come a question related to heat auto scale down. The scenario is as following: I was trying to deploy hadoop cluster with heat Auto Scaling template. When scale up a slave node, I can use user-data to do

Re: [openstack-dev] [OpenStack][Heat] AutoScaling scale down issue

2013-12-11 Thread Angus Salkeld
On 11/12/13 23:43 +0800, Jay Lau wrote: Greetings, Here come a question related to heat auto scale down. The scenario is as following: I was trying to deploy hadoop cluster with heat Auto Scaling template. When scale up a slave node, I can use user-data to do some post work for configuration

[Openstack] Heat API reference doc is incomplete

2013-12-11 Thread Hai Quan Chen
The Heat API reference doc ( http://api.openstack.org/api-ref-orchestration.html ) does not define response body for all APIs. All apis say does not return a response body. For example: GET v1/​{tenant_id}​/stacks Normal Response Codes — 200 Request parameters Parameter Style Type

Re: [Openstack] [Heat] Problems with AutoScaling

2013-12-04 Thread Eoghan Glynn
* invoking 'heat stack-create'? e.g. on devstack: $ . devstack/openrc admin admin Cheers, Eoghan [1] https://github.com/openstack/heat/commit/af238fbd - Original Message - Hi all,   I posted yesterday and forgot to post it in plain-text. Because of this I wrote this one a second time

Re: [Openstack] [Heat] Problems with AutoScaling

2013-12-04 Thread Eoghan Glynn
advanced templates. Can you ensure that the OS_* env vars are set *before* invoking 'heat stack-create'? e.g. on devstack: $ . devstack/openrc admin admin Cheers, Eoghan [1] https://github.com/openstack/heat/commit/af238fbd - Original Message - Hi all,   I posted

Re: [Openstack] [Heat] Problems with AutoScaling

2013-12-04 Thread Steven Hardy
On Wed, Dec 04, 2013 at 07:36:36AM -0500, Eoghan Glynn wrote: How old is your heat client? I think your issue may have been addressed by this commit from yesterday: https://github.com/openstack/python-heatclient/commit/e259163d Yeah, this sounds like the issue, apologies for the

Re: [Openstack] [Heat] Problems with AutoScaling

2013-12-04 Thread Jon Kon
Problem is solved :) Thanks for the fast help. This worked: $git fetch ; git rebase origin/master Cheers, Richard ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe :

[Openstack] [Heat] Problems with AutoScaling

2013-12-03 Thread Richard Rauscher
Hello everybody, my name is Johnny and I have Problems with heat and ceilometer. I want to autoscale with ceilometer and heat. The example in the Heat-quick-start guide works. I used the following: https://raw.github.com/openstack/heat-templates/master/hot/F18/WordPress_Native.yaml

Re: [Openstack] Heat - Malformed endpoint URL

2013-11-21 Thread Zane Bitter
On 31/10/13 02:02, Martinx - ジェームズ wrote: Hello Stackers! =) I'm following this doc: http://docs.openstack.org/havana/install-guide/install/apt/content/heat-install.html Commands ok: On heat server: heat-manage db_sync # OK On controller: keystone user-create --name=heat

[Openstack] [Heat] Specifying metadata in Properties section is not mapped correctly

2013-11-20 Thread Daniel Kuffner
Hi All, I currently try to extend the docker driver. The final result should be that a user can specify a host folder which should be mounted into the docker container. for testing I have specified some custom metadata in heat like: HeatTemplateFormatVersion: '2012-12-12' Parameters: {}

Re: [Openstack] [Heat] Specifying metadata in Properties section is not mapped correctly

2013-11-20 Thread Zane Bitter
On 20/11/13 11:31, Daniel Kuffner wrote: Hi All, I currently try to extend the docker driver. The final result should be that a user can specify a host folder which should be mounted into the docker container. for testing I have specified some custom metadata in heat like:

Re: [Openstack] [Heat] Specifying metadata in Properties section is not mapped correctly

2013-11-20 Thread Daniel Kuffner
Hi Zane, I think I misunderstood how the metadata works. I assumes that instance['metadata'][0] contains all declared metadata values by key/value (I was already wondering why it is a array at all). That makes much more sense now. thank you, Daniel On Wed, Nov 20, 2013 at 12:00 PM, Zane

Re: [Openstack] HEAT - Prohibited endpoint redirect

2013-11-20 Thread Daniel Ellison
On Nov 20, 2013, at 1:23 AM, Jean-Daniel BUSSY silversurfer...@gmail.com wrote: ​​Ok I looked the endpoints list in a fresh devstack I here is what I found: | 757f96ee33f14fdeac43788cc403ffe6 | RegionOne | http://10.0.2.15:8004/v1/$(tenant_id)s | http://10.0.2.15:8004/v1/$(tenant_id)s

Re: [Openstack] HEAT - Prohibited endpoint redirect

2013-11-20 Thread Jean-Daniel BUSSY
*To:* Therese Persson *Cc:* openstack@lists.openstack.org *Subject:* Re: [Openstack] HEAT - Prohibited endpoint redirect ​​ Ok I looked the endpoints list in a fresh devstack I here is what I found: | 757f96ee33f14fdeac43788cc403ffe6 | RegionOne | http://10.0.2.15:8004/v1/$(tenant_id)s

Re: [Openstack] HEAT - Prohibited endpoint redirect

2013-11-20 Thread Jean-Daniel BUSSY
is a text file with my service list and endpoint list. /Therese *From:* Jean-Daniel BUSSY [mailto:silversurfer...@gmail.com] *Sent:* den 20 november 2013 15:00 *To:* Therese Persson *Cc:* openstack@lists.openstack.org *Subject:* Re: [Openstack] HEAT - Prohibited endpoint redirect Can

Re: [Openstack] HEAT - Prohibited endpoint redirect

2013-11-19 Thread Jean-Daniel BUSSY
​​Ok I looked the endpoints list in a fresh devstack I here is what I found: | 757f96ee33f14fdeac43788cc403ffe6 | RegionOne | http://10.0.2.15:8004/v1/$(tenant_id)s | http://10.0.2.15:8004/v1/$(tenant_id)s | http://10.0.2.15:8004/v1/$(tenant_id)s | ca31fc15accd45698155b6a28e6b326c | The culprit

Re: [Openstack] Heat Template

2013-11-14 Thread Daniel Kuffner
Hi Clint, I use heat default (no format specified, since it didn't work with my version of heat) and I figured out that my user data will be written to /var/lib/cloud/data/cfn-userdata So I adjusted my scripts to use this file. thanks for your input, Daniel On Sun, Nov 10, 2013 at 1:37 AM,

Re: [Openstack] [Heat] Locked Outputs

2013-11-14 Thread Zane Bitter
On 14/11/13 17:16, Randall Burt wrote: I think it could work for dashboards as well. The behavior would be to display the masked value and add a control that once activated, retrieves the unmasked value. Since one hopes this dashboard would be using some library like python-heatclient, its

Re: [Openstack] [Heat] Locked Outputs

2013-11-14 Thread Randall Burt
On Nov 14, 2013, at 12:34 PM, Zane Bitter zbit...@redhat.com wrote: On 14/11/13 17:16, Randall Burt wrote: I think it could work for dashboards as well. The behavior would be to display the masked value and add a control that once activated, retrieves the unmasked value. Since one hopes

Re: [Openstack] [Heat] Locked Outputs

2013-11-13 Thread Robert Collins
On 13 November 2013 16:08, Andrew Plunk andrew.pl...@rackspace.com wrote: Alright. The problem: If a program generates a password, and displays it on a screen over and over again, it is more susceptible to being compromised. Possible solutions:

Re: [Openstack] [Heat] Locked Outputs

2013-11-13 Thread Zane Bitter
: Clint Byrum [cl...@fewbar.com] Sent: Tuesday, November 12, 2013 8:46 PM To: openstack Subject: Re: [Openstack] [Heat] Locked Outputs Excerpts from Andrew Plunk's message of 2013-11-12 17:24:25 -0800: Thanks for reiterating that Zane. The problem I have is I want to display generated passwords

[Openstack] HEAT - Prohibited endpoint redirect

2013-11-13 Thread Therese Persson
Hi, I have installed Heat on my controller node and it worked fine two days ago, but now I have encountered some problems. I am still able to create stacks, but I can't delete the stacks I have created. I can delete the instances manually, but when I try to delete the stacks I get this

Re: [Openstack] [Heat] Locked Outputs

2013-11-12 Thread Steven Hardy
On Thu, Nov 07, 2013 at 05:07:16PM +, Andrew Plunk wrote: The problem I am trying to solve here is not to secure an output, but to provide the ability to only display an output to an end user one time. I still think we need more info regarding the actual use-case, this sounds like you're

Re: [Openstack] [Heat] Locked Outputs

2013-11-12 Thread Andrew Plunk
once and only once or display this output with a flag after the first time. -Andrew Plunk From: Zane Bitter [zbit...@redhat.com] Sent: Tuesday, November 12, 2013 7:32 AM To: openstack@lists.openstack.org Subject: Re: [Openstack] [Heat] Locked Outputs On 07

Re: [Openstack] [Heat] Locked Outputs

2013-11-12 Thread Clint Byrum
Excerpts from Andrew Plunk's message of 2013-11-12 17:24:25 -0800: Thanks for reiterating that Zane. The problem I have is I want to display generated passwords once, and only once in a ui. I want the ability to flag or conditionally display outputs based on conditions. A problem is

Re: [Openstack] [Heat] Locked Outputs

2013-11-12 Thread Andrew Plunk
a way to express metadata about stack outputs returned from heat. From: Clint Byrum [cl...@fewbar.com] Sent: Tuesday, November 12, 2013 8:46 PM To: openstack Subject: Re: [Openstack] [Heat] Locked Outputs Excerpts from Andrew Plunk's message of 2013-11-12

Re: [Openstack] [Heat] Error - Template not in valid format

2013-11-11 Thread Therese Persson
= heat.common.auth_token:filter_factory auth_uri = http://10.10.10.51:35357/v2.0 Where auth_uri is the endpoint for keystone. Best regards Therese From: Steve Baker [mailto:sba...@redhat.com] Sent: den 10 november 2013 22:02 To: openstack@lists.openstack.org Subject: Re: [Openstack] [Heat] Error - Template

Re: [Openstack] [Heat] Locked Outputs

2013-11-11 Thread Clint Byrum
Excerpts from Randall Burt's message of 2013-11-11 06:45:54 -0800: (sorry for the double-post Steve) I agree with Steve here. Clint's suggestion is good, but wouldn't it prevent the practical use of that value inside the orchestration itself? Also, how would I use that method for outputs

Re: [Openstack] [Heat] Locked Outputs

2013-11-10 Thread Steve Baker
for. Thanks. -Andrew From: Clint Byrum [cl...@fewbar.com] Sent: Wednesday, November 06, 2013 8:36 PM To: openstack Subject: Re: [Openstack] [Heat] Locked Outputs Excerpts from Andrew Plunk's message of 2013-11-07 06:48:33 +0800: Hello All, Imagine

[Openstack] Heat Template

2013-11-06 Thread Daniel Kuffner
Hello, Can somebody point me out how I can specify user data in a heat template? I would like consume user data via metadata service. thanks a lot Daniel ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :

[Openstack] [Heat] Locked Outputs

2013-11-06 Thread Andrew Plunk
Hello All, Imagine for a minute that you are displaying outputs from heat, but some of those outputs could have sensitive data (think passwords or private keys). It would be beneficial to allow outputs to be accessed once, and then go into a locked state. This could result in the following:

Re: [Openstack] Heat - Malformed endpoint URL

2013-10-31 Thread Andreas Jaeger
On 10/31/2013 02:32 AM, Tom Fifield wrote: On 31/10/13 12:19, Martinx - ジェームズ wrote: Mmm... Apparently, the document is wrong, I tried this now: keystone endpoint-create --region sp-east-1 --service-id $heat_service_id --publicurl 'http://heat-srv-1.yourdomain.com:8004/v1/\$(tenant_id)s'

[Openstack] [Heat] Error - Template not in valid format

2013-10-31 Thread Therese Persson
Hi, I have recently upgraded to Havana and just started trying out Heat. I tried to launch a stack by using this template file: https://github.com/openstack/heat-templates/blob/master/hot/servers_in_existing_neutron_net.yaml However, I am not familiar with these type of files and I am not sure

[Openstack] Heat - Malformed endpoint URL

2013-10-30 Thread Martinx - ジェームズ
Hello Stackers! =) I'm following this doc: http://docs.openstack.org/havana/install-guide/install/apt/content/heat-install.html Commands ok: On heat server: heat-manage db_sync # OK On controller: keystone user-create --name=heat --pass=Heat_PAss --email= h...@yourdomain.com # OK

Re: [Openstack] Heat - Error: Unable to retrieve stack list.

2013-10-30 Thread Martinx - ジェームズ
Apache log shows: == /var/log/apache2/error.log == [Thu Oct 31 01:22:26 2013] [error] Recoverable error: ERROR: Timeout while waiting on RPC response - topic: engine, RPC method: list_stacks info: unknown On 30 October 2013 23:25, Martinx - ジェームズ thiagocmarti...@gmail.com wrote: Guys, I'm

Re: [Openstack] Heat - Error: Unable to retrieve stack list.

2013-10-30 Thread Tom Fifield
On 31/10/13 12:25, Martinx - ジェームズ wrote: Guys, I'm trying to install and enable Heat but, I'm facing some problems, look: heat.log: Right after clicking on Dashboard - Stacks: http://paste.openstack.org/show/50258/ A few seconds pass, browser still waiting, and more error messages:

Re: [Openstack] Heat - Error: Unable to retrieve stack list.

2013-10-30 Thread Martinx - ジェームズ
Oops! My mistake! Heat running! Tks! :-D On 30 October 2013 23:35, Tom Fifield t...@openstack.org wrote: On 31/10/13 12:25, Martinx - ジェームズ wrote: Guys, I'm trying to install and enable Heat but, I'm facing some problems, look: heat.log: Right after clicking on Dashboard - Stacks:

Re: [openstack-dev] Change in openstack/heat[master]: Implement a Heat-native resource group

2013-10-17 Thread Mike Spreitzer
What is the rationale for this new feature? Since there is already an autoscaling group implemented by Heat, what is the added benefit here? And why is it being done as another heat-native thing rather than as an independent service (e.g., as outlined in

Re: [openstack-dev] Change in openstack/heat[master]: Implement a Heat-native resource group

2013-10-17 Thread Clint Byrum
Excerpts from Mike Spreitzer's message of 2013-10-17 17:19:58 -0700: What is the rationale for this new feature? Since there is already an autoscaling group implemented by Heat, what is the added benefit here? And why is it being done as another heat-native thing rather than as an

Re: [openstack-dev] Change in openstack/heat[master]: Implement a Heat-native resource group

2013-10-17 Thread Mike Spreitzer
Clint Byrum cl...@fewbar.com wrote on 10/17/2013 09:16:12 PM: Excerpts from Mike Spreitzer's message of 2013-10-17 17:19:58 -0700: What is the rationale for this new feature? Since there is already an autoscaling group implemented by Heat, what is the added benefit here? And why is it

Re: [Openstack] [Heat/havana]: User needs admin rights in order to heat create to succeed

2013-09-24 Thread Adam Young
On 09/23/2013 11:16 AM, Steven Hardy wrote: On Fri, Sep 20, 2013 at 09:43:27AM +0300, Juha Tynninen wrote: Hi, In havana the user must have admin privileges to be able to create heat stacks having e.g. HARestarter resource. Otherwise an error will occur... What's logic behind this / or is

[Openstack] [Heat/havana]: User needs admin rights in order to heat create to succeed

2013-09-20 Thread Juha Tynninen
Hi, In havana the user must have admin privileges to be able to create heat stacks having e.g. HARestarter resource. Otherwise an error will occur... What's logic behind this / or is this a bug? 2013-09-19 17:56:11.380 TRACE heat.engine.resource File

Re: [Openstack] [Heat/havana]: Heat delete occasionally fails

2013-09-20 Thread Clint Byrum
Excerpts from Juha Tynninen's message of 2013-09-19 23:29:26 -0700: Hi, In havana deleting the stack occasionally fails to timeout Error: Timed out trying to delete user. If tried again the the delete can be succesfull. 2013-09-20 08:58:56.910 ERROR heat.engine.resource [-] Delete

[openstack-dev] OpenStack Heat - Email deleted by mistake

2013-09-17 Thread GROSZ, Maty (Maty)
All, Earlier this morning (Middle east time) we received an email regarding a Heat document that is kept within Google by openstack-dev mailing list. I have deleted it by mistake (still waiting for the writer approval to open the document). Can someone re-send this email to me? Thanks, Maty.

Re: [openstack-dev] OpenStack Heat - Email deleted by mistake

2013-09-17 Thread GROSZ, Maty (Maty)
Thank you very much! From: Davanum Srinivas [mailto:dava...@gmail.com] Sent: Tuesday, September 17, 2013 18:50 To: OpenStack Development Mailing List Subject: Re: [openstack-dev] OpenStack Heat - Email deleted by mistake You can always browse the mail archives - example - http://markmail.org

[Openstack] [Heat]heat installation procedure

2013-08-07 Thread Linus Nova
Hi, I search to install Heat on grizzly openstack environnement. Any one have procedure to install heat on Ubuntu ? For information, my openstack installation is on distributed mode (controller node, network node, compute nodes, ). Best regards.

Re: [Openstack] [Heat]heat installation procedure

2013-08-07 Thread Anne Gentle
I haven't tried it myself, but take a look at http://docs.openstack.org/developer/heat/getting_started/on_ubuntu.html Anne On Wed, Aug 7, 2013 at 11:18 AM, Linus Nova li...@linusnova.com wrote: Hi, I search to install Heat on grizzly openstack environnement. Any one have procedure to

<    1   2   3   4