Wednesday, 2019-09-18

*** brokencycle has quit IRC00:05
*** goldyfruit_ has joined #openstack-ansible00:06
*** gyee has quit IRC00:50
*** markvoelker has quit IRC01:08
*** spatel has quit IRC01:15
*** markvoelker has joined #openstack-ansible01:20
*** BjoernT has joined #openstack-ansible02:26
*** idlemind has quit IRC02:54
*** BjoernT has quit IRC03:01
*** BjoernT has joined #openstack-ansible03:02
*** markvoelker has quit IRC03:09
*** weshay|ruck has quit IRC03:24
*** dave-mccowan has quit IRC03:36
*** Daemoen has quit IRC03:36
*** Daemoen has joined #openstack-ansible03:52
*** nicolasbock has quit IRC04:08
*** udesale has joined #openstack-ansible04:45
*** pcaruana has joined #openstack-ansible04:46
*** BjoernT has quit IRC04:48
*** markvoelker has joined #openstack-ansible05:10
*** markvoelker has quit IRC05:14
*** kopecmartin|off is now known as kopecmartin05:54
*** cshen has joined #openstack-ansible06:14
*** jawad_axd has joined #openstack-ansible06:47
jrossermorning07:05
*** trident has quit IRC07:08
*** luksky has joined #openstack-ansible07:13
*** tosky has joined #openstack-ansible07:18
*** trident has joined #openstack-ansible07:19
*** sshnaidm|pto is now known as sshnaidm|rover07:24
*** nsmeds has quit IRC07:31
*** ivve has joined #openstack-ansible07:32
*** rpittau|afk is now known as rpittau07:32
*** arxcruz has quit IRC07:32
*** arxcruz has joined #openstack-ansible07:36
*** radeks has joined #openstack-ansible07:55
*** devx has quit IRC08:00
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Switch source installs build from git  https://review.opendev.org/68281908:00
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest master: Switch source installs to build from git  https://review.opendev.org/68281908:01
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [DNM] test keystone fix for LP bug #1844157  https://review.opendev.org/68246008:01
openstackLaunchpad bug 1844157 in OpenStack Identity (keystone) "keystone-manage db_sync --check misbehaves, version 15.1.0" [Critical,In progress] https://launchpad.net/bugs/1844157 - Assigned to Morgan Fainberg (mdrnstm)08:01
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_swift master: Temporary fix for python3 config parsing error  https://review.opendev.org/68282708:14
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_swift master: Revert "Temporary fix for python3 config parsing error"  https://review.opendev.org/68282808:14
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_neutron master: Mark calico jobs as non voting due to python3 bug  https://review.opendev.org/68283008:19
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_neutron master: Revert "Mark calico jobs as non voting due to python3 bug"  https://review.opendev.org/68283108:19
jrosserchandankumar: ooooh i spot this in one of my jobs 2019-09-18 08:26:55.314972 | centos-7 | skipping: [aio1] => (item=/var/www/repo/os-releases/19.1.0.dev286/centos-7.7-x86_64)08:27
jrosser^ seems to be 7.708:27
chandankumarjrosser:yes, I think so08:37
chandankumaris it breaking something?08:37
*** kaiokmo has joined #openstack-ansible08:38
jrossernot so far - it's got as far as installing keystone on both a metal and an lxc job08:39
jrosserstill running08:39
chandankumarack08:40
*** cshen has quit IRC08:48
*** brokencycle has joined #openstack-ansible08:48
*** cshen has joined #openstack-ansible08:48
ChosSimbaOnelate morning :-) So I think i figured out what goes wrong with my external_lb_vip_address. So for the pilot I am setting up an openstack with one infra node, one network node and a bunch of compute nodes. The infra nodes has a ip on the br-mgmt and an ip on a external 130.x.x.x network. So I have done the following:08:52
ChosSimbaOneopenstack_user_config.yml08:53
ChosSimbaOne internal_lb_vip_address: 172.21.232.20208:53
ChosSimbaOneexternal_lb_vip_address: 130.225.199.208:53
ChosSimbaOne(haven't setup dns yet)08:53
ChosSimbaOneand user_variable.yml08:54
ChosSimbaOnehaproxy_keepalived_external_vip_cidr: "130.225.199.2/24"08:54
ChosSimbaOnehaproxy_keepalived_internal_vip_cidr: "172.21.232.202/22"08:54
ChosSimbaOnehaproxy_keepalived_external_interface: bond0.1208:54
ChosSimbaOnehaproxy_keepalived_internal_interface: br-mgmt08:54
ChosSimbaOneDoes this seems correct to you?08:54
*** KeithMnemonic1 has joined #openstack-ansible08:55
jrosserwell this is one of the things thats "up to you"08:55
*** KeithMnemonic has quit IRC08:55
jrosserso long as the various br-mgmt and things exist OSA is happy08:55
jrosseryou can bring the LB external network in however you like, and just specify the interface, as you have done08:55
*** KeithMnemonic1 has quit IRC08:55
jrosserand that can be the same, or a different CIDR to the neutron networks08:56
*** KeithMnemonic1 has joined #openstack-ansible08:56
openstackgerritDirk Mueller proposed openstack/ansible-hardening stable/ocata: Remove dependency on Ubuntu Trusty nodeset, which is EOL  https://review.opendev.org/68283908:56
*** pcaruana has quit IRC08:57
ChosSimbaOnejrosser: thank you, I just needed some confirmation. So an other way to do it could be having the ip's on the same network, and then nat to an public ip, for www accessiblity.08:57
ChosSimbaOneJust happy if it seems right from an OSA setup standpoint.08:58
ChosSimbaOneProblem for me compared to many of the example is that i only have two nics, which is bonded.08:58
ChosSimbaOneSo now I just got to figure out why the infrastructure node kills network during OSA playbooks :-)08:59
jrosserright so you use a trunk & vlan for the external network08:59
ChosSimbaOneyes.09:00
jrosserthat also fine09:00
openstackgerritDirk Mueller proposed openstack/openstack-ansible-ops master: Stop using the ubuntu trusty nodeset  https://review.opendev.org/68284109:01
*** pcaruana has joined #openstack-ansible09:01
ChosSimbaOnecool :-)09:01
CeeMacmorning09:41
*** markvoelker has joined #openstack-ansible09:59
*** markvoelker has quit IRC10:04
*** openstackgerrit has quit IRC10:06
*** zbr has quit IRC10:11
*** zbr has joined #openstack-ansible10:13
*** markvoelker has joined #openstack-ansible10:16
*** markvoelker has quit IRC10:20
jrosserchandankumar: this just merged https://review.opendev.org/#/c/682447/ - what happends next? RDO builds automatically?10:47
chandankumarjrosser: yes it will get built automatically10:50
jrosserexcellent10:50
*** udesale has quit IRC11:01
*** udesale has joined #openstack-ansible11:02
*** nicolasbock has joined #openstack-ansible11:03
*** pcaruana has quit IRC11:19
*** dave-mccowan has joined #openstack-ansible11:23
*** openstackgerrit has joined #openstack-ansible11:23
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_aodh master: Add global override for service bind address  https://review.opendev.org/68285711:23
*** pcaruana has joined #openstack-ansible11:28
*** udesale has quit IRC11:44
openstackgerritQitao proposed openstack/openstack-ansible-os_neutron master: Update invalid link for Conf  https://review.opendev.org/68286911:47
openstackgerritQitao proposed openstack/openstack-ansible-os_swift master: Update invaild link for Conf  https://review.opendev.org/68287411:51
openstackgerritQitao proposed openstack/openstack-ansible-plugins master: Update invaild link for Conf  https://review.opendev.org/68287711:54
*** markvoelker has joined #openstack-ansible12:05
*** goldyfruit_ has quit IRC12:15
*** redrobot has joined #openstack-ansible12:26
*** luksky has quit IRC12:27
noonedeadpunkdoes anyone know what means "The specified regex doesn't match with anything" while running tempest?12:35
noonedeadpunkI'm just trying to install murano plugin and run scenario12:36
noonedeadpunkmurano_tempest_tests.scenario.application_catalog.test_deployment12:36
noonedeadpunkah, ok found typo:)12:38
chandankumarnoonedeadpunk: it means either correct test is not there or test is in skip list12:47
noonedeadpunkchandankumar: yeah, I got it:) just couldn't find what's wrong and then found a type:)12:52
*** spatel has joined #openstack-ansible13:08
primeministerpHey guys, I'm trying to get openstack-ansible to deploy as an AIO on an Ampere (aarch64) Server, I and it's currently failing.  I have the paste here: http://paste.openstack.org/show/777418/13:09
primeministerpany insight would be a help, I'm currently running ubuntu 18.04 (ARM64).13:10
primeministerpI've gotten the same problem from master and stable/stein.13:10
cshenprimeministerp which line failed?13:17
cshenline 44: '[' 32 -lt 10 ']' ?13:17
*** luksky has joined #openstack-ansible13:19
*** goldyfruit_ has joined #openstack-ansible13:30
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest master: Add murano service to tempest  https://review.opendev.org/68289613:32
jrosserprimeministerp: i did a bunch for work for aarch64.....13:35
jrosserprimeministerp: can you try doing this without using gate-check-commit.sh?13:39
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add support to deploy murano  https://review.opendev.org/67949613:40
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_murano master: Initial commit to os_murano role  https://review.opendev.org/67783013:41
jrosserprimeministerp: could you try following the guide here https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html13:41
cjloadermorning all13:42
*** BjoernT has joined #openstack-ansible13:48
cjloadernoonedeadpunk: I issued a recheck on your swift quickfix13:53
noonedeadpunkcjloader: thanks for that:)13:53
cjloaderi'd like to get my patch merged today. =)13:53
noonedeadpunkHad rdo package  been already built?13:54
cjloaderidk13:54
primeministerpjrosser, tried that, same failure14:00
jrosserprimeministerp: can you paste the output?14:01
primeministerpjrosser, I just realized the pastebin didn't have all the content14:01
primeministerpone sec14:01
primeministerpjrosser: here's the failure http://paste.openstack.org/show/777425/14:09
jrosserprimeministerp: try this 'ansible localhost -m setup'14:12
jrosserthen run again whatever failed14:12
primeministerpso it appears to be renaming my interface somewhere along the line14:15
primeministerpfrom enp1s0 to eth014:16
jrosseraaahh i see14:17
primeministerpjrosser: ?14:18
jrosserare you using netplan?14:18
primeministerpyes14:18
primeministerpdo i need to switch to ifconfig14:19
primeministerpjust starting from a stock minimial install + openssh-server14:19
primeministerpi actually tried w/ centos also but there were no aarch64 repos14:20
primeministerpsorry for kvm14:20
*** openstackgerrit has quit IRC14:21
jrosserprimeministerp: so personally i'm not using netplan, i have ifupdown installed and that seems to behave14:22
primeministerpjrosser: on 18.04?14:22
jrosserbut i think that some other folk may have success with netplan, just we don't test any of that in out CI so it's not a path commonly trodden14:22
jrosseryes14:22
primeministerpthat's ok, i'd rather do what's tested14:22
jrosseri used that to just copy my existing network config from my xenial hosts to bionic when i upgraded14:23
primeministerphehe14:23
jrosserand the old config dropped in and worked just fine14:23
primeministerpI won't tell anyone14:23
primeministerp;)14:23
jrosseranyway, i know that at least one other has got OSA to run on aarch64, so it should be OK14:23
canori01hey guys, I did a an upgrade from Rocky to Stein and post upgrade, neutron ha is broken.  Getting:14:33
canori012019-09-18 10:23:03.608 328 ERROR neutron.agent.linux.utils [-] Rootwrap error running command: ['kill', '-15', '15659']: RemoteError:14:34
canori012019-09-18 10:23:03.609 328 ERROR neutron.agent.l3.agent [-] Error while deleting router 61cc1f4d-22d7-44aa-bbb7-986b7930e1ca: RemoteError:14:34
canori01Unserializable message: ('#ERROR', ValueError('I/O operation on closed file',))14:34
canori01Is this a known issue?14:34
mnaserman does this sound familiar14:45
mnaserdo you have vpnaas canori0114:45
canori01yes, I do14:46
*** jawad_axd has quit IRC14:46
*** jawad_axd has joined #openstack-ansible14:46
*** jawad_axd has quit IRC14:46
mnasercanori01: i think i've seen that before when using vpnaas but i dont remember the resolution, just pinged someone for it14:47
*** openstackgerrit has joined #openstack-ansible14:47
openstackgerritDirk Mueller proposed openstack/openstack-ansible-os_keystone master: Fix distro install on openSUSE  https://review.opendev.org/68207414:47
*** luksky has quit IRC14:48
openstackgerritDirk Mueller proposed openstack/openstack-ansible-os_designate master: Remove python-systemd dependency  https://review.opendev.org/68291614:50
openstackgerritDirk Mueller proposed openstack/openstack-ansible-os_keystone master: Fix distro install on openSUSE  https://review.opendev.org/68207414:50
*** gkadam has joined #openstack-ansible14:54
*** gkadam_ has joined #openstack-ansible14:55
*** gkadam has quit IRC14:56
*** spatel has quit IRC15:02
*** gkadam_ has quit IRC15:04
*** arxcruz is now known as arxcruz|ruck15:08
*** gyee has joined #openstack-ansible15:08
*** theintern_ has joined #openstack-ansible15:09
*** ivve has quit IRC15:18
*** cshen has quit IRC15:20
*** goldyfruit_ has quit IRC15:20
*** spatel has joined #openstack-ansible15:25
*** markvoelker has quit IRC15:35
*** zbr has quit IRC15:36
*** zbr has joined #openstack-ansible15:37
*** sshnaidm|rover is now known as sshnaidm15:39
*** tuxjohnson has joined #openstack-ansible15:40
*** tuxjohnson has left #openstack-ansible15:40
*** trident has quit IRC15:41
cjloaderhttps://review.opendev.org/#/c/682697/ jrosser noonedeadpunk can we move this forward to fix swift?15:46
cjloaderpassed gate15:49
*** vakuznet has joined #openstack-ansible15:51
*** trident has joined #openstack-ansible15:53
*** markvoelker has joined #openstack-ansible15:53
*** rpittau is now known as rpittau|afk16:03
vakuznetis there a way to remove a group from osa inventory? ceilometer_agent_compute group contains compute nodes. I can just delete compute nodes. That will delete a lot more then just ceilometer_agent_compute.16:06
*** jawad_axd has joined #openstack-ansible16:07
*** zbr is now known as zbr|ruck16:07
vakuznetI was refering to scripts/inventory-manage.py script.16:08
*** jawad_axd has quit IRC16:11
noonedeadpunkvakuznet: so, what are you trying to achieve - drop ceilometer?16:11
vakuznetyeah16:11
*** radeks has quit IRC16:16
noonedeadpunkok, so have you defined metering-compute_hosts in /etc/openstack_deploy/openstack_user_config.yml ? or somewhere in /etc/openstack_deploy/conf.d/16:17
*** jawad_axd has joined #openstack-ansible16:18
vakuznetthey were defined, now removed.16:18
noonedeadpunkoh, just checked this out and it seems we have some bug in manage inventory:(16:21
noonedeadpunkSO yep, seems that you should manually drop group from /etc/openstack_deploy/openstack_inventory.json16:22
*** jawad_axd has quit IRC16:22
noonedeadpunkas you've dropped ceilometer definition, it won't be added again by dynamic_inventory.py16:22
noonedeadpunkbut yeah it seems that you can't drop group with inventory-manage.py16:23
noonedeadpunkonly host16:23
cjloaderwe only need 1 more review for the temp swift fix16:23
vakuznetI came to the same conclusion. Thanks for checking.16:24
jrosseryou can edit it out of the inventory json i think16:24
jrosserwith extreme care16:24
jrosserand a backup16:24
noonedeadpunk++ backup is a good idea16:25
*** goldyfruit_ has joined #openstack-ansible16:28
*** kopecmartin is now known as kopecmartin|off16:29
*** ivve has joined #openstack-ansible16:32
cjloaderjrosser: your temp fix is the same one as noonedeadpunk -- his passed. mind bumping to get it merged?16:36
noonedeadpunkhm, I thought I've updated his patch16:37
noonedeadpunkbut seems that I've mixed up things and dropped change-id in commit msg...16:37
cjloaderi got d34dh0r53 to16:38
cjloaderreview noonedeadpunk's16:38
jrossernoonedeadpunk: oooh does this mean we are back in business again ? https://review.opendev.org/#/c/682074/16:41
jrossersomthing passed16:41
noonedeadpunkyep, we are16:42
cjloaderyes16:42
noonedeadpunkI guess that's what cjloader was talking about:)16:42
cjloaderyea16:42
noonedeadpunkin terms of https://review.opendev.org/#/c/682697/16:42
jrosserdone16:43
jrosserwe should recheck *16:43
cjloaderty16:43
noonedeadpunkI'll place revert for it right after merge16:43
noonedeadpunkjust to do it with gerrit:)16:43
noonedeadpunkdoes anyone know murano alias inside openstackclient?16:44
jrosseri wonder if the openstackclient supports murano16:45
jrosserhttps://docs.openstack.org/murano/latest/user/userguide/install_client.html16:45
noonedeadpunk.... was reading openstackclient docs for mitaka, where it was...16:46
noonedeadpunkyeah, now it's not here https://docs.openstack.org/python-openstackclient/latest/cli/plugin-commands.html16:47
*** tosky has quit IRC16:49
noonedeadpunkthat's so sad:(16:50
*** macz has joined #openstack-ansible16:51
cjloaderjrosser: don't recheck any ironic PRs as they'll fail until swift fix is merged FYI16:52
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add support to deploy murano  https://review.opendev.org/67949616:54
noonedeadpunkcjloader: you can probably set depend-on to speed-up this process. OR just wait:)16:54
cjloadergood point16:55
openstackgerritCam J. Loader (cjloader) proposed openstack/openstack-ansible-os_ironic master: Remove UCS packages from os_ironic  https://review.opendev.org/68244616:57
mnaserbtw upstream jobs are running centos 7.7 right now16:57
noonedeadpunkyep, and don't fail, which is great16:58
cjloadernoonedeadpunk: that the right way?16:59
noonedeadpunkcjloader: it's old style but it should still work16:59
cjloaderokay my bad17:00
noonedeadpunkdoc says it's supposed to be change url https://docs.openstack.org/infra/manual/developers.html#cross-repository-dependencies but I don't think it ry matters here17:01
jrossermnaser: our jobs are 7.7 too now17:02
cjloaderhi mnaser =)17:02
*** luksky has joined #openstack-ansible17:06
vakuznetnoonedeadpunk actually if i do remove nodes from  groups['ceilometer_agent_compute'] it does remove all compute nodes. but all compute related groups and nodes are recreated by dynamic_inventory.py after first request.17:11
noonedeadpunkvakuznet: hm, that's strange... have you dropped it like from this struct? http://paste.openstack.org/show/777436/17:15
*** mgariepy has quit IRC17:16
vakuznetyeah it's empty now17:17
openstackgerritCam J. Loader (cjloader) proposed openstack/openstack-ansible-os_ironic master: Adds configuration for the Ironic Inspector  https://review.opendev.org/68028417:17
*** mgariepy has joined #openstack-ansible17:22
jrosser noonedeadpunk maybe some stuff in env.d that puts the ceilometer bits on compute hosts?17:25
johanssonecanori01: If you still have issues, mind sharing a redacted version of neutron/plugins conf and/or redacted user_variables.yml? We've been fighting a similar issue, but not quite like the "I/O on closed file" but I can do digging if needed.17:26
noonedeadpunkjrosser: I can't recall anything like that regarding ceilometer...17:26
canori01johanssone: so I was able to get past that by adding this to the l3 agent's rootwrap filter:17:27
jrosserhmm so t has to be either there or user_config .....17:27
canori01kill_keepalived_monitor_py2: KillFilter, root, python2, -1517:28
canori01However, I'm not facing an issue where my router namespaces aren't being added to the linuxbridge interface I specified17:29
johanssonecanori01: Rings bells...I'll see if I can find some info regarding the issue we had (It was a while back).17:31
canori01johanssone: Thanks. Also I meant to say 'am' instead of 'not' in my previous message17:32
jrosserjohanssone: canori01 are these OSA bugs or things missing from config files we take from neutron?17:33
johanssonecanori01: The second one sounds like a different issue. Sadly, I have no direct experience with Stein, as all our environments Rocky or lower. We also run openvswitch and not linux bridges.17:33
canori01jrosser: I'm not 100% sure to be honest17:34
jrosserok no problem, if you figure out something we do wrong pleas raise a bug, or even better make a patch :)17:35
*** zbr|ruck is now known as zbr17:36
johanssonejrosser: I'm not sure at this point, and this might not be the correct forum for this. I'll need more info than above. Just got a ping from mnaser, as we've seen similar issues as the first root wrap filter issue mentioned by canori01. Second issue with namespaces being added wrong, no idea.17:37
vakuznetmetering-compute_hosts puts ceilometer on compute nodes. I removed that. Then removing "{{ groups['ceilometer_central_container'] }}" and "{{ groups['ceilometer_agent_compute'] }}" items using inventory-manager.py will remove ceilometer and compute nodes. Then re-runing dynamic_invetory.py will create compute nodes back. So ceilometer gone now.17:38
*** theintern_ has quit IRC17:40
jrosserjohanssone: don’t worry, anything OSA related is cool here17:42
johanssonejrosser: Cool thanks. canori01, feel free to share some more details about your current issue, and I can take a look. I'll be online for a couple hours.17:46
*** theintern_ has joined #openstack-ansible17:56
*** sshnaidm is now known as sshnaidm|bbl17:57
canori01johanssone: so what I'm noticing is that it's not creating the bridge for the namespaces at all.  For example, my floating ip network's uuid starts with d140364e-ce, so it's supposed to create a brige called brqd140364e-ce and add my namespaces to it but it's not doing that17:58
johanssoneAny logs that can't be of help? paste.openstack.org18:02
*** spatel has quit IRC18:18
canori01johanssone: I'll try to share the linuxbridge agent logs. It looks like it's trying to add the namespaces to the bridge but fails because the bridge is not present.18:19
canori01johanssone: http://paste.openstack.org/show/777445/18:23
canori01oh, hmm looks like it cut off most of the paste18:26
canori01Starting to suspect that rootwrap is causing this one as well18:30
openstackgerritDavid Moreau Simard proposed openstack/openstack-ansible master: DNM: test ara >1.0 static generation  https://review.opendev.org/68296118:32
openstackgerritDavid Moreau Simard proposed openstack/openstack-ansible master: DNM: test sending data from ara to a remote server  https://review.opendev.org/68296218:36
*** openstackgerrit has quit IRC18:37
*** goldyfruit___ has joined #openstack-ansible18:38
*** openstackgerrit has joined #openstack-ansible18:40
openstackgerritMerged openstack/openstack-ansible-os_swift master: Update fallocate_reserve to work with py3  https://review.opendev.org/68269718:40
dmsimardjrosser: added a comment in https://review.opendev.org/#/c/682587/ and created these two ^18:40
jrosserdmsimard: excellent thanks for taking a look!18:40
cjloadernoonedeadpunk: woot swift should be fixed18:40
*** goldyfruit_ has quit IRC18:41
cjloaderat least for OSA18:41
jrosserjohanssone: canori01 in stein we changed where that rootwrap config came from like this https://review.opendev.org/#/c/588647/18:58
jrosserit would be worth checking that the one which was carried in the role in rocky is actually up to date for the version of neutron you are running18:58
*** cshen has joined #openstack-ansible19:01
*** cshen has quit IRC19:06
jrossernoonedeadpunk: i am still not really understanding the haproxy / metal changes19:12
jrosserhttps://zuul.opendev.org/t/openstack/build/5b5c3e25c9e7480f9af3f318102a92ea/log/job-output.txt#905919:12
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tacker master: Updated from OpenStack Ansible Tests  https://review.opendev.org/68006019:22
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Update ansible to 2.8.5  https://review.opendev.org/68161019:24
canori01jrosser: I tried the rocky rootwrap config but it doesn't work with stein19:28
jrosseroh sorry i thought you had a rocky setup19:28
noonedeadpunkjrosser: hm... yep, seems that haproxy is just not installed.... will set -W for now19:29
jrossernoonedeadpunk: i couldnt see where you move horizon to a non standard port either, unless there is still another patch needed?19:29
noonedeadpunkjrosser: ok, so we don't deploy haproxy on metal at all now...19:31
noonedeadpunkAs the problem is not only in horizon, but with all other services as well.19:31
noonedeadpunkhttps://zuul.opendev.org/t/openstack/build/43fadf85c81c4e7f89f9a864371b00e2/log/job-output.txt#904319:32
noonedeadpunkSo I think I should rename patches, as name is invalid at all19:34
jrosserok sure - i was just reading the commit and the log was not what i expected by the description19:35
noonedeadpunkBut it would help with https://review.opendev.org/#/c/670051/21 for sure19:35
noonedeadpunkSince it would allow to set bind address19:35
jrosseryes i need to get a bunch of new patches made to tidy that up19:36
noonedeadpunkActually I thought that we deploy haproxy for aio metal - just never checked it19:36
*** prometheanfire has quit IRC19:36
cjloaderi asked about that a couple days ago19:37
*** prometheanfire has joined #openstack-ansible19:37
jrossernoonedeadpunk: so i think we need to get bind-to-mgmt sorted out, then we can turn on haproxy19:38
noonedeadpunk++19:38
noonedeadpunkI'll update my patches, but will do it tomorrow:) -W for now19:38
jrosserbecasue the roles only test with metal jobs we have made a couple of mistakes with patches19:39
jrosserwhere ssl or endpoint error happens19:39
cjloaderBad Gateway (HTTP 502) on opensuse, rechecked.19:41
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Allow horizon to be tested on metal  https://review.opendev.org/68172219:42
*** tosky has joined #openstack-ansible19:43
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-tests master: Update ansible to 2.8.5  https://review.opendev.org/65965819:43
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-tests master: Update ansible to 2.8.5  https://review.opendev.org/65965819:43
*** jbadiapa has quit IRC19:44
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_horizon master: Allow to configure horizon bind address  https://review.opendev.org/68171819:47
noonedeadpunkoh, 2.8.5 released?19:47
noonedeadpunkthat's great19:48
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_heat master: service_setup: refactor service setup to a single file  https://review.opendev.org/67377819:49
noonedeadpunk^ was waiting for it for ages...19:50
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_heat master: service_setup: refactor service setup to a single file  https://review.opendev.org/67377819:50
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_nova stable/stein: tasks: add conditionals for ironic  https://review.opendev.org/67387919:50
*** sshnaidm|bbl is now known as sshnaidm19:52
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_tempest stable/queens: Update workspace tempest.conf on changes  https://review.opendev.org/63803219:52
*** primeministerp has quit IRC19:56
*** jbadiapa has joined #openstack-ansible19:57
*** theintern_ has quit IRC20:08
*** pcaruana has quit IRC20:10
*** goldyfruit___ has quit IRC20:44
openstackgerritDavid Moreau Simard proposed openstack/openstack-ansible master: DNM: test ara >1.0 static generation  https://review.opendev.org/68296120:48
openstackgerritDavid Moreau Simard proposed openstack/openstack-ansible master: DNM: test sending data from ara to a remote server  https://review.opendev.org/68296220:49
*** goldyfruit___ has joined #openstack-ansible20:56
openstackgerritMerged openstack/openstack-ansible-os_magnum master: Update fedora-atomic image to version 29 following upstream repo  https://review.opendev.org/68215920:59
*** brokencycle has quit IRC21:17
*** goldyfruit_ has joined #openstack-ansible21:22
*** goldyfruit___ has quit IRC21:25
cjloaderugh21:35
cjloaderjrosser: noonedeadpunk they restarted zuul21:36
cjloaderall jobs that were gating -- now gone21:44
cjloaderdmsimard: ^ fyi21:45
cjloadersaw you just submitted gate21:45
openstackgerritCam J. Loader (cjloader) proposed openstack/openstack-ansible-os_ironic master: Adds configuration for the Ironic Inspector  https://review.opendev.org/68028422:14
*** goldyfruit_ has quit IRC22:15
*** markvoelker has quit IRC22:24
*** goldyfruit_ has joined #openstack-ansible22:40
*** brokencycle has joined #openstack-ansible22:57
*** luksky has quit IRC23:13
*** goldyfruit_ has quit IRC23:24
*** goldyfruit_ has joined #openstack-ansible23:29
*** BjoernT has quit IRC23:30
*** tosky has quit IRC23:40
*** ivve has quit IRC23:48
openstackgerritMerged openstack/openstack-ansible-os_tacker master: Updated from OpenStack Ansible Tests  https://review.opendev.org/68006023:48
openstackgerritCam J. Loader (cjloader) proposed openstack/openstack-ansible-os_ironic master: Adds configuration for the Ironic Inspector  https://review.opendev.org/68028423:58

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