[Openstack] Fail to Block Devices and OpenStack

2014-06-09 Thread 山下 良民
Hi, I fail for the cooperation of Openstack and Ceph. I was set on the basis of the url. http://ceph.com/docs/next/rbd/rbd-openstack/ Can look at the state of cephcluster from Openstack(cephClient). I can mount from Computernode to Ceph BlockDevice mount. glance image-create is created on the lo

[Openstack] failed to connect internet through br-ex

2014-06-09 Thread 马超
Hi, I set br-ex in havana, but I cannot connect to internet through br-ex unless restart the networking service(the connection lasts few minutes after restart). in "ovs-vswitchd.log" , it shows: 2014-06-10T02:46:27Z|57820|dpif|WARN|system@ovs-system: failed to add em1 as port: Device or resource

Re: [Openstack] [Neutron] what is notification_driver?

2014-06-09 Thread Hirofumi Ichihara
> neutron can push notifications to ampq, then you can use stuff like > stacktach to monitor your cloud operations. > > it is enterely optional, you can run without notifications I understand. Thank you very much for your help. Hirofumi On 2014/06/10, at 1:42, gustavo panizzo wrote: > On 06/

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] Heat stack instance health checks Hi Everyone, I instantiated a stack within Heat that contains a simple launch configuration and autoscaling group (t

[Openstack] [Ironic+Nova] Is it recommended to use Nova driver to manage Ironic ?

2014-06-09 Thread 严超
Hi, All: I've read "GUIDE 2: Deploying with DevStack and Ironic+Nova " on *https://etherpad.openstack.org/p/IronicDeployDevstack * Is it recommended to use Nova driver to manage Ironic ? Or Is it recommended to use TripleO to m

Re: [Openstack] The possible ways of high availability for non-cloud-ready apps running on openstack

2014-06-09 Thread hua peng
Hi, There is an official document for HA setup of openstack: http://docs.openstack.org/high-availability-guide/content/ch-intro.html BTW, do you anybody have the interest to find a job related to Openstack and cloud computing especially in China location? Please contact us. The job details: h

[Openstack] [OPENSTACK][NEUTRON][LBAAS] Pick a name for the LBaaS Project :-)

2014-06-09 Thread Cash, Julian
Make history! Help pick the name for the LBaaS project. Time is actually limited (details in the etherpad), so now is an especially wonderful time to vote or come up with possible names. Your participation will be fantastically appreciated. Hop over to... https://etherpad.openstack.org/p/LBaaS_p

[Openstack] Trouble setting up GRE tunnel between compute and control host

2014-06-09 Thread Eric Berg
I'm running a 2-host RDO installation with one compute host and one that performs the network and control functions. I'm using neutron. I'm having problems with DHCP -- I'm not getting an address on the interface on an instance. I can see the DHCP traffic on the veth ports through the integ

Re: [Openstack] upgrade from Havana to IceHouse Table 'keystone.assignment' doesn't exist

2014-06-09 Thread Felix Lee
Hi, Anatoly, I am not sure if you solved this problem already, but I suffered the similar problem as yours when I upgraded openstack from havana to icehouse today. There were two problems I suffered, and both related to msyql table character set. Simply check, if you run: keystone-manage db

Re: [Openstack] [Neutron] what is notification_driver?

2014-06-09 Thread gustavo panizzo
On 06/06/2014 05:51 AM, Hirofumi Ichihara wrote: > Hi, All > > I am examining notification_driver in neutron.conf. > > According the following link, it is used to support DHCP agent. > http://docs.openstack.org/admin-guide-cloud/content/section_adv_notification_overview.html > > So I set neutron

[Openstack] The possible ways of high availability for non-cloud-ready apps running on openstack

2014-06-09 Thread hossein zabolzadeh
Hi there. I am dealing with large amount of legacy application(MediaWiki, Joomla, ...) running on openstack. I am looking for the best way to improve high availability of my instances. All applications are not designed for fail(Non-Cloud-Ready Apps). So, what is the best way of improving HA on my n

Re: [Openstack] sending HttpFailureAlarm- connection failed.

2014-06-09 Thread Parisa Heidari
Many thanks Steve! The problem is solved. I guess installing heat-api-cloudwatch is missing in the installation guide. Well, there were some more issues with the guide that thankfully is fixed in the Icehouse installation guide. I hope this one also will be added some where in the guides. Thanks a

