Re: [Openstack-operators] Storage error

2015-03-04 Thread Anwar Durrani
Hi Joseph, This is error i am getting and this is configured on controller node. [root@controller swift]# cinder list +--++--+--+-+--+-+ | ID | Status | Display Name | S

Re: [Openstack-operators] Storage error

2015-03-04 Thread Anwar Durrani
Hi Delatte, I have installed cinder on controller node server, do i need to install separate storage for Cinder Volume Management or controller server will be ok ? Please find configuration file attached. Thanks On Tue, Mar 3, 2015 at 7:48 PM, Delatte, Craig wrote: > What does your cinder

Re: [Openstack-operators] Storage error

2015-03-04 Thread Delatte, Craig
So it looks like you have pretty much everything commented out. You need to define what you are using. So: [database] section Rabbit Auth-stratedgy Host volume_driver And so on. This is typically tailored to each environment. If you are testing this out using vagrant, I am sure there is a lot

[Openstack-operators] Ops Meetup Monitoring/Tools Session

2015-03-04 Thread Joe Topjian
Hi all, I'll be moderating the Monitoring/Tools session at next week's Ops Meetup. The etherpage is here: https://etherpad.openstack.org/p/PHL-ops-tools-wg Please add items you'd like to see covered. So far, the general topics will be: * Discussion of Monasca, StackTach, and related tools. Memb

[Openstack-operators] Packaging with fpm

2015-03-04 Thread Mathieu Gagné
Hi, I'm currently experimenting with fpm. I learned that fpm does not generate the files needed to upload your new package to an APT repository. Since the package type built by fpm is binary, that file would be the .changes control file. This bothers me a lot because my current workflow look

Re: [Openstack-operators] Packaging with fpm

2015-03-04 Thread matt
I like cowbuilder... pbuilder using copy on write qcow's for the build environment. Most folks automating debian package creation use pbuilder. -Matt On Wed, Mar 4, 2015 at 11:31 AM, Mathieu Gagné wrote: > Hi, > > I'm currently experimenting with fpm. > > I learned that fpm does not generate t

Re: [Openstack-operators] Packaging with fpm

2015-03-04 Thread Mathieu Gagné
On 2015-03-04 11:52 AM, matt wrote: I like cowbuilder... pbuilder using copy on write qcow's for the build environment. Most folks automating debian package creation use pbuilder. Thanks for sharing. I'm a bit more crazy, I use schroot and sbuild. =) -- Mathieu _

Re: [Openstack-operators] Packaging with fpm

2015-03-04 Thread Clint Byrum
Excerpts from Mathieu Gagné's message of 2015-03-04 08:31:45 -0800: > Hi, > > I'm currently experimenting with fpm. > > I learned that fpm does not generate the files needed to upload your new > package to an APT repository. Since the package type built by fpm is > binary, that file would be th

Re: [Openstack-operators] Packaging with fpm

2015-03-04 Thread Mathieu Gagné
On 2015-03-04 12:18 PM, Clint Byrum wrote: Excerpts from Mathieu Gagné's message of 2015-03-04 08:31:45 -0800: I really like APT repositories and would like to continue using them for the time being. I'm impressed you took the time to setup dput! It's super simple to setup and use. Create a

Re: [Openstack-operators] Packaging with fpm

2015-03-04 Thread matt
use a pgp signing key with pass phrase and sign the release / packages files. ubuntu already does this. On Wed, Mar 4, 2015 at 12:39 PM, Mathieu Gagné wrote: > On 2015-03-04 12:18 PM, Clint Byrum wrote: > >> Excerpts from Mathieu Gagné's message of 2015-03-04 08:31:45 -0800: >> >>> >>> I really

Re: [Openstack-operators] Packaging with fpm

2015-03-04 Thread Mathieu Gagné
On 2015-03-04 1:10 PM, matt wrote: use a pgp signing key with pass phrase and sign the release / packages files. ubuntu already does this. You also need to sign the packages before uploading. You can sign the packages AND the repository. Both are done by different actors: uploader, repo manag

Re: [Openstack-operators] Packaging with fpm

2015-03-04 Thread matt
and thus different keys. so what's the issue? On Wed, Mar 4, 2015 at 1:16 PM, Mathieu Gagné wrote: > On 2015-03-04 1:10 PM, matt wrote: > >> use a pgp signing key with pass phrase and sign the release / packages >> files. ubuntu already does this. >> >> > You also need to sign the packages bef

Re: [Openstack-operators] Packaging with fpm

2015-03-04 Thread Clint Byrum
Excerpts from Mathieu Gagné's message of 2015-03-04 09:39:34 -0800: > On 2015-03-04 12:18 PM, Clint Byrum wrote: > > Excerpts from Mathieu Gagné's message of 2015-03-04 08:31:45 -0800: > >> > >> I really like APT repositories and would like to continue using them for > >> the time being. > > > > I'

Re: [Openstack-operators] Packaging with fpm

2015-03-04 Thread Mathieu Gagné
On 2015-03-04 1:26 PM, matt wrote:> and thus different keys. > > so what's the issue? fpm does not generate a .changes so you can't sign it. (for upload) And since there is no .changes, you can't use dput to upload your package to the APT repository using standard methods. Even if I don't pla

[Openstack-operators] Rolling upgrades and Neutron

2015-03-04 Thread Assaf Muller
Hello everyone, An issue came up recently: http://lists.openstack.org/pipermail/openstack-dev/2015-March/058280.html Where a recent Kilo patch made non-backwards compatible to the RPC interface between the Neutron server and its agents. I'm trying to figure out how much of an issue that really is

Re: [Openstack-operators] Rolling upgrades and Neutron

2015-03-04 Thread Fischer, Matt
We did this for our I to J move. Control nodes first, setting the nova compat flag, then compute nodes, then removing the flag. Things worked along the way but when the compat flag was set live-migration was disabled (by nova). Our larger concerns were dealing with a clustered DB that was being up

Re: [Openstack-operators] Rolling upgrades and Neutron

2015-03-04 Thread Jesse Keating
On 3/4/15 12:56 PM, Assaf Muller wrote: Hello everyone, An issue came up recently: http://lists.openstack.org/pipermail/openstack-dev/2015-March/058280.html Where a recent Kilo patch made non-backwards compatible to the RPC interface between the Neutron server and its agents. I'm trying to figu

[Openstack-operators] [openstack-operators] [openstack-dev] [nova] Nova options as instance metadata

2015-03-04 Thread Belmiro Moreira
Hi, in nova there are several options that can be defined in the flavor (extra specs) and/or as image properties. This is great, however to deploy some of these options we will need offer the same image with different properties or let the users upload the same image with the right properties. It

[Openstack-operators] Adding network node (Neutron agents) and test before deploying customer resource

2015-03-04 Thread Toshikazu Ichikawa
Hi, I'm looking for the way to test a newly added network node by deploying test resource before any customer resource on the node is deployed. I've learned in this ML that Nova and Cinder has the setting of "enable_new_services" in each conf to disable the initial service status to archive thi