Wednesday, 2017-08-16

*** gouthamr has joined #openstack-ansible00:12
*** yifei has joined #openstack-ansible00:14
cloudnulllooks like we're seeing """2017-08-15 23:29:58.387193 | failed: [aio1_utility_container-33872c18] (item={'disk': 1, 'vcpus': 1, 'id': 201, 'ram': 256, 'name': 'tempest1'}) => {"failed": true, "item": {"disk": 1, "id": 201, "name": "tempest1", "ram": 256, "vcpus": 1}, "msg": "Error fetching flavor list. (503) Server Error for url: http://172.29.236.100:8774/v2.1/flavors/detail?is_public=None Service Unavailable (Inner00:20
cloudnullException: Expecting value: line 1 column 1 (char 0))"}""" in the gate atm ?00:20
cloudnullI see that error in several jobs00:20
cloudnullwhich means something is not working with nova or something is busted in tempest00:21
openstackgerritMerged openstack/openstack-ansible-os_glance master: Update paste, policy and rootwrap configurations 2017-08-15  https://review.openstack.org/49380000:21
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_swift master: Add basic functional testing for swift3  https://review.openstack.org/49024800:24
*** lucasxu has joined #openstack-ansible00:24
*** schwicht has quit IRC00:26
-cloudnull- we're seeing gate failure for tempest atm, if folks have a moment to take a look at what's going on it'd be greatly appreciated -- http://logs.openstack.org/87/493087/2/check/gate-openstack-ansible-openstack-ansible-aio-ubuntu-xenial/bab66a5/console.html#_2017-08-15_20_56_31_38960700:26
cloudnullandymccr_: ^00:27
cloudnullwill bbl00:27
openstackgerritMerged openstack/openstack-ansible-ops master: Remove neutron agent task fails to loop through multiple agents.  https://review.openstack.org/49398100:27
*** markvoelker has quit IRC00:30
*** thorst has joined #openstack-ansible00:42
*** lucasxu has quit IRC00:54
*** hw_wutianwei has joined #openstack-ansible00:58
openstackgerritMerged openstack/openstack-ansible-os_nova stable/ocata: Reorder the placement service setup  https://review.openstack.org/49394201:06
HarryHuanghi guys, can bridges like br-mgmt, br-vlan, br-vxlan and br-storage be openvswitch bridge instead of linuxbridge? i saw there is a doc https://docs.openstack.org/developer/openstack-ansible-os_neutron/app-openvswitch.html but lxc-veth-wiring.sh in openstack-ansible-lxc_container_create only has command like brctl and shows no cover for ovs. so when can ovs support be finished ? or is there a issue in finishing this part ?01:08
openstackgerritMerged openstack/openstack-ansible-tests master: test-ansible-functional.sh: Only run yum-config-manager on CentOS  https://review.openstack.org/49363701:09
*** lucasxu has joined #openstack-ansible01:11
*** gouthamr has quit IRC01:13
*** lucasxu has quit IRC01:13
cloudnullHarryHuang: there is ovs support and a couple folks are using it already01:14
cloudnullwe've doc'd quite a bit of it01:14
cloudnullbut the best quick guide that I'm aware of is http://trumant.github.io/openstack-ansible-openvswitch.html01:14
cloudnullwhich was developed by one of our core reviewers01:15
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_magnum master: Updated from OpenStack Ansible Tests  https://review.openstack.org/49054001:23
HarryHuangcloudnull: thanks for reply, the diagram in quick guide seems refer to a implement of ovs bridge for provider bridge inside lxc. what i wanna know is whether osa support ovs bridge outside LXC (br-mgmt in the diagram for example)01:24
*** gkadam has quit IRC01:28
*** gouthamr has joined #openstack-ansible01:30
cloudnullso you want to deploy ovs (neutron agents) without containers?01:31
cloudnullso it's all running on the hosts?01:31
cloudnullor something else?01:31
*** esberglu has quit IRC01:34
*** esberglu has joined #openstack-ansible01:35
*** esberglu has quit IRC01:39
*** woodard has joined #openstack-ansible01:41
*** esberglu has joined #openstack-ansible01:43
*** esberglu has quit IRC01:43
*** lbragstad has quit IRC01:44
*** woodard has quit IRC01:48
*** thorst has quit IRC01:59
*** hybridpollo has quit IRC02:14
*** hybridpollo has joined #openstack-ansible02:19
*** markvoelker has joined #openstack-ansible02:31
*** gouthamr has quit IRC02:34
*** markvoelker has quit IRC03:04
*** vishwana_ has joined #openstack-ansible03:18
*** vishwanathj has quit IRC03:21
*** udesale has joined #openstack-ansible03:44
*** poopcat has quit IRC03:55
*** markvoelker has joined #openstack-ansible04:01
jmccrorycloudnull andymccr_ : here's why tempest is failing in integrated gate, from nova-api-os-compute's nova-api-wsgi.log: http://paste.openstack.org/show/618488/04:14
cloudnulllogan-: are you seeing those dynamic groups show up in the inventory and getting saved in the backup tar?04:16
cloudnullit should not be appending to that tarball? at least I'd think it shouldn't04:16
jmccroryalso, not seeing openstack service/host logs for integrated gate checks, does anyone know what happened there? http://logs.openstack.org/87/493087/2/check/gate-openstack-ansible-openstack-ansible-aio-ubuntu-xenial/bab66a5/04:17
cloudnulljmccrory: yea I'm seeing the same04:18
cloudnullwhen it fails04:18
cloudnullwhen success it's collecting correctly04:19
cloudnullI've not looked into it04:19
jmccroryhmm yeah successes are there..weird04:20
cloudnullwhat's "requestlog" ?04:21
cloudnullis that something we're setting somewhere?04:21
cloudnullah https://github.com/openstack/openstack-ansible-os_nova/blob/master/templates/api-paste.ini.j2#L4304:22
cloudnullits upstream too04:23
cloudnullhttps://github.com/openstack/nova/blob/master/etc/nova/api-paste.ini#L4304:23
cloudnullbut it looks like it's making nova generally angry04:23
jmccroryhttps://github.com/openstack/nova/commit/aa45a6f3ab7ae870f99365b14b276cceff51ec8d04:24
jmccrorywell, it's in the deployed api-paste04:25
cloudnulland its for sure there04:26
cloudnullhttps://github.com/openstack/nova/blob/master/nova/api/openstack/requestlog.py04:26
jmccrorythat's interesting. i tried 'import nova.api.openstack.requestlog' from inside the venv and got the same import error04:31
cloudnullis the file found ?04:32
cloudnullmaybe we're pulling in a bad version within the integrated gate?04:32
cloudnullwe did just recently bump all of the policy files etc04:32
jmccroryah, nope file's not there04:32
cloudnullat least i saw some fly by the other day04:33
* cloudnull doesn't remember if it was for nova04:33
jmccroryohh sha bump?04:33
cloudnullmaybe we need one for nova?04:33
*** markvoelker has quit IRC04:34
jmccrorywow looks like it. we're just one commit behind the change needed . https://github.com/openstack/nova/commits/master?after=fefff942ef5f8b3b8b209be1554daba28865d73a+319 https://github.com/openstack/openstack-ansible/blob/master/playbooks/defaults/repo_packages/openstack_services.yml#L15004:37
*** hybridpollo has quit IRC04:38
cloudnulltypical ... :D04:38
jmccroryheh04:40
*** weezS has joined #openstack-ansible04:43
cloudnulljmccrory: you making that change in the integrated gate?04:44
cloudnullI can smash it through if you like ?04:44
jmccrorysure you can go for it, i'll +204:45
cloudnull++04:45
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Move nova forward to unblock the gate  https://review.openstack.org/49407204:49
cloudnullI pulled the head of stable pike04:49
cloudnullwhich should have everything we need04:49
jmccrorycool thanks04:52
*** chhavi has joined #openstack-ansible04:58
cloudnullthank you05:00
*** chhavi has quit IRC05:00
*** drifterza has quit IRC05:00
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_sahara master: Add support for the openSUSE Leap distributions  https://review.openstack.org/49407605:15
*** tobberydberg has joined #openstack-ansible05:31
*** markvoelker has joined #openstack-ansible05:32
*** udesale__ has joined #openstack-ansible05:35
*** udesale has quit IRC05:35
*** pcaruana has joined #openstack-ansible05:45
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Move nova forward to unblock the gate  https://review.openstack.org/49407205:55
*** weezS has quit IRC05:57
*** xfei has joined #openstack-ansible06:01
*** jbadiapa has joined #openstack-ansible06:04
*** markvoelker has quit IRC06:05
*** Oku_OS-away is now known as Oku_OS06:11
*** xfei has quit IRC06:11
*** jamesdenton has quit IRC06:16
*** armaan has joined #openstack-ansible06:17
*** jamesdenton has joined #openstack-ansible06:20
*** udesale has joined #openstack-ansible06:23
*** udesale__ has quit IRC06:23
*** udesale has quit IRC06:35
*** udesale has joined #openstack-ansible06:36
openstackgerritManuel Buil proposed openstack/openstack-ansible master: Add tacker installation  https://review.openstack.org/48525906:46
openstackgerritMerged openstack/openstack-ansible-os_keystone master: tasks: keystone_install: Fix virtualenv-tools issue on openSUSE  https://review.openstack.org/49356607:01
*** markvoelker has joined #openstack-ansible07:02
*** markus_z has joined #openstack-ansible07:05
*** markus_z has quit IRC07:09
*** shardy_afk is now known as shardy07:10
*** markus_z has joined #openstack-ansible07:11
*** sxc731 has joined #openstack-ansible07:18
odyssey4meo/07:18
*** zerda3 has joined #openstack-ansible07:23
*** hw_wutianwei has quit IRC07:29
*** hw_wutianwei has joined #openstack-ansible07:31
*** shardy is now known as shardy_afk07:32
*** markvoelker has quit IRC07:36
*** mbuil has joined #openstack-ansible07:45
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Add support for the openSUSE Leap distributions  https://review.openstack.org/49407607:55
*** thorst has joined #openstack-ansible08:04
hwoarangmhayden: this debian failure is a mystery http://logs.openstack.org/89/488489/8/check/gate-ansible-hardening-ansible-func-debian-jessie/47fae70/console.html08:07
hwoaranghello odyssey4me08:07
openstackgerritAndy McCrae proposed openstack/openstack-ansible master: Pin SHA's for stable/pike rc1  https://review.openstack.org/49381608:07
andymccr_cloudnull: jmccrory will dig on that a bit more but we have a new sha pin patch for rc1 already ^ so that shouldve had an upto date enough nova?08:08
*** andymccr_ is now known as andymccr08:08
*** thorst has quit IRC08:09
*** jafeha has joined #openstack-ansible08:14
odyssey4meandymccr I think you might need https://review.openstack.org/493944 in for that pin patch to work08:15
odyssey4meperhaps hwoarang or evrardjp could review?08:15
*** shardy_afk is now known as shardy08:17
gokhan_hi folks, In step setup_infrastructure.yml in galera container we have failure on pip install . We have connection error08:18
gokhan_I tried python /opt/get-pip.py on galera container, it gives connection failure08:18
odyssey4megokhan_ so you have a connection issue ;)08:19
odyssey4mesomething between your containers and the host is not right, you'll have to work through each connection to figure out what's going wrong - but it's likely a configuration error08:20
evrardjpinteresting08:22
gokhan_odyssey4me: this is failure log http://paste.openstack.org/show/618499/ but only it gives error on galera container08:22
*** drifterza has joined #openstack-ansible08:24
gokhan_odyssey4me : this is my user config yaml file http://paste.openstack.org/show/618500/. I do not create haproxy . now I try to run osa for testing and then prapare for production08:26
evrardjpso your LB is ready already?08:27
evrardjpgokhan_: because no magic happens...08:27
gokhan_evrardjp: my LB is not ready . I want to go step to step.  Firstly one cotroller and one compute so do not need LB I think. Do I have need LB? Sorry for asking simple questions. I am new to osa08:32
evrardjpyou need.08:32
evrardjpGalera DB is load balaced, so are many other components, like your repo.08:33
*** markvoelker has joined #openstack-ansible08:33
gokhan_evrardjp: ok  got it. thanks for your help08:35
evrardjpyou could pre-configure your HW load balancer08:35
evrardjpit doesn't hurt08:35
evrardjpyou have your inventory already08:35
evrardjpif you think you won't change, that should be good enough08:35
evrardjpat least not change the infra...08:36
gokhan_evrardjp: ok thanks but I do not have HW load balancer now. I will create haproxy08:39
evrardjpyeah, sounds best.08:39
*** pbandark has joined #openstack-ansible08:42
*** jbadiapa_ has joined #openstack-ansible08:50
*** jbadiapa has quit IRC08:51
mbuilguys, are you aware of a gate problem when doing tempest? I see that it tries to fetch the flavor list but the service is unavailable09:01
*** thorst has joined #openstack-ansible09:05
*** markvoelker has quit IRC09:06
*** thorst has quit IRC09:09
*** electrofelix has joined #openstack-ansible09:09
admin0in one of my friends setup, i find kvm-compute_hosts and lxd-compute_hosts .. but doing a grep -ri on those returns no hits from playbooks or /etc/ansible/* ..  those tags are also valid to specify hosts ?09:24
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Fix reloads for uWSGI  https://review.openstack.org/49394409:25
openstackgerritAndy McCrae proposed openstack/openstack-ansible master: Pin SHA's for stable/pike rc1  https://review.openstack.org/49381609:26
openstackgerritMerged openstack/openstack-ansible-os_swift master: Add dnf support  https://review.openstack.org/49015709:31
*** yifei has quit IRC09:34
*** deadnull has joined #openstack-ansible09:36
hwoarangodyssey4me: i am trying a AIO build on opensuse and i get the segfaults in uwsgi again09:38
hwoarangseems like the current fixes are not enough :/09:38
*** deadnull has quit IRC09:41
hwoaranginterestingly the AIO built cryptography 2.0 instead of 2.0.309:43
andymccrhwoarang: do you have any logs for that?09:43
andymccrhwoarang: and on which services?09:43
hwoarangandymccr: it's is the aio1_keystone_container-7cfad04c container that failed09:44
hwoaranglog is identical to this https://bugs.launchpad.net/openstack-ansible/+bug/170552109:44
openstackLaunchpad bug 1705521 in OpenStack Global Requirements "[os_keystone] uwsgi process segfaults on openSUSE" [Undecided,New]09:44
andymccrhmm ok09:44
andymccrso is it definitely the crypto bits?09:45
*** chyka has joined #openstack-ansible09:46
hwoarangsomething is fishy because the repo container has cryptography-2.0-cp27-cp27mu-manylinux1_x86_64.whl built09:46
andymccrhmm09:46
*** hw_wutianwei has quit IRC09:47
hwoaranghmm and it's not built from source09:47
hwoarangthe md5sum is identical to cryptography-2.0-cp27-cp27mu-manylinux1_x86_64.whl in the pypi repo09:48
hwoarangwth...09:48
hwoaranglibvirt-python is also 3.5.0 instead of 3.6.009:49
*** chyka has quit IRC09:50
hwoarangmaybe my local dir is broken09:53
hwoaranglets clean up stuff09:53
*** markvoelker has joined #openstack-ansible10:03
*** thorst has joined #openstack-ansible10:05
*** thorst has quit IRC10:11
openstackgerritAndy McCrae proposed openstack/openstack-ansible master: Pin SHA's for stable/pike rc1  https://review.openstack.org/49381610:12
openstackgerritJuan Vidal Allende proposed openstack/openstack-ansible master: Add support for OpenDaylight deployment in neutron  https://review.openstack.org/48013110:15
jvidalhello10:16
jvidalI'm having some issues verifying this patch: https://review.openstack.org/#/c/480128/10:16
jvidalit still fails due to SSL package not being installed on CentOS10:16
jvidalI suspect that jenkins might be caching the artifacts (e.g. ansible-openstack-tests), and this is the reason why the CentOS fix is not being used10:17
jvidalbut I have no clue if that is the real reason, does anybody have some knowledge about jenkins job?10:18
jvidalrecheck does not seem to help :(10:18
*** pbandark has quit IRC10:22
*** pbandark has joined #openstack-ansible10:23
*** udesale has quit IRC10:29
*** jbadiapa_ has quit IRC10:30
*** jbadiapa_ has joined #openstack-ansible10:31
*** markvoelker has quit IRC10:38
*** yifei has joined #openstack-ansible10:50
*** yifei has quit IRC10:54
eoseqhi11:00
eoseqhow to override ini file for a group?11:00
*** zerda3 has quit IRC11:00
*** zerda3 has joined #openstack-ansible11:01
*** thorst has joined #openstack-ansible11:04
*** szaher has joined #openstack-ansible11:15
*** schwicht has joined #openstack-ansible11:21
*** pbandark has quit IRC11:21
*** sxc731 has quit IRC11:27
*** jbadiapa_ has quit IRC11:27
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_glance master: tasks: glance_install: Fix virtualenv-tools issue on openSUSE  https://review.openstack.org/49417511:34
*** markvoelker has joined #openstack-ansible11:35
*** jvidal has quit IRC11:41
*** pbandark has joined #openstack-ansible11:41
*** jbadiapa_ has joined #openstack-ansible11:42
*** schwicht has quit IRC11:45
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_swift master: tasks: swift_install: Fix virtualenv-tools issue on openSUSE  https://review.openstack.org/49374711:54
*** jvidal has joined #openstack-ansible11:58
*** sxc731 has joined #openstack-ansible12:04
*** MasterofJOKers has joined #openstack-ansible12:04
*** jamesdenton has quit IRC12:07
*** markvoelker has quit IRC12:08
odyssey4meeoseq you can use group_vars for that12:19
odyssey4mejust be aware that if you're using user_*.yml extra-vars you'll override any/all group_vars12:19
odyssey4meevrardjp did a nice post about all that actually: https://evrard.me/group-and-host-variables-overriding-in-openstack-ansible.html12:20
*** woodard has joined #openstack-ansible12:27
*** woodard has quit IRC12:27
*** woodard has joined #openstack-ansible12:28
eoseqodyssey4me: thx12:30
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-galera_server master: DNM - Testing experimental openSUSE jobs  https://review.openstack.org/48749812:40
andymccrhwoarang: did you figure that crypto failure out?12:43
hwoarangandymccr: probably something was stale in my workdir. I am running AIO on a clean env right now so we will see12:44
andymccrok cool - the master aio might be not in a working state, trying to figure out if my patches last night to reload services resolved everything or not12:45
*** hw_wutianwei has joined #openstack-ansible12:46
hwoarangok12:46
andymccri think nova-api-os-compute was the only one causing issues though so if its that and tempest fails it may not be specific to suse12:47
odyssey4meandymccr it may be a good idea to remove all the reload things and just do restarts instead12:51
odyssey4meit's not perfect, and bad for rolling intra-series upgrade, but at least it's functional and buys us more time12:51
*** pwiltsey has joined #openstack-ansible12:52
andymccryeah thats true, although reloads should work well now - the other services were all good for reloads after i tested them12:52
evrardjpwow that's a good thing to hear.12:53
andymccrplus with uwsgi we can reload everything if we do it right12:53
andymccrso far only cinder/nova do reloads with uwsgi though12:53
odyssey4meyeah, using reloads instead of restarts for config changes would be ideal12:53
odyssey4mefor software changes it obviously requires a restart though12:54
odyssey4mealthough with uwsgi maybe not12:54
mhaydenmorning folks12:59
*** markvoelker has joined #openstack-ansible12:59
prometheanfiremoin12:59
sauloaislanMorning!13:00
prometheanfireuwsgi in emporer mode requires a full restart (reload does a restart too iirc) for adding / changing a service13:00
andymccrnot running in emperor mode :)13:03
prometheanfirek13:04
andymccrbut yeah i think there is a lot of space to do cool things with uwsgi13:06
*** schwicht has joined #openstack-ansible13:08
*** esberglu has joined #openstack-ansible13:08
odyssey4memhayden hwoarang cloudnull we're doing different things on different platforms here, so I'm curious about why: https://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/tasks/lxc_net.yml#L50-L8313:09
odyssey4meon centos/ubuntu we disable the lxc-net service, but on suse we let it run13:09
hwoaranghmm13:10
hwoarangcentos actually has it enabled13:11
hwoarangit's only debian that disables it right?13:11
odyssey4mehwoarang nope, we mask it which stops it from starting13:11
hwoarangwhere do you mask it on centos?13:11
hwoarangbecause i only see that on debian13:12
odyssey4mehwoarang heh, I see what you mean13:12
odyssey4meI misread13:12
odyssey4meI'm specifically curious about this comment which seems to have been there right from the get-go, so perhaps cloudnull is going to be the only one answering. https://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/tasks/lxc_net.yml#L50-L5113:13
odyssey4meI've just hit an issue for Trusty where the LXC packages won't install unless I prevent lxc-net from starting, so I'm curious regarding why.13:14
odyssey4meI see dnsmasq is installed and enabled, so it's likely started and conflicting on the port.13:14
odyssey4meperhaps I should mask *it* from starting.13:14
*** gouthamr has joined #openstack-ansible13:15
hwoarangno clue but does 'trusty' matter?13:17
odyssey4mehwoarang it matters to RPC :)13:17
odyssey4meand yes, this actually appears like it's doing the right sort of things versus what was running before13:18
odyssey4meI wonder if this is potentially the source of the issues where networking doesn't come up right after a reboot13:18
hwoaranghmm13:19
odyssey4meheh, ok I think this actually is the source of all the trouble13:22
*** jwitko_ has joined #openstack-ansible13:23
odyssey4melemme push a patch up as this pertains to xenial/master too13:23
*** kysse has quit IRC13:26
cloudnullmornings13:27
cloudnullodyssey4me: did you get the lxc-net things situated?13:28
MasterofJOKershi. I'm having a hard time trying figuring out if openstack-ansible can be used on Debian or just on Ubuntu. Given that debian packages for newer openstack releases seem very unlikely, we might want to switch to directly deploying via ansible. Could anyone clarify this, please?13:29
odyssey4mecloudnull ok, so I hit an issue on trusty with the latest lxc packages where they won't install in our standard deployment13:29
cloudnulloh?13:29
cloudnullwhats the hang up ?13:29
odyssey4mecloudnull so I took a peek and discovered that lxc-net wouldn't start because dnsmasq was already started, and lxc-net tries to start when installing the package13:29
odyssey4meso I figured ok, I'll just mask it so it won't try - and that worked13:29
cloudnullcool!13:30
odyssey4methen I took a closer look and wondered why dnsmasq was starting13:30
cloudnullwe used to have that marked as disabled in trusty ?13:30
cloudnullis it not anymore?13:30
odyssey4mebecause the only things that use it are LXC and neutron things13:30
andymccrMasterofJOKers: we haven't tested at all, and you would run into some issues around var names ( we specify vars for ubuntu-16.04) but assuming they operate pretty similarly, which they should - it might not be too much of a stretch to get them working (but it would require some work)13:30
odyssey4meand none of those require dnsmasq to start on boot because they do the starting thing themselves13:30
cloudnullodyssey4me: yes, dnsmasq is stared along with the lxcbr0 interface13:30
odyssey4meexactly13:30
cloudnullsame with the iptable rules and such13:31
MasterofJOKersandymccr, that sounds like what I was thinking. we might give it a try, thanks.13:31
odyssey4meso I instead masked dnsmasq and retried installing, and that worked too - and lxc-net started with all the right configs too13:31
odyssey4meas it turns out, there is the 'dnsmasq' package, and the 'dnsmasq-base' package13:31
andymccrMasterofJOKers: sure no problem, i think the biggest trick is going to be that in places we have hardcoded options based on xenial (we used to support both xenial and trusty during the newton cycle so we needed to make a distinction)13:31
andymccrso its not straight "debian"13:31
cloudnulldoes one drop an init and other no?13:32
odyssey4methe first sets up dnsmasq as a local forwarder and all that, whereas the second just has the binaries - and lxc actually has a dep on the second13:32
odyssey4mecloudnull  yep13:32
cloudnulland we install the former im guessing13:32
odyssey4mewe only need the second, not the first - so our package list has been wrong all along and we've been working around the stuff that didn't have to be there13:32
cloudnullnice!13:32
cloudnullsmashing bugs13:32
cloudnulli had no idea about that package differenc e13:33
odyssey4meI'm going to push a patch just to switch the package in the list, but I wonder if you couldn't revisit the lxc-net stuff and see if there's not more things we could rip out there now because of this finding13:33
hwoarangodyssey4me: cloudnull interestingly enough lxc-net is disabled on suse and not running at all13:33
hwoarangand things still work...13:33
cloudnullit should be disabled.13:33
odyssey4mehwoarang yes, but that's because we do all sorts of other stuff to make it the way we want to13:33
hwoarangahh o kthen13:33
hwoarang*ok then13:33
odyssey4meI'm not so sure that it *needs* to be disabled any more - we might be able to remove a bunch of workaround things13:34
odyssey4meie we could perhaps actually use it13:34
cloudnullif we can set the ip range and subnet mask for the service then it could be used13:34
odyssey4meis that our only requirement?13:34
cloudnulllast i remember it was hard-coded at 10.0.3.0/2413:34
cloudnullalso we needed the ability to restart the lxcbr0 interface13:35
cloudnullwell ifup/down13:35
cloudnullwhich that service did not provide13:35
*** seba has joined #openstack-ansible13:36
cloudnulli remember it not restarting correctly and leaving lxc networking in a funky state should the inteface need to be ifdown/up for some reason13:36
odyssey4meok, let me get part one done which is to change the packahe list13:37
odyssey4methat at least saves some trouble13:37
cloudnulland, idk if anyone is actually using this functionality, but there was a request long ago to get the lxcbr0 interface plugged into a physical network instead of nat'ing13:37
odyssey4mewow, that sounds like a bad idea13:38
cloudnullit makes total sense.13:38
*** pbandark1 has joined #openstack-ansible13:38
odyssey4meunless we want to transition that bridge to the management network13:38
cloudnulllxcbr0 is replaced with br-mgmt13:38
cloudnullor something similar13:38
cloudnullmaybe corp.* had their own dhcp servers and didn't want dnsmasq running on all of the hosts for some reason13:39
*** sxc731 has quit IRC13:39
cloudnullI can't totally remember tbh13:39
cloudnullI just remember it being an ask we did long ago13:39
*** pbandark has quit IRC13:39
*** pbandark1 is now known as pbandark13:39
*** schwicht has quit IRC13:40
cloudnulldid we get the tempest gate blocker squared away ?13:42
*** BjoernT has joined #openstack-ansible13:45
* mhayden hopes the ansible-hardening gate will unblock today!13:45
mhaydenproject-config changes merged13:45
cloudnullwe had the issues with tempest13:47
cloudnullwell issues with nova and tempest was failing ?13:47
*** vakuznet has joined #openstack-ansible13:48
cloudnullandymccr: form the latest sha bump http://logs.openstack.org/16/493816/5/check/gate-openstack-ansible-openstack-ansible-ceph-ubuntu-xenial/9899474/console.html13:49
*** BjoernT has quit IRC13:49
cloudnullspecifically http://logs.openstack.org/16/493816/5/check/gate-openstack-ansible-openstack-ansible-ceph-ubuntu-xenial/9899474/console.html#_2017-08-16_13_09_33_76997313:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts master: Remove dnsmasq from package list  https://review.openstack.org/49421213:50
odyssey4mecloudnull hwoarang ^ your thoughts on that?13:51
cloudnullhttp://logs.openstack.org/87/493087/2/check/gate-openstack-ansible-openstack-ansible-ceph-ubuntu-xenial/4305a3b/console.html#_2017-08-16_02_04_54_82694513:51
hwoarangmhayden: for ansible-hardening to unblock we need to get https://review.openstack.org/#/c/493908/ asap13:51
cloudnullthat is the current gate blocker13:51
*** schwicht has joined #openstack-ansible13:57
*** hw_wutianwei has quit IRC13:59
mhaydenoh yeah14:00
mhaydeni wonder if we are going to need to merge the bindep stuff into it14:00
mhaydenprobably will14:00
*** udesale has joined #openstack-ansible14:01
*** kysse has joined #openstack-ansible14:01
openstackgerritMajor Hayden proposed openstack/ansible-hardening master: Manually check apparmor_status  https://review.openstack.org/49390814:03
*** woodard has quit IRC14:03
mhaydenhwoarang / cloudnull: could y'all look at https://review.openstack.org/#/c/493908/ ? i merged in the updates to bindep/run_tests to unblock the gate14:03
hwoarangmhayden: patchset #4 was also good14:04
cloudnulldone.14:04
openstackgerritMajor Hayden proposed openstack/ansible-hardening master: Updated from global requirements  https://review.openstack.org/48798214:04
hwoarangall gates were green14:05
openstackgerritMajor Hayden proposed openstack/ansible-hardening master: Skip sysctl configs when enabled: no  https://review.openstack.org/49358014:05
openstackgerritMajor Hayden proposed openstack/ansible-hardening master: Change default prohibit root sshd password auth  https://review.openstack.org/49365714:05
mhaydenhwoarang: but it depended on that change to bindep14:05
mhaydenbut bindep change couldn't go in without apparmor fix14:05
hwoarangah i see14:05
hwoarangok14:05
mhaydenso i had to put them together :/14:05
*** arbrandes has joined #openstack-ansible14:06
*** schwicht has quit IRC14:08
*** arbrandes1 has quit IRC14:09
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_cinder master: tasks: cinder_install: Fix virtualenv-tools issue on openSUSE  https://review.openstack.org/49357814:09
errr_is there a link one can use in a blog or something that would point to https://docs.openstack.org/openstack-ansible/latest/contributor/quickstart-aio.html and it not change very often? Back in July it was https://docs.openstack.org/developer/openstack-ansible/developer-docs/quickstart-aio.html but now that link doesnt work because of the /latest/ addition14:09
sauloaislanI have new/old erro http://paste.openstack.org/show/618430/14:10
*** schwicht has joined #openstack-ansible14:11
*** lbragstad has joined #openstack-ansible14:13
odyssey4melogan- here you go, good suggestion there: https://bugs.launchpad.net/openstack-ansible/+bug/171114014:14
openstackLaunchpad bug 1711140 in openstack-ansible "newton/trusty lxc package install failure" [Undecided,New]14:14
hwoarangodyssey4me: did i misunderstood your comment on https://review.openstack.org/#/c/494116/ ?14:15
hwoarangafaics the job is properly filtered14:15
hwoarang*misunderstand14:17
odyssey4mehwoarang I didn't see that one. I'm blind today it seems.14:19
hwoarangheh14:19
*** weezS has joined #openstack-ansible14:19
matttcloudnull: nice1 on https://review.openstack.org/#/c/449372/, always wished this was possible14:24
cloudnull++ its close14:25
*** lucasxu has joined #openstack-ansible14:25
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts master: Ubuntu: Use dnsmasq-base, not dnsmasq  https://review.openstack.org/49421214:27
odyssey4mehwoarang ^ removed the changes to anything except ubuntu, as that's where the issue I discovered lies14:29
odyssey4melogan- also added a bug reference and upgrade path14:29
*** schwicht has quit IRC14:30
*** jvidal has quit IRC14:34
cloudnullerrr_: https://docs.openstack.org/openstack-ansible/latest/contributor/quickstart-aio.html14:34
cloudnullthat should be fairly static14:35
*** schwicht has joined #openstack-ansible14:35
*** BjoernT has joined #openstack-ansible14:36
*** pwiltsey has quit IRC14:36
odyssey4meerrr_ that's the first time it's changes in many years :)14:36
errr_oh ok14:36
odyssey4mewell, I guess it's the first time since liberty I think14:37
errr_thanks14:37
odyssey4memaybe kilo14:37
odyssey4meI can't remember when we first created it14:37
odyssey4meand I think if there's another docs shuffle there will end up being a revolt14:37
errr_I was getting ready to turn in my mandtory optional blog and was checkign to make sure it all still worked and found that link had changed14:37
cloudnullyea the docs got shifted around in the last couple of cycles w/ the deploy guide14:39
cloudnullbut i suspect/hope that the pathing is stable now14:41
mgariepyhttp 301 ftw14:42
mgariepy(next time maybe)14:42
*** gkadam has joined #openstack-ansible14:45
sauloaislanSomeone with problems in os_swift: Get swift rings, problem with authorization?14:45
cloudnullandymccr: ^14:46
*** jvidal has joined #openstack-ansible14:48
andymccrsauloaislan: whats the issue? can you provide a bit of logs/detail?14:48
*** pwiltsey has joined #openstack-ansible14:49
andymccrbtw i figured out the gate issues now so master should be up just working on a patch14:53
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts master: Ubuntu: Use dnsmasq-base, not dnsmasq  https://review.openstack.org/49421214:53
*** pwiltsey has quit IRC14:53
armaanfolks, I am going to upgrade Mitaka to Newton. I was wondering whether you recommend using the upgrade script or doing manual upgrade as described here https://docs.openstack.org/openstack-ansible/newton/upgrade-guide/index.html14:55
sauloaislanandymccr: http://paste.openstack.org/show/618534/14:55
andymccrsauloaislan: guessing it cut off there, it looks like nothing failed in that specific bit :)14:56
*** pwiltsey has joined #openstack-ansible14:58
*** Oku_OS is now known as Oku_OS-away15:07
*** woodard has joined #openstack-ansible15:10
sauloaislanandymccr: http://paste.openstack.org/show/618538/15:11
sauloaislansorry15:11
*** tobberyd_ has joined #openstack-ansible15:14
andymccrsauloaislan: what are you running? e.g. which version and what commands15:14
mgariepyarmaan, i personally  use the manual steps15:16
*** tobberydberg has quit IRC15:17
sliverAnyone around that is familiar with the repo-build play? Not able to get multiple major release versions of ubuntu to actually build the wheels. It only builds the xenial 16.04 files and skips trusty...15:17
armaanmgariepy: cool ... I was also thinking of using manual steps. :)15:18
*** schwicht has quit IRC15:18
*** tobberyd_ has quit IRC15:19
sauloaislanandymccr: master "openstack-ansible setup-openstack.yml"15:19
*** marst has joined #openstack-ansible15:19
mgariepysliver, which tag are you using ?15:19
*** markus_z has quit IRC15:20
mgariepysliver, you might need those : https://review.openstack.org/#/c/485266/ https://review.openstack.org/#/c/485632/15:20
openstackgerritAndy McCrae proposed openstack/openstack-ansible master: Pin SHA's for stable/pike rc1  https://review.openstack.org/49381615:20
andymccr^ should fix the master gate and pin sha's for rc115:21
andymccrsauloaislan: can you try just openstack-ansible os-swift-install.yml15:23
*** mgariepy has quit IRC15:23
sliver14.2.615:23
slivertried 14.2.7, same result15:23
*** craigs__ has joined #openstack-ansible15:23
sliverhave 3 14.04 repos(old), added one new xenial repo for getting the bits in place to upgrade15:24
sliverit selects the xenial repo as the master in the repo-build play15:24
slivermy other region is only 16.04 so didn't face this there :/ (also 14.2.6)15:24
*** gkadam is now known as gkadam-afk15:24
sliverthe next best thing would be a decent procedure to prune the 16.04 repo box now since the bits are there and let 14.04 do its thing15:25
*** mgariepy has joined #openstack-ansible15:25
sauloaislanandymccr: Ok I'll try15:25
slivermaybe inventory_manage script would suffice in cleaning up inventory enough to attempt15:25
*** udesale has quit IRC15:25
sliverarmaan, manual :), control the downtime of the component groups15:26
sliverarmaan, and make sure you get the latest rabbit bits that pin erlang 19.x !!15:26
sliveryou may have to manually do it as I don't think it's back ported still15:26
armaansliver: Are you also upgrading your environment?15:27
armaansliver: from mitaka to newton?15:27
sliverdid 4 weeks back15:27
sliveryessir15:27
*** shardy is now known as shardy_afk15:27
sliver13.1.x to 14.2.615:27
armaansliver: cool, any show stopper with trusty to xenial upgrade?15:27
sliverIgnoring hardware compat, only this repo thing.15:28
sliverand the rabbit/erlang mix but that was resolved with patches15:28
sliverlike I said, just manual still in newton branch I believe so be very aware of that15:29
armaansliver: I am not sure i understand how you fixed the rabbit issue? You applied patches to the infra playbooks?15:29
sliverFollowed the pin guidance/patch on the rabbit nodes15:29
armaansliver: Is it possible that you could share the link for that?15:30
sliverhttps://bugs.launchpad.net/openstack-ansible/+bug/170612215:30
openstackLaunchpad bug 1706122 in openstack-ansible "openstack-ansible rabbitmq installs latest release of erlang which is not supported" [Undecided,Incomplete]15:30
armaansliver: thanks a ton:)15:30
*** gkadam-afk has quit IRC15:31
*** woodard has quit IRC15:31
slivernp15:31
*** mgariepy has quit IRC15:31
sliverI am that submitter fwiw15:31
*** chyka has joined #openstack-ansible15:31
*** woodard has joined #openstack-ansible15:32
*** gkadam has joined #openstack-ansible15:32
*** craigs__ has quit IRC15:32
slivermgariepy, ahh just now saw your second reply, checking those patches15:32
*** schwicht has joined #openstack-ansible15:33
sliverI think I need to apply 485266 as it hasn't been released to a tag yet. did 485632 which did fix the rsync.. thanks15:33
*** mgariepy has joined #openstack-ansible15:34
*** yolanda has quit IRC15:44
*** yolanda has joined #openstack-ansible15:44
*** tobberydberg has joined #openstack-ansible15:49
sauloaislanandymccr: same erro15:51
andymccrsauloaislan: can you paste the logs, it's weird because it isn't running the key sync job on the swift storage host which it should be.15:51
*** tobberydberg has quit IRC15:56
*** pcaruana has quit IRC15:57
sauloaislanandymccr: http://paste.openstack.org/show/618550/15:57
sauloaislanandymccr: http://paste.openstack.org/show/618551/16:00
openstackgerritMerged openstack/ansible-hardening master: Manually check apparmor_status  https://review.openstack.org/49390816:01
*** tobberydberg has joined #openstack-ansible16:02
armaansliver: quick question, since Newton is supported for both trusty and xenial. Did you upgrade the openstack first and then upgraded the host OS?16:03
mgariepyarmaan, you will need to upgrade to newton first. then the OS>16:04
armaanmgariepy: gotcha! thanks16:04
mgariepyarmaan, sliver :: https://etherpad.openstack.org/p/osa-newton-xenial-upgrade16:05
mgariepysome notes taken by logan- on upgrading to xenial.16:06
armaancool, thanks for sharing this :)16:08
mhaydennice!16:09
*** tobberydberg has quit IRC16:10
odyssey4melooking for another core review for https://review.openstack.org/49421216:11
*** germs has joined #openstack-ansible16:14
*** germs1 has joined #openstack-ansible16:19
mgariepyodyssey4me, done.16:19
odyssey4methanks mgariepy16:19
*** germs has quit IRC16:19
*** germs1 has quit IRC16:21
*** tobberydberg has joined #openstack-ansible16:23
*** germs has joined #openstack-ansible16:23
mhaydenyay ansible hardening gate is unblocked16:27
openstackgerritMerged openstack/openstack-ansible-os_glance master: tasks: glance_install: Fix virtualenv-tools issue on openSUSE  https://review.openstack.org/49417516:27
*** germs1 has joined #openstack-ansible16:27
*** germs1 has left #openstack-ansible16:27
*** tobberydberg has quit IRC16:27
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Ubuntu: Use dnsmasq-base, not dnsmasq  https://review.openstack.org/49421216:31
*** germs2 has joined #openstack-ansible16:31
*** mbuil has quit IRC16:32
*** TxGirlGeek has joined #openstack-ansible16:32
*** germs has quit IRC16:33
armaanmgariepy sliver: I am getting this error http://paste.openstack.org/show/618559/ on running the deploy-config-changes.yml. have you seen this issue before?16:34
*** os_user has joined #openstack-ansible16:34
armaanthere is a "openstack_deploy.MITAKA" instead of "openstack_deploy.NEWTON" dir.16:36
os_userHas anyone run into this error trying to deploy and AIO from master? “TASK [resolvconf : Gather variables for each operating system] ****   fatal: [aio1_repo_container-ac82321a]: FAILED! => {"failed": true, "msg": "No file was found when using with_first_found. Use the 'skip: true' option to allow this task to be skipped if no files are found”}”16:40
*** drifterza has quit IRC16:42
sauloaislanos_user: https://review.openstack.org/#/c/493739/16:43
os_userthanks16:43
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/ocata: Ubuntu: Use dnsmasq-base, not dnsmasq  https://review.openstack.org/49426616:44
*** pwiltsey has quit IRC16:46
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/newton: Ubuntu: Use dnsmasq-base, not dnsmasq  https://review.openstack.org/49426716:47
*** tobberydberg has joined #openstack-ansible16:47
armaanThis task https://github.com/openstack/openstack-ansible/blob/master/scripts/upgrade-utilities/playbooks/deploy-config-changes.yml#L60 is failing with this error http://paste.openstack.org/show/618559/16:47
armaanI suppose this is not a bug?16:47
*** jvidal has quit IRC16:47
armaanodyssey4me andymccr ^^16:47
*** germs has joined #openstack-ansible16:48
*** weezS has quit IRC16:48
*** tobberydberg has quit IRC16:52
*** tobberydberg has joined #openstack-ansible16:58
*** pwiltsey has joined #openstack-ansible16:59
*** strigazi_OFF is now known as strigazi17:00
*** larry1085 has joined #openstack-ansible17:00
*** pwiltsey has quit IRC17:01
*** tobberydberg has quit IRC17:02
*** shardy_afk is now known as shardy17:03
*** pwiltsey has joined #openstack-ansible17:04
odyssey4mearmaan could be - the mitaka->newton upgrades have no tests, so humans have to test17:04
odyssey4mewe have tests now for newton->ocata->pike17:04
*** germs has left #openstack-ansible17:04
armaanodyssey4me: ohhh, any tip how can i fix it.17:05
odyssey4mearmaan not off-hand, I'm not in a position to dig into the cause and therefore figure out a solution17:05
odyssey4memaybe the solution is in a later branch?17:05
armaanodyssey4me: I can understand, you have more pressing matters!17:05
odyssey4methe upgrade mechanism hasn't changed all that much in later versions, so perhaps there's a fix already in a later branch17:06
odyssey4mebut I'd suggest registering a bug regardless17:06
odyssey4mewe have a bug smash scheduled tomorrow, so get your bug in now ;)17:06
armaanodyssey4me: thanks, I will file the bug then :)17:07
*** weezS has joined #openstack-ansible17:07
mgariepyneed one more review please :D https://review.openstack.org/#/c/493657/17:13
*** shardy has quit IRC17:23
*** drifterza has joined #openstack-ansible17:25
*** gkadam has quit IRC17:25
*** weezS has quit IRC17:29
*** tobberydberg has joined #openstack-ansible17:29
sauloaislanodyssey4me: http://paste.openstack.org/show/618565/ repo_build failed in ocata, can you help me?17:32
*** tobberydberg has quit IRC17:33
openstackgerritMerged openstack/ansible-hardening master: Change default prohibit root sshd password auth  https://review.openstack.org/49365717:38
*** armaan_ has joined #openstack-ansible17:42
*** armaan has quit IRC17:45
*** armaan has joined #openstack-ansible17:46
odyssey4mesauloaislan can you re-run the repo-build playbook with -vvv and pastebin the entire result please?17:47
*** armaan_ has quit IRC17:49
sauloaislanodyssey4me:  Apparently is a proxy problem I will try again!17:50
sauloaislanodyssey4me: thanks!17:51
odyssey4mesauloaislan ah yes, proxies are a bit of a pain17:51
*** admin0 has left #openstack-ansible17:51
*** admin0 has joined #openstack-ansible17:51
sauloaislanodyssey4me: Hey I have a old problem with swift, can you help me ?17:54
odyssey4mesauloaislan sorry, andymccr is the swift guy - I'm not all that familiar with it17:54
*** strigazi is now known as strigazi_OFF17:55
sauloaislanodyssey4me: ah ok! thanks!17:55
*** poopcat has joined #openstack-ansible17:56
*** electrofelix has quit IRC18:00
sauloaislanos_user: Your OSA it worked ?18:01
*** pwiltsey has quit IRC18:01
*** albertcard1 has joined #openstack-ansible18:01
*** poopcat has quit IRC18:02
*** h1nch has joined #openstack-ansible18:08
os_usersauloaisian: it got farther, failed on “Could not get lock /var/lib/apt/lists/lock” in the aio1_memcached_contained container.  Running it again.18:08
*** sxc731 has joined #openstack-ansible18:08
*** armaan has quit IRC18:09
*** pcaruana has joined #openstack-ansible18:09
*** pwiltsey has joined #openstack-ansible18:11
*** homeski has joined #openstack-ansible18:12
*** albertcard1 is now known as albertcard18:14
*** albertcard is now known as poopcat18:14
*** tobberydberg has joined #openstack-ansible18:18
*** tobberydberg has quit IRC18:19
*** tobberydberg has joined #openstack-ansible18:20
*** tobberydberg has quit IRC18:22
*** tobberydberg has joined #openstack-ansible18:22
odyssey4meif any cores are around, I have two backports looking for attention which I'd like to get merged ASAP: https://review.openstack.org/#/q/I0b0a8dec3943651f379479ea1a3b8038736b9219,n,z18:23
odyssey4methanks jmccrory :)18:25
odyssey4mehow're you doing by the way? what's going on over there?18:25
jmccrorynp, good catch on that18:25
sauloaislanos_user: ok! I have an problem with swift18:25
jmccrorynot bad, settling into another reorg18:26
*** tobberydberg has quit IRC18:26
odyssey4meah, reorgs - I suspect that sometimes it's just a way to keep people busy18:27
jmccroryheh pretty much18:28
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/ocata: Ubuntu: Use dnsmasq-base, not dnsmasq  https://review.openstack.org/49426618:32
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/newton: Ubuntu: Use dnsmasq-base, not dnsmasq  https://review.openstack.org/49426718:32
*** marst_ has joined #openstack-ansible18:34
*** poopcat has quit IRC18:35
*** marst has quit IRC18:37
*** weezS has joined #openstack-ansible18:44
*** poopcat has joined #openstack-ansible18:45
*** jwitko__ has joined #openstack-ansible18:46
*** tobberydberg has joined #openstack-ansible18:46
*** xdfil has joined #openstack-ansible18:47
*** tobberydberg has quit IRC18:51
*** armaan has joined #openstack-ansible19:03
xdfilis there a general option to deal with package conflicts when running books? Like for example I'm getting mariadb package conflicts19:03
*** pwiltsey has quit IRC19:11
*** pwiltsey has joined #openstack-ansible19:15
*** homeski has quit IRC19:16
*** hybridpollo has joined #openstack-ansible19:16
*** armaan has quit IRC19:18
*** pbandark has quit IRC19:18
*** armaan has joined #openstack-ansible19:18
*** sauloaislan has quit IRC19:21
*** hybridpollo has quit IRC19:23
*** hybridpollo has joined #openstack-ansible19:23
*** hybridpollo is now known as ants-in-my-eyes-19:24
*** aludwar has quit IRC19:30
*** aludwar has joined #openstack-ansible19:31
*** sxc731 has quit IRC19:36
*** firebat has joined #openstack-ansible19:46
firebatHey can someone explain to me all the connections that get made for containers on the infra hosts? For example what does this mean: 22940463_eno12@if88. Additionally I have my neutron_agent lxc container running against an if85 that doesn’t seem to exist on the host it’s on should that matter?19:47
*** pwiltsey has quit IRC19:55
xdfilfirebat: 22940463_eno12@if88 the first part is the cointainer ID right?19:55
*** pwiltsey has joined #openstack-ansible19:56
*** bmchugh has joined #openstack-ansible19:56
firebatYeah19:56
xdfilidk you seem to understand it pretty well19:57
firebatlol19:57
xdfilthat neutron container has no other if?19:57
firebatIt has a bunch of extras… I’ve definitely messed something up19:58
firebatI’m like 99.9% complete and they want a working demo tomorrow so I’m in a bit of a freak out mode19:58
firebatEssentially my agent host can’t ping the gateway of the external provider network, but it has an interface and address on that network (or so it seems)19:59
xdfilhmm, did you mess with the invenotry.json file at all? that seems odd19:59
firebatNo but this morning I was cleaning and deploying a bunch19:59
firebatand redeploying on top of existing stuff because I was in a hurry20:00
firebatShould I destroy the containers and do a redeploy to clean up those routes?20:00
xdfilI think you should start clean yes20:00
xdfilre-deploying on existing stuff get tricky sometimes20:01
firebatYeah I told my boss that… he doesn’t like how long it takes to deply, but this is on old machiens with spinning disks20:02
xdfileh, bosses. You can't live with them....20:02
xdfilOnce you iron out your config though the deployments are pretty fast considering all the stuff that is happening20:03
xdfilAlso point out that OSA architecture is better than any commercial/paid option at the moment20:04
firebatOne thing I haven’t had time to think about due to being so thick in the weeds… what’s my path to upgrading since deploying on top of a deploy can be tricky?20:04
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server master: [WIP] Streamline RabbitMQ install  https://review.openstack.org/49392320:04
xdfilMirantis k8s looks cool, but from what I hear its not production ready20:04
firebatOh yeah that’s why we’re going with this, because we experienced VMWare VRA20:04
mhaydenhwoarang: pardon my lack of knowledge on zypper... is it possible to use addlock for a package spec w/version?  like zypper addlock erlang*19.3* ?20:05
xdfilto do minor version upgrades you just run the playbooks again the same as you ran them before to install20:05
xdfilmajor versions require a bit more attention though20:06
firebatAny good information on having DR with a somewhat basic osa cloud? I.e. we’ve got two DCs and we plan on (maybe) running two separate clouds… would DR need to be application based completely or could we configure things to double-up so to say.20:10
xdfilDR as in automatic failover to the other DC?20:11
xdfilif so, you'd have to build it yourself somewhat.20:12
xdfilbut that was my initial draw to OpenStack was that it enables you to build those sort of solutions20:13
*** poopcat has quit IRC20:14
xdfilCells might be of use? IDK I havent fully understood or looked at how Cells work yet20:14
*** poopcat has joined #openstack-ansible20:14
*** bmchugh has quit IRC20:15
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_hosts master: Compile SELinux module via async  https://review.openstack.org/49431620:21
*** pwiltsey_ has joined #openstack-ansible20:24
*** pwiltsey has quit IRC20:25
*** pwiltsey_ has quit IRC20:25
firebatHmm ok yeah I’ve done something wrong here.. got an error on the redeploy.. mind if I paste here, and get some advice? (Having to do with my vxlan network/veth pairs)20:28
*** pwiltsey has joined #openstack-ansible20:28
firebatxdfil: Yeah that’s what I meant was automatic failover… the management team seems to have big dreams, but don’t realize we’ll have to work for it lol.20:29
firebatSorry for not getting back sooner I’m in deep as they say20:29
mhaydenodyssey4me / andymccr: patches for mariadb yum + erlang-solutions reverse proxies are pending20:30
firebathttps://pastebin.com/2zyzmXX120:31
*** ants-in-my-eyes- is now known as hybridpollo20:32
*** pcaruana has quit IRC20:41
*** os_user has quit IRC20:43
openstackgerritMerged openstack/openstack-ansible master: Pin SHA's for stable/pike rc1  https://review.openstack.org/49381620:45
*** pwiltsey has quit IRC20:46
*** gouthamr has quit IRC20:46
*** esberglu has quit IRC20:50
mhaydencloudnull: when you did the erlang stuff, was there a reason not to use esl-erlang? (the one that has all pkgs built in?)20:50
*** esberglu has joined #openstack-ansible20:50
*** poopcat has quit IRC20:53
*** poopcat has joined #openstack-ansible20:54
*** armaan_ has joined #openstack-ansible20:54
*** esberglu has quit IRC20:55
*** armaan has quit IRC20:57
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server master: [WIP] Try the single esl-erlang package  https://review.openstack.org/49432420:57
*** lucasxu has quit IRC20:57
*** xdfil has quit IRC20:59
*** jwitko_ has quit IRC21:00
*** craigs has joined #openstack-ansible21:01
hwoarangmhayden: i don't think you can lock based on package version. I will ask, but the alternative would be to install the version you want and then lock it21:02
hwoarangi mean add a package lock which will prevent further changes to this package21:02
*** vishwana_ has quit IRC21:03
*** esberglu has joined #openstack-ansible21:03
*** vishwanathj has joined #openstack-ansible21:04
*** jwitko__ has quit IRC21:04
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_hosts master: Compile SELinux module via async  https://review.openstack.org/49431621:05
mhaydenah i see21:05
mhaydeni'm looking at possibly installing that big esl-erlang pkg to speed up the gate some21:05
mhaydeninstalling all of those individual erlang packages is slowing down centos/xenial21:05
*** woodard has quit IRC21:11
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_hosts master: Compile SELinux module via async  https://review.openstack.org/49431621:18
firebatHey guys even after I overwrite the host_bind_override my container keeps trying to join the br-vxlan at eth10 instead of what I’ve set it to… are there strict rules i.e. eth10 should be br-vxlan eth11 should be br-vlan, etc?21:18
*** vakuznet has quit IRC21:19
*** thorst has quit IRC21:19
*** aludwar has quit IRC21:43
*** aludwar has joined #openstack-ansible21:44
LiterateHawkYou might have to delete the facts?21:46
firebatThanks great idea21:49
*** thorst has joined #openstack-ansible21:53
*** thorst has quit IRC21:53
*** vishwana_ has joined #openstack-ansible21:54
*** woodard has joined #openstack-ansible21:55
*** vishwanathj has quit IRC21:58
*** schwicht has quit IRC22:00
*** germs has joined #openstack-ansible22:06
*** armaan_ has quit IRC22:08
cloudnullmhayden: no reason that I  can remember22:09
cloudnullif that's faster we should investigate that22:09
openstackgerritMerged openstack/openstack-ansible-os_horizon master: tasks: horizon_install: Fix virtualenv-tools issue on openSUSE  https://review.openstack.org/49374322:18
*** drifterza has quit IRC22:19
*** germs has quit IRC22:19
*** esberglu has quit IRC22:22
*** thorst has joined #openstack-ansible22:24
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Use correct dnf.conf path for proxy  https://review.openstack.org/49308722:24
*** thorst has quit IRC22:29
*** schwicht has joined #openstack-ansible22:29
*** germs has joined #openstack-ansible22:33
*** germs has left #openstack-ansible22:41
*** weezS has quit IRC22:49
*** BjoernT has quit IRC22:54
*** itsgottabered has joined #openstack-ansible22:56
itsgottaberedanyone around to help clear up some openvswitch confusion?22:56
*** schwicht has quit IRC22:58
*** esberglu has joined #openstack-ansible22:59
*** esberglu has quit IRC23:03
*** marst_ has quit IRC23:06
*** thorst has joined #openstack-ansible23:11
*** thorst has quit IRC23:13
*** schwicht has joined #openstack-ansible23:18
*** gouthamr has joined #openstack-ansible23:27
*** chyka has quit IRC23:32
*** chyka has joined #openstack-ansible23:33
*** firebat has quit IRC23:39
*** itsgottabered has quit IRC23:42
*** chyka has quit IRC23:45
*** aludwar has quit IRC23:53
*** aludwar has joined #openstack-ansible23:57

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