[Openstack] [Murano] timeout error for multi-instance deployments

2016-08-01 Thread Mark Endrei
Hi, I am trying to create a multi-instance Murano environment using the WordPress sample (which has separate apache and database instances) from https://github.com/openstack/murano-apps/. I have tried the liberty/stable version of the package, and most recently the mitaka/stable version after our

Re: [Openstack] nova+vmware doesn't create the cached image in ipaddress_base folder

2016-08-01 Thread Vaidyanath Manogaran
HI Gary, Thanks, I have set the details on the cache_prefix. but still fails on file not found error. It is not creating inside the specified folder rather it is creating outside the folder in the datastore http://paste.openstack.org/show/545253/ Regards, Vaidyanath On Mon, Aug 1, 2016 at 7:00 P

Re: [Openstack] Heat template - get port ID of 'external' instance

2016-08-01 Thread Turbo Fredriksson
Dang! Never mind. I was sure I've tried a 'string' type as the input to volume, but apparently not.. Changing that, now it works. -- Choose a job you love, and you will never have to work a day in your life. ___ Mailing list: http://lists.openstack.org

Re: [Openstack] Heat template - get port ID of 'external' instance

2016-08-01 Thread Turbo Fredriksson
On Aug 1, 2016, at 4:41 PM, Turbo Fredriksson wrote: >> You actually need to explicitly export the attributes you want as outputs >> from the instance.yaml template, just as you defined parameters to accept >> the property values. This seems to mostly working, but i'm not sure how to 'export'

Re: [Openstack] Heat template - get port ID of 'external' instance

2016-08-01 Thread Turbo Fredriksson
On Aug 1, 2016, at 3:53 PM, Zane Bitter wrote: > BTW I really wouldn't recommend using the OS:: namespace for your own custom > types. Thanx. I'll change that 'eventually' :). >> floating_network_id: physical >> # port_id: { get_attr: [admin, networks, { get_param: network }, 0, >> p

Re: [Openstack] Launch an instance from the images tab

2016-08-01 Thread Turbo Fredriksson
On Aug 1, 2016, at 3:11 PM, Eugen Block wrote: >> Project->Compute->Columes->Volume Snapshots->[on a snapshot]->Launch as >> Instance > > Now I tried launching the instance for all 4 source types (Image, Instance > snapshot, Volume, Volume snapshot), and 3 of them do actually pre-allocate > th

Re: [Openstack] Heat template - get port ID of 'external' instance

2016-08-01 Thread Zane Bitter
On 31/07/16 10:39, Turbo Fredriksson wrote: I've created a environment file: resource_registry: "OS::Nova::Server::Instance": "https://raw.githubusercontent.com/FransUrbo/Openstack-Bayour.COM/master/instance.yaml"; BTW I really wouldn't recommend using the OS:: namespace for your own c

Re: [Openstack] [networking-sfc] Flow classifier conflict logic

2016-08-01 Thread Artem Plakunov
Thanks. You said though that classifier must be unique within a tenant. I tried creating chains in two different tenants by different users without any RBAC rules. So there are two tenants, each has 1 network, 2 vms (source, service) and an admin user. I used different openrc configs for each

Re: [Openstack] Launch an instance from the images tab

2016-08-01 Thread Eugen Block
Project->Compute->Columes->Volume Snapshots->[on a snapshot]->Launch as Instance Now I tried launching the instance for all 4 source types (Image, Instance snapshot, Volume, Volume snapshot), and 3 of them do actually pre-allocate the selected source, just "instance snapshot" does not. Co

Re: [Openstack] Launch an instance from the images tab

2016-08-01 Thread Turbo Fredriksson
On Aug 1, 2016, at 8:58 AM, Eugen Block wrote: > I found out what it is. If I select a regular image (type "Image") I have it > pre-selected, too. But if I select a snapshot (type "Snapshot") it is not > pre-selected. In the "Launch instance" dialog I have to select the snapshot > from the drop

Re: [Openstack] nova+vmware doesn't create the cached image in ipaddress_base folder

2016-08-01 Thread Gary Kotton
Hi, I suggest that you make use of the variable cache_prefix. https://github.com/openstack/nova/blob/master/nova/virt/vmwareapi/vmops.py#L156 The IP address just creates havoc… Thanks Gary From: Vaidyanath Manogaran Date: Monday, August 1, 2016 at 2:25 PM To: "openstack@lists.openstack.org" , "c

[Openstack] nova+vmware doesn't create the cached image in ipaddress_base folder

2016-08-01 Thread Vaidyanath Manogaran
nova boot fails as the image created with oslo_vmware/api.py is creating the vm outside the base folder. though the x.x.x.x_base folder is present it is not creating it inside the vm my cofiguration is as follows. 1. controller and compute node in one vcenter server 2. the compute manages a

Re: [Openstack] [openstack][cinder][vmware] why can't snapshot attached volume

2016-08-01 Thread Erlon Cruz
Have tried with the --force option? On Mon, Jul 25, 2016 at 8:12 AM, James Guo wrote: > Now when a volume is attached to a vm, we can't snapshot it. > > I think vCenter does't have similar limitation. So how about removing the > limitation? > > ___ > M

Re: [Openstack] [OpenStack] Glance: Unable to create image.

2016-08-01 Thread shivkumar gupta
Thanks Trinath, I already verify the configuration from the document. Can you please help me what exactly should i verify. also what will be the authentication flow while creating an image in glance. On Monday, 1 August 2016 3:09 PM, Trinath Somanchi wrote: #yiv3904287517 #yiv39042875

Re: [Openstack] [OpenStack] Glance: Unable to create image.

2016-08-01 Thread Trinath Somanchi
Hi Shiv- The error clearly mentions its an misconfiguration of keystone. Reverify your glance configuration for keystone – glance authentication credentials. The one you have created while installing and configuring glance. / Trinath From: shivkumar gupta [mailto:shivkumar_gupt...@yahoo.com

Re: [Openstack] [OpenStack] Glance: Unable to create image.

2016-08-01 Thread shivkumar gupta
Hello Experts, Please suggest and help to proceed further. RegardsShiv On Sunday, 31 July 2016 5:04 PM, shivkumar gupta wrote: Hello Experts, I am unable to create image in during glance installation and getting following error.  glance image-create --name "Cirros" --file /tmp/images/

Re: [Openstack] Launch an instance from the images tab

2016-08-01 Thread Eugen Block
I found out what it is. If I select a regular image (type "Image") I have it pre-selected, too. But if I select a snapshot (type "Snapshot") it is not pre-selected. In the "Launch instance" dialog I have to select the snapshot from the dropdown again. Can anyone confirm this? Regards, Eug