[Openstack-operators] [nova] More file injection woes

2016-11-11 Thread Matt Riedemann
Chris Friesen reported a bug [1] where injected files on a server aren't in the guest after it's evacuated to another compute host. This is because the injected files aren't persisted in the nova database at all. Evacuate and rebuild use similar code paths, but rebuild is a user operation and

Re: [Openstack-operators] Safe migrations Liberty to Newton

2016-11-11 Thread Matt Riedemann
On 11/11/2016 9:45 AM, Jay Pipes wrote: On 11/11/2016 08:38 AM, William Josefsson wrote: Hi everyone, I have been quite concerned about how to migrate 50 projects and total 100 instances on Liberty/CentOS72, to Newton. My storage backend is CEPH. Can anyone advice if I can as a safe migration

Re: [Openstack-operators] [puppet][fuel][packstack][tripleo] puppet 3 end of life

2016-11-11 Thread Alex Schultz
On Thu, Nov 3, 2016 at 11:31 PM, Sam Morrison wrote: > > On 4 Nov. 2016, at 1:33 pm, Emilien Macchi wrote: > > On Thu, Nov 3, 2016 at 9:10 PM, Sam Morrison wrote: > > Wow I didn’t realise puppet3 was being deprecated, is anyone

Re: [Openstack-operators] Safe migrations Liberty to Newton

2016-11-11 Thread Jay Pipes
On 11/11/2016 08:38 AM, William Josefsson wrote: Hi everyone, I have been quite concerned about how to migrate 50 projects and total 100 instances on Liberty/CentOS72, to Newton. My storage backend is CEPH. Can anyone advice if I can as a safe migration path, do a fresh install of Newton on

Re: [Openstack-operators] Managing quota for Nova local storage?

2016-11-11 Thread Kris G. Lindgren
I don’t mean to hijack your thread a little bit but since you mentioned KSM. I realize that you guys run private cloud, so you don’t have to worry about bad actors getting a server from you and doing malicious things with it. But do you have any concerns about the recent research [1] that

Re: [Openstack-operators] [puppet] openstack provider errors with openrc and keystone v3

2016-11-11 Thread Matt Fischer
There is a known issue where some providers fail when you have an openrc sourced. I remember it being glance that failed. Bug #1524599 On Nov 11, 2016 4:15 AM, "Justin Cattle" wrote: > There was two problems here! > > The puppet libs in use were coming from the wrong environment

[Openstack-operators] Safe migrations Liberty to Newton

2016-11-11 Thread William Josefsson
Hi everyone, I have been quite concerned about how to migrate 50 projects and total 100 instances on Liberty/CentOS72, to Newton. My storage backend is CEPH. Can anyone advice if I can as a safe migration path, do a fresh install of Newton on additional hardware. The new Newton cluster connecting

Re: [Openstack-operators] [puppet] openstack provider errors with openrc and keystone v3

2016-11-11 Thread Justin Cattle
There was two problems here! The puppet libs in use were coming from the wrong environment - so a pretty terminal issue. The openrc file wasn't quite correct, as already noted :) We're still using puppet3, and directory environments on puppet3 have a few issues around plugin-download with

Re: [Openstack-operators] Properties missing in Nova Scheduler Filter

2016-11-11 Thread Keller, Mario
Hello Matt, I found you blog post to this and tried your code, but the problem is, that I get an error: “Returning exception 'RequestSpec' object has no attribute 'get' to caller” It seems the the call “image_props = spec_obj.get('request_spec', {})” provides an empty object. If I write an