Re: [Openstack-operators] [kolla] question of default users for operators

2016-08-31 Thread Steven Dake (stdake)
Blair, I wanted to get back to you with what we ended up with in Kolla Newton, as well as our z streams of Liberty and Mitaka. We decided not to create a default user as a result of this thread. We did decide to create a member role to match the defaults shipped in horizon's configuration fil

Re: [Openstack-operators] Converged infrastructure

2016-08-31 Thread Blair Bethwaite
Following on from Edmund's issues... People talking about doing this typically seem to cite cgroups as the way to avoid CPU and memory related contention - has anyone been successful in e.g. setting up cgroups on a nova qemu+kvm hypervisor to limit how much of the machine nova uses? On 1 September

Re: [Openstack-operators] Update on Nova scheduler poor performance with Ironic

2016-08-31 Thread Mathieu Gagné
Hi Marc, Too sad we didn't see you at the OpenStack Ops meetup. =) On Wed, Aug 31, 2016 at 4:46 PM, Marc Heckmann wrote: > > I admit that we're having a hard time figuring out exactly which > scheduler filters rely on the option though. > I suspect the following filters depend on the scheduler

[Openstack-operators] unsubscribe

2016-08-31 Thread Steve Tegeler
remove -Original Message- From: openstack-operators-requ...@lists.openstack.org [mailto:openstack-operators-requ...@lists.openstack.org] Sent: Wednesday, August 31, 2016 5:00 AM To: openstack-operators@lists.openstack.org Subject: OpenStack-operators Digest, Vol 70, Issue 36 Send OpenSt

Re: [Openstack-operators] Update on Nova scheduler poor performance with Ironic

2016-08-31 Thread Marc Heckmann
Hi, On Wed, 2016-08-31 at 13:46 -0400, Mathieu Gagné wrote: > On Wed, Aug 31, 2016 at 1:33 AM, Joshua Harlow > wrote: > > > > > > > > > > > Enabling this option will make it so Nova scheduler loads > > > instance > > > info asynchronously at start up. Depending on the number of > > > hyperviso

Re: [Openstack-operators] [OpenStack-DefCore] [OSOps] Ansible work load test for interop patch set

2016-08-31 Thread Kris G. Lindgren
I originally agreed with you, but then I thought about it more this way: It’s a tool to test to see if clouds are interop compatible (atleast that heat works the same on the two clouds). While not technically a tool to manage openstack. But still something that some Operators could want to kn

Re: [Openstack-operators] OpenStack-DefCore] [OSOps]work load test for docker swarm fix patch

2016-08-31 Thread Joseph Bajin
HI there, That patch was merged earlier today.. The patch was rebased at 2pm EST. IT was reviewed earlier this morning again, and then +1 on the 25th of August. You should be good to go. If you do have any questions like this the OSOps Working Group is out there to help as well. We had anothe

Re: [Openstack-operators] [OpenStack-DefCore] [OSOps] Ansible work load test for interop patch set

2016-08-31 Thread Joseph Bajin
This looks like this was merged, but no one really answered my questions about an "InterOp Challenge" code base going into the Operators repository. --Joe On Wed, Aug 31, 2016 at 12:23 PM, Yih Leong, Sun. wrote: > Can someone from ospos please review the following patch? > https://review.openst

[Openstack-operators] OpenStack-DefCore] [OSOps]work load test for docker swarm fix patch

2016-08-31 Thread Tong Li
Can someone from ospos please review the following patch? It has been sitting there for a long time, 2 lines get removed. please help out to get it merged so that users do not have to get the patch set to run it. https://review.openstack.org/#/c/356586/ Tong Li IBM Open Technology Building 501/B

Re: [Openstack-operators] Converged infrastructure

2016-08-31 Thread Edmund Rhudy (BLOOMBERG/ 120 PARK)
We currently run converged at Bloomberg with Ceph (all SSD) and I strongly dislike it. OSDs and VMs battle for CPU time and memory, VMs steal memory that would go to the HV pagecache, and it puts a real dent in any plans to be able to deploy hypervisors (mostly) statelessly. Ceph on our largest

Re: [Openstack-operators] Update on Nova scheduler poor performance with Ironic

