[Openstack] Openstack+Quantum+OVS Internals - Doubts

2012-07-30 Thread Trinath Somanchi
Hi- I'm now viewing the code of Openstack from a top level to understand the process flow of the commands and messages in the system. I have the following doubts. [1] What is the role of Quantum-Agent in Controller and Node. How will the gw- and tap- interface and ports are created in

Re: [Openstack] Hiding complexity of paste config files from operators

2012-07-30 Thread Thierry Carrez
Lorin Hochstein wrote: I wanted to discuss the usability of the paste config files from an operator's point of view. The paste config files are opaque to administrators who are trying to stand an OpenStack cloud for the first time, since they expose a lot of implementation details about the

Re: [Openstack] Openstack+Quantum+OVS Internals - Doubts

2012-07-30 Thread Trinath Somanchi
Hi Guys- I have found the solution to my Second Doubt Link: http://docs.openstack.org/developer/nova/devref/rpc.html and Thanks Emilien for clearing my 3rd Doubt. But still in need of help. Can you any one validate my understanding with the data flow in Nova+Quantum scenario for bringing up

Re: [Openstack] qpid_heartbeat...doesn't?

2012-07-30 Thread Ravi Jagannathan
Registering service heartbeat into the subsystem might alleviate the need to restart certain items . This subsystem is the one that monitors what services are up and running . Ravi. On Sun, Jul 29, 2012 at 9:58 PM, Lars Kellogg-Stedman l...@seas.harvard.edu wrote: On Sun, Jul 29, 2012 at

Re: [Openstack] Keyring support in openstack

2012-07-30 Thread Doug Hellmann
On Sun, Jul 29, 2012 at 1:37 AM, Bhuvaneswaran A bhu...@apache.org wrote: Team, As per patch https://review.openstack.org/#/c/9497/ we are adding keyring support for openstack client. If password is not specified in command line or environment variable, the user is prompted to enter

Re: [Openstack] Hiding complexity of paste config files from operators

2012-07-30 Thread Adam Young
On 07/30/2012 05:12 AM, Thierry Carrez wrote: Lorin Hochstein wrote: I wanted to discuss the usability of the paste config files from an operator's point of view. The paste config files are opaque to administrators who are trying to stand an OpenStack cloud for the first time, since they expose

[Openstack] Performing HPCC Benchmark on OpenStack Cloud

2012-07-30 Thread Reza Bakhshayeshi
Hi I want to run HPCC benchmark on OpenStack cloud, I want you to help me to make the results more real. How can we impute the results to OpenStack and not to my computers? Do I really need a server farm to perform the test? And I think I have to run for example HPL on running instances and not

Re: [Openstack] Keyring support in openstack

2012-07-30 Thread David Kranz
I share Doug's concerns but would state some more strongly. IMO, it is simply unacceptable to modify user-visible behavior based on whether some package that happens to be used in an implementation is installed or not. This package is installed on Ubuntu by default and may be used by other

[Openstack] Suspend/Stop VM

2012-07-30 Thread George Reese
I must be missing something, but I can't find any docs on how to suspend or stop a VM via API. Any pointers, please? :) -George -- George Reese - Chief Technology Officer, enStratus e: george.re...@enstratus.comSkype: nspollutiont: @GeorgeReesep: +1.207.956.0217 enStratus:

Re: [Openstack] Suspend/Stop VM

2012-07-30 Thread Pengjun Pan
I never tried to stop a VM using api. But run a nova help, it has pause, reboot, resume, etc. To bypass nova api, you can use virsh to stop instances. Do a sudo virsh list --all, it will list all the running instances even if nova cannot see it for some reason. And then you can kill all the ghost

Re: [Openstack] Suspend/Stop VM

2012-07-30 Thread George Reese
Thanks, but I am looking for how this is done via API. -George On Jul 30, 2012, at 11:11 AM, Pengjun Pan panpeng...@gmail.com wrote: I never tried to stop a VM using api. But run a nova help, it has pause, reboot, resume, etc. To bypass nova api, you can use virsh to stop instances. Do a

[Openstack] python 3 advocacy (was Re: Hiding complexity of paste config files from operators)

2012-07-30 Thread Doug Hellmann
On Mon, Jul 30, 2012 at 5:12 AM, Thierry Carrez thie...@openstack.orgwrote: Assuming that the *-paste.ini files always need to be there, is there some way we could avoid requiring admins to edit these files, and instead make it more like editing the .conf files? For example, could the