[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 gets

[Openstack] XenServer domU packages

2014-06-09 Thread Mārtiņš Jakubovičs
Hello, Which package install necesery XenServer domU compute services? If try to install nova-compute (ubuntu 12.04) it install nova-compute-kvm and libvirt packages also. I want to try with clean install as possible. Thanks. ___ Mailing list: http://l

Re: [Openstack] [devstack][Nova] Unable to spawn VMs

2014-06-09 Thread Deepak Shetty
No errors in instance-0001.log.. just that it says qemu terminating on signal 15. which is fine and expected i feel. I had virt_type = qemu all the while now, maybe i will try with virt_type = kvm now Am i the only one seeing this issue.. if yes, then I am wondering if there is somethign reall

Re: [Openstack] sending HttpFailureAlarm- connection failed.

2014-06-09 Thread Steven Hardy
On Thu, Jun 05, 2014 at 04:25:02PM -0400, Parisa wrote: > Hi, > I have installed Heat on Havana and want to test the HA template: > https://github.com/openstack/heat-templates/blob/master/cfn/F17/WordPress_Single_Instance_With_HA.template > > > The stack is created successfully. When I kill httpd

Re: [Openstack] Is there a sample application source code run on openStack?

2014-06-09 Thread Jeremy Stanley
On 2014-06-09 16:43:25 +0430 (+0430), hossein zabolzadeh wrote: [...] > "In order to fully leverage the openstack infrastructure services, > your application source code need to be changed". [...] Rephrased into a cliché car analogy (because everyone loves those, right?), "In order to fully levera

Re: [Openstack] Is there a sample application source code run on openStack?

2014-06-09 Thread Jeremy Stanley
On 2014-06-09 16:43:25 +0430 (+0430), hossein zabolzadeh wrote: [...] > I want to check how the application code (e.g. MediaWiki source > code), need to be changed to work on the openstack. Strictly > speaking, I hear a lot about this: "In order to fully leverage the > openstack infrastructure serv

Re: [Openstack] Is there a sample application source code run on openStack?

2014-06-09 Thread hossein zabolzadeh
What is the goal of devstack? >From my point of view, devstack is openstack istaller. (If its not notify me.) I want to see the application source code inside the VMs. In other words, I want to check how the application code (e.g. MediaWiki source code), need to be changed to work on the openstack.

Re: [Openstack] Is there a sample application source code run on openStack?

2014-06-09 Thread Gary Kotton
Hi, A very simple example is running devstack. That loads an image ins to glance and walla! In addition to this I am sure that you can run heat on top of that and you can see a application from A - Z. Www.devstack.org Thanks Gary From: hossein zabolzadeh mailto:zabolza...@gmail.com>> Date: Monda

[Openstack] Is there a sample application source code run on openStack?

2014-06-09 Thread hossein zabolzadeh
Hi there. Is there any source code available for cloud-ready application that can be run on the openStack cloud(Simple Hello World app)? I want to see how existing applications can be changed in a way to work on the openStack cloud. Thanks in advance. ___

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:

Re: [Openstack] [devstack][Nova] Unable to spawn VMs

2014-06-09 Thread Sergey Kolekonov
Are there any errors in instance-0001.log and other log files? Try to change virt_type = kvm to virt_type = qemu in /etc/nova/nova.conf to exclude kvm problems On Mon, Jun 9, 2014 at 2:28 PM, Deepak Shetty wrote: > Hi sergey >Don't see the .log in qemu/instnace-XXX at all > > But there

Re: [Openstack] [devstack][Nova] Unable to spawn VMs

2014-06-09 Thread Deepak Shetty
Hi sergey Don't see the .log in qemu/instnace-XXX at all But there is more... [stack@devstack-large-vm ~]$ [ready] nova show *bc598be6-999b-4ab9-8a0a-1c4d29dd811a* +--++ | Property

Re: [Openstack] [devstack][Nova] Unable to spawn VMs

2014-06-09 Thread Sergey Kolekonov
Hi, have you inspected /var/log/libvirt/qemu/instance-.log files? Such problem can be connected with your hypervisor. Especially if you use nested kvm virtualization on your host machine. On Mon, Jun 9, 2014 at 2:06 PM, Deepak Shetty wrote: > (Hit send by mistake.. continuing below) >

Re: [Openstack] [devstack][Nova] Unable to spawn VMs

2014-06-09 Thread Deepak Shetty
(Hit send by mistake.. continuing below) On Mon, Jun 9, 2014 at 3:32 PM, Deepak Shetty wrote: > Hi All, >The last time I sent this issue, I didn't had the right tags in the > subject so sending with the right tags, in the hope that the right folks > might help provide some clues. > > I am u

[Openstack] [devstack][Nova] Unable to spawn VMs

2014-06-09 Thread Deepak Shetty
Hi All, The last time I sent this issue, I didn't had the right tags in the subject so sending with the right tags, in the hope that the right folks might help provide some clues. I am usign latest devstack on F20 and I see VMs stuck in 'spawning' state. No errors in n-sch, n-cpu and I checked

Re: [Openstack] OpenStack 2014.1.1 released

2014-06-09 Thread Martinx - ジェームズ
Awesome, bug fixes!! :-D Nice job guys! Cheers! On 9 June 2014 05:41, Alan Pevec wrote: > Hello everyone, > > The OpenStack Stable Maintenance team is happy to announce the release > of the 2014.1.1 stable Icehouse release. We have been busy reviewing and > accepting backported bugfixes to

[Openstack] OpenStack 2014.1.1 released

2014-06-09 Thread Alan Pevec
Hello everyone, The OpenStack Stable Maintenance team is happy to announce the release of the 2014.1.1 stable Icehouse release. We have been busy reviewing and accepting backported bugfixes to the stable/icehouse branches according to the criteria set at: https://wiki.openstack.org/wiki/StableBr

Re: [Openstack] Openstack with Ubuntu 14.04

2014-06-09 Thread Ageeleshwar Kandavelu
Icehouse works perfect on 14.04. Please follow the official install guide. Thank you, Ageeleshwar K From: Mahardhika Gilang [mahardika.gil...@andalabs.com] Sent: Monday, June 09, 2014 11:18 AM To: Openstack Milis Subject: [Openstack] Openstack with Ubuntu 1