Re: [openstack-dev] [Openstack-operators] [nova] [neutron] Re: How do your end users use networking?

2015-06-17 Thread Kris G. Lindgren
On 6/17/15, 10:59 AM, Neil Jerram neil.jer...@metaswitch.com wrote: On 17/06/15 16:17, Kris G. Lindgren wrote: See inline. Kris Lindgren Senior Linux Systems Engineer GoDaddy, LLC. On 6/17/15, 5:12 AM, Neil Jerram neil.jer

Re: [openstack-dev] [Openstack-operators] [nova] [neutron] Re: How do your end users use networking?

2015-06-17 Thread Kris G. Lindgren
[nova] and [neutron] subject markers. Comments inline, Kris. On 05/22/2015 09:28 PM, Kris G. Lindgren wrote: During the Openstack summit this week I got to talk to a number of other operators of large Openstack deployments about how they do networking. I was happy, surprised even, to find

[openstack-dev] Make libguestfs available on pypi

2015-07-29 Thread Kris G. Lindgren
We are packaging nova in a venv so that we can run some kilo code on top of some cent6 nodes (default python install is 2.6) (additionally we are working on replacing the cent6 nodes with a newer os, but when you have a large number of machines - things take time). We are using python27

[openstack-dev] [Openstack-operators] [logs] Neutron not logging user information on wsgi requests by default

2015-11-06 Thread Kris G. Lindgren
Hello all, I noticed the otherday that in our Openstack install (Kilo) Neutron seems to be the only project that was not logging the username/tenant information on every wsgi request. Nova/Glance/heat all log a username and/or project on each request. Our wsgi logs from neutron look like the

Re: [openstack-dev] [Openstack-operators] [logs] Neutron not logging user information on wsgi requests by default

2015-11-06 Thread Kris G. Lindgren
Systems Engineer GoDaddy From: "Kris G. Lindgren" <klindg...@godaddy.com<mailto:klindg...@godaddy.com>> Date: Friday, November 6, 2015 at 10:27 AM To: "openstack-dev@lists.openstack.org<mailto:openstack-dev@lists.openstack.org>" <openstack-dev

Re: [openstack-dev] [Openstack-operators] [nova] Min libvirt for Mitaka is 0.10.2 and suggest Nxxx uses 1.1.1

2015-10-07 Thread Kris G. Lindgren
Please see inline. ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy On 10/7/15, 6:12 AM, "Tim Bell" wrote: > > >> -Original Message- >> From: Daniel P. Berrange [mailto:berra...@redhat.com]

Re: [openstack-dev] [ops] Operator Local Patches

2015-09-29 Thread Kris G. Lindgren
! ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy From: "Kris G. Lindgren" Date: Tuesday, September 22, 2015 at 4:21 PM To: openstack-operators Subject: Re: Operator Local Patches Hello all, Friendly reminder: If you have local patches and haven't y

Re: [openstack-dev] [magnum]swarm + compose = k8s?

2015-09-30 Thread Kris G. Lindgren
We are looking at deploying magnum as an answer for how do we do containers company wide at Godaddy. I am going to agree with both you and josh. I agree that managing one large system is going to be a pain and pas experience tells me this wont be practical/scale, however from experience I also

[openstack-dev] [ops] Operator Local Patches

2015-09-23 Thread Kris G. Lindgren
Cross-posting to the dev list as well for better coverage. ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy From: "Kris G. Lindgren" Date: Tuesday, September 22, 2015 at 4:21 PM To: openstack-operators Subject: Re

Re: [openstack-dev] [Openstack-operators] [Large Deployments Team][Performance Team] New informal working group suggestion