Re: [Openstack] Suspend/Stop VM

2012-07-30 Thread Mark Moseley
On Mon, Jul 30, 2012 at 8:50 AM, George Reese george.re...@enstratus.com wrote: I must be missing something, but I can't find any docs on how to suspend or stop a VM via API. Any pointers, please? :) I think this works (see http://api.openstack.org/) but haven't tested it in a while: Stop:

Re: [Openstack] nova-network and corosync

2012-07-30 Thread Alessandro Tagliapietra
Dear Steven, it seems that nova-network breaks the network also on the interface it doesn't use, I've just done another fresh install using flat_interface eth1, and i get the issue of packets being sent with the public address. I think the effects of nova-network should be restricted to some

Re: [Openstack] Suspend/Stop VM

2012-07-30 Thread Mark McLoughlin
On Mon, 2012-07-30 at 10:50 -0500, George Reese wrote: I must be missing something, but I can't find any docs on how to suspend or stop a VM via API. Any pointers, please? :) Try 'nova --debug pause $instance' Shows e.g. POST /v2/$tenant/servers/$instance/action HTTP/1.1 Host:

Re: [Openstack] Suspend/Stop VM

2012-07-30 Thread Eric Windisch
I'm not sure where the actions are documented, but you can infer them from here: https://github.com/openstack/python-novaclient/blob/master/novaclient/v1_1/servers.py Below, I've pasted a few of the methods related to this thread. These are POST'ed to the action URI, as Mark suggested.

[Openstack] Instance stuck in deleting state with error

2012-07-30 Thread Jonathan Proulx
Hi All, I have an instance that has been in this state for a couple days: | OS-EXT-STS:power_state | 0| | OS-EXT-STS:task_state | deleting| | OS-EXT-STS:vm_state | error

Re: [Openstack] [OpenStack Foundation] Individual Member Elections

2012-07-30 Thread Lloyd Dewolf
On Sat, Jul 28, 2012 at 11:18 PM, Jonathan Bryce jonat...@openstack.org wrote: We've learned that someone may have violated the basic principles that hold this community together by trying to affect the nominations for the Individual Member elections. For clarity, my understanding as it

Re: [Openstack] Suspend/Stop VM

2012-07-30 Thread Anne Gentle
As I noted on Twitter, there's an open doc bug at https://bugs.launchpad.net/openstack-manuals/+bug/1029560 noting this gap. Thanks George for clicking through to say it impacts you. I'm sending a second email to the mailing list next to discuss this unfortunate gap in reality in the API docs,

[Openstack] API docs - spec and dev guide split proposal

2012-07-30 Thread Anne Gentle
Hi again all, your friendly doc coordinator here. I'd like to get a big push towards documenting reality instead of relying only on the specs stored in the compute-api repository. As an example, recently a Rackspace writer inserted min_count and max_count to the compute-api repository but the

Re: [Openstack] Suspend/Stop VM

2012-07-30 Thread George Reese
Thanks, this bit is perfect. -George On Jul 30, 2012, at 11:57 AM, Eric Windisch e...@cloudscaling.com wrote: I'm not sure where the actions are documented, but you can infer them from here: https://github.com/openstack/python-novaclient/blob/master/novaclient/v1_1/servers.py Below, I've

Re: [Openstack] Performing HPCC Benchmark on OpenStack Cloud

2012-07-30 Thread Matt Joyce
I think for HPCC you will need a significant physical system deployment using matched configurations. Likely your concerns will be providing specific hardware constratins where I/O is a factor that match with what HPCC users would use. IE 10 gig or infiniband in networking. Lots of ram. Full

Re: [Openstack] API docs - spec and dev guide split proposal

2012-07-30 Thread Doug Hellmann
+1 to separating specifications from documentation for API users On Mon, Jul 30, 2012 at 1:09 PM, Anne Gentle a...@openstack.org wrote: Hi again all, your friendly doc coordinator here. I'd like to get a big push towards documenting reality instead of relying only on the specs stored in the

Re: [Openstack] Instance stuck in deleting state with error

2012-07-30 Thread Kevin L. Mitchell
On Mon, 2012-07-30 at 13:03 -0400, Jonathan Proulx wrote: I have an instance that has been in this state for a couple days: | OS-EXT-STS:power_state | 0| | OS-EXT-STS:task_state | deleting| |