2016-08-31 Thread Mathieu Gagné
On Wed, Aug 31, 2016 at 1:33 AM, Joshua Harlow wrote: >> >> Enabling this option will make it so Nova scheduler loads instance >> info asynchronously at start up. Depending on the number of >> hypervisors and instances, it can take several minutes. (we are >> talking about 10-15 minutes with 600+

Re: [Openstack-operators] [OpenStack-DefCore] [OSOps] Ansible work load test for interop patch set

2016-08-31 Thread Yih Leong, Sun.
Can someone from ospos please review the following patch? https://review.openstack.org/#/c/351799/ The patchset was last updated Aug 11th. Thanks! On Tue, Aug 16, 2016 at 7:17 PM, Joseph Bajin wrote: > Sorry about that. I've been a little busy as of late, and was able to get > around to takin

[Openstack-operators] [Puppet][Neutron] Mitaka ML2/OVS config file mismatch

2016-08-31 Thread Jonathan D. Proulx
Hi All, I'm woking on testing my jump from Kilo->Mitaka Using puppet on ubuntu 14.04 with cloud archive packages. Puppet seems to be writing the ml2/ovs configs into /etc/neutron/plugins/ml2/ml2_conf.ini which is where the previously were, so I've spent a few day going around on this thinking I

Re: [Openstack-operators] Converged infrastructure

2016-08-31 Thread Jonathan D. Proulx
On Wed, Aug 31, 2016 at 01:01:56PM +0100, Matt Jarvis wrote: : Like a lot of others we run Ceph, and we absolutely don't converge our : storage and compute nodes for a variety of performance and management : related reasons. In our experience, the hardware and tuning : characteristics of b

Re: [Openstack-operators] python and nice utf ö ü :)

2016-08-31 Thread Saverio Proto
Yes it worked ! I pushed a new patchset, thank you ! https://review.openstack.org/361308 Saverio 2016-08-31 15:25 GMT+02:00 Matt Jarvis : > I'm no python guru, but if you're getting unicode output from the python > openstack tools then don't you want to prepend your strings with u in the > print

Re: [Openstack-operators] python and nice utf ö ü :)

2016-08-31 Thread Matt Jarvis
I'm no python guru, but if you're getting unicode output from the python openstack tools then don't you want to prepend your strings with u in the print statements ? On 31 August 2016 at 14:03, Saverio Proto wrote: > Oh, > to stick with the subject of the email you can also call the instance > f

Re: [Openstack-operators] python and nice utf ö ü :)

2016-08-31 Thread Saverio Proto
Oh, to stick with the subject of the email you can also call the instance for example füöô and this will trigger the bug anyway :) Saverio 2016-08-31 14:54 GMT+02:00 Saverio Proto : > Hello Matt, > > I am sorry, I realize now I sent a very dumb email :) I will try to > explain my self better

Re: [Openstack-operators] python and nice utf ö ü :)

2016-08-31 Thread Saverio Proto
Hello Matt, I am sorry, I realize now I sent a very dumb email :) I will try to explain my self better. The script fails to print some resources. To reproduce the bug do the following, Create a instance and name it: آشپزی ایتالیایی then just call python user-info.py (of course the username

Re: [Openstack-operators] python and nice utf ö ü :)

2016-08-31 Thread Matt Jarvis
What was your problem to start with ? On 31 August 2016 at 12:56, Saverio Proto wrote: > Hello ops, > > this patch fixed my problem: > > https://review.openstack.org/#/c/361308/ > > but it is an ugly hack according to: > > http://stackoverflow.com/questions/3828723/why-should-we-not-use-sys- > s

[Openstack-operators] Converged infrastructure

2016-08-31 Thread Matt Jarvis
Time once again to dredge this topic up and see what the wider operators community thinks this time :) There were a fair amount of summit submissions for Barcelona talking about converged and hyper-converged infrastructure, it seems to be the topic de jour from vendors at the minute despite feeling

[Openstack-operators] python and nice utf ö ü :)

2016-08-31 Thread Saverio Proto
Hello ops, this patch fixed my problem: https://review.openstack.org/#/c/361308/ but it is an ugly hack according to: http://stackoverflow.com/questions/3828723/why-should-we-not-use-sys-setdefaultencodingutf-8-in-a-py-script anyone knows how to make it better ? Saverio _