Re: [Openstack] Devstack: Installation FAILURE

2012-02-27 Thread Deepak Garg
Besides that, there are more errors with nova-manage command. I had
launched a ticket regarding
this a couple of days before:
https://bugs.launchpad.net/nova/+bug/940083  with one of the reasons
for error.
I can propose a fix if somebody can confirm the bug.


Cheers,
Deepak


On Mon, Feb 27, 2012 at 7:28 AM, Alexey Eromenko al4...@gmail.com wrote:
 Platform: (fresh) Ubuntu 11.10 (oneiric) + Devstack.

 user@ubuntu1110:~/devstack$ ./stack.sh
 ...
 horizon is now available at http://10.0.2.15/
 keystone is serving at http://10.0.2.15:5000/v2.0/
 examples on using novaclient command line is in exercise.sh
 the default users are: admin and demo
 the password: b4a0bee9b2036e2bbf30
 This is your host ip: 10.0.2.15
 stack.sh completed in 85 seconds.

 (looks like success)

 Opening browser, FireFox: http://10.0.2.15/
 Internal Server Error
 ...
 Dashboard FAILS to be opened on FireFox.

 user@ubuntu1110:~/devstack$ nova-manage user list
 2012-02-27 03:56:10 DEBUG nova.utils
 [req-72bf0eda-776f-49de-871d-7b676f8ff933 None None] backend module
 'nova.db.sqlalchemy.api' from
 '/opt/stack/nova/nova/db/sqlalchemy/api.pyc' from (pid=5258)
 __get_backend /opt/stack/nova/nova/utils.py:602
 user@ubuntu1110:~/devstack$

 user@ubuntu1110:~/devstack$ curl http://0.0.0.0:5000
 {versions: {values: [{status: beta, updated:
 2011-11-19T00:00:00Z, media-types: [{base: application/json,
 type: application/vnd.openstack.identity-v2.0+json}], id:
 v2.0, links: [{href: http://10.0.2.15:5000/v2.0/;, rel:
 self}, {href:
 http://docs.openstack.org/api/openstack-identity-service/2.0/content/;,
 type: text/html, rel: describedby}, {href:
 http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf;,
 type: application/pdf, rel:
 describedby}]}]}}user@ubuntu1110:~/devstack$
 user@ubuntu1110:~/devstack$

 Any ideas ?
 --
 -Alexey Eromenko Technologov, 27.Feb.2012.

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Devstack: Installation FAILURE

2012-02-27 Thread Alexey Eromenko
Our bugs look different in output, and I'm not sure if our bugs are
related or not.

For safety, I'd prefer to open a new bug.
https://bugs.launchpad.net/devstack/+bug/941860

-- 
-Alexey Eromenko Technologov

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Dashboard shows Keystone and Glance as localhost but they are not

2012-02-27 Thread i3D.net - Tristan van Bokkem
Guys,

My dashboard shows keystone and glance as localhost (127.0.0.1) but they are 
not locally installed and therefor showing offline. 
I have checked and double checked every config I could find and all are 
pointing to the actual location where keynote and glance are installed. 
(192.168.0.8)

Here are my configs:

keystone.conf: http://pastebin.com/NcgczLCd

glance-registry.conf: http://pastebin.com/aRKGzMRb
glance-api.conf: http://pastebin.com/gZMQHsQg
glance-scrubber.conf: http://pastebin.com/HGCdMPz4

nova.conf: http://pastebin.com/2jc9aqDu

local_settings.py (/etc/openstack-dashboard/  
/usr/share/openstack-dashboard/local/) : http://pastebin.com/iPwbxeab

What am I missing?


Best regards,

Tristan van Bokkem
Datacenter Operations

Contact:
E-mail Personal: tristanvanbok...@i3d.net
E-mail Support: i...@i3d.net
E-mail NOC: n...@i3d.net
Website: http://www.i3d.net Office:
Interactive 3D B.V.
Meent 93b
3011 JG Rotterdam
The Netherlands

Visit www.smartdc.net – SmartDC is our in-house 36,000 sq. ft. datacenter in 
Rotterdam, The Netherlands. High density hosting – multiple fiber carriers 
in-house – Level3 PoP.

Interactive 3D (i3D.net) is a company registered in The Netherlands at Meent 
93b, Rotterdam. Registration #: 14074337 - VAT # NL 8202.63.886.B01. 
Interactive 3D (i3D.net) is CDSA certified on content protection and security. 
We are ranked in the Deloitte Technology Fast 50 as one of the fastest growing 
technology companies.___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Andiabes
Of by testing authentication, you mean verifying that correct user/ password 
combinations are allowed, and incorrect ones are not, then look here:
http://docs.openstack.org/diablo/openstack-compute/install/content/verifying-identity-install.html

Only valid creds will return a token.


On Feb 26, 2012, at 10:11 PM, Alexey Eromenko al4...@gmail.com wrote:

 It does not yet contain the instructions for EC2 credentials with the
 keystone client:
 keystone ec2-credentials-create --tenant_id=$ADMIN_TENANT --user=$ADMIN_USER
 keystone ec2-credentials-create --tenant_id=$DEMO_TENANT --user=$DEMO_USER
 
 Will Essex have traditional authentication mechanism ? (nova-auth or
 whatever OpenStack had before keystone)
 Or keystone only ?
 If keystone only, then how-do I test authentication ?
 (this thing is unclear in the docs)
 
 Looked at os-identity-starter-guide-trunk.pdf, but can't find
 keystone docs for testing authentication.
 
 -- 
 -Alexey Eromenko Technologov
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Alexey Eromenko
On Mon, Feb 27, 2012 at 2:50 PM, Andiabes andi.a...@gmail.com wrote:
 Of by testing authentication, you mean verifying that correct user/ password 
 combinations are allowed, and incorrect ones are not, then look here:
 http://docs.openstack.org/diablo/openstack-compute/install/content/verifying-identity-install.html

 Only valid creds will return a token.

I see this:
curl -d '{auth: {tenantName: adminTenant,
passwordCredentials:{username: adminUser, password:
secretword}}}' -H Content-type: application/json
http://192.168.206.130:35357/v2.0/tokens | python -mjson.tool

What are constants and what are variables ?
Maybe it should becomes this:
curl -d '{auth: {tenantName: adminTenant,
passwordCredentials:{username: adminUser, password:
admin_password}}}' -H Content-type: application/json
http://192.168.206.130:35357/v2.0/tokens | python -mjson.tool

I added:
adminUser and admin_password.

Correct ?


About my previous Q: Does legacy auth scheme supported in Essex ? Or
keystone only ?

-- 
-Alexey Eromenko Technologov

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Dashboard shows Keystone and Glance as localhost but they are not

2012-02-27 Thread Andiabes
Might be worth checking how those services are registered in keystone..

On Feb 27, 2012, at 7:06 AM, i3D.net - Tristan van Bokkem 
tristanvanbok...@i3d.nl wrote:

 Guys,
 
 My dashboard shows keystone and glance as localhost (127.0.0.1) but they are 
 not locally installed and therefor showing offline. 
 I have checked and double checked every config I could find and all are 
 pointing to the actual location where keynote and glance are installed. 
 (192.168.0.8)
 
 Here are my configs:
 
 keystone.conf: http://pastebin.com/NcgczLCd
 
 glance-registry.conf: http://pastebin.com/aRKGzMRb
 glance-api.conf: http://pastebin.com/gZMQHsQg
 glance-scrubber.conf: http://pastebin.com/HGCdMPz4
 
 nova.conf: http://pastebin.com/2jc9aqDu
 
 local_settings.py (/etc/openstack-dashboard/  
 /usr/share/openstack-dashboard/local/) : http://pastebin.com/iPwbxeab
 
 What am I missing?
 
 
 Best regards,
 
 Tristan van Bokkem
 Datacenter Operations
 
 Contact:
 E-mail Personal: tristanvanbok...@i3d.net
 E-mail Support: i...@i3d.net
 E-mail NOC: n...@i3d.net
 Website: http://www.i3d.net Office:
 Interactive 3D B.V.
 Meent 93b
 3011 JG Rotterdam
 The Netherlands
 
 Visit www.smartdc.net – SmartDC is our in-house 36,000 sq. ft. datacenter in 
 Rotterdam, The Netherlands. High density hosting – multiple fiber carriers 
 in-house – Level3 PoP.
 
 Interactive 3D (i3D.net) is a company registered in The Netherlands at Meent 
 93b, Rotterdam. Registration #: 14074337 - VAT # NL 8202.63.886.B01. 
 Interactive 3D (i3D.net) is CDSA certified on content protection and 
 security. We are ranked in the Deloitte Technology Fast 50 as one of the 
 fastest growing technology companies.
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Howto Nova setup with HA?

2012-02-27 Thread i3D.net - Tristan van Bokkem
Alright, picture is getting more clear. Thanks all! Got some extra questions 
tho:

Font-end API servers  -- what does this do?
 * load balanced with h/w load balancer  
 * use s/w LB for smaller deployments  
 * run nova-scheduler on each  
  
MySQL DB  
 * multi-master configuration  with pacemaker providing an floating IP. - 
seems to work.
  
RabbitMQ service  
 * I think there are some corner cases where messages could be dropped  
during failover and I believe later RabbitMQ versions support full  
multi-master but require some client side changes - is there any plans  
to support this?  -- I would like to know this as well!
  
nova-volume service  
 * I think this can be solved by 'building' a proper cloud app which does not 
fail if one node fails where it is living on as it should be living on multiple 
nodes/sites.
  
Glance  
  * Run on multiple servers  -- how do they get synced?

Compute servers  
 * Each run their own copy of nova-api (only instances running on the  
node use this)  
 * nova-network (multi-host configuration) with private network  -- Needs its 
own discussion I guess.
  
Keystone
* How about keystone, same as glance I guess?

Best regards,

Tristan van Bokkem
Datacenter Operations

Contact:
E-mail Personal: tristanvanbok...@i3d.net
E-mail Support: i...@i3d.net
E-mail NOC: n...@i3d.net
Website: http://www.i3d.net Office:
Interactive 3D B.V.
Meent 93b
3011 JG Rotterdam
The Netherlands

Visit www.smartdc.net – SmartDC is our in-house 36,000 sq. ft. datacenter in 
Rotterdam, The Netherlands. High density hosting – multiple fiber carriers 
in-house – Level3 PoP.

Interactive 3D (i3D.net) is a company registered in The Netherlands at Meent 
93b, Rotterdam. Registration #: 14074337 - VAT # NL 8202.63.886.B01. 
Interactive 3D (i3D.net) is CDSA certified on content protection and security. 
We are ranked in the Deloitte Technology Fast 50 as one of the fastest growing 
technology companies.
  _  

From: Dan Wendlandt [mailto:d...@nicira.com]
To: Ghe Rivero [mailto:ghe.riv...@stackops.com]
Cc: netst...@lists.launchpad.net, darren.birk...@gmail.com, 
openstack@lists.launchpad.net
Sent: Tue, 21 Feb 2012 18:13:55 +0100
Subject: Re: [Openstack] Howto Nova setup with HA?




2012/2/21 Ghe Rivero ghe.riv...@stackops.com

BigSwitch and Nicira have created different blueprints in quantum to add their 
plugins for essex-4 about ten days ago,  Cisco already have it included almost 
from the beginning.  No news of them for the moment, but i really hope that 
both of them make it in time!  
  Ghe Rivero


https://blueprints.launchpad.net/quantum/+spec/quantum-nvp-plugin
https://blueprints.launchpad.net/quantum/+spec/quantum-bigswitch-plugin


To be clear, there are several more existing and planned plugins for Quantum, 
even beyond the three you mention.  Each plugin will make its own trade-offs in 
terms of HA for control plane and data plane components.  I'm planning on 
organizing a talk at the Folsom summit/conference where people have a chance to 
talk about their plugins.  No need for a flame war here :) 


One other point of confusion that I'd like to address is that there is NO 
requirement that a plugin be merged into the main Quantum repo for it to be a 
valid plugin.  I know of several plugins that are used despite not being 
merged in (in fact, at the summit, we're going to discuss if ANY plugins should 
remain in the main repo... this is likely a larger decision that should be made 
consistently across all openstack projects).


Dan


 

  



2012/2/21 Diego Parrilla Santamaría diego.parrilla.santama...@gmail.com
  This is the kind of flame war I love... ;-)


if you think the HA challenges in Openstack Nova are at MySQL and Rabbit level, 
you are not putting the focus on the right components. The biggest HA  (and 
scalability) challenges in Nova are in the networking side. There are a lot of 
companies tackling the networking challenges of Nova (BigSwitch, Nicira, Cisco, 
etc...), and I would like to see how they evolve in the future and how they 
will address this problem. Right now, only promises.  


Fight!

-- 

  
Diego Parrilla
CEO
  www.stackops.com |  diego.parri...@stackops.com | +34 649 94 43 29 | 
skype:diegoparrilla
  



  