Re: [Openstack] Instance stuck in deleting state with error

2012-07-30 Thread Jonathan Proulx
Well for posterity or so people can tell me what I did wrong here's how I seemed to convince the database that the instance was really deleted: UPDATE instances SET vm_state='deleted',task_state='deleted',deleted=1,deleted_at=now() WHERE uuid=FOO And here's what I had to do to the volume:

Re: [Openstack] Instance stuck in deleting state with error

2012-07-30 Thread Jonathan Proulx
Thanks but I'm using KVM so not that bug...figures that's the part of my stack I left out. -Jon ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

Re: [Openstack] Instance stuck in deleting state with error

2012-07-30 Thread Chris Behrens
You may still have to reset the instance's task_state to NULL in the DB (instances table) to delete ones already in this state. - Chris On Jul 30, 2012, at 1:48 PM, Kevin L. Mitchell wrote: On Mon, 2012-07-30 at 13:03 -0400, Jonathan Proulx wrote: I have an instance that has been in this

Re: [Openstack] Instance stuck in deleting state with error

2012-07-30 Thread Kevin L. Mitchell
On Mon, 2012-07-30 at 14:25 -0500, Chris Behrens wrote: You may still have to reset the instance's task_state to NULL in the DB (instances table) to delete ones already in this state. No, I fixed the state problem with soft_delete(); as long as he updates, delete should work fine. That said,

Re: [Openstack] Keyring support in openstack

2012-07-30 Thread Bhuvaneswaran A
On Mon, Jul 30, 2012 at 6:31 AM, Doug Hellmann doug.hellm...@dreamhost.com wrote: You've already answered several of my questions on the ticket, but I still have some usability concerns. How does the keyring system support a single person logging in using multiple user accounts? For example,

Re: [Openstack] Keyring support in openstack

2012-07-30 Thread Matt Joyce
I like making it optional with a default of off. At least for now. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

Re: [Openstack] Keyring support in openstack

2012-07-30 Thread Kevin L. Mitchell
On Mon, 2012-07-30 at 13:50 -0700, Bhuvaneswaran A wrote: The wiki mentions the password being saved using keyring.backend.UncryptedFileKeyring. Does that mean the password is saved in cleartext? Is the file protected in some way besides filesystem permissions? As mentioned in wiki

Re: [Openstack] Keyring support in openstack

2012-07-30 Thread Doug Hellmann
On Mon, Jul 30, 2012 at 4:50 PM, Bhuvaneswaran A bhu...@apache.org wrote: On Mon, Jul 30, 2012 at 6:31 AM, Doug Hellmann doug.hellm...@dreamhost.com wrote: You've already answered several of my questions on the ticket, but I still have some usability concerns. How does the keyring

Re: [Openstack] Keyring support in openstack

2012-07-30 Thread Adam Young
On 07/30/2012 05:17 PM, Kevin L. Mitchell wrote: On Mon, 2012-07-30 at 13:50 -0700, Bhuvaneswaran A wrote: The wiki mentions the password being saved using keyring.backend.UncryptedFileKeyring. Does that mean the password is saved in cleartext? Is the file protected in some way besides

[Openstack] Security Questons

2012-07-30 Thread Briggs, Cordell A
Hello All: As a newbie to OpenStack, I have some concerns in regard to OpenStack security vulnerabilities in an HPCC environment. I am hoping that someone will be able to provide me with information on some security analysis that have been done on OpenStack. Thanks, Cordell

Re: [Openstack] Performing HPCC Benchmark on OpenStack Cloud

2012-07-30 Thread Adam Young
On 07/30/2012 10:22 AM, Reza Bakhshayeshi wrote: Hi I want to run HPCC benchmark on OpenStack cloud, I want you to help me to make the results more real. How can we impute the results to OpenStack and not to my computers? Do I really need a server farm to perform the test? And I think I have

[Openstack] [Nova] First nova team meeting

2012-07-30 Thread Vishvananda Ishaya
Hello Everyone, It was recently suggested that we start a weekly nova team meeting. We used to use the release meeting to discuss nova issues, but due to the proliferation of projects, there isn't time to get deeply into nova. Also, it seems that nova-core could communicate a bit more, so we

