[Bug 954692] Re: cannot detach volume from terminated instance

2012-03-14 Thread Adam Gandelman
** Changed in: nova (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/954692 Title: cannot detach volume from terminated instance To manage

[Bug 954692] Re: cannot detach volume from terminated instance

2012-03-14 Thread Adam Gandelman
Steps to reproduce: 1. create volume 2. boot an instance (tested with cirros) 3. attach volume 4. in instance: 'sudo poweroff' 5. after kvm machine has stopped on compute node, terminate instance. results in traceback on compute.log: (nova.rpc.amqp): TRACE: File

[Bug 955510] Re: failed attach leaves stale iSCSI session on compute host

2012-03-14 Thread Adam Gandelman
I believe this has since been fixed: https://review.openstack.org/#change,4611 This may be a duplicate of bug #914974. Paul, can you test on a more recent version of nova if you have access to such a deployment? Using the latest trunk I was unable to reproduce. -- You received this bug

[Bug 954692] Re: cannot detach volume from terminated instance

2012-03-14 Thread Adam Gandelman
** Changed in: nova Status: New = In Progress ** Changed in: nova Assignee: (unassigned) = Adam Gandelman (gandelman-a) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/954692

[Blueprint servercloud-p-openstack-testing] Openstack Integration Testing

2012-03-13 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: [gandelman-a] Deploy openstack-integration-tests in Ubuntu QA lab with target default configurations: DONE Define re-testing triggers and implement as designed: DONE Collaborate on defining charm use workflow between

[Bug 948595] Re: Default api-paste.ini does not properly route metadata requests to /1.0

2012-03-12 Thread Adam Gandelman
** Changed in: nova (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/948595 Title: Default api-paste.ini does not properly route

[Bug 881464] Re: [MIR] keystone

2012-03-10 Thread Adam Gandelman
Note: As of 2012.1~rc1~20120308.2103-0ubuntu1, keystone.conf now contains a 'bind_host' option to configure which address the servers listen. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to keystone in Ubuntu.

[Bug 881304] Re: issues with ec2 middleware

2012-03-08 Thread Adam Gandelman
** Changed in: keystone (Ubuntu Precise) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to keystone in Ubuntu. https://bugs.launchpad.net/bugs/881304 Title: issues with ec2 middleware To

[Bug 950183] Re: puppetmaster-passenger postinst creates wrong certificate files and puppetmaster vhost if puppet config print has an error

2012-03-08 Thread Adam Gandelman
Hey Glen-- Thanks for reporting this and helping us make Ubuntu better! I believe the issue here is that 'puppet config print' returns 0 on failure. The maintainer script is 'set -e', but in this case the errors are not caught. I'm wondering the script should be attempting to parse err: from

[Bug 950183] Re: puppetmaster-passenger postinst creates wrong certificate files and puppetmaster vhost if puppet config print has an error

2012-03-08 Thread Adam Gandelman
** Changed in: puppet (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu. https://bugs.launchpad.net/bugs/950183 Title: puppetmaster-passenger postinst creates wrong certificate

[Bug 950183] Re: puppetmaster-passenger postinst creates wrong certificate files and puppetmaster vhost if puppet config print has an error

2012-03-08 Thread Adam Gandelman
** Changed in: puppet (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu. https://bugs.launchpad.net/bugs/950183 Title: puppetmaster-passenger postinst creates wrong

[Bug 948595] [NEW] Default api-paste.ini does not properly route metadata requests to /1.0

2012-03-06 Thread Adam Gandelman
/instance# curl 169.254.169.254/1.0/1.0/ 1.0 2007-01-19 2007-03-01 2007-08-29 2007-10-10 2007-12-15 2008-02-01 2008-09-01 2009-04-04 ** Affects: nova Importance: Undecided Assignee: Adam Gandelman (gandelman-a) Status: In Progress ** Affects: nova (Ubuntu) Importance

[Bug 948595] Re: Default api-paste.ini does not properly route metadata requests to /1.0

2012-03-06 Thread Adam Gandelman
Johannes- The bug is that it does not route anywhere. AFAICS, its in the list (with the rest of the versions reported) to maintain ec2 compatibility. In fat, I came across the issue when testing a tool designed for EC2 on nova. On EC2, for example: adam@ath0:~$ curl http://169.254.169.254/ 1.0

[Bug 924739] Re: after upgrade from oneiric to precise, previous squid config unused, cannot be used when relocated

2012-03-05 Thread Adam Gandelman
Matters are slightly more complicated because the existing squid packages (both the original squid(v2) and squid3) do not track squid.conf as a conffile, probably because the example configuration is generated at build time. After discussing the matter with several Ubuntu devs, it appears there

[Bug 945299] [NEW] keystone_2012.1~e4-0ubuntu1_all fails to install

2012-03-02 Thread Adam Gandelman
Public bug reported: Error in preinst: Selecting previously unselected package keystone. Unpacking keystone (from .../keystone_2012.1~e4-0ubuntu1_all.deb) ... adduser: The group `keystone' does not exist. id: keystone: No such user chown: invalid user: `keystone:keystone' dpkg: error processing

[Bug 928383] Re: python-glance package contains stuff about API and registry

2012-02-28 Thread Adam Gandelman
marking invalid as this has been fixed for some time in ubuntu ** Changed in: glance (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to glance in Ubuntu. https://bugs.launchpad.net/bugs/928383

[Bug 924739] Re: after upgrade from oneiric to precise, previous squid config unused, cannot be used when relocated

2012-02-24 Thread Adam Gandelman
The following is a list of configuration options from 2.7 that have not been ported to squid3, as of 3.19: http://squidcache.cybermirror.org/squid/squid-3.1.19-RELEASENOTES.html#ss6.1 There are many. Currently, squid3 will fail to parse config + start if any of these yet-to-be-ported options

[Bug 940780] Re: nova-volume fails to start: OSError: [Errno 2] No such file or directory: '/var/lock/nova'

2012-02-24 Thread Adam Gandelman
It appears this is a packaging issue, as nova-volume.upstart does not create /var/lock/nova like other nova-* jobs. We should check that all nova-* upstart jobs ensure the directory exists, because the commit above adds a periodic task to all nova services that will fail if the directory is

[Bug 938699] Re: nova-compute runaway memory allocation

2012-02-22 Thread Adam Gandelman
Marking as confirmed as I've run into this last week when deploying to the CI lab. I've only hit it once and was unable to reproduce during subsequent deployments. nova-compute was exhausting all memory and eventually being killed off by OOM killer. ** Also affects: nova Importance:

[Bug 938702] Re: nova-manage fixed list no longer works

2012-02-22 Thread Adam Gandelman
** Changed in: nova (Ubuntu) Status: New = Confirmed ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in

[Bug 938763] Re: nova compute manager traceback during _sync_power_states

2012-02-22 Thread Adam Gandelman
** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/938763 Title: nova compute manager traceback during _sync_power_states

[Bug 938763] Re: nova compute manager traceback during _sync_power_states

2012-02-22 Thread Adam Gandelman
Hi Andrew, thanks for the report. To be clear, was this an upgrade from the Oneiric/Diablo to Preicse/Essex, or an upgrade between version of Essex? Also, is it correct to assume that, at the time of the upgrade, there were instances running on the compute node? Thanks -- You received this

[Bug 934118] Re: Floating ips not available to instances after upgrade

2012-02-22 Thread Adam Gandelman
** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/934118 Title: Floating ips not available to instances after upgrade

[Bug 906654] Re: nova should depend on openstackx and load appropriate osapi_extensions by default

2012-02-21 Thread Adam Gandelman
openstackx has been removed as a dependency ** Changed in: nova (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/906654 Title: nova should depend

[Bug 932466] Re: glance db migrations deadlock against precise mysql server

2012-02-21 Thread Adam Gandelman
** Changed in: glance (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to glance in Ubuntu. https://bugs.launchpad.net/bugs/932466 Title: glance db migrations deadlock against precise

[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2012-02-21 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: nova-cloud-controller - Split into charms after Juju supports multiple units on a machine (or colocation): BLOCKED [gandelman-a] nova-network - Add VLAN net manager support: TODO [gandelman-a] glance - ceph interface

[Bug 933818] Re: public-ipv4 metadata url not working

2012-02-16 Thread Adam Gandelman
Looking at it a bit more with Daviey, it turns out the later calls thru the network layer will update the cache, but we never get that far because its consistently returning an outdated cache hit with an empty floating_ips list. -- You received this bug notification because you are a member of

[Bug 933818] Re: public-ipv4 metadata url not working

2012-02-16 Thread Adam Gandelman
Work being done in the proposal would help here, too: https://review.openstack.org/#change,4269 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/933818 Title: public-ipv4 metadata url

[Bug 932787] Re: nova-compute: euca-get-console-output returns no data

2012-02-15 Thread Adam Gandelman
Hey Andrew, thanks for reporting. It seems there was an error when forward-porting the FIFO console log patch from oneiric to precise/essex. I believe Chuck is the process of refreshing it and fixing it, so it the newer version of the patch will include the changes required to get a proper

[Bug 928769] Re: nova-compute fails due to absence of policy.json

2012-02-14 Thread Adam Gandelman
policy.json is installed with all nova-* components via nova-common package ** Changed in: nova (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu.

[Blueprint servercloud-p-cobbler-next-steps] Cobbler Next Steps

2012-02-14 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work Items: - [gandelman-a] Hardware detection and inventory snippet: INPROGRESS + [gandelman-a] Hardware detection and inventory snippet: POSTPONED [zulcss] Add hardware inventory to cobbler API: POSTPONED [davewalker

[Blueprint servercloud-p-install-experience] Revisit the install experience for products delivered via orchestra + juju

2012-02-14 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work Items: [davewalker] replace install ubuntu cloud on the CD boot menu with Cloud, Cluster or Automated Installation: TODO - [gandelman-a] add SSL support to cobbler-enlist: TODO - [gandelman-a] add auto-generation of hostname

[Bug 928848] Re: nova-common installation triggers nova-manage db sync on compute node

2012-02-08 Thread Adam Gandelman
Hi Alvaro- This is run in the post-installation step of the nova-common package, which is installed with nova-compute-xen. It is the expected behavior and happens to help users who want to install all nova components on a single node and have something ready to use out-of-the-box. Note that

[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2012-02-07 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: nova-cloud-controller - Split into charms after Juju supports multiple units on a machine (or colocation): BLOCKED [gandelman-a] nova-network - Add VLAN net manager support: TODO [gandelman-a] glance - ceph interface

[Blueprint servercloud-p-openstack-testing] Openstack Integration Testing

2012-02-07 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: - [gandelman-a] Deploy openstack-integration-tests in Ubuntu QA lab with target default configurations: INPROGRESS + [gandelman-a] Deploy openstack-integration-tests in Ubuntu QA lab with target default configurations: DONE

[Bug 927808] [NEW] nova-compute fails to attach volumes: FileNotFound: File /etc/iscsi/initiatorname.iscsi could not be found.

2012-02-06 Thread Adam Gandelman
Public bug reported: CI is picking up a failure of the volumes exercise. I believe this is a result of: https://review.openstack.org/#change,3586 May just be a packaging bug, but volume attach fails on the compute node: 12-02-06 13:57:14,819 DEBUG nova.utils [-] Running cmd (subprocess):

[Bug 915614] Re: Add policy.json to packages

2012-02-06 Thread Adam Gandelman
** Changed in: nova (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/915614 Title: Add policy.json to packages To manage

[Bug 927808] Re: nova-compute fails to attach volumes: FileNotFound: File /etc/iscsi/initiatorname.iscsi could not be found.

2012-02-06 Thread Adam Gandelman
*** This bug is a duplicate of bug 926412 *** https://bugs.launchpad.net/bugs/926412 Seems to be caused by issue described in bug #926412 Fix proposed at https://review.openstack.org/#change,3778 which I've just verified fixes the volume issue. Marking as duplicate ** This bug has been

[Bug 905464] Re: nova-common 2012.1~e2-0ubuntu2 installation fails

2012-02-06 Thread Adam Gandelman
@shake-chen, Thanks for reporting. Are you hitting this on a new installation of packages or upgrading from a previous version? If an upgrade, does removing the '=True' from --force_dhcp_release in /etc/nova/nova.conf resolve the issue for you? The config file that is shipped with a the newest

[Bug 924739] Re: after upgrade from oneiric to precise squid only returns 403

2012-02-03 Thread Adam Gandelman
Confirmed that, with the given config, a transition to squid3 results in 403s as described ** Changed in: squid3 (Ubuntu Precise) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu.

[Bug 924739] Re: after upgrade from oneiric to precise squid only returns 403

2012-02-03 Thread Adam Gandelman
@Jean-Baptiste: The issue is that precise has transitioned to squid3. The new location for squid.conf is /etc/squid3/squid.conf. After upgrade, squid(3) was restarted using the default packaged config that was installed at /etc/squid3/squid.conf after update. Replacing

[Bug 922232] Re: Volumes fail to attach without discovery using tgt

2012-02-03 Thread Adam Gandelman
** Changed in: nova (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/922232 Title: Volumes fail to attach without discovery using tgt To

[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-02-03 Thread Adam Gandelman
Hi Jens- Thanks for reporting this. This sounds like a tough one to debug, any chance you've hit this again since reporting? I assume this is on a production system and there's no chance of you trying to reproduce on demand. In the event that you do hit this again, before rebooting, can you

[Bug 923817] Re: nova-network fails due to absence of policy.json

2012-02-02 Thread Adam Gandelman
** Changed in: nova (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/923817 Title: nova-network fails due to absence of policy.json

[Bug 924739] Re: after upgrade from oneiric to precise squid only returns 403

2012-02-01 Thread Adam Gandelman
Jean-Baptiste, thanks for reporting this. Can you provide the squid.conf that you end up with after upgrade that is causing the problems? Also, was this an upgrade from squid3 (oneiric) to squid3 (precise), or a transition from squid (oneiric) to squid3 (precise)? -- You received this bug

[Bug 916992] Re: Database migration v064 fails against MySQL 5.5 + InnoDB

2012-01-31 Thread Adam Gandelman
** Changed in: nova (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/916992 Title: Database migration v064 fails against MySQL 5.5 +

[Bug 906654] Re: nova should depend on openstackx and load appropriate osapi_extensions by default

2012-01-31 Thread Adam Gandelman
Note: This will likely be marked invalid soon, as the openstackx library is soon to be marked deprecated and removed in favor of python- novaclient. Another note: the osapi_extensions flag has been renamed to osapi_compute_extensions. -- You received this bug notification because you are a

[Bug 923817] Re: nova-network fails due to absence of policy.json

2012-01-30 Thread Adam Gandelman
** Changed in: nova (Ubuntu) Status: Confirmed = In Progress ** Changed in: nova (Ubuntu) Assignee: (unassigned) = Adam Gandelman (gandelman-a) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https

[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2012-01-30 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: - nova-cloud-controller - Split into charms after Juju supports multiple units on a machine (or colocation): TODO + nova-cloud-controller - Split into charms after Juju supports multiple units on a machine (or colocation

[Blueprint servercloud-p-openstack-testing] Openstack Integration Testing

2012-01-30 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: - Deploy openstack-integration-tests in Ubuntu QA lab with target default configurations: INPROGRESS - Define re-testing triggers and implement as designed: INPROGRESS + [gandelman-a] Deploy openstack-integration-tests

[Bug 922788] [NEW] Please merge facter 1.6.4-2 (main) from Debain testing (main)

2012-01-27 Thread Adam Gandelman
Public bug reported: facter (1.6.4-2) unstable; urgency=low * Move dmidecode from Depends to Recommends (Closes: #651501) -- Stig Sandbeck Mathisen s...@debian.org Fri, 09 Dec 2011 09:40:16 +0100 facter (1.6.4-1) unstable; urgency=low * New upstream release * Add dependency on

[Bug 922232] Re: Volumes fail to attach without discovery using tgt

2012-01-27 Thread Adam Gandelman
** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** Changed in: nova (Ubuntu) Importance: Undecided = High ** Changed in: nova (Ubuntu) Assignee: (unassigned) = Adam Gandelman (gandelman-a) -- You received this bug notification because you are a member

[Bug 906735] Re: logrotate can't find /var/log/puppet if package was removed and that directory was empty

2012-01-23 Thread Adam Gandelman
Kenyon-- Looking into this further and other similar bugs, it seems this is the expected behavior of logrotate. In this case, the logrotate output is non-fatal and, although annoying, does not cause logrotate to abort its run and fail to process other rotate configs. Puppet is a special case in

[Bug 916992] Re: Database migration v064 fails against MySQL 5.5 + InnoDB

2012-01-17 Thread Adam Gandelman
** Changed in: nova Assignee: Adam Gandelman (gandelman-a) = (unassigned) ** Changed in: nova (Ubuntu) Assignee: (unassigned) = Adam Gandelman (gandelman-a) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu

[Bug 916992] [NEW] Database migration v064 fails against MySQL 5.5 + InnoDB

2012-01-15 Thread Adam Gandelman
: Undecided Assignee: Adam Gandelman (gandelman-a) Status: In Progress ** Affects: nova (Ubuntu) Importance: High Status: New ** Changed in: nova (Ubuntu) Importance: Undecided = High ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova

[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2012-01-06 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: nova-cloud-controller - Split into charms after Juju supports multiple units on a machine (or colocation): TODO [gandelman-a] nova-network - Add VLAN net manager support: TODO [gandelman-a] glance - ceph interface

[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2012-01-05 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: nova-cloud-controller - Split into charms after Juju supports multiple units on a machine (or colocation): TODO [gandelman-a] nova-network - Add VLAN net manager support: TODO [gandelman-a] glance - ceph interface

[Bug 912069] [NEW] nova client does not work, fails to import argparse library

2012-01-04 Thread Adam Gandelman
Public bug reported: Setting up python-prettytable (0.5-1ubuntu2) ... Setting up python-novaclient (2.6.7~bzr128-0ubuntu1) ... ubuntu@ip-10-252-25-136:~$ nova Traceback (most recent call last): File /usr/bin/nova, line 5, in module from pkg_resources import load_entry_point File

[Bug 906735] Re: package installation should create /var/log/puppet

2012-01-03 Thread Adam Gandelman
Hi Kenyon, thanks for reporting. I'm having trouble reproducing your logrotate errors with puppet 2.7.1-1ubuntu3.2 on oneiric. It appears the log directory is in fact created by the puppet-common package, on which both the puppet agent and puppetmaster packages depend on. Without later manually

[Bug 907543] Re: python-glance fails to install during postinst: update-python-modules: not found

2012-01-03 Thread Adam Gandelman
Fixed with upload of 2012.1~e2-0ubuntu3 ** Changed in: glance (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/907543 Title:

[Bug 901804] Re: split glance package into glance-api/glance-registry

2012-01-03 Thread Adam Gandelman
Correction, by e2 snapshot I mean e2 *milestone* (glance 2012.1~e2-0ubuntu1) ** Changed in: glance (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to glance in Ubuntu.

[Bug 890362] Re: Should nova user's shell be /bin/false?

2012-01-03 Thread Adam Gandelman
** Summary changed: - Should glance user's shell be /bin/false? + Should nova user's shell be /bin/false? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/890362 Title: Should nova

[Bug 906937] Re: Error installing python-glance 2012.1~e2-0ubuntu2

2012-01-03 Thread Adam Gandelman
*** This bug is a duplicate of bug 907543 *** https://bugs.launchpad.net/bugs/907543 ** This bug has been marked a duplicate of bug 907543 python-glance fails to install during postinst: update-python-modules: not found ** Changed in: glance (Ubuntu) Status: New = Fix Released --

[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2011-12-23 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: nova-cloud-controller - Split into charms after Juju supports multiple units on a machine (or colocation): TODO [gandelman-a] nova-network - Add VLAN net manager support: TODO [gandelman-a] glance - ceph interface

[Bug 907543] Re: python-glance fails to install during postinst: update-python-modules: not found

2011-12-22 Thread Adam Gandelman
Both packages use update-python-modules from postinst, which was previously being pulled in by other packages (related or unrelated) that rely on python-support.The dependency was being satisfied for free but since many (all?) of those have dropped python-support in favor of dh_python2, this

[Bug 907945] Re: Enabling keystone caching results in type errors in middleware

2011-12-22 Thread Adam Gandelman
** Also affects: nova (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/907945 Title: Enabling keystone caching results in type

[Bug 905464] Re: nova-common 2012.1~e2-0ubuntu2 installation fails

2011-12-21 Thread Adam Gandelman
Fixed in 2012.1~e2-0ubuntu2 ** Changed in: nova (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/905464 Title: nova-common

[Bug 907543] Re: python-glance fails to install during postinst: update-python-modules: not found

2011-12-21 Thread Adam Gandelman
Also affects nova as python-support is not a listed dependency though update-python-modules is used in python-nova.postinst. ** Also affects: nova (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 907518] Re: swift proxy cannot start when configured to use keystone

2011-12-21 Thread Adam Gandelman
The issue is that the python-keystone package is not installing its *.egg-info ** Package changed: swift (Ubuntu) = keystone (Ubuntu) ** Also affects: keystone Importance: Undecided Status: New ** Changed in: keystone (Ubuntu) Status: New = Triaged -- You received this bug

[Merge] lp:~gandelman-a/ubuntu/precise/glance/lp907543 into lp:~ubuntu-server-dev/glance/essex

2011-12-21 Thread Adam Gandelman
Adam Gandelman has proposed merging lp:~gandelman-a/ubuntu/precise/glance/lp907543 into lp:~ubuntu-server-dev/glance/essex. Requested reviews: Ubuntu Server Team (ubuntu-server) Related bugs: Bug #907543 in glance (Ubuntu): python-glance fails to install during postinst: update-python

[Merge] lp:~gandelman-a/ubuntu/precise/nova/lp907543 into lp:~ubuntu-server-dev/nova/essex

2011-12-21 Thread Adam Gandelman
Adam Gandelman has proposed merging lp:~gandelman-a/ubuntu/precise/nova/lp907543 into lp:~ubuntu-server-dev/nova/essex. Requested reviews: Ubuntu Server Team (ubuntu-server) Related bugs: Bug #907543 in nova (Ubuntu): python-glance fails to install during postinst: update-python-modules

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-12-19 Thread Adam Gandelman
Verified SRU in oneiric-proposed the issue in oneiric. Log of test case available at http://paste.ubuntu.com/775542/ Thanks -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969

[Bug 906654] [NEW] nova should depend on openstackx and load appropriate osapi_extensions by default

2011-12-19 Thread Adam Gandelman
Public bug reported: If we wish to support the Horizon dashboard out-of-the-box, it is necessary for nova-api to depend on the openstackx python libary [1] to provide necessary middleware. With the appropriate dependencies installed, we would also need to add configuration flags to nova.conf in

[Bug 905464] [NEW] nova-common 2012.1~e2-0ubuntu2 installation fails

2011-12-16 Thread Adam Gandelman
Public bug reported: nova-common 2012.1~e2-0ubuntu2 . The added --libvirt_use_virtio_for_bridges option was added with =True argument, but it is not valid syntax. Adding new user `nova' (UID 105) with group `nova' ... Not creating home directory `/var/lib/nova'. Usage: nova-manage [options]

[Bug 901881] Re: nova should depend on python-keystone

2011-12-14 Thread Adam Gandelman
Since the previous nova authentication system has been deprecated in favor of keystone, I'd say it should be a Depends in the same. python- glance is currently a Depends for the same reasons wrt image delivery (local image store was deprecated) But, perhaps a Recommends until keystone is

[Bug 868488] Re: Cobbler dns name of node needs to match system name

2011-12-13 Thread Adam Gandelman
Marking Invalid as the fate of the original cobbler-enlist tool is currently unknown. Will reopen, original incarnation comes back to life. ** Changed in: cobbler-enlist (Ubuntu) Status: Triaged = Invalid -- You received this bug notification because you are a member of Ubuntu Server

[Bug 900553] Re: Any user can manage the keystone database via keystone-manage

2011-12-12 Thread Adam Gandelman
I think the branch confusion caused this not to be closed out by Janitor? Either way, it was addressed in keystone 2012.1~e2~20111202.1379-0ubuntu2. ** Changed in: keystone (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 901881] [NEW] nova should depend on python-keystone

2011-12-08 Thread Adam Gandelman
Public bug reported: All openstack components that wish to utilize keystone for identity management and authentication require python-keystone in order to configure and use the appropriate middleware. Currently python-keystone is in universe. ** Affects: glance (Ubuntu) Importance:

[Bug 862558] Re: cobbler-enlist is not checking for return codes enough

2011-12-06 Thread Adam Gandelman
Marking Invalid since we'll be moving forward with a rewrite of the utility. ** Changed in: cobbler-enlist (Ubuntu Precise) Status: Triaged = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee.

[Bug 900553] Re: Any user can manage the keystone database via keystone-manage

2011-12-05 Thread Adam Gandelman
On second look, /etc/keystone/keystone.conf ( like every other openstack component) stores its database credentials as plain text sqlalchemy string. This is should be installed non-world readable. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 900553] [NEW] Any user can manage the keystone database via keystone-manage

2011-12-05 Thread Adam Gandelman
Public bug reported: Using keystone against an external mysql database, users have access to manage the keystone database, ie: ubuntu@ip-10-12-14-3:~$ keystone-manage user add tester p@ssword ubuntu@ip-10-12-14-3:~$ keystone-manage role add Admin ubuntu@ip-10-12-14-3:~$ keystone-manage role

[Bug 899976] Re: Error in nova.conf

2011-12-04 Thread Adam Gandelman
*** This bug is a duplicate of bug 891227 *** https://bugs.launchpad.net/bugs/891227 ** This bug has been marked a duplicate of bug 891227 nova.conf force_dhcp_release doesn't take any parameter -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 891227] Re: nova.conf force_dhcp_release doesn't take any parameter

2011-12-02 Thread Adam Gandelman
** Changed in: nova (Ubuntu) Status: Confirmed = In Progress ** Changed in: nova (Ubuntu) Assignee: (unassigned) = Adam Gandelman (gandelman-a) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https

[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2011-11-30 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: nova-cloud-controller - Split into charms after Juju supports multiple units on a machine (or colocation): TODO - nova-network - Add VLAN net manager support: TODO - glance - ceph interface and optional, configurable S3

[Blueprint servercloud-p-install-experience] Revisit the install experience for products delivered via orchestra + juju

2011-11-30 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work Items: replace install ubuntu cloud on the CD boot menu with Cloud, Cluster or Automated Installation: TODO add SSL support to cobbler-enlist: TODO - add auto-generation of hostname when not provided by dhcp to cobbler-enlist

[Bug 779311] Re: Glance update for Ubuntu failing

2011-11-30 Thread Adam Gandelman
Appears this bug was mistakenly closed in Ubuntu due to the wrong bug # in a changelog. Reopening as there are duplicates popping up again. ** Changed in: glance (Ubuntu) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Ubuntu Server

[Blueprint servercloud-p-cobbler-next-steps] Cobbler Next Steps

2011-11-29 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work Items: - [gandelman-a] Hardware detection and inventory snippet: TODO + [gandelman-a] Hardware detection and inventory snippet: INPROGRESS [zulcss] Add hardware inventory to cobbler API: TODO Investigate whats been added what

[Bug 894660] Re: odbcinst segfault when no there is no /etc/odbcinst.ini

2011-11-28 Thread Adam Gandelman
Hi Baptiste- Thanks for reporting this. I am able to reproduce this using lucid odbcinst 2.2.11-21, both i686 and x86_64. ** Changed in: unixodbc (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 891071] Re: puppet lucid backport doesn't support upstart

2011-11-23 Thread Adam Gandelman
Hi Ali- I believe this is the patch you've mentioned: http://paste.ubuntu.com/747427/ ...which is a workaround to allow Puppet to manage upstart jobs as if they were sysv init scripts. After double-checking, it appears this patch is in fact applied to both the lucid (0.25.4-2ubuntu6) and

[Bug 891527] [NEW] cobblerd fails to start: NoSectionError

2011-11-17 Thread Adam Gandelman
Public bug reported: On 12.04 with cobbler 2.2.2-0ubuntu1 on 12.04, package installs fine but upstart cannot start cobblerd. The following traceback occurs when attempting to start manually: ubuntu@domU-12-31-39-16-39-C3:~$ sudo cobblerd -F Traceback (most recent call last): File

[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2011-11-15 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: - nova-cloud-controller: Split into charms after Juju supports multiple units on a machine (or colocation) - nova-network: Add VLAN net manager support - glance: ceph interface and optional, configurable S3 support

[Blueprint servercloud-p-openstack-testing] Openstack Integration Testing

2011-11-15 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: Work items: - Deploy openstack-integration-tests in Ubuntu QA lab with target default configurations - Define re-testing triggers and implement as designed - Collaborate on defining charm use workflow between OpenStack and Ubuntu

[Bug 888671] [NEW] Please merge facter 1.6.2 (main) from Debian testing (main)

2011-11-10 Thread Adam Gandelman
Public bug reported: Debian changes newer than ubuntu version: facter (1.6.2-1) unstable; urgency=low * New upstream release -- Stig Sandbeck Mathisen Wed, 12 Oct 2011 11:29:53 +0200 ** Affects: facter (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 732953] Re: can_connect function inside ec2.rb always return false

2011-11-07 Thread Adam Gandelman
Regression confirmed and currently being tracked in bug #885998. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to facter in Ubuntu. https://bugs.launchpad.net/bugs/732953 Title: can_connect function inside ec2.rb always return false

[Blueprint servercloud-p-openstack-testing] Openstack Integration Testing

2011-11-07 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: - * [smoser] i'd like to hvae devstack working from ubuntu packages proper (as opposed to git source) -alternatively, at least make devstack usable when using the ubuntu package branches (maybe need to add bzr support to devstack

[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2011-11-07 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard changed: + Work items: + + nova-cloud-controller: Split into charms after Juju supports multiple units on a machine (or colocation) + nova-network: Add VLAN net manager support + glance: ceph interface and optional, configurable S3 support

[Bug 887361] Re: facter facter_1.5.6-2ubuntu2.2: /usr/lib/ruby/1.8/timeout.rb:60:in `open': execution expired (Timeout::Error)

2011-11-07 Thread Adam Gandelman
*** This bug is a duplicate of bug 885998 *** https://bugs.launchpad.net/bugs/885998 ** This bug has been marked a duplicate of bug 885998 facter upgrade crashes puppet -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to facter in

[Blueprint servercloud-p-openstack-charms] Revisiting openstack juju charms

2011-10-27 Thread Adam Gandelman
Blueprint changed by Adam Gandelman: Whiteboard set to: Current Charms: * nova-cloud-controller * nova-compute * glance * swift-proxy * swift-storage TODOS for current charms: * Reimplement swift-storage pool (one juju service unit per swift zone, allow add-unit per zone) * Break nova

[Bug 868492] Re: cobbler-enlist needs to register all interfaces on system, as advertised

2011-10-26 Thread Adam Gandelman
** Changed in: cobbler-enlist (Ubuntu) Status: Triaged = In Progress ** Branch linked: lp:~gandelman-a/ubuntu/precise/cobbler-enlist/868492 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler-enlist in Ubuntu.

[Bug 877891] Re: Racoon fails to load the crypto modules

2011-10-25 Thread Adam Gandelman
The racool-tool.pl script is maintained in Debian. This has since been fixed there and fixed in Ubuntu as of ipsec-tools 1:0.8.0-9ubuntu1 via merge Bug #881097 ** Changed in: ipsec-tools (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a

<    3   4   5   6   7   8   9   >