On Tue, Feb 21, 2012 at 1:04 PM, i3D.net - Tristan van Bokkem 
tristanvanbok...@i3d.nl wrote:
  
  Hi Darren,

No, I am not looking at a performance increasment at this moment. Just trying 
to make the different components Nova is build on redundant. Of course a 
master/master setup of mysql / rabbitmq with a floating IP will probably work 
but it bugs me that Nova is not really build with flexibility of it components 
in mind. 
  
I understand it is impossible to cover every scenario and you can make things 
redundant into the infinitive but why doesn't have Nova any of this build in? 
Why do I need to setup a Virtual IP/floating IP where Nova simple could accept 

Re: [Openstack] Dashboard shows Keystone and Glance as localhost but they are not

2012-02-27 Thread i3D.net - Tristan van Bokkem
Yes, just found out with the help of lxu and zunzel:

root@server10332:~# keystone-manage endpointTemplates list
All EndpointTemplates
service region  Public URL
---
novaRegionOne   http://127.0.0.1:8774/v1.1/%tenant_id%
glance  RegionOne   http://127.0.0.1:9292/v1
keystoneRegionOne   http://127.0.0.1:5000/v2.0


Best regards,

Tristan van Bokkem
Datacenter Operations

Contact:
E-mail Personal: tristanvanbok...@i3d.net
E-mail Support: i...@i3d.net
E-mail NOC: n...@i3d.net
Website: http://www.i3d.net Office:
Interactive 3D B.V.
Meent 93b
3011 JG Rotterdam
The Netherlands

Visit www.smartdc.net – SmartDC is our in-house 36,000 sq. ft. datacenter in 
Rotterdam, The Netherlands. High density hosting – multiple fiber carriers 
in-house – Level3 PoP.

Interactive 3D (i3D.net) is a company registered in The Netherlands at Meent 
93b, Rotterdam. Registration #: 14074337 - VAT # NL 8202.63.886.B01. 
Interactive 3D (i3D.net) is CDSA certified on content protection and security. 
We are ranked in the Deloitte Technology Fast 50 as one of the fastest growing 
technology companies.
  _  

From: Andiabes [mailto:andi.a...@gmail.com]
To: i3D.net - Tristan van Bokkem [mailto:tristanvanbok...@i3d.nl]
Cc: openstack@lists.launchpad.net [mailto:openstack@lists.launchpad.net]
Sent: Mon, 27 Feb 2012 13:58:16 +0100
Subject: Re: [Openstack] Dashboard shows Keystone and Glance as localhost but 
they are not


Might be worth checking how those services are registered in keystone..

On Feb 27, 2012, at 7:06 AM, i3D.net - Tristan van Bokkem 
tristanvanbok...@i3d.nl wrote:



  Guys,

My dashboard shows keystone and glance as localhost (127.0.0.1) but they are 
not locally installed and therefor showing offline. 
I have checked and double checked every config I could find and all are 
pointing to the actual location where keynote and glance are installed. 
(192.168.0.8)

Here are my configs:

keystone.conf: http://pastebin.com/NcgczLCd

glance-registry.conf: http://pastebin.com/aRKGzMRb
glance-api.conf: http://pastebin.com/gZMQHsQg
glance-scrubber.conf: http://pastebin.com/HGCdMPz4

nova.conf: http://pastebin.com/2jc9aqDu

local_settings.py (/etc/openstack-dashboard/  
/usr/share/openstack-dashboard/local/) : http://pastebin.com/iPwbxeab

What am I missing?


Best regards,

Tristan van Bokkem
Datacenter Operations

Contact:
E-mail Personal: tristanvanbok...@i3d.net
E-mail Support: i...@i3d.net
E-mail NOC: n...@i3d.net
Website: http://www.i3d.net Office:
Interactive 3D B.V.
Meent 93b
3011 JG Rotterdam
The Netherlands

Visit www.smartdc.net – SmartDC is our in-house 36,000 sq. ft. datacenter in 
Rotterdam, The Netherlands. High density hosting – multiple fiber carriers 
in-house – Level3 PoP.

Interactive 3D (i3D.net) is a company registered in The Netherlands at Meent 
93b, Rotterdam. Registration #: 14074337 - VAT # NL 8202.63.886.B01. 
Interactive 3D (i3D.net) is CDSA certified on content protection and security. 
We are ranked in the Deloitte Technology Fast 50 as one of the fastest growing 
technology companies.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] running Tempest continuously in the openstack project?

2012-02-27 Thread Ionuț Arțăriși

On 02/22/2012 07:17 PM, Jay Pipes wrote:

On 02/22/2012 10:49 AM, James E. Blair wrote:

Indeed, as soon as someone says I have Tempest working on a system
configured by devstack with a repeatable process, here's how I did
it... we'll start running it in Jenkins. But so far I've heard from
the Tempest developers that it's not quite ready yet.


That would be correct. Still work needed to get things working more
consistently.



How can I help with this effort? Who should I contact?

Right now I'm having trouble setting up running the tests against 
devstack (a configuration problem on my part I suppose, but I blame it 
on the lack of documentation).


-Ionuț

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Andiabes
adminTenant is the default tenant name, so it is also a variable. 

On Feb 27, 2012, at 7:55 AM, Alexey Eromenko al4...@gmail.com wrote:

 On Mon, Feb 27, 2012 at 2:50 PM, Andiabes andi.a...@gmail.com wrote:
 Of by testing authentication, you mean verifying that correct user/ password 
 combinations are allowed, and incorrect ones are not, then look here:
 http://docs.openstack.org/diablo/openstack-compute/install/content/verifying-identity-install.html
 
 Only valid creds will return a token.
 
 I see this:
 curl -d '{auth: {tenantName: adminTenant,
 passwordCredentials:{username: adminUser, password:
 secretword}}}' -H Content-type: application/json
 http://192.168.206.130:35357/v2.0/tokens | python -mjson.tool
 
 What are constants and what are variables ?
 Maybe it should becomes this:
 curl -d '{auth: {tenantName: adminTenant,
 passwordCredentials:{username: adminUser, password:
 admin_password}}}' -H Content-type: application/json
 http://192.168.206.130:35357/v2.0/tokens | python -mjson.tool
 
 I added:
 adminUser and admin_password.
 
 Correct ?
 
 
 About my previous Q: Does legacy auth scheme supported in Essex ? Or
 keystone only ?
 
 -- 
 -Alexey Eromenko Technologov
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-27 Thread Russell Bryant
On 02/09/2012 04:27 PM, Thierry Carrez wrote:
 Thierry Carrez wrote:
 You should start a wiki page to collect mentors and the subjects they
 propose... and based on how many we get, see if our application is
 warranted.
 
 Here it is:
 http://wiki.openstack.org/GSoC2012
 

Organizations must submit their application for GSoC 2012 sometime
between today and March 9th.  Nobody has signed up on the above wiki
page to volunteer as a mentor.  If you are interested in being a mentor,
please put your name on the wiki sometime this week so we can decide if
it makes sense to participate.

Thanks,

-- 
Russell Bryant

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Alexey Eromenko
On Mon, Feb 27, 2012 at 3:18 PM, Andiabes andi.a...@gmail.com wrote:
 adminTenant is the default tenant name, so it is also a variable.


Thanks.
PATCH submitted.
https://bugs.launchpad.net/bugs/941943

-- 
-Alexey Eromenko Technologov

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] running Tempest continuously in the openstack project?

2012-02-27 Thread Ionuț Arțăriși

On 02/22/2012 07:17 PM, Jay Pipes wrote:

On 02/22/2012 10:49 AM, James E. Blair wrote:

Indeed, as soon as someone says I have Tempest working on a system
configured by devstack with a repeatable process, here's how I did
it... we'll start running it in Jenkins. But so far I've heard from
the Tempest developers that it's not quite ready yet.


That would be correct. Still work needed to get things working more
consistently.



How can I help with this effort? Who should I contact?

Right now I'm having trouble setting up running the tests against 
devstack (a configuration problem on my part I suppose, but I blame it 
on the lack of documentation).


-Ionuț

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Docs: nova-manage network create FAILURE

2012-02-27 Thread Alexey Eromenko
--flat_interface (for flatdhcp mode)
Doesn't work.

Either the docs is wrong or the software.
When I set --flat_injected option, nova fails to work.

root@nova-server1:~# nova-manage
Usage: nova-manage [options]

nova-manage: error: --flat_injected option does not take a value

See:
Docs: (compute) FlatDHCP disallows IP injection
https://bugs.launchpad.net/openstack-manuals/+bug/941978

Proposed fix:
Remove --flat_injected=False altogether from FlatDHCP docs.
Or it should work without options ?
According to my understanding, only Flat mode has IP injection, while
FlatDHCP does not.

Is this correct ?

On Mon, Feb 27, 2012 at 3:20 AM, Anne Gentle a...@openstack.org wrote:
 Good explanation, thanks Vish.

 http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-flat-dhcp-networking.html
 has the --flat_interace requirement, and
 http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-vlan-networking.html
 describes the --vlan_interface requirement.

 Thanks for asking Alexey. We can edit the page with the nova-manage
 network create command also.

Problem is:

Networking described in Chapter: Configuring Multiple Compute Nodes,
which comes *after* Chapter: Setting Up OpenStack Compute Environment
on the Compute Node

So it fails.

Moreover:
Configuring Multiple Compute Nodes needs
an example of what this looks like with real values entered.

-- 
-Alexey Eromenko Technologov

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Docs: Would like to introduce indexing. How ?

2012-02-27 Thread Alexey Eromenko
As the OpenStack documentation becomes increasingly complex,
I would like to introduce indexing there.

Currently only major chapters have indeces, while *all* sub-chapters do not.
Lack of indexing makes it difficult to open specific bugs, and
difficult to share specific configuration settings on IRC.

Currently it looks like: (tested both HTML and PDF versions)

Chapter 7. Networking
Configuring Networking on the Compute Node-
Configuring Flat DHCP Networking

OpenStack docs should look like:

Chapter 7. Networking
7.3. Configuring Networking on the Compute Node-
7.3.2 Configuring Flat DHCP Networking

How-to patch the docs to introduce multi-level indexing ?

-- 
-Alexey Eromenko Technologov

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] running Tempest continuously in the openstack project?

2012-02-27 Thread David Kranz
There is still a bug in tempest and/or keystone. To run Tempest and 
devstack you have to:


1. Add catalog_name=compute to tempest.conf
2. Change name to type in rest_client.py


 -David


On 2/27/2012 8:18 AM, Ionuț Arțăriși wrote:

On 02/22/2012 07:17 PM, Jay Pipes wrote:

On 02/22/2012 10:49 AM, James E. Blair wrote:

Indeed, as soon as someone says I have Tempest working on a system
configured by devstack with a repeatable process, here's how I did
it... we'll start running it in Jenkins. But so far I've heard from
the Tempest developers that it's not quite ready yet.


That would be correct. Still work needed to get things working more
consistently.



How can I help with this effort? Who should I contact?

Right now I'm having trouble setting up running the tests against 
devstack (a configuration problem on my part I suppose, but I blame it 
on the lack of documentation).


-Ionuț

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Orchestration meetings/futures

2012-02-27 Thread Jay Pipes

+1

On 02/24/2012 05:02 PM, Michael Pittaro wrote:

On Fri, Feb 24, 2012 at 11:16 AM, Joshua Harlowharlo...@yahoo-inc.com  wrote:

How about a big session on this at the folsom summit?

This is really a very important part and should be heavily discussed (to
avoid the zones code problem happening again).

-Josh


+1

I would like to see a session around this early in the summit, so we
can coordinate more sessions.   'Orchestration' can quickly expand to
cover a lot of areas, and we need to divide and conquer.

mike

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] running Tempest continuously in the openstack project?

2012-02-27 Thread Daryl Walleck
I'm actively looking into any issues. I have all these tests passing locally in 
my environment, so the issues seem to be focused around people using devstack. 
I've made some merge prop's that will take care of a few of the issues. One 
issue that will certainly come up is that if you have rate limiting enabled, 
most of the tests will certainly fail. I've also included the link to the 
Tempest documentation, which also should help make using a bit more clear. I'm 
working on updating this document as I'm using Devstack so that I can either 
smooth over or enumerate issues that may come up when running the tests. If you 
run into anything though, please make a report to the Tempest project and I'll 
have a look.

http://qa.openstack.org/integration.html

https://launchpad.net/tempest

Daryl

On Feb 27, 2012, at 7:18 AM, Ionuț Arțăriși wrote:

 On 02/22/2012 07:17 PM, Jay Pipes wrote:
 On 02/22/2012 10:49 AM, James E. Blair wrote:
 Indeed, as soon as someone says I have Tempest working on a system
 configured by devstack with a repeatable process, here's how I did
 it... we'll start running it in Jenkins. But so far I've heard from
 the Tempest developers that it's not quite ready yet.
 
 That would be correct. Still work needed to get things working more
 consistently.
 
 
 How can I help with this effort? Who should I contact?
 
 Right now I'm having trouble setting up running the tests against devstack (a 
 configuration problem on my part I suppose, but I blame it on the lack of 
 documentation).
 
 -Ionuț
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] running Tempest continuously in the openstack project?

2012-02-27 Thread Ionuț Arțăriși

On 02/27/2012 05:13 PM, Daryl Walleck wrote:

I'm actively looking into any issues. I have all these tests passing locally in 
my environment, so the issues seem to be focused around people using devstack. 
I've made some merge prop's that will take care of a few of the issues. One 
issue that will certainly come up is that if you have rate limiting enabled, 
most of the tests will certainly fail. I've also included the link to the 
Tempest documentation, which also should help make using a bit more clear. I'm 
working on updating this document as I'm using Devstack so that I can either 
smooth over or enumerate issues that may come up when running the tests. If you 
run into anything though, please make a report to the Tempest project and I'll 
have a look.

http://qa.openstack.org/integration.html

https://launchpad.net/tempest

Daryl



Can you give more details about your environment? What operating system 
are you running the tests on? Are all the tested openstack components 
the latest versions from master? What specific configurations have you done?


The documentation that you linked to does not explain how to actually 
set up the tests.


There are currently three README files in the repository which say to 
rename the tempest.conf.sample and config.ini.sample files and then 
edit the variables to fit your test environment, but none of them 
explain what that actually means. Which values should be reset? Where 
would I get the information to be able to set them?


I'm trying hard to understand how all of this works, but without a 
canonical working configuration I don't know which errors are mine and 
which are tempest bugs.


-Ionuț

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [ubuntu-cloud] Update on Ubuntu automated testing and CI of Openstack

2012-02-27 Thread Duncan McGreggor
On Wed, Feb 8, 2012 at 6:57 PM, Adam Gandelman ad...@canonical.com wrote:
 As promised for anyone who was interested when we announced to the last last
 week, here is a blog post James Page and I put together describing our
 Openstack testing efforts and infrastructure in greater detail:

 http://javacruft.wordpress.com/2012/02/08/automating-openstack-testing-on-ubuntu/

Adam, thanks for this great write up :-)

Part of my morning ritual involves hitting these pages every day when I get up:
 * https://jenkins.qa.ubuntu.com/view/Precise%20OpenStack%20Testing/
 * 
https://launchpad.net/~openstack-ubuntu-testing/+archive/openstack-trunk-testing

It's been an invaluable source for not only information, but also
planning for the cloud work here at DreamHost.

To the point of this email, though, I have a question for you that I
wasn't able to parse an explicit answer to from your post: For the
packages that are built in the PPA linked above, are they only built
after all the components of OpenStack have been confirmed working as a
whole? Or are they built just after individual testing?

My question comes from this concern: if we're building out a product
based on this PPA, (before Precise is delivered) we want to make sure
that when we bring up new systems by installing the packages from the
PPA, all of those work together properly. If the latest code from
keystone, for example, hasn't been building due to testing errors, we
want to make sure that the presence of the older keystone package in
the PPA won't be causing issues with the newer builds of the rest of
OpenStack.

To clarify: in your blog post, you explicitly mention the validation
process per component, starting with the upstream git repos. In the
deploy phase, you verify that the system as a whole (all of OpenStack)
works as expected. But what happens when one or more of those
components don't work? Are packages rolled back in the PPA until the
PPA only provides packages that will result in, once installed, a
complete working system?

So there's that practical side of it, but to be honest, it's also
simply an interesting question :-) I find the logistics of automated
testing a great source of interest and fascination...

Keep up the great work, guys -- you have fans out here in the wild,
wild world of OpenStack :-)

d

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Google Summer of Code-2012

2012-02-27 Thread Debo Dutta (dedutta)
I put my entries 

debo

-Original Message-
From: openstack-bounces+dedutta=cisco@lists.launchpad.net
[mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On
Behalf Of Russell Bryant
Sent: Monday, February 27, 2012 5:32 AM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] Google Summer of Code-2012

On 02/09/2012 04:27 PM, Thierry Carrez wrote:
 Thierry Carrez wrote:
 You should start a wiki page to collect mentors and the subjects they
 propose... and based on how many we get, see if our application is
 warranted.
 
 Here it is:
 http://wiki.openstack.org/GSoC2012
 

Organizations must submit their application for GSoC 2012 sometime
between today and March 9th.  Nobody has signed up on the above wiki
page to volunteer as a mentor.  If you are interested in being a mentor,
please put your name on the wiki sometime this week so we can decide if
it makes sense to participate.

Thanks,

-- 
Russell Bryant

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] running Tempest continuously in the openstack project?

2012-02-27 Thread Eoghan Glynn


 1. Add catalog_name=compute to tempest.conf
 2. Change name to type in rest_client.py


Yep, easiest to just apply this patch:

git fetch https://review.openstack.org/p/openstack/tempest 
refs/changes/59/4259/1  git format-patch -1 --stdout FETCH_HEAD

Cheers,
Eoghan

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] running Tempest continuously in the openstack project?

2012-02-27 Thread Daryl Walleck
This isn't really a bug in either project, but a configuration issue. The name 
of the endpoint isn't static, so making it 'nova' or 'compute' may not always 
be correct. If you check the name of your Compute project that's returned in 
the Keystone auth request, you can find the name and configure Tempest by 
setting the catalog property with that. To avoid having to even configure that, 
I have a merge prop in queue to look at the type (which for Nova as far as I 
understand should always be 'compute') to have one less configuration for 
people to deal with.

Daryl

On Feb 27, 2012, at 9:49 AM, David Kranz wrote:

 There is still a bug in tempest and/or keystone. To run Tempest and devstack 
 you have to:
 
 1. Add catalog_name=compute to tempest.conf
 2. Change name to type in rest_client.py
 
 
 -David
 
 
 On 2/27/2012 8:18 AM, Ionuț Arțăriși wrote:
 On 02/22/2012 07:17 PM, Jay Pipes wrote:
 On 02/22/2012 10:49 AM, James E. Blair wrote:
 Indeed, as soon as someone says I have Tempest working on a system
 configured by devstack with a repeatable process, here's how I did
 it... we'll start running it in Jenkins. But so far I've heard from
 the Tempest developers that it's not quite ready yet.
 
 That would be correct. Still work needed to get things working more
 consistently.
 
 
 How can I help with this effort? Who should I contact?
 
 Right now I'm having trouble setting up running the tests against devstack 
 (a configuration problem on my part I suppose, but I blame it on the lack of 
 documentation).
 
 -Ionuț
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Jay Pipes

On 02/27/2012 12:50 PM, Alexey Eromenko wrote:

Are there any plans to integrate Ubuntu launchpad (official bug
tracker) with review.openstack.org ?


It is fully integrated. If your commit message references a bug or 
blueprint, a trigger will automatically update the status of the 
associated bug or blueprint on Launchpad.


Best,
-jay

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] running Tempest continuously in the openstack project?

2012-02-27 Thread David Kranz

On 2/27/2012 3:02 PM, Dean Troyer wrote:

On Mon, Feb 27, 2012 at 10:13 AM, Daryl Walleck
daryl.wall...@rackspace.com  wrote:

  I'm working on updating this document as I'm using Devstack so that I can 
either smooth
over or enumerate issues that may come up when running the tests. If you run 
into
anything though, please make a report to the Tempest project and I'll have a 
look.

Daryl, devstack has a script (tools/configure_tempest.sh) that is
meant to transfer the devstack settings to tempest.conf.  It edits
tempest.conf.sample so it should just need to know the attribute names
for the settings.  Let me know if there is more that devstack needs to
do to set up tempest.

dt

It would be helpful to have a NORATELIMIT variable that could be set in 
localrc.


 -David

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [CHEF] Aligning Cookbook Efforts

2012-02-27 Thread Judd Maltin
Sorry I'm late to the game, but my swift chef recipes are on github as
well.  It's a fork of andi abes's recipes from back in mid 2011.  They
contain many an ugly hack and some half-baked ideas.  BUT, if you want
Ubuntu 10.04, munin, rsyslog, slogging and a bunch of other cool
stuff, please give them a try.  This is also a good impetus for me
updating my swift repo.

https://github.com/voxeldotnet/openstack-swift-chef

Tally ho, folks!
-judd

On Fri, Feb 24, 2012 at 9:59 AM, Matt Ray m...@opscode.com wrote:
 There's a dashboard cookbook in the diablo/stable branch used by TryStack.
 https://github.com/trystack/openstack-chef/tree/stable/diablo/cookbooks

 Thanks,
 Matt Ray
 Senior Technical Evangelist | Opscode Inc.
 m...@opscode.com | (512) 731-2218
 Twitter, IRC, GitHub: mattray



 On Thu, Feb 23, 2012 at 2:10 PM, Mike Perez thin...@gmail.com wrote:
 Is anyone currently working on adding a Horizon cookbook? I would love to
 make this happen or work with someone who has already started on this.
 Thanks!

 --
 Mike Perez

 On Monday, February 6, 2012 at 6:07 PM, Jay Pipes wrote:

 These chef cookbooks are the ones maintained mostly by Dan Prince and
 Brian Lamar and these are the cookbooks used by the SmokeStack project.
 The cookbooks contained in the above repo can install all the core
 OpenStack projects with the exception of Swift and Horizon.


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



-- 
Judd Maltin
T: 917-882-1270
F: 501-694-7809
A loving heart is never wrong.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Howto Nova setup with HA?

2012-02-27 Thread Andiabes
 
  with a simple rsync script that runs on a periodic interval that syncs the 
 image data.
 
 Compute servers
 * Each run their own copy of nova-api (only instances running on the
 node use this)
 
 No. Compute nodes run nova-compute, not nova-api.
 
I think the intent here was to have access to the metadata service on each 
compute node - hence  running both n-compute and n-API (this also avoids issues 
in getting metadata requests between nodes)



 * nova-network (multi-host configuration) with private network -- Needs
 its own discussion I guess.
 
 Keystone
 * How about keystone, same as glance I guess?
 
 Similar to glance-registry.
 
 Cheers,
 -jay
 
 Best regards,
 
 Tristan van Bokkem
 Datacenter Operations
 
 Contact:
 E-mail Personal: tristanvanbok...@i3d.net mailto:tristanvanbok...@i3d.net
 E-mail Support: i...@i3d.net mailto:i...@i3d.net
 E-mail NOC: n...@i3d.net mailto:n...@i3d.net
 Website: http://www.i3d.net Office:
 Interactive 3D B.V.
 Meent 93b
 3011 JG Rotterdam
 The Netherlands
 
 Visit www.smartdc.net – SmartDC is our in-house 36,000 sq. ft.
 datacenter in Rotterdam, The Netherlands. High density hosting –
 multiple fiber carriers in-house – Level3 PoP.
 
 Interactive 3D (i3D.net) is a company registered in The Netherlands at
 Meent 93b, Rotterdam. Registration #: 14074337 - VAT # NL
 8202.63.886.B01. Interactive 3D (i3D.net) is CDSA certified on content
 protection and security. We are ranked in the Deloitte Technology Fast
 50 as one of the fastest growing technology companies.
 

*From:* Dan Wendlandt [mailto:d...@nicira.com]
*To:* Ghe Rivero [mailto:ghe.riv...@stackops.com]
*Cc:* netst...@lists.launchpad.net, darren.birk...@gmail.com,
openstack@lists.launchpad.net
*Sent:* Tue, 21 Feb 2012 18:13:55 +0100
*Subject:* Re: [Openstack] Howto Nova setup with HA?
 
 
 
2012/2/21 Ghe Rivero ghe.riv...@stackops.com
mailto:ghe.riv...@stackops.com
 
BigSwitch and Nicira have created different blueprints in
quantum to add their plugins for essex-4 about ten days ago,
Cisco already have it included almost from the beginning. No
news of them for the moment, but i really hope that both of them
make it in time!
Ghe Rivero
 
https://blueprints.launchpad.net/quantum/+spec/quantum-nvp-plugin

 https://blueprints.launchpad.net/quantum/+spec/quantum-bigswitch-plugin
 
 
To be clear, there are several more existing and planned plugins for
Quantum, even beyond the three you mention. Each plugin will make
its own trade-offs in terms of HA for control plane and data plane
components. I'm planning on organizing a talk at the Folsom
summit/conference where people have a chance to talk about their
plugins. No need for a flame war here :)
 
One other point of confusion that I'd like to address is that there
is NO requirement that a plugin be merged into the main Quantum repo
for it to be a valid plugin. I know of several plugins that are
used despite not being merged in (in fact, at the summit, we're
going to discuss if ANY plugins should remain in the main repo...
this is likely a larger decision that should be made consistently
across all openstack projects).
 
Dan
 
 
 
2012/2/21 Diego Parrilla Santamaría
diego.parrilla.santama...@gmail.com
mailto:diego.parrilla.santama...@gmail.com
 
This is the kind of flame war I love... ;-)
 