Re: [Openstack] Security Questons

2012-07-30 Thread Matt Joyce
I have read a few master thesis' written concerning openstack's overall security issues. I would suggest however that openstack has been changing drastically to date and getting a handle on its security issues is something of a highly volatile moving target. -Matt Quick refs:

Re: [Openstack] Keyring support in openstack

2012-07-30 Thread Adam Young
On 07/30/2012 06:00 PM, Doug Hellmann wrote: On Mon, Jul 30, 2012 at 5:30 PM, Adam Young ayo...@redhat.com mailto:ayo...@redhat.com wrote: On 07/30/2012 05:17 PM, Kevin L. Mitchell wrote: On Mon, 2012-07-30 at 13:50 -0700, Bhuvaneswaran A wrote: The wiki

[Openstack] Is reddwarf for OpenStack is dead now?

2012-07-30 Thread guo lijing
Hi ALL: I'm plan to do something for openstack, and I have experience of building a database services(MySQL/Mongodb/Redis) over IaaS, so I try to find some project like RDS for openstack, but I found the code of reddwarf in github haven't update for two months? What happened to reddwarf, is

Re: [Openstack] Instance stuck in deleting state with error

2012-07-30 Thread Wolfgang Hennerbichler
On 07/30/2012 09:35 PM, Kevin L. Mitchell wrote: That said, be aware that there is a reset-state command to novaclient, so that you can do Chris's recommended reset without having to muck around with the database directly. where? nova help | grep reset yields nothing. I think this is one of

[Openstack] [Quantum][Nova] requested_id and port spec

2012-07-30 Thread Nati Ueno
Hi Matt, Yong, Dan and folks Matt Thank you for your comment in launchpad https://bugs.launchpad.net/nova/+bug/1031096 Quantum team get consensus in a Netstack meeting today to propose port-id for requested networks. I took the job. At first, i thought i can write extension for this. But as

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_deploy #140

2012-07-30 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/140/Project:precise_folsom_deployDate of build:Mon, 30 Jul 2012 11:15:24 -0400Build duration:1 min 2 secBuild cause:Started by command lineBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_python-novaclient_trunk #33

2012-07-30 Thread openstack-testing-bot
cause:Started by user zulBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 2152 lines...]Finished at 20120730-1149Build needed 00:00:47, 2380k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_keystone_trunk #19

2012-07-30 Thread openstack-testing-bot
at 20120730

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #33

2012-07-30 Thread openstack-testing-bot
at 20120730-1541Build

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_keystone_trunk #21

2012-07-30 Thread openstack-testing-bot
at 20120730

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_deploy #149

2012-07-30 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/149/Project:precise_folsom_deployDate of build:Mon, 30 Jul 2012 20:03:58 -0400Build duration:15 minBuild cause:Started by user adamBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #152

2012-07-30 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/152/Project:precise_folsom_deployDate of build:Mon, 30 Jul 2012 22:13:40 -0400Build duration:34 secBuild cause:Started by user adamBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_deploy #153

2012-07-30 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/153/Project:precise_folsom_deployDate of build:Mon, 30 Jul 2012 22:44:26 -0400Build duration:36 secBuild cause:Started by user adamBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_deploy #154

2012-07-30 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/154/Project:precise_folsom_deployDate of build:Mon, 30 Jul 2012 22:48:10 -0400Build duration:15 minBuild cause:Started by user adamBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_swift_trunk #27

2012-07-30 Thread openstack-testing-bot
Title: precise_folsom_swift_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_swift_trunk/27/Project:precise_folsom_swift_trunkDate of build:Tue, 31 Jul 2012 00:01:54 -0400Build duration:4 min 28 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_keystone_trunk #22

2012-07-30 Thread openstack-testing-bot
Title: quantal_folsom_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_keystone_trunk/22/Project:quantal_folsom_keystone_trunkDate of build:Tue, 31 Jul 2012 00:31:54 -0400Build duration:6 min 3 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #35

2012-07-30 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/35/Project:quantal_folsom_swift_trunkDate of build:Tue, 31 Jul 2012 01:01:54 -0400Build duration:4 min 20 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_deploy #158

2012-07-30 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/158/Project:precise_folsom_deployDate of build:Tue, 31 Jul 2012 01:44:10 -0400Build duration:14 minBuild cause:Started by command lineBuilt on:masterHealth