Re: [Openstack] Ubuntu OpenStack QA Lab up and running

2012-01-26 Thread Adam Gandelman
Hey Nati-- 1. Is there any document or opensource of your juju-based ci-deployment? You can find a whole pile of bzr branches that hosts everything this is built on at https://code.launchpad.net/~openstack-ubuntu-testing Beware this contains a lot of stuff! Packaging branches, forked

[Openstack] Update on Ubuntu automated testing and CI of Openstack

2012-02-08 Thread Adam Gandelman
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/

Re: [Openstack] RFC nova-network RTNETLINK patch

2012-02-09 Thread Adam Gandelman
On 02/09/2012 10:25 AM, Bernhard M. Wiedemann wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm looking for comments on the attached patch. On the net I found older/different versions of nova/network/linux_net.py containing if err and err != 'RTNETLINK answers: File exists\n':

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,

Re: [Openstack] OpenStack Installation Woes - Need re-assurance and help.

2012-03-13 Thread Adam Gandelman
On 03/13/2012 01:53 PM, Kevin Jackson wrote: Whilst OpenStack is being developed, a lot of people's entry into OpenStack is through deb packages (or insert your fave package management in here) - therefore Ubuntu becomes unofficial (but vocal) PR to OpenStack. If the Ubuntu debs don't

Re: [Openstack] euca2ools: Failure communicating with keystone (Essex on Ubuntu 12.04 B1)

2012-03-16 Thread Adam Gandelman
On 03/16/2012 09:01 AM, Kevin Jackson wrote: After successfully spinning up instances on Essex under Ubuntu 12.04 B1 using nova tool I'm now looking at the EC2 API / euca2ools but I'm hitting an error $ euca-describe-instances Unauthorized: Failure communicating with keystone

Re: [Openstack] Keystone Not Logging

2012-03-19 Thread Adam Gandelman
Kevin, Dolph-- Getting this working out-of-the-box has been a TODO of mine for a while. I've filed https://bugs.launchpad.net/keystone/+bug/959610 to track.Adding the example dolph mentioned did not seem to get any log output generated. @Kevin- The logging.conf installed in the

Re: [Openstack] Configuring Nova VNC Proxy_Essex_rc1

2012-03-19 Thread Adam Gandelman
On 03/19/2012 09:04 PM, Andrew Weiss wrote: Hi Anthony, So I figured out the issue I was having. I was using the nova-vncproxy Precise rc1 packages, however nova-consoleauth was not included. Instead, I simply pulled the source from Git. Only other issue now is that the access URL that is

Re: [Openstack] MySQL connection gone away handling in OpenStack projects

2012-03-23 Thread Adam Gandelman
On 03/22/2012 09:48 AM, Vishvananda Ishaya wrote: This looks like a much better solution than MySQLPingListener. It would be good to get this into common / nova, especially if we can verify that it works with postgres as well. Vish +1 for making this the standard method of initializing

Re: [Openstack] Installion guide for OpenStack Essex on Ubuntu 12.04

2012-03-26 Thread Adam Gandelman
On 03/26/2012 06:50 AM, Martin Gerhard Loschwitz wrote: Hi folks, I've written a guide on how to install OpenStack Essex on Ubuntu 12.04. It covers the installation and configuration of Keystone, Glance, Nova and Horizon. By following this guide, even people that haven't collected much

Re: [Openstack] Best approach for deploying Essex?

2012-04-03 Thread Adam Gandelman
On 04/03/2012 08:20 AM, Lillie Ross-CDSR11 wrote: My question is, should I base our new installation directly off the Essex branch in the git repository, or use the packages that will be deployed as part of the associated Ubuntu 12.04LTS release? With Diablo, I was forced to use packages

Re: [Openstack] nova-* as upstart services in release essex

2012-04-10 Thread Adam Gandelman
On 04/10/2012 02:13 PM, Vijay wrote: /etc/init/nova-compute.conf description Nova compute worker author Soren Hansen so...@linux2go.dk mailto:so...@linux2go.dk start on (filesystem and net-device-up IFACE!=lo) stop on runlevel [016] chdir /var/run pre-start script mkdir -p /var/run/nova

Re: [Openstack] Endpoints problems

2012-04-13 Thread Adam Gandelman
/keystone/blob/master/keystone/catalog/backends/sql.py#L163 Perhaps Adam Gandelman has some insight? -Dolph Dolph- No, the same is supported in the case of templated catalog as well, which is what the SQL catalog was largely based off: https://github.com/openstack/keystone/blob/master/keystone

[Openstack] Recent changes to Ubuntu packaging wrt Glance, upgrading, database sync

2012-04-13 Thread Adam Gandelman
Hi- We've added a patch to the Glance package in Ubuntu to help improve the experience for users who are counting on a smooth upgrade from Diablo. Since the release of Essex, I've been mostly focused on upgrade testing. Things seem generally okay with the exception of Glance and the way it

Re: [Openstack] Quantum deployment on Essex

2012-04-20 Thread Adam Gandelman
On 04/20/2012 01:37 PM, Lorin Hochstein wrote: This might be due to a known issue with the noVNC package that is distributed with Ubuntu 12.04: https://bugs.launchpad.net/ubuntu/+source/novnc/+bug/956949 I have heard that the noVNC fork maintained by Rackspace Cloud Builders works