if you think the HA challenges in Openstack Nova are at
MySQL and Rabbit level, you are not putting the focus on the
right components. The biggest HA (and scalability)
challenges in Nova are in the networking side. There are a
lot of companies tackling the networking challenges of Nova
(BigSwitch, Nicira, Cisco, etc...), and I would like to see
how they evolve in the future and how they will address this
problem. Right now, only promises.
 
Fight!
--
Diego Parrilla
http://www.stackops.com/*CEO*
**www.stackops.com* http://www.stackops.com/ |
*diego.parri...@stackops.com
mailto:diego.parri...@stackops.com| +34 649 94 43 29
tel:%2B34%20649%2094%2043%2029 | skype:diegoparrilla*
* http://www.stackops.com/
**
 
 
 
On Tue, Feb 21, 2012 at 1:04 PM, i3D.net - Tristan van
Bokkem tristanvanbok...@i3d.nl
mailto:tristanvanbok...@i3d.nl wrote:
 
__
Hi Darren,
 
No, I am not looking at a performance increasment at
this moment. Just trying to make the different
components Nova is build on redundant. Of course a
master/master setup of mysql / rabbitmq with a floating
IP will 

[Openstack] OpenStack Governance Elections Spring 2012: Time to vote!

2012-02-27 Thread Stefano Maffulli
http://www.openstack.org/blog/2012/02/openstack-governance-elections-spring-2012-time-to-vote/

The OpenStack community is called to elect the Project Technical Leads
and two seats of the Project Policy Board. The nominations process is
now officially closed and voting can start: all entitled to vote will
receive a personal message via email on February 28 and have time until
March 3 11:59 PST to vote. The email message will go to the email
address included in the Authors file and the one provided during the
registration for PPB votes.

The official list of nominees (in random order) is the following:
NOVA Project Technical Lead (1 position)

  Vish Ishaya 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Vishvananda_Ishaya
  Soren Hansen 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Soren_Hansen

KEYSTONE Project Technical Lead (1 position)

  Andy Smith (termie) 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Andy_Smith
  Joe Heck http://wiki.openstack.org/Governance/ElectionsSpring2012/Joe_Heck

HORIZON Project Technical Lead (1 position)

  Jake Dahn http://wiki.openstack.org/Governance/ElectionsSpring2012/Jake_Dahn
  Devin Carlen

SWIFT Project Technical Lead (1 position)

  John Dickinson 
http://wiki.openstack.org/Governance/ElectionsSpring2012/John_Dickinson

GLANCE Project Technical Lead (1 position)

  Eoghan Glynn 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Eoghan_Glynn
  Brian Waldon 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Brian_Waldon

PROJECT POLICY BOARD (2 positions)

  Thierry Carrez 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Thierry_Carrez
  Joe Heck http://wiki.openstack.org/Governance/ElectionsSpring2012/Joe_Heck
  Mark McLoughlin 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Mark_McLoughlin
  Christopher MacGown 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Christopher_MacGown
  Soren Hansen 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Soren_Hansen
  Brian Waldon 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Brian_Waldon
  Andrew Clay Shafer 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Andrew_Clay_Shafer
  Monty Taylor 
http://wiki.openstack.org/Governance/ElectionsSpring2012/Monty_Taylor
  Joe Arnold
  Brian Lamar
  Devin Carlen
  Jay Pipes

Voting process

Like previous OpenStack Governance Elections, we will use the Condorcet
Internet Voting Service from Cornell University,
http://www.cs.cornell.edu/andru/civs.html.  This tool uses the Condorcet
method of voting which invokes ranking the  nominees instead of just
selecting one choice. More information on this  methodology is at
http://www.cs.cornell.edu/w8/~andru/civs/rp.html. All registered voters
will receive an email with a unique link allowing them to privately
vote.

Please note that the voting system is run using private polls with
restricted access to ensure voter authenticity; however all results will
be made public once the election ends. Voter anonymity is guaranteed.
The result’s ranking will be evaluated using Schulze (also known as
Beatpath or CSSD) completion rule. If an individual should happen to be
elected as both a PTL and General  Member of the PPB, then they will
take their PTL seat only and the  elected General Member seat will go to
the next highest vote getter in  the most recent election.  Thanks for
participating in this essential process.

The election committee is made of Stefano Maffulli, Lloyd Dewolf and
Dave Nielsen.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Docs: Would like to introduce indexing. How ?

2012-02-27 Thread Anne Gentle
It's not a dislike - rather it fulfills a need for reuse of content
so that sections are not rigidly numbered for certain types of
deliverables, such as the admin guides.

The requirement for a unique identifier is filled by having unique IDs
for each section that then create an HTML page. Please copy and paste
URLs when you need to discuss a section in IRC or when logging bugs.

For API reference guides auto-numbering meets a need for a section
reference. I believe the use case is correct for each type of
document.

I'd be happy to talk with you on IRC tomorrow to discuss our doc
toolchain and some style decisions that have been made on the way as
well as the mechanics. I'm typically online from 8-5 GMT-6.

Anne


On Mon, Feb 27, 2012 at 4:59 PM, Alexey Eromenko al4...@gmail.com wrote:
 On Tue, Feb 28, 2012 at 12:55 AM, Anne Gentle
 annegen...@justwriteclick.com wrote:
 Yes it is a flag in the build file, pom.xml.  Based on prior discussion I 
 have chosen not to use autonumber for admin guide output. The settings are a 
 postscript in my prior email.


 Is there a specific reason to dislike auto-numbers indexing ?

 For me, the big reason to *like* auto-numbers, is that it makes it
 easy to share config steps on IRC.

 --
 -Alexey Eromenko Technologov

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [ubuntu-cloud] Update on Ubuntu automated testing and CI of Openstack

2012-02-27 Thread Adam Gandelman

On 02/27/2012 09:22 AM, Duncan McGreggor wrote:

It's been an invaluable source for not only information, but also
planning for the cloud work here at DreamHost.


This is great to hear!  I'm happy to hear other people are benefiting 
from this as much as Ubuntu




To the point of this email, though, I have a question for you that I
wasn't able to parse an explicit answer to from your post: For the
packages that are built in the PPA linked above, are they only built
after all the components of OpenStack have been confirmed working as a
whole? Or are they built just after individual testing?


The jenkins trunk build jobs are the ones responsible for uploading to 
the PPA.  It basically stuffs the newly built package in the local 
repository and uploads it to the PPA (if it fails to build, it doesnt 
upload).  The nova trunk build also triggers the deployment + testing.   
So, to answer, those PPA packages are *pre* deployment + smoke testing.  
The idea with that is that we can use the PPA externally to debug 
specific issues that might turn up during testing without blocking the 
deployment/smoke testing queue.  We're limited by the number of machines 
we have and can not currently run deployment testing in parallel.



