Re: [Openstack] Wordpress template

2014-08-10 Thread yalla.gnan.kumar
Hi Clint, Thanks for the reply. I have two networks. Could you tell me how exactly to specify them in the 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 t

Re: [Openstack] Error: Unable to retrieve instance list.

2014-08-10 Thread Sushma Korati
Hi Giles, I am not sure about the issue, but can you please check if the database is up. Also can you paste the error in nova logs? Regards, Sushma Korati sushma_kor...@persistent.co.in Persistent Systems Ltd. | Partners in Innovation | www.persistentsys.com P Please consider your environmen

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

2014-08-10 Thread Parisa Heidari
I run it as 'root'. >You need to be an admin to run this script. >On Fri, Aug 08, 2014 at 04:15:17PM -0400, Parisa Heidari wrote: >> Hi Steve, >> Thanks for your help. I tried either files but in both cases I get the same >> error. I copy the output below. It seems that the OS variables are expor

[Openstack] 回复: 回复: use rdo install neutron ml2+vxlan

2014-08-10 Thread ttjiang
remove /etc/sysconfig/network-scripts/ifcfg-br-tun then I reboot the nodes I can see "patch-int" in br-tun now thanks for your help ttjiang 发件人: nathan.nxu 发送时间: 2014-08-11 11:13 收件人: ttjiang; openstack@lists.openstack.org 主题: 回复: 回复: [Openstack] use rdo install neutron ml2+vxlan Yes I se

[Openstack] 回复: 回复: use rdo install neutron ml2+vxlan

2014-08-10 Thread nathan . nxu
Yes I see it now, the patch port of br-int and br-tun should be created in the same time. Are you sure your ovs version support the vxlan tunnel. or any log to indicate this error to create patch port in br-tun? look at the code in ovs agent, if patch ports can't be created in br-int or br-tun

[Openstack] 回复: 回复: use rdo install neutron ml2+vxlan

2014-08-10 Thread ttjiang
I can see the "patch-tun" in br-int , but I can not see "patch-int" in br-tun ttjiang 发件人: nathan.nxu 发送时间: 2014-08-11 10:44 收件人: ttjiang; openstack@lists.openstack.org 主题: 回复: [Openstack] use rdo install neutron ml2+vxlan Actually br-int and br-tun are connected through veth pair. it's alre

Re: [Openstack] use rdo install neutron ml2+vxlan

2014-08-10 Thread ttjiang
thanks for your help remove /etc/sysconfig/network-scripts/ifcfg-br-tun It's ok now ttjiang From: Brandon Sawyers Date: 2014-08-11 10:37 To: ttjiang CC: openstack@lists.openstack.org Subject: Re: [Openstack] use rdo install neutron ml2+vxlan This looks like an issue I was seeing as well and

[Openstack] 回复: use rdo install neutron ml2+vxlan

2014-08-10 Thread nathan . nxu
Actually br-int and br-tun are connected through veth pair. it's already created in your case, see interface "patch-tun" in br-int and "patch-int" in br-tun -Nathan.nxu 发件人: ttjiang 发送时间: 2014-08-11 10:28 收件人: openstack@lists.openstack.org 主题: [Openstack] use rdo install neutron ml2+vxlan hi al

Re: [Openstack] use rdo install neutron ml2+vxlan

2014-08-10 Thread Brandon Sawyers
This looks like an issue I was seeing as well and was helped by someone in the IRC channel. Try this: `watch -n0.2 ovs-vsctl show` If you see you br-tun appearing and disappearing rapidly remove /etc/sysconfig/network-scripts/ifcfg-br-tun on all network and compute hosts and restart networking (

[Openstack] use rdo install neutron ml2+vxlan

2014-08-10 Thread ttjiang
hi all: I just use rdo to install neutron, I have some questions After I finished. I run this command,I can not see br-tun ovs-vsctl show 876d6e88-b3fc-4709-8e29-5e61fbbd1001 Bridge br-ex Port br-ex Interface br-ex type: internal Bridge br-int Po

Re: [Openstack] even with 60G qcow2 image " FlavorDiskTooSmall: Flavor's disk is too small for requested image. " for m1.small

2014-08-10 Thread Cristian Falcas
ext filesystems can only grow larger on live systems. Also, for the fs to actually grow, you will need something like cloud-init or a custom script to do this at boot time. On Sun, Aug 10, 2014 at 11:10 PM, mad Engineer wrote: > Thanks Don, > it works, i was thinking that imag

Re: [Openstack] even with 60G qcow2 image " FlavorDiskTooSmall: Flavor's disk is too small for requested image. " for m1.small

2014-08-10 Thread mad Engineer
Thanks Don, it works, i was thinking that image should be large enough to fit in all flavor sizes ;-) On Sun, Aug 10, 2014 at 8:39 PM, Don Waterloo wrote: > On 10 August 2014 09:55, mad Engineer wrote: > > > > Hi, > > i am using Centos6.5 with Icehouse release,on KVM Hype

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

2014-08-10 Thread david ferahi
Hi guys, I 'm trying to create a simple stack with heat. The template contains SoftwareConfig, SoftwareDeployment and a single server resources. The problem is that the SoftwareDeployment resource is always in progress ! After waiting for more than an hour the stack deployment failed and I got t

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

2014-08-10 Thread david ferahi
Hi guys, I 'm trying to create a simple stack with heat. The template contains SoftwareConfig, SoftwareDeployment and a single server resources. The problem is that the SoftwareDeployment resource is always in progress ! After waiting for more than an hour the stack deployment failed and I got t

Re: [Openstack] Error: Failed to launch instance "devstack-havana": Please try again later [Error: No valid host was found. ].

2014-08-10 Thread Mitch Anderson
I actually just ran into this myself with a new install, I have Ceph for instance storage, and the "DiskFilter" couldn't detect the ceph storage so I had to remove that from scheduler_default_filters in the nova.conf file on the controllers. If anyone knows how to include that still as a check it

Re: [Openstack] Error: Failed to launch instance "devstack-havana": Please try again later [Error: No valid host was found. ].

2014-08-10 Thread Shariar Kazi
From: http://openstack.redhat.com/forum/discussion/952/problem-creating-instances-no-valid-host/p1 Check subnet availability. Also: No valid host means the scheduler was unable to find a compute host suitable for booting your new instance. A common cause of this is not enough memory on your comp

Re: [Openstack] even with 60G qcow2 image " FlavorDiskTooSmall: Flavor's disk is too small for requested image. " for m1.small

2014-08-10 Thread Don Waterloo
On 10 August 2014 09:55, mad Engineer wrote: > Hi, > i am using Centos6.5 with Icehouse release,on KVM Hypervisor, > > Trying to launch Centos instance from a newly uploaded qcow2 image. > > Created centos6.5 image in qcow2 format with 60G virtual size and actual > size of 1.7G > > image: Ce

Re: [Openstack] even with 60G qcow2 image " FlavorDiskTooSmall: Flavor's disk is too small for requested image. " for m1.small

2014-08-10 Thread Don Waterloo
On 10 August 2014 09:55, mad Engineer wrote: > > Hi, > i am using Centos6.5 with Icehouse release,on KVM Hypervisor, > > Trying to launch Centos instance from a newly uploaded qcow2 image. > > Created centos6.5 image in qcow2 format with 60G virtual size and actual size > of 1.7G > > image:

Re: [Openstack] VM bootting hang on OpenStack Icehouse + Centos 6.4 64bit + KVM

2014-08-10 Thread Anh Tu Nguyen
Thanks all for help. That was all about my wrong config virt-type=qemu, it should be kvm. Poor me. 2014-08-05 18:18 GMT+07:00 dhanesh1212121212 : > Hi, > > Please paste the steps followed for creating centos.img. > Site downloaded ubuntu.img. > > Note: VT is enabled or not. Check nova log for in

[Openstack] even with 60G qcow2 image " FlavorDiskTooSmall: Flavor's disk is too small for requested image. " for m1.small

2014-08-10 Thread mad Engineer
Hi, i am using Centos6.5 with Icehouse release,on KVM Hypervisor, Trying to launch Centos instance from a newly uploaded qcow2 image. Created centos6.5 image in qcow2 format with 60G virtual size and actual size of 1.7G image: Centos6.5_x64.qcow2 file format: qcow2 virtual size: 60G (644245

[Openstack] Error: Failed to launch instance "devstack-havana": Please try again later [Error: No valid host was found. ].

2014-08-10 Thread Giles Cornelius Gomes
I am getting following error while launching an instance from dashboard. Error: Failed to launch instance "devstack-havana": Please try again later [Error: No valid host was found. ]. Please let me know the reason and remedy. Best regards, Giles Cornelius Gomes Database Administrator (Billing)

[Openstack] Error: Unable to retrieve instance list.

2014-08-10 Thread Giles Cornelius Gomes
Hello, "Error: Unable to retrieve instance list" is showing while I was trying to launch an instance. Please let me know the reason and remedy. Best regards, Giles Cornelius Gomes Database Administrator (Billing) NovoTel Limited House: Ga-30/G, Pragati Sarani Shahjadpur, Gulshan-2 Dhaka-1212,

Re: [Openstack] CentOS 6.5 cloud-init growpart/resizefs does not work on first boot.

2014-08-10 Thread sylecn
> >> > After a reboot, the relevant cloud-init logs: > >> > === > >> > cc_growpart.py[DEBUG]: '/' NOCHANGE: no change necessary (/dev/vda, 1) > >> > util.py[DEBUG]: Resizing took 13.776 seconds > >> > cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=Tru