Re: [Openstack] Has anyone tested Juju with 12.04 Essex installation?

2012-05-03 Thread Adam Gandelman
On 05/03/2012 06:04 AM, Jorge Luiz Correa wrote: Hi list! I would like to know if someone has tested juju with Essex. I've installed OpenStack using Ubuntu 12.04 and its packages (Essex). The nova components are working fine. I can create and destroy instances. So I'm using Juju from a 11.10

Re: [Openstack] Multiple nova-compute hosts, single-host nova-network, and a guest unreachable via its floating IP

2012-06-19 Thread Adam Gandelman
On 06/19/2012 10:52 AM, Florian Haas wrote: Hi everyone, perhaps someone can shed some light on a floating IP issue. I have 2 nova-compute nodes (call them alice and bob), one of them (alice) is also running nova-network. bob uses alice as its --metadata_host and --network_host. I assign a

Re: [Openstack] [nova] [cinder] Nova-volume vs. Cinder in Folsom

2012-07-11 Thread Adam Gandelman
On 07/11/2012 09:22 AM, Narayan Desai wrote: I also vote for option 1, but the migration path really needs to be solid and well documented. -nld I feel the same. I think documented and tested migration paths are of utmost importance here. Unlike the Keystone - Keystone Light migration,

[Openstack] Openstack Folsom testing packages available for Ubuntu 12.04 and 12.10.

2012-07-11 Thread Adam Gandelman
Hey All- I'd like to announce the availability of Folsom trunk testing PPAs for Ubuntu 12.04 and and 12.10. We've spent a considerable amount of time this cycle expanding our test infrastructure + coverage and packaging efforts in order to support a single Openstack release across two Ubuntu

Re: [Openstack] [Folsom Testing Packages] Feedback

2012-07-13 Thread Adam Gandelman
On 07/13/2012 05:50 AM, Emilien Macchi wrote: Thank's to Adam Gandelman for the last e-mail about *Folsom Testing Packages* in *Ubuntu* [1]. I would like to share here my feedback and also the Issues I have today with that : * Glance Packaging [2] : Conflict between two packages

Re: [Openstack] Improving logging

2012-07-19 Thread Adam Gandelman
On 07/18/2012 04:32 PM, Eugene Kirpichov wrote: Hi, I noticed that there are quite a few cases when I found my OpenStack installation is broken and logging was not verbose enough for me to understand what exactly was broken, so I had to add more logging statements to the code and relaunch.

Re: [Openstack] DHCP and kernel 3.2

2012-08-09 Thread Adam Gandelman
On 08/09/2012 12:13 AM, Alessandro Tagliapietra wrote: Hello guys, i've just installed kernel 3.4 from Ubuntu kernel PPA archive and after this upgrade VM aren't able to get the DHCP address but with tcpdump i see the request and offer on the network. Someone else experienced this? I've tried

Re: [Openstack] DHCP and kernel 3.2

2012-08-09 Thread Adam Gandelman
On 08/09/2012 12:13 AM, Alessandro Tagliapietra wrote: Hello guys, i've just installed kernel 3.4 from Ubuntu kernel PPA archive and after this upgrade VM aren't able to get the DHCP address but with tcpdump i see the request and offer on the network. Someone else experienced this? I've tried

Re: [Openstack] Packaging Horizon

2012-09-14 Thread Adam Gandelman
On 09/14/2012 05:06 AM, Matthias Runge wrote: Hi, currently, I'm trying to package horizon RC1 for Fedora. Since, Fedora does not have node.js included, and also doesn't have LESS included, it won't work per default. Do you have suggestions for me? Thanks We faced the same issue in Ubuntu

Re: [Openstack] Call for testing : 2012.2.1 tarballs

2012-11-21 Thread Adam Gandelman
On 11/20/2012 01:50 PM, Mark McLoughlin wrote: Hey, We're hoping to publish Nova, Glance, Keystone, Quantum, Cinder and Horizon 2012.2.1 next week (Nov 29). The list of issues fixed so far can be seen here: https://launchpad.net/nova/+milestone/2012.2.1

Re: [Openstack] 2012.2.1 missing several nova dependency packages.

2013-03-01 Thread Adam Gandelman
On 03/01/2013 11:42 AM, Wyllys Ingersoll wrote: Im trying to install the nova packages from the Ubuntu 12.04 LTS folsom archives, but some of the required dependencies are no longer available. My sources.list file has this entry: deb http://ubuntu-cloud.archive.canonical.com/ubuntu

Re: [Openstack] Grizzly release packages available in the Ubuntu Cloud Archive

2013-04-11 Thread Adam Gandelman
On 04/11/2013 10:05 AM, Derek Morton wrote: If you've removed the Ubuntu theme you'll need to change the following in /etc/openstack-dashboard/local_settings.py to get the default theme working: COMPRESS_OFFLINE = False to COMPRESS_OFFLINE = True -Derek This shouldn't be the case. A

Re: [Openstack] Havana Packages for Ubuntu 12.04

2013-06-18 Thread Adam Gandelman
On 06/17/2013 11:01 PM, Alexander Stellwag wrote: Hi stackers, I wonder if there are havana packages for Ubuntu LTS available. Those in the official cloud archive semm to be identical to the current grizzly packages. We would like to run first tests with havana and prepare for an update as