Tuesday, 2016-07-05

*** Ger-chervyak has joined #openstack-ansible00:00
*** saneax is now known as saneax_AFK00:05
*** Rodrigo_BR has quit IRC00:19
*** saneax_AFK is now known as saneax00:25
*** chhavi has joined #openstack-ansible01:08
*** jamielennox is now known as jamielennox|away01:09
*** chhavi has quit IRC01:33
*** jamielennox|away is now known as jamielennox01:43
*** aernhart has quit IRC01:48
*** ManojK has joined #openstack-ansible01:53
*** jamielennox is now known as jamielennox|away01:53
*** ManojK has quit IRC01:59
*** johnmilton has quit IRC02:04
*** asettle has joined #openstack-ansible02:13
*** asettle has quit IRC02:19
*** furlongm has joined #openstack-ansible02:20
*** jamielennox|away is now known as jamielennox02:43
*** Ger-chervyak has quit IRC02:49
*** perniciouscaffei has joined #openstack-ansible03:06
*** zerda2 has joined #openstack-ansible03:32
*** ManojK has joined #openstack-ansible03:53
*** M00nr41n has joined #openstack-ansible03:56
*** saneax is now known as saneax_AFK04:07
*** perniciouscaffei has quit IRC04:24
*** M00nr41n has quit IRC04:28
*** ManojK has quit IRC04:29
*** perniciouscaffei has joined #openstack-ansible04:35
*** xar- has quit IRC05:11
*** xar- has joined #openstack-ansible05:11
*** shausy has joined #openstack-ansible05:19
*** chhavi has joined #openstack-ansible05:19
*** M00nr41n has joined #openstack-ansible05:24
*** chhavi has quit IRC05:48
*** asettle has joined #openstack-ansible05:48
*** asettle has quit IRC05:54
*** saneax_AFK is now known as saneax06:10
openstackgerritMerged openstack/openstack-ansible-openstack_hosts: Fix error by add condition to check if item is empty from the conditional  https://review.openstack.org/33662806:30
*** mikelk has joined #openstack-ansible06:45
*** pcaruana has joined #openstack-ansible06:46
*** chhavi has joined #openstack-ansible06:46
odyssey4mealioune 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 file07:00
ioniwhere does all the ansible development talk have place?07:01
odyssey4mewinggundamth 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
ionii want to subscribe to that particular mailing list07:02
odyssey4meioni 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
ioniodyssey4me, thanks07:03
odyssey4meioni But most OSA discussions happen in this channel actually, or through reviews. Our ML usage is not very big.07:03
winggundamthodyseey4me: 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 IRC07:04
odyssey4meRodrigo_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
odyssey4meshewless OSA's first supported release for Ubuntu 16.04 will be Newton.07:05
odyssey4methetrav You will have to ask admin0 that question as that's his website.07:06
odyssey4methetrav 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
odyssey4methetrav 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
odyssey4mewinggundamth 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-ansible07:10
winggundamthodyseey4me: 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 use07:12
odyssey4mewinggundamth I don't know off-hand, you'll have to look at an existing installation to see.07:13
winggundamthodyssey4me: okay07:13
ioniwinggundamth, i think on lxcbr007:13
ioninameserver 10.0.3.107:14
ioniin containers07:14
ioniip a | grep 10.0.3.107:14
ioni    inet 10.0.3.1/24 brd 10.0.3.255 scope global lxcbr007:14
winggundamthioni: thanks. so I'll try and test this :)07:14
*** fishcried has quit IRC07:15
ioniwinggundamth, from what I can see, dnsmasq is already configured properly07:16
ioninsmasq  --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-authoritative07:16
*** jimmy has quit IRC07:16
winggundamthioni: where I can find that command?07:16
ionips ax07:16
ioni?07:17
ioni:D07:17
winggundamthlol07:17
*** fishcried has joined #openstack-ansible07:17
winggundamthioni: I'm looking at /etc/dnsmasq.d/lxc and found this07:17
winggundamthbind-interfaces07:17
winggundamthexcept-interface=lxcbr007:17
ioniright07:17
ionino idea :D07:18
ioniit doesn't seem that is using any conf07:18
winggundamthso this really confuse me you know. if you are doing service dnsmasq restart you will find it respect that configuration.07:18
winggundamthbut I couldn't find what it actually start it to listen only lxcbr0 interface07:18
*** mikelk has quit IRC07:19
winggundamth*where it actually start to listen only lxcbr0 interface07:19
ionimaybe lxc is starting it automatically?07:19
*** mikelk has joined #openstack-ansible07:20
odyssey4meafk for a bit while I relocate07:21
winggundamthioni: yeah. I'm trying to find where exactly it has been tell to start07:28
evrardjphey07:29
evrardjpgood morning07:29
evrardjpyou need help with lxc?07:29
ioniwinggundamth, /etc/init/lxc-net.conf07:30
evrardjplxc bridge is in the interfaces.d07:30
evrardjpit starts lxc-system-manage dnsmasq-start07:31
winggundamthhmmm07:31
evrardjpthis script runs with listen-address <lxcbridge>07:32
evrardjpthat's our lxc_hosts behavior07:32
evrardjpdefault ubuntu behavior is in /etc/default/lxc or lxc-net07:34
evrardjpIIRC07:34
winggundamthit is in this file /etc/init/lxc-net.conf07:35
winggundamthdnsmasq $LXC_DOMAIN_ARG -u lxc-dnsmasq --strict-order --bind-interfaces --pid-file=${varrun}/dnsmasq.pid --conf-file=${LXC_DHCP_CONFILE} --listen-addres07:35
winggundamths ${LXC_ADDR} --dhcp-range ${LXC_DHCP_RANGE} --dhcp-lease-max=${LXC_DHCP_MAX} --dhcp-no-override --except-interface=lo --interface=${LXC_BRIDGE} --dhcp-leasefil07:35
winggundamthe=/var/lib/misc/dnsmasq.${LXC_BRIDGE}.leases --dhcp-authoritative || cleanup07:35
ioniii don't think that it's called pre_start07:35
ioniit has an override by ansible07:35
ionilxc-net.override07:36
evrardjpwe are using the mechanism as I explained above07:37
evrardjpif I am wrong please enlighten me :D07:38
evrardjpmaybe we are not talking about the same thing07:38
*** admin0 has joined #openstack-ansible07:51
*** admin0 has quit IRC07:52
*** fishcried1 has joined #openstack-ansible07:53
*** admin0 has joined #openstack-ansible07:56
*** fishcried has quit IRC07:57
*** fishcried1 is now known as fishcried07:57
*** alioune has joined #openstack-ansible08:05
*** fishcried has quit IRC08:12
*** dalees has quit IRC08:13
aliouneHi guys I need your suggestion for two questions please08:14
alioune1: 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 container08:14
aliouneI've run "service --status-all" in container but there is no neutron process running08:15
*** chhavi has joined #openstack-ansible08:15
*** asettle has joined #openstack-ansible08:19
evrardjpalioune: there is a setting to set in your user variables to support ovs08:38
evrardjpit's not production ready yet IIRC08:39
*** dalees has joined #openstack-ansible08:39
evrardjpit's for master08:39
odyssey4meevrardjp re Storyboard see http://docs.openstack.org/infra/storyboard/ & https://github.com/openstack-infra/storyboard08:39
odyssey4meevrardjp and some background https://wiki.openstack.org/wiki/StoryBoard08:40
*** electrofelix has joined #openstack-ansible08:44
odyssey4mealioune 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
evrardjpodyssey4me: what about this bug: https://bugs.launchpad.net/openstack-ansible/+bug/157991908:54
openstackLaunchpad 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 IRC08:54
evrardjpjuno to kilo, and kilo is now EOL08:55
evrardjpshould we have docs to help ppl? Like known issues and workarounds?08:55
evrardjpto help ppl move from older versions08:55
odyssey4mealioune If you want you could try backporting patches from the master branch into your own fork.08:55
odyssey4meevrardjp 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 bug08:56
vnogingood morning :)08:57
vnoginevrardjp, hi :) as far as I remember I used tag 13.0.108:58
aliouneevrardjp: thanks in others words currently it's better using Fuel for production instead of Openstack-Ansible ?09:04
aliouneodyssey4me: could you give me more detail about your suggestion ?09:04
*** chhavi has joined #openstack-ansible09:06
openstackgerritMerged openstack/openstack-ansible: [docs] Revise overview chapter in OSA install guide  https://review.openstack.org/33196609:06
*** chhavi has quit IRC09:21
*** asettle has quit IRC09:24
*** asettle has joined #openstack-ansible09:24
*** asettle has quit IRC09:30
*** asettle has joined #openstack-ansible09:41
evrardjpalioune: long ago I flipped from Fuel to openstack-ansible for production, and went quicker to prod09:43
evrardjpopenstack-ansible is production ready09:43
evrardjpbut it really depends on what you need09:43
evrardjpopenstack-ansible master is bleeding edge, which is different than stable, but it works too09:43
evrardjpvnogin: what are you talking about? I don't recall, sorry09:44
*** admin0 has quit IRC09:45
*** arif-ali has quit IRC09:48
vnoginevrardjp, >><evrardjp> vnogin: have you the latest M before doing the upgrade to N?09:48
vnoginevrardjp, >><evrardjp> just to know about this https://bugs.launchpad.net/openstack-ansible/+bug/159811409:48
openstackLaunchpad bug 1598114 in openstack-ansible "After upgrade M->N horizon doesn't work" [Undecided,New]09:48
thetravok, 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 everything09:48
thetravso... no... don't re-run the scripts09:48
thetravin 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 though09:49
vnoginthetrav, btw, I saw the same issue with duplicate containers09:50
odyssey4methetrav 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 that09:50
*** arif-ali has joined #openstack-ansible09:50
thetravahh right09:50
thetravyes I typically wipe the inventory frequently as I change networking bits and bobs09:50
thetravin fact, my most common need to restart is because I've missed some ips from my used-ips range09:51
odyssey4methetrav if you wipe the inventory, you should clean up the containers beforehand using the lxc-container-destroy playbook09:51
evrardjpvnogin that's the thing09:51
evrardjp13.0.1 isn't latest mitaka09:51
thetravoh thanks for the heads up odyssey4me09:51
thetravI remember thinking that there should be some sort of reset playbook, but got distracted and didn't really look for it09:51
evrardjpwe changed the hostname behavior during mitaka cycle09:52
vnoginevrardjp, yep, I know, however when I started with upgrades it was latest :)09:52
thetravahh09:55
thetravI am wrong09:55
thetravthe problem is that it's trying to ssh to ceph_mon as root09:55
*** perniciouscaffei has quit IRC09:55
thetravand my current setup only has the deploy host with access to that host as ubuntu09:55
thetravso, 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 file09:56
thetravnot in a typical inventory file where I could set ansible_user09:57
thetravhas anyone expressed concern about giving ssh access as root user all over the place yet?09:58
evrardjpvnogin: We'll triage this bug today09:58
thetravI'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
evrardjpFYI, I'll point it as invalid myself09:59
evrardjpI'd*09:59
evrardjpbecause we are supposed to be doing major upgrades from latest to latest09:59
evrardjpwhen following this, it should be working10:00
evrardjphowever for your case, we have another issue10:00
evrardjp13.0.1 to 13.1.3 is disruptive and we don't have a plan10:01
vnogin evrardjp I'll try to join the meeting as well :) maybe you will need my assistance :)10:01
evrardjpthis is why I talk to you about it, I want to be fully transparent with you10:02
evrardjpI updated the bug too10:02
vnoginevrardjp, thanks a lot10:03
evrardjpI still think we should move to IPs, but I also think we have a procedure in place, and that's what we have to follow10:04
vnogineverything can be changed :)10:05
evrardjpwe should maybe adapt the bug instead of M->N from 13.0.1 to 13.1.310:05
evrardjpthis brings me to another discussion, have a gate for testing tag to tag upgrade in OSA10:06
evrardjpbut that's not for now10:06
*** bootsha has joined #openstack-ansible10:11
*** admin0 has joined #openstack-ansible10:20
aliouneevrardjp: 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
evrardjpif you want to have murano right now, stable, openstack-ansible can't give that to you10:25
evrardjpbut you can contribute to bring murano to the openstack-ansible umbrella10:25
evrardjpand 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 run10:26
bkreitchadmin0: hi, did you have a change to look into manila role?10:35
admin0not yet sir10:35
admin0plan to do it this weekend10:35
bkreitchi have something kinda starting to work - running 4 containers, can create share type and network, but not the share itself yet10:38
bkreitchneed to fix the manila.conf, deal with backends10:39
*** berendt has joined #openstack-ansible10:40
*** LanceHaig has joined #openstack-ansible10:41
*** bootsha has quit IRC10:44
bkreitchadmin0: so you'll configure manila manually we could probably plug the config in10:46
evrardjpgood work advancing this bkreitch :D10:47
bkreitchthx:)10:49
*** deadnull has joined #openstack-ansible10:54
*** psilvad has quit IRC10:55
aliouneevrardjp: I agree with you, I'm interested by your suggestion. what's the main steps for contributing to openstack-ansible?11:00
aliouneCurrently I'm contributing to Opendaylight and OPNFV but I've never do so with Openstack11:01
*** admin0 has quit IRC11:03
evrardjpthat's why you want OVS instead of linux bridge !11:04
evrardjpI now understand11:04
*** johnmilton has joined #openstack-ansible11:13
*** admin0 has joined #openstack-ansible11:15
*** admin0 has quit IRC11:16
aliouneevrardjp: right! So what's the next steps ?11:16
*** asettle has quit IRC11:20
*** asettle has joined #openstack-ansible11:21
*** weshay has joined #openstack-ansible11:25
*** asettle has quit IRC11:26
*** retreved has joined #openstack-ansible11:29
*** alioune_ has joined #openstack-ansible11:35
mgariepygood morning everyone !11:41
evrardjpalioune: sorry I was afk11:42
evrardjpgood question :D11:42
evrardjpdid you already contribute to openstack?11:42
*** admin0 has joined #openstack-ansible11:43
evrardjpafk again11:44
aliouneNo I've never contribute to openstack11:45
odyssey4mealioune if you could help by developing and contributing a role to deploy murano then the Newton release will have everything you want11:45
*** alioune_ has quit IRC11:46
odyssey4mealioune 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_sahara11:46
odyssey4mealioune there're some guidelines in our developer guide: http://docs.openstack.org/developer/openstack-ansible/developer-docs/additional-roles.html11:47
*** asettle has joined #openstack-ansible11:47
odyssey4mealioune I'd suggest reading the maturity guidelines to get an understanding of the overall progression of maturity before diving into doing any coding11:48
*** shausy has quit IRC11:50
*** shausy has joined #openstack-ansible11:51
*** psilvad has joined #openstack-ansible11:53
*** admin0 has quit IRC11:56
*** woodard has joined #openstack-ansible11:56
*** psilvad has quit IRC11:59
*** psilvad has joined #openstack-ansible11:59
*** woodard has quit IRC12:01
*** admin0 has joined #openstack-ansible12:03
*** psilvad has quit IRC12:04
*** zerda2 has quit IRC12:06
mhaydenmorning12:08
*** psilvad has joined #openstack-ansible12:10
*** thng has joined #openstack-ansible12:10
thngHi all12:10
thngI 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
thngBut it is impossible to ping or ssh to the vm12:12
thngCan anyone tell me what I missed ?12:13
thngin 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 better12:14
vnogincould you please send brctl show output?12:15
*** openstackgerrit has quit IRC12:19
thngvnogin: http://pastebin.com/Z8NcRRzg12:19
*** openstackgerrit has joined #openstack-ansible12:19
vnoginthng, so em1-4 - for external network, right?12:25
thngyes12:27
thngmy dmz on 192.168.90.x12:27
vnoginok, however these interfaces are not connected to br-vlan. could you please send me which ip-addresses do you use as floating?12:29
thngeuh... why floating ip ? I use flat network and my vm is connected directly to this external network12:30
thngit has 192.168.90.5012:30
vnogintry to add em1 for instance to the bridge brctl addif br-vlan em112:32
vnoginifconfig em1 0.0.0.0 prior the above :)12:33
vnoginifconfig br-vlan 192.168.90.42/24 at the end12:34
openstackgerritMerged openstack/openstack-ansible-os_heat: Update paste, policy and rootwrap configurations 2016-07-01  https://review.openstack.org/33652912:34
thngnot better :(12:37
thngstill can not ping12:37
vnoginthng, please send me again the same output12:38
*** woodard has joined #openstack-ansible12:38
thngoki12:39
thngvnogin: http://pastebin.com/nStgNDdU12:40
vnoginthng, on the meeting now, will back in 10 min12:45
*** admin0_ has joined #openstack-ansible12:45
thngoki thanks12:46
*** admin0 has quit IRC12:47
*** admin0_ is now known as admin012:47
*** jthorne has joined #openstack-ansible12:52
vnoginthng, let's discuss it in private channel :)12:54
thngoki no prob12:54
*** admin0 has quit IRC13:00
*** jmckind has joined #openstack-ansible13:02
*** galstrom_zzz is now known as galstrom13:03
odyssey4memattt apparently you aren't holidaying hard enough :p13:04
matttodyssey4me: moving != holidaying :P13:04
matttodyssey4me: need to get back into the groove, it's been way too long!13:05
automagicallyMorning all13:07
*** klamath has joined #openstack-ansible13:08
*** admin0 has joined #openstack-ansible13:08
*** klamath has quit IRC13:09
*** klamath has joined #openstack-ansible13:09
*** ametts has joined #openstack-ansible13:12
odyssey4memattt heh, yeah - moving is not fun... oh, and of course we rewrote everything just for fun13:16
*** galstrom is now known as galstrom_zzz13:17
odyssey4meandymccr FYI a review for you https://review.openstack.org/33662413:19
*** messy has joined #openstack-ansible13:22
*** ManojK has joined #openstack-ansible13:30
odyssey4meevrardjp FYI https://review.openstack.org/33023113:30
*** admin0 has quit IRC13:32
openstackgerritMerged openstack/openstack-ansible-os_keystone: Update paste, policy and rootwrap configurations 2016-07-01  https://review.openstack.org/33653013:35
*** admin0 has joined #openstack-ansible13:36
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: glance_api_servers must contain a valid url with protocol  https://review.openstack.org/33511113:38
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_nova: Nova role should not default vars outside the nova namespace  https://review.openstack.org/33511313:41
*** Ger-chervyak has joined #openstack-ansible13:42
odyssey4meheh, one of my nova-network bugs just expired: https://bugs.launchpad.net/nova/+bug/117944313:44
openstackLaunchpad bug 1179443 in OpenStack Compute (nova) "Route on public_interface gets lost when using nova-network" [Undecided,Expired]13:44
mgariepyis there an easy way to not push the lxc-container image on the compute nodes ?13:45
automagicallymgariepy: https://bugs.launchpad.net/openstack-ansible/+bug/157876513:47
openstackLaunchpad bug 1578765 in openstack-ansible "Installing unnecessary LXC files on compute nodes" [Wishlist,Triaged] - Assigned to Kevin Carter (kevin-carter)13:47
automagicallymattt: Mind taking a quick look at https://review.openstack.org/#/c/335130/113:48
ionii know that is not related to ansible, but I wonder if there is a way to create an instance and not boot it13:48
*** mperazol has joined #openstack-ansible13:49
mgariepythanks automagically13:52
automagicallynp13:52
*** ManojK has quit IRC13:53
odyssey4memgariepy 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 group13:54
automagicallySeems reasonable enough13:57
mgariepyindeed it's a good idea, since deploying the lxc stuff on the compute is mostly useless IMO, and take some time..13:58
evrardjpodyssey4me: starred your review13:59
*** Ger-chervyak has quit IRC14:01
*** Ger-chervyak has joined #openstack-ansible14:01
mgariepyHey, today i'll finally be free of fuel openstack ! :D14:02
*** mperazol has quit IRC14:02
evrardjp:D14:04
evrardjpI know the feeling14:04
evrardjp(if it's an old fuel, don't know about the recent fuel thingies)14:05
mgariepywas icehouse14:05
*** shausy has quit IRC14:06
odyssey4memgariepy heh, that's the last fuel version I worked on too14:06
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_neutron: Remove is_metal var from os_neutron role  https://review.openstack.org/33768114:07
mgariepyi'm really happy not to have to touch that anymore !14:08
odyssey4memgariepy it would be very interesting to see your migration notes - all the things you had to do and how you did it14:09
openstackgerritAshana Evans proposed openstack/openstack-ansible: [WIP] Partially supports Multi-arch design  https://review.openstack.org/33768414:09
mgariepyhaha14:10
*** fxpester has quit IRC14:10
mgariepyI snapshoted all the vms, terminated them and the users will have to start back from their snapshot14:11
*** galstrom_zzz is now known as galstrom14:11
mgariepycinder and glance are backed in ceph, so the data still there.14:12
*** admin0 has quit IRC14:12
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_neutron: Remove neutron_overlay_network var from os_neutron role  https://review.openstack.org/33768714:12
mgariepyand a bunch of mysql update ;)14:12
mgariepywhen i'm done with my upgrade i can send you some of them14:13
odyssey4memgariepy oh dear - so all new IP addresses and MAC addresses for VM's? your users must be thrilled :)14:13
mgariepythey don't pay ;) haha14:13
*** permalac has quit IRC14:14
mgariepyall that was lost is the vms..14:14
mgariepythe floating ips are still allocated to the projects.14:14
*** Ashana has joined #openstack-ansible14:17
mgariepyi 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-ansible14:17
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_nova: Nova role should not default vars outside the nova namespace  https://review.openstack.org/33511314:17
odyssey4memgariepy did you switch from OVS to LXB then?14:18
*** weezS has joined #openstack-ansible14:18
mgariepyyes14:18
*** admin0 has quit IRC14:18
mgariepyovs + gre > lxb + vxlan14:18
odyssey4meok, yeah - doing a switch like that doesn't really have a good way of doing it live14:19
mgariepyunless you work for rackspace ;) hehe14:19
*** weezS has quit IRC14:19
mgariepyand the HA stuff in fuel was a pain.14:20
odyssey4mewell, I suppose if it's important for your business to do it live then you would find a way... but that would take more investment14:20
*** Mudpuppy has joined #openstack-ansible14:20
odyssey4meI expect it is possible, but it would be quite fiddly and hacky.14:20
mgariepynext upgrade it will be mostly live ;)14:21
*** dmellado has quit IRC14:21
mgariepyat least, it should14:21
*** dmellado has joined #openstack-ansible14:21
*** weezS has joined #openstack-ansible14:21
*** spotz_zzz is now known as spotz14:22
*** ManojK has joined #openstack-ansible14:25
*** admin0 has joined #openstack-ansible14:26
cloudnullmornings14:27
chris__hultincloudnull: Morning14:28
chris__hultincloudnull: I've got a small issue that I'm running into with your multi-node AIO14:28
*** cloader89 has joined #openstack-ansible14:29
*** dmellado has quit IRC14:29
cloudnullwhats up?14:29
*** fxpester has joined #openstack-ansible14:30
*** dmellado has joined #openstack-ansible14:30
chris__hultinActually, let me check something real quick14:30
evrardjpdear 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, bgmccoll14:31
evrardjpum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec :14:31
evrardjpthe osa bug triage will start in 1h30’. Please have a look at the bug list before starting:14:31
evrardjphttps://etherpad.openstack.org/p/osa-bugtriage14:31
evrardjpThank you14:32
evrardjpand good morning to everyone I didn't talk (yet)14:32
asettleYeah jeez evrardjp14:32
asettleHaven't said a word to me all day :p14:32
cloudnullo/14:32
chris__hultinOK, yeah.  I've got Magnum installed, listening on 9511, but I can't actually connect to the API14:32
chris__hultincloudnull: ^^14:32
spotzSo polite evrardjp:)14:33
cloudnullchris__hultin: something w/in haproxy ?14:33
evrardjpsorry spotz14:33
evrardjp:/14:33
evrardjpI try!14:33
spotzheheh14:33
*** sigmavirus_away is now known as sigmavirus14:33
*** sigmavirus is now known as bops14:33
spotzso question for midcycle, folks want tex-mex, steak, bbq, Pub?14:33
* hughsaunders bops bops14:34
evrardjpsteak :D14:34
bopssssh14:34
*** bops is now known as sigmavirus14:34
sigmavirusspotz: why not all of the above?14:34
evrardjpI don't know what you call bbq14:34
evrardjpbut it seems interesting14:34
sigmavirusevrardjp: deliciousness is another name14:34
hughsaundersevrardjp: meat + fire14:34
evrardjpPub sounds good14:34
sigmavirushughsaunders: + a thick sauce14:34
evrardjpbarbecue is the sauce or it's a grill ?14:35
asettlespotz: anything that won't make my stomach turn into a fiery pit of despair14:35
evrardjpok that's what I thought14:35
sigmavirusevrardjp: yes14:35
evrardjpthe sauce14:35
evrardjpI like grill14:35
evrardjpplain14:35
evrardjpand ol'14:35
evrardjp:D14:35
evrardjpbut I'm happy to learn the culture14:35
spotzsigmavirus: Not necessarily sauce. We actully had Franklin's this weekend mucho tasty. We had to order a month in advance for takeout14:35
sigmavirusevrardjp: a barbecue is the grill itself14:35
sigmavirusevrardjp: bbq tends to refer to the food put on the barbecue14:35
sigmavirusand also the sauce14:35
evrardjpsigmavirus: that's how we call it in Belgium too14:35
evrardjpwoot14:35
spotzasettle Best to stay away  from tex-mex then14:35
sigmavirusasettle: do you have a weakness in spicy food?14:36
*** zhangjn has quit IRC14:36
sigmavirusIf so, never eat anything I cook14:36
asettleHaha spotz that's where I've gone wrong previously :(14:36
cloudnullchris__hultin: the management tools for HAP are on the deployment host. you should see a backend to magnum14:36
asettlesigmavirus: ummmm depends on stomach's mood?14:36
asettleStomach is own person14:36
spotzasettle: It is good and you can get around spicy but you need to know what to rder14:36
sigmavirusasettle: so you eat for two?14:36
automagicallyBBQ!!!!!14:36
*** zhangjn has joined #openstack-ansible14:36
evrardjpanyway, I'd be happy to test anything14:36
sigmavirusasettle: is this some kind of announcement or something?14:36
asettlespotz: omg that's too much pressure you can totally go back to picking the food :P i trust you, you seem trustworthy14:37
evrardjpbecause life14:37
asettlesigmavirus: did you really just?!14:37
* sigmavirus hides14:37
asettleLike, mate.14:37
asettleImma fucking kick you into tomorrow14:37
asettle:p14:37
cloudnull++ BBQ, we should go to the salt lick or TX pride.14:37
evrardjpasettle: doesn't inform anything14:37
evrardjpinfirm*14:37
evrardjpI meant the opposite of confirm14:37
spotzcloudnull: 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's14:38
asettleevrardjp: sigh. No babies. Alex is a 100% baby free zone14:38
asettleI'm glad we did this in channel guys14:38
evrardjpfor now14:38
asettleBonding14:38
asettleJP REALLY14:38
asettleI AM RIGHT NEXT OT YOU14:38
evrardjpI din't mean I was doing that to you14:38
evrardjpyou perv'14:38
cloudnullwow!? friends and family folks =)14:38
asettleYOU ARE MAKING THIS WORSE14:38
evrardjpI'm respectful!14:38
asettlecloudnull help14:38
spotzcloudnull: Is TX Pride near? Otherwise Cooper's in NB is probably the closest good BBQ14:38
evrardjpyes, help plz14:38
evrardjpI'm afraid now14:39
evrardjpSHE IS NEXT TO ME14:39
cloudnullspotz: http://www.texaspridebbq.net/14:39
asettleThat's what scares you evrardjp?14:39
* cloudnull hands asettle a shovel14:39
evrardjpI'm feeling unwelcomed14:40
evrardjpand misunderstood14:40
asettleHahha evrardjp:P14:40
spotzcloudnull: Ahh Adkins we looked at a house there. So that would be closer then Coopers. We just need enough spaces in cars:)14:40
cloudnullevrardjp: you're a valued member of the team :)14:40
evrardjpwill take the shovel myself14:40
asettleGuys evrardjp does not look sad one bit14:40
cloudnullasettle: give him the AUSUKAS Flu (AUS UK Avian Swine Flu), he'll be sad then.14:44
asettleHow is that still around?!14:44
asettleI can't believe you still remember the name for it :P14:44
chris__hultincloudnull: Thanks for pointing that out - I needed to run the HAProxy playbook for it to set up Haproxy14:45
cloudnullOh i remember... worst. flu. ever.14:45
cloudnullchris__hultin: my bad, i may have failed to mention that14:45
*** jamesdenton has joined #openstack-ansible14:46
chris__hultincloudnull: No worries, lol.14:46
cloudnulldid everyone in the states have a good day celebrating high treason and the original Brexit ?14:46
openstackgerritMerged openstack/openstack-ansible-os_cinder: Update paste, policy and rootwrap configurations 2016-07-01  https://review.openstack.org/33652814:47
spotzcloudnull: We celebrated on Sunday had a good time but a death in the flock:( You?14:47
spotzAnd no d34dh0r53 I did not save it for you, TOD and cause was unknown14:48
cloudnullsorry to hear that spotz :'( -- I had a good day of drinking and over eating14:48
spotzcloudnull: Thanks. Yeah too much eating this weekend for sure14:49
odyssey4meevrardjp https://github.com/NextThingCo/ :)14:49
odyssey4meMy batch of C.H.I.P. computers just arrived14:49
cloudnullanyone available to give swift a shove https://review.openstack.org/#/c/336624/14:50
automagicallyodyssey4me: Congrats! Those look like tons of fun14:51
odyssey4meautomagically Now I have to figure out what to do with them. :p14:52
*** weezS has quit IRC14:52
cloudnullodyssey4me: so whats going to be your first creation?14:52
odyssey4meMaybe a few nova-lxd compute nodes. :p14:52
cloudnullodyssey4me:  that doesn't sound like fun14:53
*** ManojK has quit IRC14:53
odyssey4meWell, perhaps a little 8 bit console with Golden Axe on it.14:53
cloudnullyou should do this http://pockulus.getchip.com/14:53
evrardjpodyssey4me: so cool14:53
evrardjpgolden axe14:53
evrardjp:D14:53
evrardjpcloudnull: lol14:54
odyssey4mecloudnull But CLOUD!14:54
*** weezS has joined #openstack-ansible14:54
odyssey4meTHREE DEE! AOMG AWESOME!14:54
*** ManojK has joined #openstack-ansible14:55
odyssey4meI want unlimited power in my jeans too.14:55
odyssey4meThat would be amazeballs.14:56
*** thng has quit IRC14:57
evrardjp:D14:57
mhaydenodyssey4me: the release emails look good!14:59
*** kstev has joined #openstack-ansible15:01
*** phalmos has joined #openstack-ansible15:03
* stevelle rolls swift off the end of the pier for cloudnull15:13
*** BjoernT has joined #openstack-ansible15:13
*** KLevenstein has joined #openstack-ansible15:18
openstackgerritVitaliy Nogin proposed openstack/openstack-ansible: Remove duplicate exit_early execution  https://review.openstack.org/33711015:22
*** weezS has quit IRC15:24
*** woodard has quit IRC15:29
openstackgerritMerged openstack/openstack-ansible-openstack_hosts: Add linux-image-extra-virtual to host packages  https://review.openstack.org/33565015:29
*** saneax is now known as saneax_AFK15:30
*** openstackgerrit has quit IRC15:33
*** openstackgerrit has joined #openstack-ansible15:34
*** jmckind_ has joined #openstack-ansible15:35
*** admin0 has quit IRC15:35
openstackgerritMerged openstack/openstack-ansible-os_swift: Fix swift ring distribute  https://review.openstack.org/33662415:35
*** jmckind has quit IRC15:38
*** mikelk has quit IRC15:41
openstackgerritAshana Evans proposed openstack/openstack-ansible: [WIP] Partially supports Multi-arch design  https://review.openstack.org/33768415:45
*** jmckind_ has quit IRC15:46
*** jmckind has joined #openstack-ansible15:48
openstackgerritAshana Evans proposed openstack/openstack-ansible: [WIP] Partially supports Multi-arch design and Partially-Implements: bp/multi-arch-repo  https://review.openstack.org/33768415:48
*** LanceHaig has quit IRC15:52
*** LanceHaig has joined #openstack-ansible15:52
*** wadeholler has quit IRC15:52
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts: Update the version of LXC installed to the latest stable  https://review.openstack.org/33530115:54
*** adrian_otto has joined #openstack-ansible15:56
*** eil397 has joined #openstack-ansible15:57
*** woodard has joined #openstack-ansible16:01
*** woodard has quit IRC16:06
*** sdake has joined #openstack-ansible16:06
evrardjphey everyone16:06
*** woodard has joined #openstack-ansible16:06
evrardjpor said differently16:07
evrardjpcloudnull, 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, severion16:07
evrardjpbgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec16:07
evrardjpit's time for bug triage16:07
evrardjphttps://etherpad.openstack.org/p/osa-bugtriage16:07
evrardjpsorry for starting a little too late16:07
evrardjpthis week we still continue with the same way as last week, but I'll probably try to introduce another way of working next week16:08
evrardjpok go16:08
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159779816:08
openstackLaunchpad bug 1597798 in openstack-ansible "empty vars files cause openstack-ansible to fail to combine variables" [Undecided,New]16:08
*** ManojK has quit IRC16:09
cloudnullo/16:09
evrardjpit'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
evrardjpglad to have a member in the audience :D16:10
cloudnullevrardjp: I'd say wishlist16:10
asettlecloudnull: hey woah man16:10
asettlewhishlist is best list16:10
cloudnulllol16:10
* asettle comes in for the necessary comments and then promptly leaves16:10
evrardjpit's presents for the coders16:10
*** sdake has quit IRC16:11
evrardjpcloudnull: won't fix / opinion?16:13
cloudnullopinion16:13
cloudnullI'd say its something we can fix.16:13
cloudnulland i might be able to make an argument that we "should" fix it.16:14
evrardjpit's still ansible behavior16:14
cloudnullbut that ^16:14
cloudnullso wishlist, opinion. and if it becomes a bigger issue we can pull it in.16:14
evrardjpopinion and I assign it to you?16:14
evrardjpthere is no deadline :D16:14
cloudnullif you like16:14
evrardjpdone!16:15
evrardjpthanks :D16:15
evrardjpnext is https://bugs.launchpad.net/openstack-ansible/+bug/159691816:15
openstackLaunchpad bug 1596918 in openstack-ansible "Cinder isn't facultative anymore" [Undecided,New]16:15
evrardjpI'll take it16:15
evrardjpand mark as confirmed16:15
evrardjpjimmy kinda confirmed :D16:16
evrardjpok moving one up: https://bugs.launchpad.net/openstack-ansible/+bug/159657216:16
openstackLaunchpad bug 1596572 in openstack-ansible "DOCS: Clarify variable usage in global_overrides" [Undecided,New]16:16
* asettle waves from the corner16:16
evrardjpso this is true, it should only be used for networking overrides16:17
asettlespotz: 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 perspective16:17
evrardjpasettle: that is why we are triaging it :D16:18
spotzasettle It came out of one of these sessions, not sure the code fix it goes with is done yet16:18
evrardjpit is16:18
evrardjpIIRC16:18
asettlespotz: do you have a relevant link to the code fix? Or is that not in a patch yet16:18
asettleevrardjp: it is? If so, could this please be linked into the bug16:18
evrardjpmaybe not in all branches16:18
asettlestill requires a backport?16:19
palendaeWas the code fix this one? https://bugs.launchpad.net/openstack-ansible/+bug/158890216:19
openstackLaunchpad bug 1588902 in openstack-ansible "Variables defined in global_overrides persist after deletion" [High,Fix released] - Assigned to Jesse Pretorius (jesse-pretorius)16:19
evrardjpI'll give that16:19
spotzhttps://bugs.launchpad.net/openstack-ansible/+bug/1588902 - that's the prompter16:19
spotzhad to find the meeting notes:)16:19
*** sean_ has joined #openstack-ansible16:19
evrardjpThe question is16:20
evrardjpshould we doc this or not16:20
evrardjpI agree global_overrides should only be used for network overrides16:20
palendaeIn Newton, the overrides will update properly16:20
evrardjpindeed16:21
palendaeI'd be for renaming global_overrides to network_settings16:21
palendaeWith a deprecation cycle16:21
jmccrorypalendae: +116:21
evrardjpthat would still require a doc change for the older branches16:21
palendaeSure16:21
asettleConsidering global_overrides are documented in the install guide, I'd say yes to documenting it16:21
evrardjpjust to explain this should be used only for networking matters16:21
asettleSee hurr: http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-networking.html16:21
evrardjpok16:21
evrardjpso it's not a wishlist, it's a bug16:21
asettleIt would only have to be in a notation within the networking sections16:21
palendaeYeah, older behavior should be documented16:21
asettleevrardjp: a low bug, yeah16:22
evrardjpagreed then16:22
asettleSmashing, cheers16:22
andymccrwe use global_overrides for swift too16:22
asettlespotz: 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
evrardjpandymccr: I didn't know16:23
andymccrrenaming that would have a pretty big upgrade impact.16:23
palendaeHm, nor did I16:23
palendaeNoted16:23
spotzasettle I can do it during the bug squash. I'm fighting with chef and rabbitmq right now:(16:23
andymccrwe could move towards a "swift_defaults" section instead of global overrides16:23
asettlespotz: 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
spotzok16:23
andymccrbut taht would require a patch/work to the os_swift work - happy to do that but also pretty serious upgrade impact.16:23
evrardjpI suggest andymccr work with asettle for the wording then16:24
odyssey4meandymccr hmm, why not just have group vars set for swift and have a user use user_var overrides for changes?16:24
asettleCool16:24
evrardjplet's not talk about renaming variables right away16:24
evrardjpjust focusing on this bug16:24
palendaeYeah, that was getting off topic16:24
odyssey4mefair enough16:25
asettleAnyone against me just adding a note into the networking section and potentially dev docs that states it as fact until further notice?16:25
evrardjpI think this is the goal of this bug16:26
evrardjpbeing more clear about the networking section, not only in master branch, but also on the others16:26
evrardjpthe master branch is kinda immune to this bug, where others aren't16:26
*** vnogin_ has joined #openstack-ansible16:26
asettleSure, will backport to mitaka and liberty16:27
evrardjpin all the cases, global_overrides should be mostly only used for networking16:27
evrardjpok cool16:27
evrardjplet's assume everyone is ok - so confirmed/low16:27
evrardjpnext one16:28
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159662016:28
openstackLaunchpad bug 1596620 in openstack-ansible "L > M upgrade: lxc_hosts fails to install pip packages" [Undecided,New]16:28
jmccrorythink force-reinstall should be removed for at least that one playbook run, not sure if it's necessary for others16:29
*** wadeholler has joined #openstack-ansible16:30
evrardjpok16:30
odyssey4mehmm, 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 Mitaka16:30
evrardjpI didn't got the chance to confirm this, because I never use this script16:30
jmccrorydon't think the manual upgrade docs even mention the option16:31
odyssey4meah, I see what you mean jmccrory16:31
evrardjpjmccrory: yup it's not mentionned16:31
evrardjpthat's just reducing the severity imo16:31
odyssey4mein that specified case the install should be isolated, or the pip conf needs to be cleared16:31
jmccroryodyssey4me: yep, only occurs because that specific package was never built on repo servers in liberty16:32
*** asettle has quit IRC16:32
aliounehi guys, how to restart neutron service after modifing config file in lxc container ?16:32
odyssey4mealioune if you modified the config through the OSA config mechanism then execute the neutron playbooks then it would do it for you16:33
odyssey4mealioune if you changed the config manually, then you're doing it wrong :p16:33
evrardjplet's confirm this bug16:33
evrardjpwhat about medium ?16:33
*** pcaruana has quit IRC16:33
evrardjpor high importance16:33
cloader89b3rnard0: Actually, can we talk to you in Vidyo?16:34
b3rnard0Yes, give me a bit as I'm wrapping up lunch16:35
cloader89ok16:35
vnogin_alioune, server or agent container?16:36
evrardjpcould we please focus on the bug triage, please?16:36
evrardjpthat's two please16:36
evrardjp:D16:36
vnogin_yep, sorry )16:36
evrardjpThere is work to be done in the docs then16:36
aliouneodyssey4me: you mean modify openstack_user_config.yml ? there is no option for ovs plugin16:37
aliounevnogin: I would restart both to add more networking service16:37
odyssey4mejmccrory 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
palendaeodyssey4me, jmccrory That gets easier if the run_lock script is removed16:39
palendaeAnd a playbook is used instead16:39
palendaeSorry, run_lock function16:40
jmccrorycould it be overridden in-line? https://github.com/openstack/openstack-ansible/blob/stable/mitaka/scripts/run-upgrade.sh#L14716:40
odyssey4meyeah, 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 Mitaka16:40
odyssey4mejmccrory heh, probably :)16:41
jmccroryoh i see, so it'd have to be overridden in-line for everything except that one16:41
evrardjpthat deserves docs for the manual process, and override in the script16:42
evrardjpcool, that's what I wrote in the bug16:43
evrardjpsomeone wants to take it?16:43
evrardjp:D16:43
evrardjpok let's move to something else16:43
jmccroryi'll take it16:43
evrardjpthanks jmccrory16:44
odyssey4mejmccrory 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 anyway16:44
evrardjpI'll work with you on that one16:44
odyssey4mejmccrory 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-ansible16:44
evrardjpI think we got all the insights for the bug16:45
*** berendt has quit IRC16:45
evrardjpnext is https://bugs.launchpad.net/openstack-ansible/+bug/159566916:45
openstackLaunchpad bug 1595669 in openstack-ansible "Separate documentation for STIGs that aren't in Ansible" [Undecided,New]16:45
odyssey4mejmccrory maybe backporting all of the changes like these ? https://github.com/openstack/openstack-ansible-os_neutron/commit/5ce4d64150e2636da06d3fb61a20b20ced971cef16:45
aliouneany suggestion ?16:45
odyssey4meok, bug triage must move on16:45
odyssey4mealioune after the bug triage16:45
evrardjpIt looks like a wishlist to me16:46
evrardjpmhayden: do you there is enough information to have a proper fix of this bug?16:46
* mhayden looks again16:46
evrardjpor is there a need of more information?16:46
mhaydenah, i am working with yasmine on this one16:47
evrardjpok16:47
evrardjpgood16:47
eil397sounds like wishlist16:47
evrardjpthen confirmed wishlist assigned to you :D16:47
mhaydeni do need more info from her on it16:47
mhaydenhaha okay16:47
evrardjp:D16:47
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159458416:47
openstackLaunchpad bug 1594584 in openstack-ansible "Kilo nova extra migrations may not have successfully completed" [Undecided,New]16:47
odyssey4megit-harry The kilo tag is done: https://review.openstack.org/33650516:48
evrardjpI'd tag this as Opinion and Wishlist myself16:48
evrardjpbecause it's not our work to ensure nova's work is properly done16:48
evrardjpbut maybe I'm lacking the appropriate information16:49
evrardjpjmccrory: could you enlighten us on your opinion?16:49
jmccroryconcern is k>l upgrades not working because these migrations weren't completed in kilo16:49
jmccroryit's a silent failure in kilo and required for nova in liberty to work16:50
evrardjpbut is it an osa issue or a nova issue?16:50
evrardjpI mean we can fix that in osa in liberty16:51
jmccrorylittle of both? the migrate command always exits with 0 so ansible doesn't know that it didn't it failed16:51
jmccrorythat it failed*16:51
evrardjpoh yes I remember the issue now :D16:51
evrardjpsorry for my lack of memory16:51
odyssey4meis there a workaround that can be applied?16:51
evrardjpshould we have an upgrade task for that?16:52
odyssey4meor 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
odyssey4meif an upgrade task can be executed in the automation for the liberty upgrade, then that sounds better16:53
jmccrory--force on https://github.com/openstack/openstack-ansible/blob/kilo/scripts/upgrade-utilities/playbooks/nova-extra-migrations.yml#L2216:53
jmccrorythink a known issue might be best16:53
evrardjpkilo is kinda EOL so yes16:54
jmccroryprior to liberty upgrade, make sure that migration is completed16:54
*** admin0 has joined #openstack-ansible16:55
evrardjpok16:55
evrardjpnoted in the bug16:55
evrardjpnext16:55
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/149727216:55
openstackLaunchpad bug 1497272 in openstack-manuals "L3 HA: Unstable rescheduling time for keepalived v1.2.7" [Medium,Triaged] - Assigned to Chason (chen-xing)16:55
odyssey4meyeah, the last kilo tag has been executed, so no more kilo patches can go through16:55
evrardjpI confrmed - medium on the previous one16:56
odyssey4mea 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_upgrade16:56
evrardjpthat's what I documented odyssey4me16:56
odyssey4meah ok - sorry, I'm a bit slow16:56
evrardjpbut we'll link this conversation in the bug itself16:56
evrardjp:D16:57
evrardjpanyway16:57
jmccroryevrardjp: didn't you updated the keepalived role a while ago to install more recent version because of bug with priorities?16:57
evrardjpfor haproxy's use yes16:57
evrardjpneutron is independent and doesn't use this role16:58
jmccroryoh ok16:58
evrardjpI'll take this bug, and use UCA16:58
evrardjpnow that UCA has proper keepalived16:58
*** woodard has quit IRC16:58
evrardjpI'll confirm high too16:58
*** adrian_otto1 has joined #openstack-ansible16:58
*** woodard has joined #openstack-ansible16:58
evrardjpok for everyone?16:58
evrardjpnext one is on the same matter16:59
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/143317216:59
openstackLaunchpad 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
evrardjpnobody complains, so I'll hit the next one17:00
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159529017:00
openstackLaunchpad 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 IRC17:00
evrardjpcan anyone confirm?17:01
*** adrian_otto has quit IRC17:02
evrardjpwe are done for today17:02
evrardjpwe are out of time again17:02
evrardjpsorry :/17:03
evrardjpcould you please write down your comments on the remaining bugs?17:03
*** Ger-chervyak has quit IRC17:04
vnogin_I missed my bug :)17:04
evrardjpyou didn't per se17:05
evrardjpwe did17:05
evrardjpwe're out of time17:05
evrardjpwe'll do that next week17:06
evrardjpI'll change the way we do it, this way ppl can comment earlier17:06
*** permalac has joined #openstack-ansible17:09
evrardjpsorry for that vnogin_17:11
vnogin_evrardjp, don't worry about it :) it's ok17:12
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Remove aodh vars present in group_vars  https://review.openstack.org/33658417:14
chris__hultincloudnull: 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 working17:14
odyssey4mechris__hultin where're you applying the --isolated option?17:16
odyssey4meie which file17:16
chris__hultinodyssey4me: Group vars for 'magnum_all'.  /opt/openstack-ansible/playbooks/inventory/group_vars/magnum_all.yml17:17
odyssey4mechris__hultin is magnum_developer_mode set to true or false?17:20
chris__hultinodyssey4me: That's gotta be it.17:20
odyssey4mechris__hultin if you're using an integrated build, then magnum_developer_mode should not be set - and the default in the role should be false17:21
odyssey4mechris__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_vars17:22
odyssey4methat way the repo will be ignored17:22
chris__hultinodyssey4me: That was it, thanks.17:24
*** cloader89 has quit IRC17:25
odyssey4mechris__hultin awesome :)17:27
vnogin_odyssey4me, btw it was first issue that I faced during manual upgrade :)17:28
*** ManojK has quit IRC17:30
*** electrofelix has quit IRC17:32
odyssey4mejmccrory 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 backported17:35
evrardjplooks a clean way to do it17:36
evrardjpno doc changes on top of it17:36
evrardjpnot that I am afraid of this, it's just I'm bad at this :p17:36
evrardjplike many other topics that we won't talk about!17:37
odyssey4mehaha17:37
odyssey4mevnogin_ you're talking about horizon being broken?17:37
odyssey4mevnogin_ 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-address17:44
*** deadnull has quit IRC17:44
evrardjpjmccrory: do you mind if I assign myself to this? https://bugs.launchpad.net/openstack-ansible/+bug/159662017:45
openstackLaunchpad 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
evrardjpor you're already working on it?17:45
*** cloader89 has joined #openstack-ansible17:45
jmccroryevrardjp: yep, already assigned during triage17:45
jmccroryevrardjp: you can have it17:45
odyssey4mejmccrory such generosity17:46
evrardjpI just want to help :D17:46
jmccroryhaha less of my plate :)17:46
evrardjpthat's why I am proposing17:46
*** adrian_otto1 has quit IRC17:46
evrardjpand you're better at getting things merged than me, so I trust your +2 powerz17:47
*** adrian_otto has joined #openstack-ansible17:48
*** Ger-chervyak has joined #openstack-ansible17:49
*** Ger-chervyak has quit IRC17:50
*** Ger-chervyak has joined #openstack-ansible17:51
*** asettle has joined #openstack-ansible17:51
*** eil397 has left #openstack-ansible17:52
openstackgerritAshana Evans proposed openstack/openstack-ansible: [WIP] Partially supports Multi-arch design  and Partially-Implements: bp/multi-arch-repo  https://review.openstack.org/33768417:53
*** zhangjn has quit IRC17:54
*** mperazol has joined #openstack-ansible17:54
*** zhangjn has joined #openstack-ansible17:54
*** ManojK has joined #openstack-ansible17:58
*** jduhamel has quit IRC18:05
*** jduhamel has joined #openstack-ansible18:07
odyssey4meout for the night - cheerio all18: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-ansible18:35
evrardjp^ I think it's TTL for me18:36
*** Ger-chervyak has quit IRC18:36
*** asettle has quit IRC18:37
*** thorst_ has joined #openstack-ansible18:41
spotzseeya odyssey4me, evrardjp18:41
*** thorst_ has quit IRC18:41
*** thorst_ has joined #openstack-ansible18:42
*** Ger-chervyak has joined #openstack-ansible18:48
*** M00nr41n has quit IRC18:58
*** M00nr41n has joined #openstack-ansible19:00
*** eil397 has joined #openstack-ansible19:00
*** johnmilton has quit IRC19:05
openstackgerritSteve Lewis (stevelle) proposed openstack/openstack-ansible: Introduce a playbook for deploying Gnocchi  https://review.openstack.org/32412519:10
openstackgerritSteve Lewis (stevelle) proposed openstack/openstack-ansible: Introduce a playbook for deploying Gnocchi  https://review.openstack.org/32412519:10
*** oneswig has quit IRC19:14
*** berendt has joined #openstack-ansible19:19
*** admin0 has quit IRC19:28
*** johnmilton has joined #openstack-ansible19:32
*** johnmilton has quit IRC19:36
mhaydenautomagically: nice job on that there OVS blog post19:37
automagicallyThanks mhayden19:42
*** Zucan has joined #openstack-ansible19:42
mhaydenautomagically: i'm followin' your blog now19:42
automagicallyDon’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 weeks19:43
*** Zucan has quit IRC19:47
*** admin0 has joined #openstack-ansible19:47
openstackgerritAshana Evans proposed openstack/openstack-ansible: [WIP] Partially supports Multi-arch design and  Partially-Implements: bp/multi-arch-repo  https://review.openstack.org/33768419:49
*** johnmilton has joined #openstack-ansible19:50
*** Zucan has joined #openstack-ansible19:52
*** mperazol has quit IRC19:53
automagicallySeeing 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_65830219:55
automagicallyAnyone have any ideas what could be causing that?19:55
*** ManojK has quit IRC19:57
*** toddnni has joined #openstack-ansible19:58
*** asettle has joined #openstack-ansible19:58
*** asettle has quit IRC19:58
*** ManojK has joined #openstack-ansible19:58
*** cloader89 has quit IRC20:03
*** cloader89 has joined #openstack-ansible20:03
*** adrian_otto has quit IRC20:06
*** admin0 has quit IRC20:08
*** wadeholler has quit IRC20:11
*** wadeholler has joined #openstack-ansible20:16
jmccroryautomagically: https://github.com/openstack/neutron/commit/88359e3fe91b7e8f430b48da30b6d4f1ddf17d6220:17
*** wadeholler has quit IRC20:17
jmccrorymerged 7 hours ago20:17
automagicallyAh…thx jmccrory20:17
*** wadeholler has joined #openstack-ansible20:18
*** johnmilton has quit IRC20:20
*** wadeholler has quit IRC20:23
*** Zucan has quit IRC20:23
*** Ger-chervyak has quit IRC20:25
*** Ger-chervyak has joined #openstack-ansible20:26
openstackgerritMerged openstack/openstack-ansible: Remove ceilometer vars present in group_vars  https://review.openstack.org/33658520:27
*** vnogin_ has quit IRC20:36
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_neutron: Remove service_group entry from all neutron_services dicts  https://review.openstack.org/33785720:41
openstackgerritMerged openstack/openstack-ansible: Use in-tree env.d files, provide override support  https://review.openstack.org/33259520:43
openstackgerritMerged openstack/openstack-ansible: Remove aodh vars present in group_vars  https://review.openstack.org/33658420:43
openstackgerritMerged openstack/openstack-ansible: Update all SHAs for 13.1.5  https://review.openstack.org/33649520:43
openstackgerritMerged openstack/openstack-ansible: Update all SHAs for 12.0.17  https://review.openstack.org/33650320:43
palendaelogan-, 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 IRC20:51
*** v1k0d3n has joined #openstack-ansible20:56
*** jmckind_ has joined #openstack-ansible20:56
*** jmckind has quit IRC20:58
*** adrian_otto has joined #openstack-ansible20:59
*** admin0 has joined #openstack-ansible21:00
*** Ger-chervyak has quit IRC21:03
*** asettle has joined #openstack-ansible21:07
*** admin0 has quit IRC21:07
*** psilvad has quit IRC21:07
*** woodard_ has joined #openstack-ansible21:07
*** woodard has quit IRC21:11
*** woodard_ has quit IRC21:12
*** mikelk has joined #openstack-ansible21:21
automagicallySee you all tomorrow21:27
*** phalmos has quit IRC21:29
eil397see you21:29
*** perniciouscaffei has joined #openstack-ansible21:34
*** pacoblox has joined #openstack-ansible21:36
openstackgerritJustin Shepherd proposed openstack/openstack-ansible-os_nova: Turn SSH auth into the default for live migration  https://review.openstack.org/31827421:40
*** sigmavirus is now known as sigmavirus_away21:42
mgariepycloudnull, cinder name change seems to break it for me21:44
thetravso... openstack-ansible doesn't install an openstack-client container with the python api clients?21:52
*** aernhart has joined #openstack-ansible21:52
thetravthat would be super useful for testing this thing21:52
cloudnullthetrav: the clients are only installed where they're needed. that said the openstackclient is in the utility container21:55
thetravutility, thanks21:55
* thetrav looks for the node that is installed on21:55
cloudnulland if you need the openstackclient in a specific venv or host you can `pip install python-openstackclient`21:56
cloudnullwhich will come from the repo server21:56
*** ametts has quit IRC21:56
cloudnullmgariepy: was that test w/ the unmerged fix?21:56
cloudnullor from before?21:56
*** ManojK has quit IRC21:56
*** KLevenstein has quit IRC21:58
mgariepyi didn't patch anything so it's 13.1.3 straith21:58
*** mikelk has quit IRC21:58
*** ManojK has joined #openstack-ansible21:59
mgariepyexcure my english.21:59
mgariepyexcuse**21:59
mgariepydamn i'm tired lol, let's check this tomorrow.21:59
cloudnullno worries22:00
cloudnullits the end of the day. :)22:00
mgariepyit's the end of 2 12h days for me and a 3h night inbetween ;)22:02
*** ManojK has quit IRC22:06
*** BjoernT has quit IRC22:11
thetravok, so this is a bit bizarre22:11
thetravtrying to test my first image create22:12
thetravgetting a broken pipe error22:12
thetravwhen I invoke it with debug22:12
thetravI can see it doing the PUT but also a DELETE to the /images/<long_id> path22:12
*** jamesdenton has quit IRC22:13
eil397thetrav: 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 removed22:13
thetravahh ok22:14
thetravso it's probably some sort of clean up and the problem is occuring before that22:14
eil397between PUT and DELETE in glance log maybe22:14
eil397I definitly have seen such strange thing. but it was pretty long time ago.22:15
thetravhmm ok so I haven't actually looked into how the logging works in this setup22:16
thetravI noticed there's an rsyslog container22:16
eil397inside of this container  i have /var/log/log-storage/22:19
thetravyeah it looks like the glance container has its own log folder22:19
thetravlooks like a permissions issue between glance and ceph22:20
*** spotz is now known as spotz_zzz22:21
*** asettle has quit IRC22:24
*** jmckind_ has quit IRC22:24
*** galstrom is now known as galstrom_zzz22:31
thetravyep, I had rw permissions, modified them to * within the glance pool and now it works22:32
* thetrav shrugs22:32
eil397cool : - )22:33
thetravaright, next problem22:34
thetravopenstack network list <- no server available22:34
thetrav>_<22:34
* thetrav goes looking for logs22:34
*** Ashana has quit IRC22:35
thetravderp22:36
thetravinvalid vlan range22:36
*** retreved has quit IRC22: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 ggillies22:47
*** thorst_ has quit IRC22:47
*** thorst has joined #openstack-ansible22:48
*** albertcard has joined #openstack-ansible22:54
*** thorst has quit IRC22:57
*** ManojK has joined #openstack-ansible22:59
*** BjoernT has joined #openstack-ansible23:14
*** saneax_AFK is now known as saneax23:16
*** BjoernT has quit IRC23:19
*** ManojK has quit IRC23:23
*** permalac has quit IRC23:35
*** berendt has quit IRC23:36
*** adrian_otto has quit IRC23:40
*** ManojK has joined #openstack-ansible23:41
*** adrian_otto has joined #openstack-ansible23:44
*** thorst has joined #openstack-ansible23:54
*** messy has quit IRC23:54
*** adrian_otto has quit IRC23:57
*** adrian_otto has joined #openstack-ansible23:57
*** eil397 has left #openstack-ansible23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!