2015-09-23 Thread Kris G. Lindgren
Dina, Do we have a place to put things (etherpad) that we are seeing performance issues with? I know we are seeing issues with CPU load under nova-conductor as well as some stuff with the neutron API timing out (seems like it never responds to the request (no log entry on the neutron side).

[openstack-dev] [nova] [openstack-operators] Tools to move instances between projects?

2015-12-02 Thread Kris G. Lindgren
Hello, I was wondering if someone has a set of tools/code to work allow admins to move vm's from one tenant to another? We get asked this fairly frequently in our internal cloud (atleast once a week, more when we start going through and cleaning up resources for people who are no longer with

Re: [openstack-dev] [Performance][Proposal] Moving IRC meeting from 15:00 UTC to 16:00 UTC

2015-12-04 Thread Kris G. Lindgren
+1 ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy From: Dina Belova > Date: Friday, December 4, 2015 at 2:46 AM To: OpenStack Development Mailing List

Re: [openstack-dev] [Openstack-operators] [keystone] RBAC usage at production

2015-12-09 Thread Kris G. Lindgren
In other projects the policy.json file is read each time of api request. So changes to the file take place immediately. I was 90% sure keystone was the same way? ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy On

Re: [openstack-dev] [Openstack-operators] [nova] [openstack-operators] Tools to move instances between projects?

2015-12-02 Thread Kris G. Lindgren
uot; <mrie...@linux.vnet.ibm.com> wrote: > > >On 12/2/2015 2:52 PM, Kris G. Lindgren wrote: >> Hello, >> >> I was wondering if someone has a set of tools/code to work allow admins >> to move vm's from one tenant to another? We get asked this fairly >>

Re: [openstack-dev] [Openstack-operators] [logs] Neutron not logging user information on wsgi requests by default

2015-11-19 Thread Kris G. Lindgren
Sorry, I missed this earlier. I was in no way meaning to suggest running devstack for production. I was asking that operators look at their wsgi logs, and see if they are logging a username/tenant for Neutron requests. If not, providing a way to fix that (which I happened to take from

[openstack-dev] [nova] [Openstack-operators] Profiling nova-conductor and eventlet

2015-11-19 Thread Kris G. Lindgren
Calling all Proflers! I am running into an issue with CPU usage on remote nova-conductor and I am trying to profile it to see where its consuming the most amount of cpu, so that we can investigate further. The etherpad where we have been working on this issue is located at:

Re: [openstack-dev] [ironic] using ironic as a replacement for existing datacenter baremetal provisioning

2016-06-07 Thread Kris G. Lindgren
Replying to a digest so sorry for the copy and pastes…. >> There's also been discussion of ways we could do ad-hoc changes in RAID >> level, >> based on flavor metadata, during the provisioning process (rather than ahead >> of >> time) but no code has been done for this yet, AFAIK. > > I'm

[openstack-dev] [ironic] using ironic as a replacement for existing datacenter baremetal provisioning

2016-06-06 Thread Kris G. Lindgren
Hi ironic folks, As I'm trying to explore how GoDaddy can use ironic I've created the following in an attempt to document some of my concerns, and I'm wondering if you folks could help myself identity ongoing work to solve these (or alternatives?) List of concerns with ironic: 1.)Nova <->

Re: [openstack-dev] [Openstack-operators] [barbican]barbican github installation failing

2016-05-10 Thread Kris G. Lindgren
Uwsgi is a way to run the API portion of a python code base. You most likely need to install uwsgi for you operating system. http://uwsgi-docs.readthedocs.io/en/latest/ ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy

Re: [openstack-dev] [glance][nova] Globally disabling hw_qemu_guest_agent support

2016-07-18 Thread Kris G. Lindgren
I also happened to be looking at this today and was wondering about this as well. From the multi-places that talk about how to enable the qemu guest agent for quiescing drives during snapshots, they all have a warning that this should be enabled on trusted guests only. [1] [2] [3] So, I am

Re: [openstack-dev] [Openstack-operators] [nova] Rabbit-mq 3.4 crashing (anyone else seen this?)

2016-07-05 Thread Kris G. Lindgren
We tried some of these (well I did last night), but the issue was that eventually rabbitmq actually died. I was trying some of the eval commands to try to get what was in the mgmt_db, bet any get-status call eventually lead to a timeout error. Part of the problem is that we can go from a

Re: [openstack-dev] [kolla-ansible] Am I doing this wrong?

2017-01-20 Thread Kris G. Lindgren
Poke. Bueller? ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy From: "Kris G. Lindgren" <klindg...@godaddy.com> Date: Tuesday, January 10, 2017 at 5:34 PM To: "openstack-dev@lists.openstac

Re: [openstack-dev] [kolla-ansible] [kolla] Am I doing this wrong?

2017-01-20 Thread Kris G. Lindgren
Adding [kolla] tag. ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy From: "Kris G. Lindgren" <klindg...@godaddy.com> Date: Friday, January 20, 2017 at 4:54 PM To: "openstack-dev@lists.openstac

Re: [openstack-dev] [kolla-ansible] [kolla] Am I doing this wrong?

2017-01-23 Thread Kris G. Lindgren
Hi Paul, Thanks for responding. > The fact gathering on every server is a compromise taken by Kolla to > work around limitations in Ansible. It works well for the majority of > situations; for more detail and potential improvements on this please > have a read of this post: >

[openstack-dev] [kolla-ansible] Am I doing this wrong?

2017-01-10 Thread Kris G. Lindgren
Hello Kolla/Kolla-ansible peoples. I have been trying to take kolla/kolla-ansible and use it to start moving our existing openstack deployment into containers. At the same time also trying to fix some of the problems that we created with our previous deployment work (everything was in

Re: [openstack-dev] [Openstack-operators] [nova] Does anyone rely on PUT /os-services/disable for non-compute services?

2017-06-13 Thread Kris G. Lindgren
I am fine with #2, and I am also fine with calling it a bug. Since the enabled/disabled state for the other services didn’t actually do anything. ___ Kris Lindgren Senior Linux Systems Engineer GoDaddy On 6/13/17, 8:46 PM, "Dan