My question comes from this concern: if we're building out a product
based on this PPA, (before Precise is delivered) we want to make sure
that when we bring up new systems by installing the packages from the
PPA, all of those work together properly. If the latest code from
keystone, for example, hasn't been building due to testing errors, we
want to make sure that the presence of the older keystone package in
the PPA won't be causing issues with the newer builds of the rest of
OpenStack.


So you might have noticed the version of Keystone we are testing is 
getting a bit dusty.  We decided to freeze the version of Keystone we're 
testing just before the KSL/redux branch was merged.   There are still 
some features that need to land before we can modify our Juju charms to 
deploy the new version (specifically SQL persistence for the service 
catalog).  I'm hoping these will land before e4 (tomorrow) so we can 
begin testing the new branch this week.




To clarify: in your blog post, you explicitly mention the validation
process per component, starting with the upstream git repos. In the
deploy phase, you verify that the system as a whole (all of OpenStack)
works as expected. But what happens when one or more of those
components don't work? Are packages rolled back in the PPA until the
PPA only provides packages that will result in, once installed, a
complete working system?


So far, we haven't rolled anything back in the PPA or the local 
repository.  I believe Keystone is the only package we've had to freeze 
while things stabilize upstream.  Fortunately, we've found the CI (even 
with the limited test coverage we currently run) is picking up new bugs 
almost instantaneously.  In most cases we're able to either get a fix 
into gerrit same day or find a proposed fix that we can cherry pick into 
our debian/patches/ repository and carry temporarily in our 
lp:~openstack-ubuntu-testing packages branches until its been fixed 
proper upstream.


Please understand the PPA is for testing purposes only, and we're not 
making any promise that what installs from there is 
stable/usable/working.  We're using the work around that PPA and this CI 
to essentially gate what goes into the Ubuntu archive.  This cycle, 
Chuck has been uploading a weekly snapshot of Openstack (usually every 
Friday).  With the CI in place, we can essentially verify that those 
packages build clean and install okay, and provide something usable 
given the last weeks Gerrit churn.


Keep in mind this is still a developing process.  I expect this will 
evolve over the next few months.  We've just begun trigger pre-commit 
testing to the Diablo stable branch against Oneiric.  Still working out 
some kinks, but we'll hopefully be going into Folsom+Precise with 
coverage of both trunk and stable updates to Essex/Precise LTS.


Also note that, at this point in the Ubuntu development cycle, it can 
often take *a long time* before an upload to a PPA is built and ready 
for use.  Its probably safe to assume that what you're using from the 
PPA is what we were testing yesterday (check the version of the package 
for a timestamp)




Keep up the great work, guys -- you have fans out here in the wild,
wild world of OpenStack :-)


:)

Cheers,
Adam



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack-poc] Topics for tomorrow?

2012-02-27 Thread Jonathan Bryce
Anyone have anything to talk about for tomorrow?


___
Mailing list: https://launchpad.net/~openstack-poc
Post to : openstack-poc@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-poc
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack-poc] Topics for tomorrow?

2012-02-27 Thread Ewan Mellor
I'd like to see a list of global bug day events, and who's going to be online 
when, so that we can publicize widely.  It would be great to be able to say 
something like:

  o  Monty Taylor, CI and QA expert, will be on-site at HP in Austin and online 
between 11am and 5pm Central.
  o  Vish Ishaya, Nova PTL, will be on-site at RCB in San Francisco etc and so 
on.

Is this something that the PPB could / should co-ordinate?  I would love for 
the bug day to be a really public visible event, make it clear to everyone that 
Essex is going to be awesome.

Thanks,

Ewan.

 -Original Message-
 From: openstack-poc-bounces+ewan.mellor=citrix@lists.launchpad.net
 [mailto:openstack-poc-
 bounces+ewan.mellor=citrix@lists.launchpad.net] On Behalf Of
 Jonathan Bryce
 Sent: Monday, February 27, 2012 8:58 AM
 To: openstack-poc@lists.launchpad.net
 Subject: [Openstack-poc] Topics for tomorrow?
 
 Anyone have anything to talk about for tomorrow?
 
 
 ___
 Mailing list: https://launchpad.net/~openstack-poc
 Post to : openstack-poc@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack-poc
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack-poc
Post to : openstack-poc@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-poc
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack-poc] Topics for tomorrow?

2012-02-27 Thread Jonathan Bryce
Copying in Lauren, Lloyd and Stef. We have a start of an event listing in the 
wiki: http://wiki.openstack.org/OpenStackUsersGroup/EssexGlobalHackIn

Perhaps we can get people to add their office hours and promote more?

Jonathan.


On Feb 27, 2012, at 2:53 PM, Ewan Mellor wrote:

 I'd like to see a list of global bug day events, and who's going to be online 
 when, so that we can publicize widely.  It would be great to be able to say 
 something like:
 
  o  Monty Taylor, CI and QA expert, will be on-site at HP in Austin and 
 online between 11am and 5pm Central.
  o  Vish Ishaya, Nova PTL, will be on-site at RCB in San Francisco etc and so 
 on.
 
 Is this something that the PPB could / should co-ordinate?  I would love for 
 the bug day to be a really public visible event, make it clear to everyone 
 that Essex is going to be awesome.
 
 Thanks,
 
 Ewan.
 
 -Original Message-
 From: openstack-poc-bounces+ewan.mellor=citrix@lists.launchpad.net
 [mailto:openstack-poc-
 bounces+ewan.mellor=citrix@lists.launchpad.net] On Behalf Of
 Jonathan Bryce
 Sent: Monday, February 27, 2012 8:58 AM
 To: openstack-poc@lists.launchpad.net
 Subject: [Openstack-poc] Topics for tomorrow?
 
 Anyone have anything to talk about for tomorrow?
 
 
 ___
 Mailing list: https://launchpad.net/~openstack-poc
 Post to : openstack-poc@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack-poc
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack-poc
Post to : openstack-poc@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-poc
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack-qa-team] Tempest resize tests

2012-02-27 Thread Jay Pipes

On 02/25/2012 01:32 AM, Daryl Walleck wrote:

I've heard KVM/libvert support was added in Essex. I can confirm resize is 
still working with Xen Server, so the issue must be with those implementations.


Yes, I've seen this happen as well -- and so has Nati IIRC.

-jay

--
Mailing list: https://launchpad.net/~openstack-qa-team
Post to : openstack-qa-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-qa-team
More help   : https://help.launchpad.net/ListHelp