Re: [Openstack] Complex Decision Arround The Most Well-Known CMPs

2014-06-05 Thread hossein zabolzadeh
*My short list of requirement is:* - Legacy Stateful Application on my VMs - No time to change the application code base(to convert them as stateless apps which are work better on openstack) - Completely opensource solution(HA in openstack need "stratus allways on cloud" solution or something like

Re: [Openstack] Legacy Application Run on top of OpenStack

2014-06-05 Thread Tim Bell
The Congress project seems to be aiming to do some work in this area. It is still in blueprint stage so not concrete yet. Tim From: hossein zabolzadeh [mailto:zabolza...@gmail.com] Sent: 05 June 2014 18:21 To: Green, Paul Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Legacy Applica

Re: [Openstack] Is it possible to start Trove instance without volume?

2014-06-05 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi, I tried the option b mentioned below. Device_path = None seemed to have no effect but the exception.LocalStorageNotSpecified(flavor=flavor_id) was raised (/usr/lib/python2.7/dist-packages/trove/instance/models.py). The same effect was with value False. The only way I could proceed was to ex

[Openstack] Creating VM takes long time NeutronClientException: 404 Not Found

2014-06-05 Thread ZHOU TAO A
Hi, All When I create a VM, it takes a long time to come up. I checked the compute log and found lines below. The error would appear 3 or 4 times before my VM come up. 2014-06-06 11:12:40.740 3030 ERROR nova.compute.manager [req-c2dc31c8-d065-461a-8fcc-33e397cf5325 8ed64db4e9dc48be846aac238

Re: [Openstack] [Trove] [Swift] Devstack broken pipe getting backup out of swift

2014-06-05 Thread Mark Kirkwood
On 06/06/14 11:22, Mark Kirkwood wrote: On 06/06/14 07:58, Pete Zaitcev wrote: On Thu, 05 Jun 2014 17:14:43 +1200 Mark Kirkwood wrote: The swift logs on the storage don't show anything odd (200 responses to the request to GET the backup). Any ideas? You aren't using nginx as your LB in fron

Re: [Openstack] [Trove] [Swift] Devstack broken pipe getting backup out of swift

2014-06-05 Thread Mark Kirkwood
On 06/06/14 07:58, Pete Zaitcev wrote: On Thu, 05 Jun 2014 17:14:43 +1200 Mark Kirkwood wrote: The swift logs on the storage don't show anything odd (200 responses to the request to GET the backup). Any ideas? You aren't using nginx as your LB in front of Swift by any chance? It almost looks

[Openstack] sending HttpFailureAlarm- connection failed.

2014-06-05 Thread Parisa
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 service inside the VM, it reboots successfully. The problem is

Re: [Openstack] [Trove] [Swift] Devstack broken pipe getting backup out of swift

2014-06-05 Thread Pete Zaitcev
On Thu, 05 Jun 2014 17:14:43 +1200 Mark Kirkwood wrote: > The swift logs on the storage don't show anything odd (200 responses to > the request to GET the backup). Any ideas? You aren't using nginx as your LB in front of Swift by any chance? It almost looks like the LB can't handle the GET size

Re: [Openstack] swift don't start with ceilometer

2014-06-05 Thread Pete Zaitcev
On Wed, 04 Jun 2014 17:28:54 +0800 Yugang LIU wrote: > pkg_resources.VersionConflict: (happybase 0.7 > (/usr/lib/python2.7/dist-packages), > Requirement.parse('happybase>=0.5,!=0.7')) > > it need happybase 0.5, but my system version is 0.7? You either need to go down on happybase or find a ceil

[Openstack] Question about debugging nova-network

2014-06-05 Thread Zhi-Wei Lu
Hi all, I have posed a question a few weeks ago about debugging the nova-network issue, that I can not run the nova-network on the "controller" node (single flatdhcpmanger), I was able to run that properly on the compute nodes, however. During the process of debugging, I understand the process

Re: [Openstack] Auto assign Floating IP with Neutron in Icehouse?

2014-06-05 Thread Toan Ngo
Any more ideas on this one? I am trying to get auto assignment working for private cloud deployment for developers to use. Thanks. On Mon, May 5, 2014 at 10:10 AM, Toan Ngo wrote: > I have tried those settings but they seem to be for nova-network and not > neutron. I put them in all my nova.

[Openstack] Improving the OpenStack Community Code of Conduct

2014-06-05 Thread Stefano Maffulli
hello all while we're getting ready to launch the OpenStack Groups portal I noticed that we have multiple 'code of conducts' and we should probably merge them into one to clarify things. There are two classes of OpenStack CoCs, one inspired by Ubuntu's CoC version 1 and another more comprehensive

Re: [Openstack] Complex Decision Arround The Most Well-Known CMPs

2014-06-05 Thread hossein zabolzadeh
Thanks Paul for your responce. But, My case was not a few server in small server room. I have been talked about a huge datacenter with more than 1000 server, SAN storage devices, complex physical networks and so on, with high amount of change in IT needs. Yes you right. Sorry for my miss-typping. M

Re: [Openstack] Complex Decision Arround The Most Well-Known CMPs

2014-06-05 Thread CARVER, PAUL
hossein zabolzadeh wrote: >I want to fully virtualize my datacenter. I don't want cloud. I don't want to >deliver >public cloud. I have several legacy appliacation that I want to run all of >them on >virtualized environment. I want to leverage the virtualization technology to >improve >my datace

[Openstack] VM become unreachable.

2014-06-05 Thread Akshat Kansal
Hi All, I am facing a weird problem, where the VM which was working fine a second before suddenly becomes unreachable. In order to resume the connectivity back, I have to restart the quantum/neutron openvswitch agent on the compute. Any ideas what could be causing this issue. Do let me know in c

[Openstack] Complex Decision Arround The Most Well-Known CMPs

2014-06-05 Thread hossein zabolzadeh
*Hello There,* I have a question from the openStack community, and I have plea out of you as an expert persons who working on the cloud computing era in general and openStack product/standard in special. I want to fully virtualize my datacenter. I don't want cloud. I don't want to deliver public

Re: [Openstack] Legacy Application Run on top of OpenStack

2014-06-05 Thread hossein zabolzadeh
Yes, but that is not open source soluton. On Thu, Jun 5, 2014 at 5:58 PM, Green, Paul wrote: > All, > > As Amrith noted, Stratus is focusing on ways to run highly-available, > legacy applications that are hosted on OpenStack. > > For more info, please check out the Stratus presentations from th

[Openstack] [Trove] Idea of sample admin_{user, tenant_name, password} in api-paste.ini instead of admin_token

2014-06-05 Thread Shuichiro Makigaki
Hi all, If you have a chance it would be great to hear any feedback. I opened a new ticket about admin_{user,tenant_name,password}: https://bugs.launchpad.net/trove/+bug/1299332 In this ticket, I suggest following changes in api-paste.ini: +admin_tenant_name = %SERVICE_TENANT_NAME% +admin_user

Re: [Openstack] [Trove] Idea of sample admin_{user, tenant_name, password} in api-paste.ini instead of admin_token

2014-06-05 Thread Shuichiro Makigaki
Oh, I should send this to dev! Sorry. 2014-06-06 0:16 GMT+09:00 Shuichiro Makigaki : > Hi all, > > If you have a chance it would be great to hear any feedback. > > I opened a new ticket about admin_{user,tenant_name,password}: > https://bugs.launchpad.net/trove/+bug/1299332 > > In this ticket, I

Re: [Openstack] Legacy Application Run on top of OpenStack

2014-06-05 Thread Green, Paul
All, As Amrith noted, Stratus is focusing on ways to run highly-available, legacy applications that are hosted on OpenStack. For more info, please check out the Stratus presentations from the recent OpenStack summit in Atlanta: https://www.openstack.org/summit/openstack-summit-atlanta-2014/ses

Re: [Openstack] [ironic] Is ironic support EXSI when boot a bare metal ?

2014-06-05 Thread 严超
Sorry, it was ESXI. *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow --* 2014-06-05 19:39 GMT+08:00 严超 : > Hi, All: > Is ironic support EXSI w

[Openstack] [ironic] Is ironic support EXSI when boot a bare metal ?

2014-06-05 Thread 严超
Hi, All: Is ironic support EXSI when boot a bare metal ? If we can, how to make vmware EXSI ami bare metal image ? *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow

[Openstack] [ironic] Can nova manage both ironic bare metal nodes and kvm VMs ?

2014-06-05 Thread 严超
Hi, All: In deploying with devstack and Ironic+Nova, we set: compute_driver = nova.virt.ironic.IronicDriver This means we can no longer use nova to boot VMs. Is there a way to manage both ironic bare metal nodes and kvm VMs in Nova ? I followed this Link: https://et

Re: [Openstack] want to store my images and iso inside swift

2014-06-05 Thread dhanesh1212121212
Hi, keystone is the authentication method. my doubt in keystone Identity Service. When alice launch an instance 1st credentials are sent : what credentials are sending ? is it the admin token? please put an example to show what is the credential and catalog,token etc the whole process so that

[Openstack] Error creating Nova instances

2014-06-05 Thread Deepak Shetty
Hi, I am getting the below error when spawning Nova instances. I freshly uploaded a new ubuntu cloud img into glance and using that i get the below issue.. 2014-06-05 09:18:19.759 AUDIT nova.compute.manager [req-9e9861b8-e788-4892-976a-56229ac61694 admin admin] [instance: aa69fd1e-184d-48f6-93

Re: [Openstack] migrate volume

2014-06-05 Thread git harry
As I understand it, if the volume you are trying to migrate has a volume type then it can only be migrated to other hosts that support that type. If you want to change the type of a volume you will need to use cinder retype. > From: helen.wa...@emc.com > To: op