*** Ger-chervyak has joined #openstack-ansible | 00:00 | |
*** saneax is now known as saneax_AFK | 00:05 | |
*** Rodrigo_BR has quit IRC | 00:19 | |
*** saneax_AFK is now known as saneax | 00:25 | |
*** chhavi has joined #openstack-ansible | 01:08 | |
*** jamielennox is now known as jamielennox|away | 01:09 | |
*** chhavi has quit IRC | 01:33 | |
*** jamielennox|away is now known as jamielennox | 01:43 | |
*** aernhart has quit IRC | 01:48 | |
*** ManojK has joined #openstack-ansible | 01:53 | |
*** jamielennox is now known as jamielennox|away | 01:53 | |
*** ManojK has quit IRC | 01:59 | |
*** johnmilton has quit IRC | 02:04 | |
*** asettle has joined #openstack-ansible | 02:13 | |
*** asettle has quit IRC | 02:19 | |
*** furlongm has joined #openstack-ansible | 02:20 | |
*** jamielennox|away is now known as jamielennox | 02:43 | |
*** Ger-chervyak has quit IRC | 02:49 | |
*** perniciouscaffei has joined #openstack-ansible | 03:06 | |
*** zerda2 has joined #openstack-ansible | 03:32 | |
*** ManojK has joined #openstack-ansible | 03:53 | |
*** M00nr41n has joined #openstack-ansible | 03:56 | |
*** saneax is now known as saneax_AFK | 04:07 | |
*** perniciouscaffei has quit IRC | 04:24 | |
*** M00nr41n has quit IRC | 04:28 | |
*** ManojK has quit IRC | 04:29 | |
*** perniciouscaffei has joined #openstack-ansible | 04:35 | |
*** xar- has quit IRC | 05:11 | |
*** xar- has joined #openstack-ansible | 05:11 | |
*** shausy has joined #openstack-ansible | 05:19 | |
*** chhavi has joined #openstack-ansible | 05:19 | |
*** M00nr41n has joined #openstack-ansible | 05:24 | |
*** chhavi has quit IRC | 05:48 | |
*** asettle has joined #openstack-ansible | 05:48 | |
*** asettle has quit IRC | 05:54 | |
*** saneax_AFK is now known as saneax | 06:10 | |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts: Fix error by add condition to check if item is empty from the conditional https://review.openstack.org/336628 | 06:30 |
---|---|---|
*** mikelk has joined #openstack-ansible | 06:45 | |
*** pcaruana has joined #openstack-ansible | 06:46 | |
*** chhavi has joined #openstack-ansible | 06:46 | |
odyssey4me | alioune We've only implemented OpenVSwitch in Master, and the implementation is not yet complete as far as I know. To enable OVS you just need to set 'neutron_plugin_type: ml2.ovs' in your user_variables.yml file | 07:00 |
ioni | where does all the ansible development talk have place? | 07:01 |
odyssey4me | winggundamth If you want to setup a new service (like powerDNS) then I'd advise considering either putting it into a container, or on its own host. With either approach you are able to setup the container/host to have a direct NIC on the appropriate network for public access. | 07:02 |
ioni | i want to subscribe to that particular mailing list | 07:02 |
odyssey4me | ioni All openstack development discussions happen on the openstack-dev mailing list. The OSa discussions use the [openstack-ansible] tag in the subject line. | 07:02 |
ioni | odyssey4me, thanks | 07:03 |
odyssey4me | ioni But most OSA discussions happen in this channel actually, or through reviews. Our ML usage is not very big. | 07:03 |
winggundamth | odyseey4me: ok. that one thing. another thing is dnsmasq seems use default configuration that will listen port 53 to every interfaces. I think that shouldn't happen right? | 07:04 |
*** chhavi has quit IRC | 07:04 | |
odyssey4me | Rodrigo_BR It has gone through some successful testing, but we haven't yet finalised it - any further tests/bugs/patches would be appreciated. | 07:05 |
odyssey4me | shewless OSA's first supported release for Ubuntu 16.04 will be Newton. | 07:05 |
odyssey4me | thetrav You will have to ask admin0 that question as that's his website. | 07:06 |
odyssey4me | thetrav As far as I recall he put most of that documentation together for the Liberty release - I'm not sure if he updated it for Mitaka, but you may wish to check for the presence of those vars in earlier tags. | 07:06 |
odyssey4me | thetrav In terms of 'running one config, changing it and running again' it depends on what configs you change... if you're simply changing service configurations for OpenStack then it'll likely be just fine... but if you do a major infra switch like changing from using LXB to OVS then you may find things go sideways. | 07:08 |
odyssey4me | winggundamth As far as I know, dnsmasq is only there due to the LXC bridge setup and it is used by containers for name resolution. If we could be more restrictive about where it listens then that would likely decrease attack surfaces and be better all 'round. I have no idea what unexpected side-effects may crawl out of the woodwork, but if they do we can find solutions if the pay off is worth it. | 07:10 |
*** fishcried has joined #openstack-ansible | 07:10 | |
winggundamth | odyseey4me: do you know which interface that lxc use dnsmasq? So I think I can add configure to dnsmasq that will listen to only interface that lxc will use | 07:12 |
odyssey4me | winggundamth I don't know off-hand, you'll have to look at an existing installation to see. | 07:13 |
winggundamth | odyssey4me: okay | 07:13 |
ioni | winggundamth, i think on lxcbr0 | 07:13 |
ioni | nameserver 10.0.3.1 | 07:14 |
ioni | in containers | 07:14 |
ioni | ip a | grep 10.0.3.1 | 07:14 |
ioni | inet 10.0.3.1/24 brd 10.0.3.255 scope global lxcbr0 | 07:14 |
winggundamth | ioni: thanks. so I'll try and test this :) | 07:14 |
*** fishcried has quit IRC | 07:15 | |
ioni | winggundamth, from what I can see, dnsmasq is already configured properly | 07:16 |
ioni | nsmasq --user=lxc-dnsmasq --pid-file=/run/lxc/dnsmasq.pid --conf-file= --listen-address=10.0.3.1 --dhcp-range=10.0.3.2,10.0.3.253 --dhcp-lease-max=253 --except-interface=lo --interface=lxcbr0 --dhcp-leasefile= --dhcp-no-override --strict-order --bind-interfaces --dhcp-authoritative | 07:16 |
*** jimmy has quit IRC | 07:16 | |
winggundamth | ioni: where I can find that command? | 07:16 |
ioni | ps ax | 07:16 |
ioni | ? | 07:17 |
ioni | :D | 07:17 |
winggundamth | lol | 07:17 |
*** fishcried has joined #openstack-ansible | 07:17 | |
winggundamth | ioni: I'm looking at /etc/dnsmasq.d/lxc and found this | 07:17 |
winggundamth | bind-interfaces | 07:17 |
winggundamth | except-interface=lxcbr0 | 07:17 |
ioni | right | 07:17 |
ioni | no idea :D | 07:18 |
ioni | it doesn't seem that is using any conf | 07:18 |
winggundamth | so this really confuse me you know. if you are doing service dnsmasq restart you will find it respect that configuration. | 07:18 |
winggundamth | but I couldn't find what it actually start it to listen only lxcbr0 interface | 07:18 |
*** mikelk has quit IRC | 07:19 | |
winggundamth | *where it actually start to listen only lxcbr0 interface | 07:19 |
ioni | maybe lxc is starting it automatically? | 07:19 |
*** mikelk has joined #openstack-ansible | 07:20 | |
odyssey4me | afk for a bit while I relocate | 07:21 |
winggundamth | ioni: yeah. I'm trying to find where exactly it has been tell to start | 07:28 |
evrardjp | hey | 07:29 |
evrardjp | good morning | 07:29 |
evrardjp | you need help with lxc? | 07:29 |
ioni | winggundamth, /etc/init/lxc-net.conf | 07:30 |
evrardjp | lxc bridge is in the interfaces.d | 07:30 |
evrardjp | it starts lxc-system-manage dnsmasq-start | 07:31 |
winggundamth | hmmm | 07:31 |
evrardjp | this script runs with listen-address <lxcbridge> | 07:32 |
evrardjp | that's our lxc_hosts behavior | 07:32 |
evrardjp | default ubuntu behavior is in /etc/default/lxc or lxc-net | 07:34 |
evrardjp | IIRC | 07:34 |
winggundamth | it is in this file /etc/init/lxc-net.conf | 07:35 |
winggundamth | dnsmasq $LXC_DOMAIN_ARG -u lxc-dnsmasq --strict-order --bind-interfaces --pid-file=${varrun}/dnsmasq.pid --conf-file=${LXC_DHCP_CONFILE} --listen-addres | 07:35 |
winggundamth | s ${LXC_ADDR} --dhcp-range ${LXC_DHCP_RANGE} --dhcp-lease-max=${LXC_DHCP_MAX} --dhcp-no-override --except-interface=lo --interface=${LXC_BRIDGE} --dhcp-leasefil | 07:35 |
winggundamth | e=/var/lib/misc/dnsmasq.${LXC_BRIDGE}.leases --dhcp-authoritative || cleanup | 07:35 |
ioni | ii don't think that it's called pre_start | 07:35 |
ioni | it has an override by ansible | 07:35 |
ioni | lxc-net.override | 07:36 |
evrardjp | we are using the mechanism as I explained above | 07:37 |
evrardjp | if I am wrong please enlighten me :D | 07:38 |
evrardjp | maybe we are not talking about the same thing | 07:38 |
*** admin0 has joined #openstack-ansible | 07:51 | |
*** admin0 has quit IRC | 07:52 | |
*** fishcried1 has joined #openstack-ansible | 07:53 | |
*** admin0 has joined #openstack-ansible | 07:56 | |
*** fishcried has quit IRC | 07:57 | |
*** fishcried1 is now known as fishcried | 07:57 | |
*** alioune has joined #openstack-ansible | 08:05 | |
*** fishcried has quit IRC | 08:12 | |
*** dalees has quit IRC | 08:13 | |
alioune | Hi guys I need your suggestion for two questions please | 08:14 |
alioune | 1: I would like to switch from LinuxBridge ml2 mechanismDriver to OpenvSwitch. I wonder which /etc/neuton/neutron.conf to modify from guest infra or in neutron container | 08:14 |
alioune | I've run "service --status-all" in container but there is no neutron process running | 08:15 |
*** chhavi has joined #openstack-ansible | 08:15 | |
*** asettle has joined #openstack-ansible | 08:19 | |
evrardjp | alioune: there is a setting to set in your user variables to support ovs | 08:38 |
evrardjp | it's not production ready yet IIRC | 08:39 |
*** dalees has joined #openstack-ansible | 08:39 | |
evrardjp | it's for master | 08:39 |
odyssey4me | evrardjp re Storyboard see http://docs.openstack.org/infra/storyboard/ & https://github.com/openstack-infra/storyboard | 08:39 |
odyssey4me | evrardjp and some background https://wiki.openstack.org/wiki/StoryBoard | 08:40 |
*** electrofelix has joined #openstack-ansible | 08:44 | |
odyssey4me | alioune For the moment OVS is only available for automated setup in our master branch. We're still working out the kinks and will release support for it in Newton. | 08:54 |
evrardjp | odyssey4me: what about this bug: https://bugs.launchpad.net/openstack-ansible/+bug/1579919 | 08:54 |
openstack | Launchpad bug 1579919 in openstack-ansible "msgpack pip issue after Juno to Kilo upgrade" [Undecided,Confirmed] - Assigned to Andrew Meserole (andrew-meserole) | 08:54 |
*** chhavi has quit IRC | 08:54 | |
evrardjp | juno to kilo, and kilo is now EOL | 08:55 |
evrardjp | should we have docs to help ppl? Like known issues and workarounds? | 08:55 |
evrardjp | to help ppl move from older versions | 08:55 |
odyssey4me | alioune If you want you could try backporting patches from the master branch into your own fork. | 08:55 |
odyssey4me | evrardjp well, Kilo is EOL so there can be no patches to docs or anything - the best that anyone can do is add a comment into the bug | 08:56 |
vnogin | good morning :) | 08:57 |
vnogin | evrardjp, hi :) as far as I remember I used tag 13.0.1 | 08:58 |
alioune | evrardjp: thanks in others words currently it's better using Fuel for production instead of Openstack-Ansible ? | 09:04 |
alioune | odyssey4me: could you give me more detail about your suggestion ? | 09:04 |
*** chhavi has joined #openstack-ansible | 09:06 | |
openstackgerrit | Merged openstack/openstack-ansible: [docs] Revise overview chapter in OSA install guide https://review.openstack.org/331966 | 09:06 |
*** chhavi has quit IRC | 09:21 | |
*** asettle has quit IRC | 09:24 | |
*** asettle has joined #openstack-ansible | 09:24 | |
*** asettle has quit IRC | 09:30 | |
*** asettle has joined #openstack-ansible | 09:41 | |
evrardjp | alioune: long ago I flipped from Fuel to openstack-ansible for production, and went quicker to prod | 09:43 |
evrardjp | openstack-ansible is production ready | 09:43 |
evrardjp | but it really depends on what you need | 09:43 |
evrardjp | openstack-ansible master is bleeding edge, which is different than stable, but it works too | 09:43 |
evrardjp | vnogin: what are you talking about? I don't recall, sorry | 09:44 |
*** admin0 has quit IRC | 09:45 | |
*** arif-ali has quit IRC | 09:48 | |
vnogin | evrardjp, >><evrardjp> vnogin: have you the latest M before doing the upgrade to N? | 09:48 |
vnogin | evrardjp, >><evrardjp> just to know about this https://bugs.launchpad.net/openstack-ansible/+bug/1598114 | 09:48 |
openstack | Launchpad bug 1598114 in openstack-ansible "After upgrade M->N horizon doesn't work" [Undecided,New] | 09:48 |
thetrav | ok, so in answer to my earlier question, re-running either the setup-hosts or setup-infrastructure yml (not sure which) created duplicate containers with overlapping ips which broke everything | 09:48 |
thetrav | so... no... don't re-run the scripts | 09:48 |
thetrav | in terms of ceph, I'm still trying to get it working, it appears to me that it's trying to get the glance container to ssh to the ceph mon to get ceph.conf, even though that task should be done from the deploy host. Need to confirm that though | 09:49 |
vnogin | thetrav, btw, I saw the same issue with duplicate containers | 09:50 |
odyssey4me | thetrav if you ended up with duplicate containers then it is likely that you wiped your inventory - if your inventory was in-place then it would not have done that | 09:50 |
*** arif-ali has joined #openstack-ansible | 09:50 | |
thetrav | ahh right | 09:50 |
thetrav | yes I typically wipe the inventory frequently as I change networking bits and bobs | 09:50 |
thetrav | in fact, my most common need to restart is because I've missed some ips from my used-ips range | 09:51 |
odyssey4me | thetrav if you wipe the inventory, you should clean up the containers beforehand using the lxc-container-destroy playbook | 09:51 |
evrardjp | vnogin that's the thing | 09:51 |
evrardjp | 13.0.1 isn't latest mitaka | 09:51 |
thetrav | oh thanks for the heads up odyssey4me | 09:51 |
thetrav | I remember thinking that there should be some sort of reset playbook, but got distracted and didn't really look for it | 09:51 |
evrardjp | we changed the hostname behavior during mitaka cycle | 09:52 |
vnogin | evrardjp, yep, I know, however when I started with upgrades it was latest :) | 09:52 |
thetrav | ahh | 09:55 |
thetrav | I am wrong | 09:55 |
thetrav | the problem is that it's trying to ssh to ceph_mon as root | 09:55 |
*** perniciouscaffei has quit IRC | 09:55 | |
thetrav | and my current setup only has the deploy host with access to that host as ubuntu | 09:55 |
thetrav | so, there's no way to specify the user ansible is going to use to connect to ceph_mon is there... it appears I declare ceph mons as a list of strings in the user_varibales.yml file | 09:56 |
thetrav | not in a typical inventory file where I could set ansible_user | 09:57 |
thetrav | has anyone expressed concern about giving ssh access as root user all over the place yet? | 09:58 |
evrardjp | vnogin: We'll triage this bug today | 09:58 |
thetrav | I'm not a security guy, so I don't know what the threat model actually looks like, but I'm used to being told "specify a user account and use sudo to become root" | 09:59 |
evrardjp | FYI, I'll point it as invalid myself | 09:59 |
evrardjp | I'd* | 09:59 |
evrardjp | because we are supposed to be doing major upgrades from latest to latest | 09:59 |
evrardjp | when following this, it should be working | 10:00 |
evrardjp | however for your case, we have another issue | 10:00 |
evrardjp | 13.0.1 to 13.1.3 is disruptive and we don't have a plan | 10:01 |
vnogin | evrardjp I'll try to join the meeting as well :) maybe you will need my assistance :) | 10:01 |
evrardjp | this is why I talk to you about it, I want to be fully transparent with you | 10:02 |
evrardjp | I updated the bug too | 10:02 |
vnogin | evrardjp, thanks a lot | 10:03 |
evrardjp | I still think we should move to IPs, but I also think we have a procedure in place, and that's what we have to follow | 10:04 |
vnogin | everything can be changed :) | 10:05 |
evrardjp | we should maybe adapt the bug instead of M->N from 13.0.1 to 13.1.3 | 10:05 |
evrardjp | this brings me to another discussion, have a gate for testing tag to tag upgrade in OSA | 10:06 |
evrardjp | but that's not for now | 10:06 |
*** bootsha has joined #openstack-ansible | 10:11 | |
*** admin0 has joined #openstack-ansible | 10:20 | |
alioune | evrardjp: I would like to launch production openstack including murano/sahara with an Openstack installer Fuel/OPS-Ansible. Since murano is not installed by default, could you suggest to me how to install murano after deploying Openstack with ansible. NB: murano needs to interact with (heat,horizon and keystone) | 10:20 |
evrardjp | if you want to have murano right now, stable, openstack-ansible can't give that to you | 10:25 |
evrardjp | but you can contribute to bring murano to the openstack-ansible umbrella | 10:25 |
evrardjp | and in fact I strongly encourage you to do that, because you'll learn how openstack-ansible works, and see how it's easy to understand and maintain in the long run | 10:26 |
bkreitch | admin0: hi, did you have a change to look into manila role? | 10:35 |
admin0 | not yet sir | 10:35 |
admin0 | plan to do it this weekend | 10:35 |
bkreitch | i have something kinda starting to work - running 4 containers, can create share type and network, but not the share itself yet | 10:38 |
bkreitch | need to fix the manila.conf, deal with backends | 10:39 |
*** berendt has joined #openstack-ansible | 10:40 | |
*** LanceHaig has joined #openstack-ansible | 10:41 | |
*** bootsha has quit IRC | 10:44 | |
bkreitch | admin0: so you'll configure manila manually we could probably plug the config in | 10:46 |
evrardjp | good work advancing this bkreitch :D | 10:47 |
bkreitch | thx:) | 10:49 |
*** deadnull has joined #openstack-ansible | 10:54 | |
*** psilvad has quit IRC | 10:55 | |
alioune | evrardjp: I agree with you, I'm interested by your suggestion. what's the main steps for contributing to openstack-ansible? | 11:00 |
alioune | Currently I'm contributing to Opendaylight and OPNFV but I've never do so with Openstack | 11:01 |
*** admin0 has quit IRC | 11:03 | |
evrardjp | that's why you want OVS instead of linux bridge ! | 11:04 |
evrardjp | I now understand | 11:04 |
*** johnmilton has joined #openstack-ansible | 11:13 | |
*** admin0 has joined #openstack-ansible | 11:15 | |
*** admin0 has quit IRC | 11:16 | |
alioune | evrardjp: right! So what's the next steps ? | 11:16 |
*** asettle has quit IRC | 11:20 | |
*** asettle has joined #openstack-ansible | 11:21 | |
*** weshay has joined #openstack-ansible | 11:25 | |
*** asettle has quit IRC | 11:26 | |
*** retreved has joined #openstack-ansible | 11:29 | |
*** alioune_ has joined #openstack-ansible | 11:35 | |
mgariepy | good morning everyone ! | 11:41 |
evrardjp | alioune: sorry I was afk | 11:42 |
evrardjp | good question :D | 11:42 |
evrardjp | did you already contribute to openstack? | 11:42 |
*** admin0 has joined #openstack-ansible | 11:43 | |
evrardjp | afk again | 11:44 |
alioune | No I've never contribute to openstack | 11:45 |
odyssey4me | alioune if you could help by developing and contributing a role to deploy murano then the Newton release will have everything you want | 11:45 |
*** alioune_ has quit IRC | 11:46 | |
odyssey4me | alioune You can see that a Sahara role is already in development and will hopefully be included in the Newton release: https://github.com/openstack/openstack-ansible-os_sahara | 11:46 |
odyssey4me | alioune there're some guidelines in our developer guide: http://docs.openstack.org/developer/openstack-ansible/developer-docs/additional-roles.html | 11:47 |
*** asettle has joined #openstack-ansible | 11:47 | |
odyssey4me | alioune I'd suggest reading the maturity guidelines to get an understanding of the overall progression of maturity before diving into doing any coding | 11:48 |
*** shausy has quit IRC | 11:50 | |
*** shausy has joined #openstack-ansible | 11:51 | |
*** psilvad has joined #openstack-ansible | 11:53 | |
*** admin0 has quit IRC | 11:56 | |
*** woodard has joined #openstack-ansible | 11:56 | |
*** psilvad has quit IRC | 11:59 | |
*** psilvad has joined #openstack-ansible | 11:59 | |
*** woodard has quit IRC | 12:01 | |
*** admin0 has joined #openstack-ansible | 12:03 | |
*** psilvad has quit IRC | 12:04 | |
*** zerda2 has quit IRC | 12:06 | |
mhayden | morning | 12:08 |
*** psilvad has joined #openstack-ansible | 12:10 | |
*** thng has joined #openstack-ansible | 12:10 | |
thng | Hi all | 12:10 |
thng | I have installed openstack ansible in all-in-one on my server with 4 interfaces em1-4 on 192.168.90.0/24. I created a shared flat network on the same network and attach my VM to it. | 12:12 |
thng | But it is impossible to ping or ssh to the vm | 12:12 |
thng | Can anyone tell me what I missed ? | 12:13 |
thng | in linuxbridge_agent.ini, I saw physical_interface_mappings is set to : flat:eth12. I change it to em1 and restart services in neutron-agents, nova-compute neutron-server. But it is not better | 12:14 |
vnogin | could you please send brctl show output? | 12:15 |
*** openstackgerrit has quit IRC | 12:19 | |
thng | vnogin: http://pastebin.com/Z8NcRRzg | 12:19 |
*** openstackgerrit has joined #openstack-ansible | 12:19 | |
vnogin | thng, so em1-4 - for external network, right? | 12:25 |
thng | yes | 12:27 |
thng | my dmz on 192.168.90.x | 12:27 |
vnogin | ok, however these interfaces are not connected to br-vlan. could you please send me which ip-addresses do you use as floating? | 12:29 |
thng | euh... why floating ip ? I use flat network and my vm is connected directly to this external network | 12:30 |
thng | it has 192.168.90.50 | 12:30 |
vnogin | try to add em1 for instance to the bridge brctl addif br-vlan em1 | 12:32 |
vnogin | ifconfig em1 0.0.0.0 prior the above :) | 12:33 |
vnogin | ifconfig br-vlan 192.168.90.42/24 at the end | 12:34 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat: Update paste, policy and rootwrap configurations 2016-07-01 https://review.openstack.org/336529 | 12:34 |
thng | not better :( | 12:37 |
thng | still can not ping | 12:37 |
vnogin | thng, please send me again the same output | 12:38 |
*** woodard has joined #openstack-ansible | 12:38 | |
thng | oki | 12:39 |
thng | vnogin: http://pastebin.com/nStgNDdU | 12:40 |
vnogin | thng, on the meeting now, will back in 10 min | 12:45 |
*** admin0_ has joined #openstack-ansible | 12:45 | |
thng | oki thanks | 12:46 |
*** admin0 has quit IRC | 12:47 | |
*** admin0_ is now known as admin0 | 12:47 | |
*** jthorne has joined #openstack-ansible | 12:52 | |
vnogin | thng, let's discuss it in private channel :) | 12:54 |
thng | oki no prob | 12:54 |
*** admin0 has quit IRC | 13:00 | |
*** jmckind has joined #openstack-ansible | 13:02 | |
*** galstrom_zzz is now known as galstrom | 13:03 | |
odyssey4me | mattt apparently you aren't holidaying hard enough :p | 13:04 |
mattt | odyssey4me: moving != holidaying :P | 13:04 |
mattt | odyssey4me: need to get back into the groove, it's been way too long! | 13:05 |
automagically | Morning all | 13:07 |
*** klamath has joined #openstack-ansible | 13:08 | |
*** admin0 has joined #openstack-ansible | 13:08 | |
*** klamath has quit IRC | 13:09 | |
*** klamath has joined #openstack-ansible | 13:09 | |
*** ametts has joined #openstack-ansible | 13:12 | |
odyssey4me | mattt heh, yeah - moving is not fun... oh, and of course we rewrote everything just for fun | 13:16 |
*** galstrom is now known as galstrom_zzz | 13:17 | |
odyssey4me | andymccr FYI a review for you https://review.openstack.org/336624 | 13:19 |
*** messy has joined #openstack-ansible | 13:22 | |
*** ManojK has joined #openstack-ansible | 13:30 | |
odyssey4me | evrardjp FYI https://review.openstack.org/330231 | 13:30 |
*** admin0 has quit IRC | 13:32 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone: Update paste, policy and rootwrap configurations 2016-07-01 https://review.openstack.org/336530 | 13:35 |
*** admin0 has joined #openstack-ansible | 13:36 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible: glance_api_servers must contain a valid url with protocol https://review.openstack.org/335111 | 13:38 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_nova: Nova role should not default vars outside the nova namespace https://review.openstack.org/335113 | 13:41 |
*** Ger-chervyak has joined #openstack-ansible | 13:42 | |
odyssey4me | heh, one of my nova-network bugs just expired: https://bugs.launchpad.net/nova/+bug/1179443 | 13:44 |
openstack | Launchpad bug 1179443 in OpenStack Compute (nova) "Route on public_interface gets lost when using nova-network" [Undecided,Expired] | 13:44 |
mgariepy | is there an easy way to not push the lxc-container image on the compute nodes ? | 13:45 |
automagically | mgariepy: https://bugs.launchpad.net/openstack-ansible/+bug/1578765 | 13:47 |
openstack | Launchpad bug 1578765 in openstack-ansible "Installing unnecessary LXC files on compute nodes" [Wishlist,Triaged] - Assigned to Kevin Carter (kevin-carter) | 13:47 |
automagically | mattt: Mind taking a quick look at https://review.openstack.org/#/c/335130/1 | 13:48 |
ioni | i know that is not related to ansible, but I wonder if there is a way to create an instance and not boot it | 13:48 |
*** mperazol has joined #openstack-ansible | 13:49 | |
mgariepy | thanks automagically | 13:52 |
automagically | np | 13:52 |
*** ManojK has quit IRC | 13:53 | |
odyssey4me | mgariepy cloudnull automagically hmmm, why don't we just have another group which the playbook targets and change the env.d to include the normal groups which would be hosting lxc containers into that group | 13:54 |
automagically | Seems reasonable enough | 13:57 |
mgariepy | indeed it's a good idea, since deploying the lxc stuff on the compute is mostly useless IMO, and take some time.. | 13:58 |
evrardjp | odyssey4me: starred your review | 13:59 |
*** Ger-chervyak has quit IRC | 14:01 | |
*** Ger-chervyak has joined #openstack-ansible | 14:01 | |
mgariepy | Hey, today i'll finally be free of fuel openstack ! :D | 14:02 |
*** mperazol has quit IRC | 14:02 | |
evrardjp | :D | 14:04 |
evrardjp | I know the feeling | 14:04 |
evrardjp | (if it's an old fuel, don't know about the recent fuel thingies) | 14:05 |
mgariepy | was icehouse | 14:05 |
*** shausy has quit IRC | 14:06 | |
odyssey4me | mgariepy heh, that's the last fuel version I worked on too | 14:06 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_neutron: Remove is_metal var from os_neutron role https://review.openstack.org/337681 | 14:07 |
mgariepy | i'm really happy not to have to touch that anymore ! | 14:08 |
odyssey4me | mgariepy it would be very interesting to see your migration notes - all the things you had to do and how you did it | 14:09 |
openstackgerrit | Ashana Evans proposed openstack/openstack-ansible: [WIP] Partially supports Multi-arch design https://review.openstack.org/337684 | 14:09 |
mgariepy | haha | 14:10 |
*** fxpester has quit IRC | 14:10 | |
mgariepy | I snapshoted all the vms, terminated them and the users will have to start back from their snapshot | 14:11 |
*** galstrom_zzz is now known as galstrom | 14:11 | |
mgariepy | cinder and glance are backed in ceph, so the data still there. | 14:12 |
*** admin0 has quit IRC | 14:12 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_neutron: Remove neutron_overlay_network var from os_neutron role https://review.openstack.org/337687 | 14:12 |
mgariepy | and a bunch of mysql update ;) | 14:12 |
mgariepy | when i'm done with my upgrade i can send you some of them | 14:13 |
odyssey4me | mgariepy oh dear - so all new IP addresses and MAC addresses for VM's? your users must be thrilled :) | 14:13 |
mgariepy | they don't pay ;) haha | 14:13 |
*** permalac has quit IRC | 14:14 | |
mgariepy | all that was lost is the vms.. | 14:14 |
mgariepy | the floating ips are still allocated to the projects. | 14:14 |
*** Ashana has joined #openstack-ansible | 14:17 | |
mgariepy | i know it's not the best approach but I could not find an reasonable way to keep the vms alive. | 14:17 |
*** admin0 has joined #openstack-ansible | 14:17 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_nova: Nova role should not default vars outside the nova namespace https://review.openstack.org/335113 | 14:17 |
odyssey4me | mgariepy did you switch from OVS to LXB then? | 14:18 |
*** weezS has joined #openstack-ansible | 14:18 | |
mgariepy | yes | 14:18 |
*** admin0 has quit IRC | 14:18 | |
mgariepy | ovs + gre > lxb + vxlan | 14:18 |
odyssey4me | ok, yeah - doing a switch like that doesn't really have a good way of doing it live | 14:19 |
mgariepy | unless you work for rackspace ;) hehe | 14:19 |
*** weezS has quit IRC | 14:19 | |
mgariepy | and the HA stuff in fuel was a pain. | 14:20 |
odyssey4me | well, I suppose if it's important for your business to do it live then you would find a way... but that would take more investment | 14:20 |
*** Mudpuppy has joined #openstack-ansible | 14:20 | |
odyssey4me | I expect it is possible, but it would be quite fiddly and hacky. | 14:20 |
mgariepy | next upgrade it will be mostly live ;) | 14:21 |
*** dmellado has quit IRC | 14:21 | |
mgariepy | at least, it should | 14:21 |
*** dmellado has joined #openstack-ansible | 14:21 | |
*** weezS has joined #openstack-ansible | 14:21 | |
*** spotz_zzz is now known as spotz | 14:22 | |
*** ManojK has joined #openstack-ansible | 14:25 | |
*** admin0 has joined #openstack-ansible | 14:26 | |
cloudnull | mornings | 14:27 |
chris__hultin | cloudnull: Morning | 14:28 |
chris__hultin | cloudnull: I've got a small issue that I'm running into with your multi-node AIO | 14:28 |
*** cloader89 has joined #openstack-ansible | 14:29 | |
*** dmellado has quit IRC | 14:29 | |
cloudnull | whats up? | 14:29 |
*** fxpester has joined #openstack-ansible | 14:30 | |
*** dmellado has joined #openstack-ansible | 14:30 | |
chris__hultin | Actually, let me check something real quick | 14:30 |
evrardjp | dear cloudnull, mattt, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, Sam-I-Am, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, automagically, spotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccoll | 14:31 |
evrardjp | um, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec : | 14:31 |
evrardjp | the osa bug triage will start in 1h30’. Please have a look at the bug list before starting: | 14:31 |
evrardjp | https://etherpad.openstack.org/p/osa-bugtriage | 14:31 |
evrardjp | Thank you | 14:32 |
evrardjp | and good morning to everyone I didn't talk (yet) | 14:32 |
asettle | Yeah jeez evrardjp | 14:32 |
asettle | Haven't said a word to me all day :p | 14:32 |
cloudnull | o/ | 14:32 |
chris__hultin | OK, yeah. I've got Magnum installed, listening on 9511, but I can't actually connect to the API | 14:32 |
chris__hultin | cloudnull: ^^ | 14:32 |
spotz | So polite evrardjp:) | 14:33 |
cloudnull | chris__hultin: something w/in haproxy ? | 14:33 |
evrardjp | sorry spotz | 14:33 |
evrardjp | :/ | 14:33 |
evrardjp | I try! | 14:33 |
spotz | heheh | 14:33 |
*** sigmavirus_away is now known as sigmavirus | 14:33 | |
*** sigmavirus is now known as bops | 14:33 | |
spotz | so question for midcycle, folks want tex-mex, steak, bbq, Pub? | 14:33 |
* hughsaunders bops bops | 14:34 | |
evrardjp | steak :D | 14:34 |
bops | sssh | 14:34 |
*** bops is now known as sigmavirus | 14:34 | |
sigmavirus | spotz: why not all of the above? | 14:34 |
evrardjp | I don't know what you call bbq | 14:34 |
evrardjp | but it seems interesting | 14:34 |
sigmavirus | evrardjp: deliciousness is another name | 14:34 |
hughsaunders | evrardjp: meat + fire | 14:34 |
evrardjp | Pub sounds good | 14:34 |
sigmavirus | hughsaunders: + a thick sauce | 14:34 |
evrardjp | barbecue is the sauce or it's a grill ? | 14:35 |
asettle | spotz: anything that won't make my stomach turn into a fiery pit of despair | 14:35 |
evrardjp | ok that's what I thought | 14:35 |
sigmavirus | evrardjp: yes | 14:35 |
evrardjp | the sauce | 14:35 |
evrardjp | I like grill | 14:35 |
evrardjp | plain | 14:35 |
evrardjp | and ol' | 14:35 |
evrardjp | :D | 14:35 |
evrardjp | but I'm happy to learn the culture | 14:35 |
spotz | sigmavirus: Not necessarily sauce. We actully had Franklin's this weekend mucho tasty. We had to order a month in advance for takeout | 14:35 |
sigmavirus | evrardjp: a barbecue is the grill itself | 14:35 |
sigmavirus | evrardjp: bbq tends to refer to the food put on the barbecue | 14:35 |
sigmavirus | and also the sauce | 14:35 |
evrardjp | sigmavirus: that's how we call it in Belgium too | 14:35 |
evrardjp | woot | 14:35 |
spotz | asettle Best to stay away from tex-mex then | 14:35 |
sigmavirus | asettle: do you have a weakness in spicy food? | 14:36 |
*** zhangjn has quit IRC | 14:36 | |
sigmavirus | If so, never eat anything I cook | 14:36 |
asettle | Haha spotz that's where I've gone wrong previously :( | 14:36 |
cloudnull | chris__hultin: the management tools for HAP are on the deployment host. you should see a backend to magnum | 14:36 |
asettle | sigmavirus: ummmm depends on stomach's mood? | 14:36 |
asettle | Stomach is own person | 14:36 |
spotz | asettle: It is good and you can get around spicy but you need to know what to rder | 14:36 |
sigmavirus | asettle: so you eat for two? | 14:36 |
automagically | BBQ!!!!! | 14:36 |
*** zhangjn has joined #openstack-ansible | 14:36 | |
evrardjp | anyway, I'd be happy to test anything | 14:36 |
sigmavirus | asettle: is this some kind of announcement or something? | 14:36 |
asettle | spotz: omg that's too much pressure you can totally go back to picking the food :P i trust you, you seem trustworthy | 14:37 |
evrardjp | because life | 14:37 |
asettle | sigmavirus: did you really just?! | 14:37 |
* sigmavirus hides | 14:37 | |
asettle | Like, mate. | 14:37 |
asettle | Imma fucking kick you into tomorrow | 14:37 |
asettle | :p | 14:37 |
cloudnull | ++ BBQ, we should go to the salt lick or TX pride. | 14:37 |
evrardjp | asettle: doesn't inform anything | 14:37 |
evrardjp | infirm* | 14:37 |
evrardjp | I meant the opposite of confirm | 14:37 |
spotz | cloudnull: Salt Lick is an experience but with my knew knowledge of BBQ does not rate in comparison to Franklin's or any of the Black's | 14:38 |
asettle | evrardjp: sigh. No babies. Alex is a 100% baby free zone | 14:38 |
asettle | I'm glad we did this in channel guys | 14:38 |
evrardjp | for now | 14:38 |
asettle | Bonding | 14:38 |
asettle | JP REALLY | 14:38 |
asettle | I AM RIGHT NEXT OT YOU | 14:38 |
evrardjp | I din't mean I was doing that to you | 14:38 |
evrardjp | you perv' | 14:38 |
cloudnull | wow!? friends and family folks =) | 14:38 |
asettle | YOU ARE MAKING THIS WORSE | 14:38 |
evrardjp | I'm respectful! | 14:38 |
asettle | cloudnull help | 14:38 |
spotz | cloudnull: Is TX Pride near? Otherwise Cooper's in NB is probably the closest good BBQ | 14:38 |
evrardjp | yes, help plz | 14:38 |
evrardjp | I'm afraid now | 14:39 |
evrardjp | SHE IS NEXT TO ME | 14:39 |
cloudnull | spotz: http://www.texaspridebbq.net/ | 14:39 |
asettle | That's what scares you evrardjp? | 14:39 |
* cloudnull hands asettle a shovel | 14:39 | |
evrardjp | I'm feeling unwelcomed | 14:40 |
evrardjp | and misunderstood | 14:40 |
asettle | Hahha evrardjp:P | 14:40 |
spotz | cloudnull: Ahh Adkins we looked at a house there. So that would be closer then Coopers. We just need enough spaces in cars:) | 14:40 |
cloudnull | evrardjp: you're a valued member of the team :) | 14:40 |
evrardjp | will take the shovel myself | 14:40 |
asettle | Guys evrardjp does not look sad one bit | 14:40 |
cloudnull | asettle: give him the AUSUKAS Flu (AUS UK Avian Swine Flu), he'll be sad then. | 14:44 |
asettle | How is that still around?! | 14:44 |
asettle | I can't believe you still remember the name for it :P | 14:44 |
chris__hultin | cloudnull: Thanks for pointing that out - I needed to run the HAProxy playbook for it to set up Haproxy | 14:45 |
cloudnull | Oh i remember... worst. flu. ever. | 14:45 |
cloudnull | chris__hultin: my bad, i may have failed to mention that | 14:45 |
*** jamesdenton has joined #openstack-ansible | 14:46 | |
chris__hultin | cloudnull: No worries, lol. | 14:46 |
cloudnull | did everyone in the states have a good day celebrating high treason and the original Brexit ? | 14:46 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder: Update paste, policy and rootwrap configurations 2016-07-01 https://review.openstack.org/336528 | 14:47 |
spotz | cloudnull: We celebrated on Sunday had a good time but a death in the flock:( You? | 14:47 |
spotz | And no d34dh0r53 I did not save it for you, TOD and cause was unknown | 14:48 |
cloudnull | sorry to hear that spotz :'( -- I had a good day of drinking and over eating | 14:48 |
spotz | cloudnull: Thanks. Yeah too much eating this weekend for sure | 14:49 |
odyssey4me | evrardjp https://github.com/NextThingCo/ :) | 14:49 |
odyssey4me | My batch of C.H.I.P. computers just arrived | 14:49 |
cloudnull | anyone available to give swift a shove https://review.openstack.org/#/c/336624/ | 14:50 |
automagically | odyssey4me: Congrats! Those look like tons of fun | 14:51 |
odyssey4me | automagically Now I have to figure out what to do with them. :p | 14:52 |
*** weezS has quit IRC | 14:52 | |
cloudnull | odyssey4me: so whats going to be your first creation? | 14:52 |
odyssey4me | Maybe a few nova-lxd compute nodes. :p | 14:52 |
cloudnull | odyssey4me: that doesn't sound like fun | 14:53 |
*** ManojK has quit IRC | 14:53 | |
odyssey4me | Well, perhaps a little 8 bit console with Golden Axe on it. | 14:53 |
cloudnull | you should do this http://pockulus.getchip.com/ | 14:53 |
evrardjp | odyssey4me: so cool | 14:53 |
evrardjp | golden axe | 14:53 |
evrardjp | :D | 14:53 |
evrardjp | cloudnull: lol | 14:54 |
odyssey4me | cloudnull But CLOUD! | 14:54 |
*** weezS has joined #openstack-ansible | 14:54 | |
odyssey4me | THREE DEE! AOMG AWESOME! | 14:54 |
*** ManojK has joined #openstack-ansible | 14:55 | |
odyssey4me | I want unlimited power in my jeans too. | 14:55 |
odyssey4me | That would be amazeballs. | 14:56 |
*** thng has quit IRC | 14:57 | |
evrardjp | :D | 14:57 |
mhayden | odyssey4me: the release emails look good! | 14:59 |
*** kstev has joined #openstack-ansible | 15:01 | |
*** phalmos has joined #openstack-ansible | 15:03 | |
* stevelle rolls swift off the end of the pier for cloudnull | 15:13 | |
*** BjoernT has joined #openstack-ansible | 15:13 | |
*** KLevenstein has joined #openstack-ansible | 15:18 | |
openstackgerrit | Vitaliy Nogin proposed openstack/openstack-ansible: Remove duplicate exit_early execution https://review.openstack.org/337110 | 15:22 |
*** weezS has quit IRC | 15:24 | |
*** woodard has quit IRC | 15:29 | |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts: Add linux-image-extra-virtual to host packages https://review.openstack.org/335650 | 15:29 |
*** saneax is now known as saneax_AFK | 15:30 | |
*** openstackgerrit has quit IRC | 15:33 | |
*** openstackgerrit has joined #openstack-ansible | 15:34 | |
*** jmckind_ has joined #openstack-ansible | 15:35 | |
*** admin0 has quit IRC | 15:35 | |
openstackgerrit | Merged openstack/openstack-ansible-os_swift: Fix swift ring distribute https://review.openstack.org/336624 | 15:35 |
*** jmckind has quit IRC | 15:38 | |
*** mikelk has quit IRC | 15:41 | |
openstackgerrit | Ashana Evans proposed openstack/openstack-ansible: [WIP] Partially supports Multi-arch design https://review.openstack.org/337684 | 15:45 |
*** jmckind_ has quit IRC | 15:46 | |
*** jmckind has joined #openstack-ansible | 15:48 | |
openstackgerrit | Ashana Evans proposed openstack/openstack-ansible: [WIP] Partially supports Multi-arch design and Partially-Implements: bp/multi-arch-repo https://review.openstack.org/337684 | 15:48 |
*** LanceHaig has quit IRC | 15:52 | |
*** LanceHaig has joined #openstack-ansible | 15:52 | |
*** wadeholler has quit IRC | 15:52 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts: Update the version of LXC installed to the latest stable https://review.openstack.org/335301 | 15:54 |
*** adrian_otto has joined #openstack-ansible | 15:56 | |
*** eil397 has joined #openstack-ansible | 15:57 | |
*** woodard has joined #openstack-ansible | 16:01 | |
*** woodard has quit IRC | 16:06 | |
*** sdake has joined #openstack-ansible | 16:06 | |
evrardjp | hey everyone | 16:06 |
*** woodard has joined #openstack-ansible | 16:06 | |
evrardjp | or said differently | 16:07 |
evrardjp | cloudnull, mattt, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, Sam-I-Am, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, automagically, spotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion | 16:07 |
evrardjp | bgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec | 16:07 |
evrardjp | it's time for bug triage | 16:07 |
evrardjp | https://etherpad.openstack.org/p/osa-bugtriage | 16:07 |
evrardjp | sorry for starting a little too late | 16:07 |
evrardjp | this week we still continue with the same way as last week, but I'll probably try to introduce another way of working next week | 16:08 |
evrardjp | ok go | 16:08 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1597798 | 16:08 |
openstack | Launchpad bug 1597798 in openstack-ansible "empty vars files cause openstack-ansible to fail to combine variables" [Undecided,New] | 16:08 |
*** ManojK has quit IRC | 16:09 | |
cloudnull | o/ | 16:09 |
evrardjp | it's a whishlist for me, but the question is: would we configure that at "opinion" or "won't fix", in the former case, who takes this? | 16:09 |
evrardjp | glad to have a member in the audience :D | 16:10 |
cloudnull | evrardjp: I'd say wishlist | 16:10 |
asettle | cloudnull: hey woah man | 16:10 |
asettle | whishlist is best list | 16:10 |
cloudnull | lol | 16:10 |
* asettle comes in for the necessary comments and then promptly leaves | 16:10 | |
evrardjp | it's presents for the coders | 16:10 |
*** sdake has quit IRC | 16:11 | |
evrardjp | cloudnull: won't fix / opinion? | 16:13 |
cloudnull | opinion | 16:13 |
cloudnull | I'd say its something we can fix. | 16:13 |
cloudnull | and i might be able to make an argument that we "should" fix it. | 16:14 |
evrardjp | it's still ansible behavior | 16:14 |
cloudnull | but that ^ | 16:14 |
cloudnull | so wishlist, opinion. and if it becomes a bigger issue we can pull it in. | 16:14 |
evrardjp | opinion and I assign it to you? | 16:14 |
evrardjp | there is no deadline :D | 16:14 |
cloudnull | if you like | 16:14 |
evrardjp | done! | 16:15 |
evrardjp | thanks :D | 16:15 |
evrardjp | next is https://bugs.launchpad.net/openstack-ansible/+bug/1596918 | 16:15 |
openstack | Launchpad bug 1596918 in openstack-ansible "Cinder isn't facultative anymore" [Undecided,New] | 16:15 |
evrardjp | I'll take it | 16:15 |
evrardjp | and mark as confirmed | 16:15 |
evrardjp | jimmy kinda confirmed :D | 16:16 |
evrardjp | ok moving one up: https://bugs.launchpad.net/openstack-ansible/+bug/1596572 | 16:16 |
openstack | Launchpad bug 1596572 in openstack-ansible "DOCS: Clarify variable usage in global_overrides" [Undecided,New] | 16:16 |
* asettle waves from the corner | 16:16 | |
evrardjp | so this is true, it should only be used for networking overrides | 16:17 |
asettle | spotz: do you want to take this? you're the reporter :) is this a dev doc? it's a little unclear exactly what you'd like done from a docs perspective | 16:17 |
evrardjp | asettle: that is why we are triaging it :D | 16:18 |
spotz | asettle It came out of one of these sessions, not sure the code fix it goes with is done yet | 16:18 |
evrardjp | it is | 16:18 |
evrardjp | IIRC | 16:18 |
asettle | spotz: do you have a relevant link to the code fix? Or is that not in a patch yet | 16:18 |
asettle | evrardjp: it is? If so, could this please be linked into the bug | 16:18 |
evrardjp | maybe not in all branches | 16:18 |
asettle | still requires a backport? | 16:19 |
palendae | Was the code fix this one? https://bugs.launchpad.net/openstack-ansible/+bug/1588902 | 16:19 |
openstack | Launchpad bug 1588902 in openstack-ansible "Variables defined in global_overrides persist after deletion" [High,Fix released] - Assigned to Jesse Pretorius (jesse-pretorius) | 16:19 |
evrardjp | I'll give that | 16:19 |
spotz | https://bugs.launchpad.net/openstack-ansible/+bug/1588902 - that's the prompter | 16:19 |
spotz | had to find the meeting notes:) | 16:19 |
*** sean_ has joined #openstack-ansible | 16:19 | |
evrardjp | The question is | 16:20 |
evrardjp | should we doc this or not | 16:20 |
evrardjp | I agree global_overrides should only be used for network overrides | 16:20 |
palendae | In Newton, the overrides will update properly | 16:20 |
evrardjp | indeed | 16:21 |
palendae | I'd be for renaming global_overrides to network_settings | 16:21 |
palendae | With a deprecation cycle | 16:21 |
jmccrory | palendae: +1 | 16:21 |
evrardjp | that would still require a doc change for the older branches | 16:21 |
palendae | Sure | 16:21 |
asettle | Considering global_overrides are documented in the install guide, I'd say yes to documenting it | 16:21 |
evrardjp | just to explain this should be used only for networking matters | 16:21 |
asettle | See hurr: http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-networking.html | 16:21 |
evrardjp | ok | 16:21 |
evrardjp | so it's not a wishlist, it's a bug | 16:21 |
asettle | It would only have to be in a notation within the networking sections | 16:21 |
palendae | Yeah, older behavior should be documented | 16:21 |
asettle | evrardjp: a low bug, yeah | 16:22 |
evrardjp | agreed then | 16:22 |
asettle | Smashing, cheers | 16:22 |
andymccr | we use global_overrides for swift too | 16:22 |
asettle | spotz: I'm happy to take if you don't want to write a note, if not, i'll ensure it's in. Do you want it back ported? | 16:22 |
evrardjp | andymccr: I didn't know | 16:23 |
andymccr | renaming that would have a pretty big upgrade impact. | 16:23 |
palendae | Hm, nor did I | 16:23 |
palendae | Noted | 16:23 |
spotz | asettle I can do it during the bug squash. I'm fighting with chef and rabbitmq right now:( | 16:23 |
andymccr | we could move towards a "swift_defaults" section instead of global overrides | 16:23 |
asettle | spotz: cool, I'll take it. Shouldn't take more than a sentence or two. I put you on the reviewers list if you have five minutes. | 16:23 |
spotz | ok | 16:23 |
andymccr | but taht would require a patch/work to the os_swift work - happy to do that but also pretty serious upgrade impact. | 16:23 |
evrardjp | I suggest andymccr work with asettle for the wording then | 16:24 |
odyssey4me | andymccr hmm, why not just have group vars set for swift and have a user use user_var overrides for changes? | 16:24 |
asettle | Cool | 16:24 |
evrardjp | let's not talk about renaming variables right away | 16:24 |
evrardjp | just focusing on this bug | 16:24 |
palendae | Yeah, that was getting off topic | 16:24 |
odyssey4me | fair enough | 16:25 |
asettle | Anyone against me just adding a note into the networking section and potentially dev docs that states it as fact until further notice? | 16:25 |
evrardjp | I think this is the goal of this bug | 16:26 |
evrardjp | being more clear about the networking section, not only in master branch, but also on the others | 16:26 |
evrardjp | the master branch is kinda immune to this bug, where others aren't | 16:26 |
*** vnogin_ has joined #openstack-ansible | 16:26 | |
asettle | Sure, will backport to mitaka and liberty | 16:27 |
evrardjp | in all the cases, global_overrides should be mostly only used for networking | 16:27 |
evrardjp | ok cool | 16:27 |
evrardjp | let's assume everyone is ok - so confirmed/low | 16:27 |
evrardjp | next one | 16:28 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1596620 | 16:28 |
openstack | Launchpad bug 1596620 in openstack-ansible "L > M upgrade: lxc_hosts fails to install pip packages" [Undecided,New] | 16:28 |
jmccrory | think force-reinstall should be removed for at least that one playbook run, not sure if it's necessary for others | 16:29 |
*** wadeholler has joined #openstack-ansible | 16:30 | |
evrardjp | ok | 16:30 |
odyssey4me | hmm, we switched the Newton pip install tasks to use 'latest' instead of 'present' so the upgrade there doesn't need it... but I don't think those changes were backported to Mitaka | 16:30 |
evrardjp | I didn't got the chance to confirm this, because I never use this script | 16:30 |
jmccrory | don't think the manual upgrade docs even mention the option | 16:31 |
odyssey4me | ah, I see what you mean jmccrory | 16:31 |
evrardjp | jmccrory: yup it's not mentionned | 16:31 |
evrardjp | that's just reducing the severity imo | 16:31 |
odyssey4me | in that specified case the install should be isolated, or the pip conf needs to be cleared | 16:31 |
jmccrory | odyssey4me: yep, only occurs because that specific package was never built on repo servers in liberty | 16:32 |
*** asettle has quit IRC | 16:32 | |
alioune | hi guys, how to restart neutron service after modifing config file in lxc container ? | 16:32 |
odyssey4me | alioune if you modified the config through the OSA config mechanism then execute the neutron playbooks then it would do it for you | 16:33 |
odyssey4me | alioune if you changed the config manually, then you're doing it wrong :p | 16:33 |
evrardjp | let's confirm this bug | 16:33 |
evrardjp | what about medium ? | 16:33 |
*** pcaruana has quit IRC | 16:33 | |
evrardjp | or high importance | 16:33 |
cloader89 | b3rnard0: Actually, can we talk to you in Vidyo? | 16:34 |
b3rnard0 | Yes, give me a bit as I'm wrapping up lunch | 16:35 |
cloader89 | ok | 16:35 |
vnogin_ | alioune, server or agent container? | 16:36 |
evrardjp | could we please focus on the bug triage, please? | 16:36 |
evrardjp | that's two please | 16:36 |
evrardjp | :D | 16:36 |
vnogin_ | yep, sorry ) | 16:36 |
evrardjp | There is work to be done in the docs then | 16:36 |
alioune | odyssey4me: you mean modify openstack_user_config.yml ? there is no option for ovs plugin | 16:37 |
alioune | vnogin: I would restart both to add more networking service | 16:37 |
odyssey4me | jmccrory looking at the way the upgrade script is built, creating an exception for one things is hard - it may be easier to remove the pip config from the lxc hosts as a step before that :/ | 16:39 |
palendae | odyssey4me, jmccrory That gets easier if the run_lock script is removed | 16:39 |
palendae | And a playbook is used instead | 16:39 |
palendae | Sorry, run_lock function | 16:40 |
jmccrory | could it be overridden in-line? https://github.com/openstack/openstack-ansible/blob/stable/mitaka/scripts/run-upgrade.sh#L147 | 16:40 |
odyssey4me | yeah, I can see that refactor *possibly* happening in Newton... but unless someone has the time to get it done now it's not likely to make Mitaka | 16:40 |
odyssey4me | jmccrory heh, probably :) | 16:41 |
jmccrory | oh i see, so it'd have to be overridden in-line for everything except that one | 16:41 |
evrardjp | that deserves docs for the manual process, and override in the script | 16:42 |
evrardjp | cool, that's what I wrote in the bug | 16:43 |
evrardjp | someone wants to take it? | 16:43 |
evrardjp | :D | 16:43 |
evrardjp | ok let's move to something else | 16:43 |
jmccrory | i'll take it | 16:43 |
evrardjp | thanks jmccrory | 16:44 |
odyssey4me | jmccrory well, I *think* the only place we *really* care about the reinstall is for the *__requires_pip_packages pip install tasks - most everything else is in venvs so they get freshly installed anyway | 16:44 |
evrardjp | I'll work with you on that one | 16:44 |
odyssey4me | jmccrory so another approach is to no force reinstall and rather to ensure that those install tasks use 'latest' instead of 'present' | 16:44 |
*** ManojK has joined #openstack-ansible | 16:44 | |
evrardjp | I think we got all the insights for the bug | 16:45 |
*** berendt has quit IRC | 16:45 | |
evrardjp | next is https://bugs.launchpad.net/openstack-ansible/+bug/1595669 | 16:45 |
openstack | Launchpad bug 1595669 in openstack-ansible "Separate documentation for STIGs that aren't in Ansible" [Undecided,New] | 16:45 |
odyssey4me | jmccrory maybe backporting all of the changes like these ? https://github.com/openstack/openstack-ansible-os_neutron/commit/5ce4d64150e2636da06d3fb61a20b20ced971cef | 16:45 |
alioune | any suggestion ? | 16:45 |
odyssey4me | ok, bug triage must move on | 16:45 |
odyssey4me | alioune after the bug triage | 16:45 |
evrardjp | It looks like a wishlist to me | 16:46 |
evrardjp | mhayden: do you there is enough information to have a proper fix of this bug? | 16:46 |
* mhayden looks again | 16:46 | |
evrardjp | or is there a need of more information? | 16:46 |
mhayden | ah, i am working with yasmine on this one | 16:47 |
evrardjp | ok | 16:47 |
evrardjp | good | 16:47 |
eil397 | sounds like wishlist | 16:47 |
evrardjp | then confirmed wishlist assigned to you :D | 16:47 |
mhayden | i do need more info from her on it | 16:47 |
mhayden | haha okay | 16:47 |
evrardjp | :D | 16:47 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1594584 | 16:47 |
openstack | Launchpad bug 1594584 in openstack-ansible "Kilo nova extra migrations may not have successfully completed" [Undecided,New] | 16:47 |
odyssey4me | git-harry The kilo tag is done: https://review.openstack.org/336505 | 16:48 |
evrardjp | I'd tag this as Opinion and Wishlist myself | 16:48 |
evrardjp | because it's not our work to ensure nova's work is properly done | 16:48 |
evrardjp | but maybe I'm lacking the appropriate information | 16:49 |
evrardjp | jmccrory: could you enlighten us on your opinion? | 16:49 |
jmccrory | concern is k>l upgrades not working because these migrations weren't completed in kilo | 16:49 |
jmccrory | it's a silent failure in kilo and required for nova in liberty to work | 16:50 |
evrardjp | but is it an osa issue or a nova issue? | 16:50 |
evrardjp | I mean we can fix that in osa in liberty | 16:51 |
jmccrory | little of both? the migrate command always exits with 0 so ansible doesn't know that it didn't it failed | 16:51 |
jmccrory | that it failed* | 16:51 |
evrardjp | oh yes I remember the issue now :D | 16:51 |
evrardjp | sorry for my lack of memory | 16:51 |
odyssey4me | is there a workaround that can be applied? | 16:51 |
evrardjp | should we have an upgrade task for that? | 16:52 |
odyssey4me | or perhaps we could at least add a known issue in the upgrade docs with the warning to manually execute the migration before executing the upgrade? | 16:52 |
odyssey4me | if an upgrade task can be executed in the automation for the liberty upgrade, then that sounds better | 16:53 |
jmccrory | --force on https://github.com/openstack/openstack-ansible/blob/kilo/scripts/upgrade-utilities/playbooks/nova-extra-migrations.yml#L22 | 16:53 |
jmccrory | think a known issue might be best | 16:53 |
evrardjp | kilo is kinda EOL so yes | 16:54 |
jmccrory | prior to liberty upgrade, make sure that migration is completed | 16:54 |
*** admin0 has joined #openstack-ansible | 16:55 | |
evrardjp | ok | 16:55 |
evrardjp | noted in the bug | 16:55 |
evrardjp | next | 16:55 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1497272 | 16:55 |
openstack | Launchpad bug 1497272 in openstack-manuals "L3 HA: Unstable rescheduling time for keepalived v1.2.7" [Medium,Triaged] - Assigned to Chason (chen-xing) | 16:55 |
odyssey4me | yeah, the last kilo tag has been executed, so no more kilo patches can go through | 16:55 |
evrardjp | I confrmed - medium on the previous one | 16:56 |
odyssey4me | a liberty patch to execute that forced migration before the upgrade can be included though, perhaps as a manual step and *not* in the automated run_upgrade | 16:56 |
evrardjp | that's what I documented odyssey4me | 16:56 |
odyssey4me | ah ok - sorry, I'm a bit slow | 16:56 |
evrardjp | but we'll link this conversation in the bug itself | 16:56 |
evrardjp | :D | 16:57 |
evrardjp | anyway | 16:57 |
jmccrory | evrardjp: didn't you updated the keepalived role a while ago to install more recent version because of bug with priorities? | 16:57 |
evrardjp | for haproxy's use yes | 16:57 |
evrardjp | neutron is independent and doesn't use this role | 16:58 |
jmccrory | oh ok | 16:58 |
evrardjp | I'll take this bug, and use UCA | 16:58 |
evrardjp | now that UCA has proper keepalived | 16:58 |
*** woodard has quit IRC | 16:58 | |
evrardjp | I'll confirm high too | 16:58 |
*** adrian_otto1 has joined #openstack-ansible | 16:58 | |
*** woodard has joined #openstack-ansible | 16:58 | |
evrardjp | ok for everyone? | 16:58 |
evrardjp | next one is on the same matter | 16:59 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1433172 | 16:59 |
openstack | Launchpad bug 1433172 in neutron "L3 HA routers master state flapping between nodes after router updates or failovers when using 1.2.14 or 1.2.15 (-1.2.15-6)" [Low,Triaged] | 16:59 |
evrardjp | nobody complains, so I'll hit the next one | 17:00 |
evrardjp | https://bugs.launchpad.net/openstack-ansible/+bug/1595290 | 17:00 |
openstack | Launchpad bug 1595290 in openstack-ansible "file limits not configured for swift nodes" [Wishlist,New] - Assigned to Bjoern Teipel (bjoern-teipel) | 17:00 |
*** alioune has quit IRC | 17:00 | |
evrardjp | can anyone confirm? | 17:01 |
*** adrian_otto has quit IRC | 17:02 | |
evrardjp | we are done for today | 17:02 |
evrardjp | we are out of time again | 17:02 |
evrardjp | sorry :/ | 17:03 |
evrardjp | could you please write down your comments on the remaining bugs? | 17:03 |
*** Ger-chervyak has quit IRC | 17:04 | |
vnogin_ | I missed my bug :) | 17:04 |
evrardjp | you didn't per se | 17:05 |
evrardjp | we did | 17:05 |
evrardjp | we're out of time | 17:05 |
evrardjp | we'll do that next week | 17:06 |
evrardjp | I'll change the way we do it, this way ppl can comment earlier | 17:06 |
*** permalac has joined #openstack-ansible | 17:09 | |
evrardjp | sorry for that vnogin_ | 17:11 |
vnogin_ | evrardjp, don't worry about it :) it's ok | 17:12 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Remove aodh vars present in group_vars https://review.openstack.org/336584 | 17:14 |
chris__hultin | cloudnull: I think there is one last thing that needs to be taken care of - I'm trying to get Magnum to install with your AIO , and the pip_install_options: '--isolated' doesn't seem to be working | 17:14 |
odyssey4me | chris__hultin where're you applying the --isolated option? | 17:16 |
odyssey4me | ie which file | 17:16 |
chris__hultin | odyssey4me: Group vars for 'magnum_all'. /opt/openstack-ansible/playbooks/inventory/group_vars/magnum_all.yml | 17:17 |
odyssey4me | chris__hultin is magnum_developer_mode set to true or false? | 17:20 |
chris__hultin | odyssey4me: That's gotta be it. | 17:20 |
odyssey4me | chris__hultin if you're using an integrated build, then magnum_developer_mode should not be set - and the default in the role should be false | 17:21 |
odyssey4me | chris__hultin hmm, actually - if you're deploying Newton Magnum on a Mitaka integrated build, then magnum_developer_mode should be set to true in the group_vars | 17:22 |
odyssey4me | that way the repo will be ignored | 17:22 |
chris__hultin | odyssey4me: That was it, thanks. | 17:24 |
*** cloader89 has quit IRC | 17:25 | |
odyssey4me | chris__hultin awesome :) | 17:27 |
vnogin_ | odyssey4me, btw it was first issue that I faced during manual upgrade :) | 17:28 |
*** ManojK has quit IRC | 17:30 | |
*** electrofelix has quit IRC | 17:32 | |
odyssey4me | jmccrory evrardjp with regards to the force-reinstall on upgrade... I think it should be removed and that https://review.openstack.org/#/q/project:%255Eopenstack/openstack-ansible.*+topic:pip-install-latest should rather be backported | 17:35 |
evrardjp | looks a clean way to do it | 17:36 |
evrardjp | no doc changes on top of it | 17:36 |
evrardjp | not that I am afraid of this, it's just I'm bad at this :p | 17:36 |
evrardjp | like many other topics that we won't talk about! | 17:37 |
odyssey4me | haha | 17:37 |
odyssey4me | vnogin_ you're talking about horizon being broken? | 17:37 |
odyssey4me | vnogin_ have you done any digging to try and triage the issue? | 17:37 |
vnogin_ | odyssey4me, nope, I meant almost the same problem with pip :) Regarding horizon - I decided to use ip-address | 17:44 |
*** deadnull has quit IRC | 17:44 | |
evrardjp | jmccrory: do you mind if I assign myself to this? https://bugs.launchpad.net/openstack-ansible/+bug/1596620 | 17:45 |
openstack | Launchpad bug 1596620 in openstack-ansible "L > M upgrade: lxc_hosts fails to install pip packages" [High,Confirmed] - Assigned to Jimmy McCrory (jimmy-mccrory) | 17:45 |
evrardjp | or you're already working on it? | 17:45 |
*** cloader89 has joined #openstack-ansible | 17:45 | |
jmccrory | evrardjp: yep, already assigned during triage | 17:45 |
jmccrory | evrardjp: you can have it | 17:45 |
odyssey4me | jmccrory such generosity | 17:46 |
evrardjp | I just want to help :D | 17:46 |
jmccrory | haha less of my plate :) | 17:46 |
evrardjp | that's why I am proposing | 17:46 |
*** adrian_otto1 has quit IRC | 17:46 | |
evrardjp | and you're better at getting things merged than me, so I trust your +2 powerz | 17:47 |
*** adrian_otto has joined #openstack-ansible | 17:48 | |
*** Ger-chervyak has joined #openstack-ansible | 17:49 | |
*** Ger-chervyak has quit IRC | 17:50 | |
*** Ger-chervyak has joined #openstack-ansible | 17:51 | |
*** asettle has joined #openstack-ansible | 17:51 | |
*** eil397 has left #openstack-ansible | 17:52 | |
openstackgerrit | Ashana Evans proposed openstack/openstack-ansible: [WIP] Partially supports Multi-arch design and Partially-Implements: bp/multi-arch-repo https://review.openstack.org/337684 | 17:53 |
*** zhangjn has quit IRC | 17:54 | |
*** mperazol has joined #openstack-ansible | 17:54 | |
*** zhangjn has joined #openstack-ansible | 17:54 | |
*** ManojK has joined #openstack-ansible | 17:58 | |
*** jduhamel has quit IRC | 18:05 | |
*** jduhamel has joined #openstack-ansible | 18:07 | |
odyssey4me | out for the night - cheerio all | 18:09 |
-openstackstatus- NOTICE: Job instability resulting from a block storage connectivity error on mirror.iad.rax.openstack.org has been corrected; jobs running in rax-iad should be more reliable again. | 18:13 | |
*** oneswig has joined #openstack-ansible | 18:35 | |
evrardjp | ^ I think it's TTL for me | 18:36 |
*** Ger-chervyak has quit IRC | 18:36 | |
*** asettle has quit IRC | 18:37 | |
*** thorst_ has joined #openstack-ansible | 18:41 | |
spotz | seeya odyssey4me, evrardjp | 18:41 |
*** thorst_ has quit IRC | 18:41 | |
*** thorst_ has joined #openstack-ansible | 18:42 | |
*** Ger-chervyak has joined #openstack-ansible | 18:48 | |
*** M00nr41n has quit IRC | 18:58 | |
*** M00nr41n has joined #openstack-ansible | 19:00 | |
*** eil397 has joined #openstack-ansible | 19:00 | |
*** johnmilton has quit IRC | 19:05 | |
openstackgerrit | Steve Lewis (stevelle) proposed openstack/openstack-ansible: Introduce a playbook for deploying Gnocchi https://review.openstack.org/324125 | 19:10 |
openstackgerrit | Steve Lewis (stevelle) proposed openstack/openstack-ansible: Introduce a playbook for deploying Gnocchi https://review.openstack.org/324125 | 19:10 |
*** oneswig has quit IRC | 19:14 | |
*** berendt has joined #openstack-ansible | 19:19 | |
*** admin0 has quit IRC | 19:28 | |
*** johnmilton has joined #openstack-ansible | 19:32 | |
*** johnmilton has quit IRC | 19:36 | |
mhayden | automagically: nice job on that there OVS blog post | 19:37 |
automagically | Thanks mhayden | 19:42 |
*** Zucan has joined #openstack-ansible | 19:42 | |
mhayden | automagically: i'm followin' your blog now | 19:42 |
automagically | Don’t expect much to show up. Though, hopefully I’ll have a follow-up post on OSA and DVR with OVS in the next few weeks | 19:43 |
*** Zucan has quit IRC | 19:47 | |
*** admin0 has joined #openstack-ansible | 19:47 | |
openstackgerrit | Ashana Evans proposed openstack/openstack-ansible: [WIP] Partially supports Multi-arch design and Partially-Implements: bp/multi-arch-repo https://review.openstack.org/337684 | 19:49 |
*** johnmilton has joined #openstack-ansible | 19:50 | |
*** Zucan has joined #openstack-ansible | 19:52 | |
*** mperazol has quit IRC | 19:53 | |
automagically | Seeing some strange failures in the neutron role gate related to neutron migrations failing: http://logs.openstack.org/81/337681/1/check/gate-openstack-ansible-os_neutron-ansible-func-ubuntu-trusty/5502eff/console.html#_2016-07-05_15_14_33_658302 | 19:55 |
automagically | Anyone have any ideas what could be causing that? | 19:55 |
*** ManojK has quit IRC | 19:57 | |
*** toddnni has joined #openstack-ansible | 19:58 | |
*** asettle has joined #openstack-ansible | 19:58 | |
*** asettle has quit IRC | 19:58 | |
*** ManojK has joined #openstack-ansible | 19:58 | |
*** cloader89 has quit IRC | 20:03 | |
*** cloader89 has joined #openstack-ansible | 20:03 | |
*** adrian_otto has quit IRC | 20:06 | |
*** admin0 has quit IRC | 20:08 | |
*** wadeholler has quit IRC | 20:11 | |
*** wadeholler has joined #openstack-ansible | 20:16 | |
jmccrory | automagically: https://github.com/openstack/neutron/commit/88359e3fe91b7e8f430b48da30b6d4f1ddf17d62 | 20:17 |
*** wadeholler has quit IRC | 20:17 | |
jmccrory | merged 7 hours ago | 20:17 |
automagically | Ah…thx jmccrory | 20:17 |
*** wadeholler has joined #openstack-ansible | 20:18 | |
*** johnmilton has quit IRC | 20:20 | |
*** wadeholler has quit IRC | 20:23 | |
*** Zucan has quit IRC | 20:23 | |
*** Ger-chervyak has quit IRC | 20:25 | |
*** Ger-chervyak has joined #openstack-ansible | 20:26 | |
openstackgerrit | Merged openstack/openstack-ansible: Remove ceilometer vars present in group_vars https://review.openstack.org/336585 | 20:27 |
*** vnogin_ has quit IRC | 20:36 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_neutron: Remove service_group entry from all neutron_services dicts https://review.openstack.org/337857 | 20:41 |
openstackgerrit | Merged openstack/openstack-ansible: Use in-tree env.d files, provide override support https://review.openstack.org/332595 | 20:43 |
openstackgerrit | Merged openstack/openstack-ansible: Remove aodh vars present in group_vars https://review.openstack.org/336584 | 20:43 |
openstackgerrit | Merged openstack/openstack-ansible: Update all SHAs for 13.1.5 https://review.openstack.org/336495 | 20:43 |
openstackgerrit | Merged openstack/openstack-ansible: Update all SHAs for 12.0.17 https://review.openstack.org/336503 | 20:43 |
palendae | logan-, I see you gave a +1 to https://review.openstack.org/#/c/332595/ - did you try executing it in a lab with a lot of customizations? | 20:47 |
*** Mudpuppy has quit IRC | 20:51 | |
*** v1k0d3n has joined #openstack-ansible | 20:56 | |
*** jmckind_ has joined #openstack-ansible | 20:56 | |
*** jmckind has quit IRC | 20:58 | |
*** adrian_otto has joined #openstack-ansible | 20:59 | |
*** admin0 has joined #openstack-ansible | 21:00 | |
*** Ger-chervyak has quit IRC | 21:03 | |
*** asettle has joined #openstack-ansible | 21:07 | |
*** admin0 has quit IRC | 21:07 | |
*** psilvad has quit IRC | 21:07 | |
*** woodard_ has joined #openstack-ansible | 21:07 | |
*** woodard has quit IRC | 21:11 | |
*** woodard_ has quit IRC | 21:12 | |
*** mikelk has joined #openstack-ansible | 21:21 | |
automagically | See you all tomorrow | 21:27 |
*** phalmos has quit IRC | 21:29 | |
eil397 | see you | 21:29 |
*** perniciouscaffei has joined #openstack-ansible | 21:34 | |
*** pacoblox has joined #openstack-ansible | 21:36 | |
openstackgerrit | Justin Shepherd proposed openstack/openstack-ansible-os_nova: Turn SSH auth into the default for live migration https://review.openstack.org/318274 | 21:40 |
*** sigmavirus is now known as sigmavirus_away | 21:42 | |
mgariepy | cloudnull, cinder name change seems to break it for me | 21:44 |
thetrav | so... openstack-ansible doesn't install an openstack-client container with the python api clients? | 21:52 |
*** aernhart has joined #openstack-ansible | 21:52 | |
thetrav | that would be super useful for testing this thing | 21:52 |
cloudnull | thetrav: the clients are only installed where they're needed. that said the openstackclient is in the utility container | 21:55 |
thetrav | utility, thanks | 21:55 |
* thetrav looks for the node that is installed on | 21:55 | |
cloudnull | and if you need the openstackclient in a specific venv or host you can `pip install python-openstackclient` | 21:56 |
cloudnull | which will come from the repo server | 21:56 |
*** ametts has quit IRC | 21:56 | |
cloudnull | mgariepy: was that test w/ the unmerged fix? | 21:56 |
cloudnull | or from before? | 21:56 |
*** ManojK has quit IRC | 21:56 | |
*** KLevenstein has quit IRC | 21:58 | |
mgariepy | i didn't patch anything so it's 13.1.3 straith | 21:58 |
*** mikelk has quit IRC | 21:58 | |
*** ManojK has joined #openstack-ansible | 21:59 | |
mgariepy | excure my english. | 21:59 |
mgariepy | excuse** | 21:59 |
mgariepy | damn i'm tired lol, let's check this tomorrow. | 21:59 |
cloudnull | no worries | 22:00 |
cloudnull | its the end of the day. :) | 22:00 |
mgariepy | it's the end of 2 12h days for me and a 3h night inbetween ;) | 22:02 |
*** ManojK has quit IRC | 22:06 | |
*** BjoernT has quit IRC | 22:11 | |
thetrav | ok, so this is a bit bizarre | 22:11 |
thetrav | trying to test my first image create | 22:12 |
thetrav | getting a broken pipe error | 22:12 |
thetrav | when I invoke it with debug | 22:12 |
thetrav | I can see it doing the PUT but also a DELETE to the /images/<long_id> path | 22:12 |
*** jamesdenton has quit IRC | 22:13 | |
eil397 | thetrav: not sure it is relative. but as I remember after upload it should try to check. and if check is failed then image will be removed | 22:13 |
thetrav | ahh ok | 22:14 |
thetrav | so it's probably some sort of clean up and the problem is occuring before that | 22:14 |
eil397 | between PUT and DELETE in glance log maybe | 22:14 |
eil397 | I definitly have seen such strange thing. but it was pretty long time ago. | 22:15 |
thetrav | hmm ok so I haven't actually looked into how the logging works in this setup | 22:16 |
thetrav | I noticed there's an rsyslog container | 22:16 |
eil397 | inside of this container i have /var/log/log-storage/ | 22:19 |
thetrav | yeah it looks like the glance container has its own log folder | 22:19 |
thetrav | looks like a permissions issue between glance and ceph | 22:20 |
*** spotz is now known as spotz_zzz | 22:21 | |
*** asettle has quit IRC | 22:24 | |
*** jmckind_ has quit IRC | 22:24 | |
*** galstrom is now known as galstrom_zzz | 22:31 | |
thetrav | yep, I had rw permissions, modified them to * within the glance pool and now it works | 22:32 |
* thetrav shrugs | 22:32 | |
eil397 | cool : - ) | 22:33 |
thetrav | aright, next problem | 22:34 |
thetrav | openstack network list <- no server available | 22:34 |
thetrav | >_< | 22:34 |
* thetrav goes looking for logs | 22:34 | |
*** Ashana has quit IRC | 22:35 | |
thetrav | derp | 22:36 |
thetrav | invalid vlan range | 22:36 |
*** retreved has quit IRC | 22:38 | |
logan- | palendae: no sir, have not deployed with it yet. I will likely backport it for my use in Mitaka soon. | 22:43 |
*** ggillies_ is now known as ggillies | 22:47 | |
*** thorst_ has quit IRC | 22:47 | |
*** thorst has joined #openstack-ansible | 22:48 | |
*** albertcard has joined #openstack-ansible | 22:54 | |
*** thorst has quit IRC | 22:57 | |
*** ManojK has joined #openstack-ansible | 22:59 | |
*** BjoernT has joined #openstack-ansible | 23:14 | |
*** saneax_AFK is now known as saneax | 23:16 | |
*** BjoernT has quit IRC | 23:19 | |
*** ManojK has quit IRC | 23:23 | |
*** permalac has quit IRC | 23:35 | |
*** berendt has quit IRC | 23:36 | |
*** adrian_otto has quit IRC | 23:40 | |
*** ManojK has joined #openstack-ansible | 23:41 | |
*** adrian_otto has joined #openstack-ansible | 23:44 | |
*** thorst has joined #openstack-ansible | 23:54 | |
*** messy has quit IRC | 23:54 | |
*** adrian_otto has quit IRC | 23:57 | |
*** adrian_otto has joined #openstack-ansible | 23:57 | |
*** eil397 has left #openstack-ansible | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!