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

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:

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

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,

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:

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

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

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

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

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

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

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:

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

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:

[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

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

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

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

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

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:

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:

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

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

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

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

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

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

[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

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

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,

[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

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

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: