Friday, 2019-12-06

*** schwicht has quit IRC00:02
openstackgerritMerged openstack/openstack-ansible stable/train: Don't require provider_networks with no_containers  https://review.opendev.org/69728900:11
*** Mituc has quit IRC00:12
*** stuartgr has joined #openstack-ansible00:17
openstackgerritMerged openstack/openstack-ansible-os_keystone master: tox: Keeping going with docs  https://review.opendev.org/69742100:31
*** schwicht has joined #openstack-ansible00:35
openstackgerritJames Denton proposed openstack/openstack-ansible master: Install chrony on AIO  https://review.opendev.org/69759300:37
*** cp- has quit IRC00:38
openstackgerritJames Denton proposed openstack/openstack-ansible master: Install chrony on AIO  https://review.opendev.org/69759300:39
*** elenalindq has quit IRC00:40
*** cp- has joined #openstack-ansible00:40
*** schwicht has quit IRC01:26
openstackgerritCam J. Loader (cjloader) proposed openstack/openstack-ansible stable/train: Move debian jobs to buster  https://review.opendev.org/69758301:31
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Check conditional length before evaluation  https://review.opendev.org/69405501:42
*** schwicht has joined #openstack-ansible01:59
*** schwicht has quit IRC02:22
*** schwicht has joined #openstack-ansible02:26
*** gyee has quit IRC02:30
*** schwicht has quit IRC03:34
*** openstackstatus has joined #openstack-ansible03:41
*** ChanServ sets mode: +v openstackstatus03:41
jamesdenton@jrosser So, it looks like networking-bgpvpn dropped support the Python 2 in the last few days, which might be causing some failures on certain os_neutron jobs, namely opendaylight, sfc, etc. See https://github.com/openstack/networking-bgpvpn/commit/40fa37be8c80f9e59d32c561e441a367907e8f85 and https://review.opendev.org/#/c/590810/. Curious if you think we may need to split out packages into py2 vs py3 and update03:53
jamesdenton python_venv_build accordingly, or if this has been figured out already and I'm just out of the loop :D Maybe using executable param for pip module to for pip3, i dunno03:53
*** udesale has joined #openstack-ansible04:00
*** dave-mccowan has quit IRC04:04
*** schwicht has joined #openstack-ansible04:30
*** schwicht has quit IRC04:30
*** Mituc has joined #openstack-ansible05:14
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Move debian jobs to buster  https://review.opendev.org/69758305:20
*** raukadah is now known as chkumar|ruck05:20
snadgei want to know why the eth12 interface isn't automatically created inside the containers which is attached to the br-vlan interface05:29
snadgehmm.. the AIO doesn't have an eth12 inside the utility container either05:45
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ironic master: Adds configuration for the Ironic Inspector  https://review.opendev.org/68028406:21
*** elenalindq has joined #openstack-ansible06:33
snadgeahh i figured it out.. darned systemd.. ./systemd/system/networking-post-up.service is what creates eth1207:08
snadgeenjoy your weekend ladies and gentleman XD   .. that can be for monday07:09
jrossersnadge: there wouldn’t be an eth12 in any containers07:16
jrosserit’s only on the physical host to be the interface that neutron uses07:16
jrosserfrom memory in the AIO the utility container is set up with a static route to the subnet which is the “external” network07:17
jrosserwhich is fine because everything is collapsed on one host, which can do the forwarding/routing between the networks07:17
jrosserin a production setup, if you want the same to happen you need some actual L3 router to be doing the same07:18
jrosseror you add an extra interface to the utility container by overriding some variables so that it sites directly on the external network too07:19
jrossereither of these if you do, or neither is fine if you don’t want tempest in a prod environment07:19
jrosserjamesdenton: so our neutron role is an interesting case, for most other roles the tests all build an AIO and maybe drop in some special vars for the scenario07:25
jrosserbut all those extra jobs in neutron are not like that, they are “legacy” and use a bunch of stuff in openstack-ansible-tests, plus tox to spin up a non-AIO test host07:26
*** elenalindq has quit IRC07:27
jrosserideally we add “opendaylight” “sfc” and other new keywords to the SCENARIO env var parsing and ditch the legacy tests07:28
jrosserthere may also be something silly like the tox environments are just hardwired to be py2 right now which is completely possible07:28
jrosserI didn’t touch any of those as part of the py2->py3 work07:29
*** pcaruana has joined #openstack-ansible08:11
*** elenalindq has joined #openstack-ansible08:15
*** rpittau|afk is now known as rpittau08:21
*** DanyC has joined #openstack-ansible08:57
*** DanyC has quit IRC08:58
*** DanyC has joined #openstack-ansible09:00
*** aedc has joined #openstack-ansible09:28
*** cshen has joined #openstack-ansible09:28
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata  https://review.opendev.org/69763709:33
*** cshen has quit IRC09:33
*** cshen has joined #openstack-ansible09:34
*** tacco has joined #openstack-ansible09:34
taccohi there.. is there somewhere a usefull documentation how to implement keystone with ldap by in OSA?09:35
* noonedeadpunk never had a chance to try this out09:56
openstackgerritMerged openstack/openstack-ansible master: Imported Translations from Zanata  https://review.opendev.org/69763709:58
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Also keep old_style blacklist schema  https://review.opendev.org/69607310:08
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest stable/train: Also keep old_style blacklist schema  https://review.opendev.org/69764310:08
noonedeadpunkjrosser: if you have time can you review https://review.opendev.org/#/c/680284/8510:09
noonedeadpunkI'd love to hear your opinion on this now..10:10
elenalindqnoonedeadpunk Can you please help me understand how the inventory file is updated? That's what it causing my upgrade from Train to Stein to fail, at removing pip.conf.  Complete output after running of run-upgrade.sh   http://paste.openstack.org/show/TV2MvXKG2U9Pm94PEW6Z/  http://paste.openstack.org/show/787224/10:15
noonedeadpunkelenalindq: so right now I'm configuring sandbox to try to reproduce this problem... As you may see from https://opendev.org/openstack/openstack-ansible/src/branch/stable/train/scripts/run-upgrade.sh#L171-L172 pip-cinf-removal is placed as first task10:18
noonedeadpunkwhile inventory update should happen here https://opendev.org/openstack/openstack-ansible/src/branch/stable/train/scripts/upgrade-utilities/deploy-config-changes.yml#L101-L11810:19
jrossernoonedeadpunk: is pip conf removal still needed? I am wondering if that is a hand-over from when the repo-server/repo-build got hugely refactored10:20
jrosseri can't quite remember which upgrade needed that though10:20
noonedeadpunkYeah, I think we can drop it. But the question is why placement, and more interesting, murano container appears before running deploy-config-changes10:21
noonedeadpunkthis is what really bothers me at this point10:21
taccomaybe just a stupid question about designate and pools.. could it be that the definition of pools in os_designate is totaly broken if you want to have more than one host in pools?10:22
noonedeadpunkoh, btw, I had a problem with dessignate on rocky, but it was actually designate problem, when pools.yml wasn't applied by designate-manage10:24
noonedeadpunkunfrotunatelly it's still not resolved...10:24
noonedeadpunk(for me)10:24
jrosseri think we need some example config in the designate role docs10:24
jrosserbecause i also had a go some years back but it's really not obvious10:25
noonedeadpunkbut in terms of osa we just place pools.yaml and launch designate-manage10:25
noonedeadpunkjrosser: I think we have one https://opendev.org/openstack/openstack-ansible-os_designate/src/branch/master/defaults/main.yml#L104-L13710:26
jrosseri used OSA to deploy bind containers10:27
jrosserand ended up with this https://github.com/jrosser/openstack-ansible-ops/blob/designate-bind/designate-bind/designate_pools.j210:27
jrosserand unbelievably then this https://github.com/jrosser/openstack-ansible-ops/blob/designate-bind/designate-bind/user_variables_designate.yml#L110:29
jrosserbecasue i just couldnt figure out otherwise how to make a functioning pools.yaml10:30
noonedeadpunkI was trying to make pdns tbh:)10:32
noonedeadpunkBut it seems, that giving up and doing bind might be easier10:33
jrosseri did merge a bunch of patches to make all the bind rndc stuff work but i never really got it beyond a POC in the lab10:34
openstackgerritMerged openstack/openstack-ansible-os_ironic master: Replace git.openstack.org with opendev.org  https://review.opendev.org/69431310:36
taccothe problem with the pools.yml is that is is created by pretyyaml and this makes it totaly broken mixes the order.. it should be created by jinja template.10:37
noonedeadpunkso fixing yaml helped you?10:38
taccoyes..10:38
noonedeadpunkIt just didn't matter for me...10:38
noonedeadpunkhm..10:38
taccobut i would like to create the yaml from osa itself10:38
noonedeadpunkdid you use bind?10:38
taccoyes10:39
taccobut i had to provide the pools.yml manualy10:39
noonedeadpunkI see. Can you offer a patch to fix this in osa?10:39
taccosure i can try..10:41
noonedeadpunkthis would be great:)10:41
taccoi think the main problem is the handling of "designate_pools_yaml:"10:41
noonedeadpunkso maybe replace to_nice_yaml with to_yaml?10:43
noonedeadpunkhttps://opendev.org/openstack/openstack-ansible-os_designate/src/branch/master/tasks/designate_post_install.yml#L7010:43
cshenelenalindq: could you show me the output of "grep -r murano /etc/openstack_deploy"?10:44
cshenI believe you still have defined murano somewhere.10:45
taccono this isn't enough either.10:46
taccotemplate would be the way to go..10:46
jrossertacco: noonedeadpunk i think that what you describe is why i ended up with the wierd use of a template / lookup to generate something valid for pools.yaml10:50
noonedeadpunkhm, weird. as we want to get yaml out of yaml...10:50
jrosserand that ^10:50
elenalindqcshen: Here it comes: http://paste.openstack.org/show/JEvdsrdb3ug6baFLjBIb/10:50
elenalindqcshen: Yes, it is defined, the question is why. :)10:51
jrosserit was massively confusing and perhaps in hindsight i could have used inline jinja10:51
noonedeadpunkso yes, mabe we will just replace current workload with just asking to provide path on local machine to ppols.yaml?10:51
noonedeadpunkoh, wait10:51
noonedeadpunktacco: what if replace copy with config_template module?10:52
elenalindqcshen So prior to starting the upgrade  there is nothing about murano in  /etc/openstack_deploy. I run the run-upgrade.sh script , it fails at pip.conf remove and I see that murano and placement were added to the inventory file.10:52
noonedeadpunkand they were not mentioned anywhere else...10:53
noonedeadpunkI saw that in your yestardays paste10:53
* noonedeadpunk sandbox is stil installing stein10:53
noonedeadpunktacco: like http://paste.openstack.org/show/787227/10:57
taccolet me check10:58
tacconoonedeadpunk: yes this should work... already did this kind of.. will test and provide you a patch..11:00
taccowhats the best way to provide it?11:01
noonedeadpunkprovide patch you mean?11:01
cshenelenalindq: have you run inventory-manage.py script yet?11:01
cshenin your case would be "/opt/openstack-ansible/scripts/inventory-manage.py -r alice_murano_container-ee48f962"11:02
taccoyes11:02
*** DanyC_ has joined #openstack-ansible11:02
noonedeadpunkinstall git-review, clone repo, create branch, do git commit and git review will push patch to gerrit11:03
taccook will do so11:03
*** DanyC has quit IRC11:04
noonedeadpunkactually you need to create an account on https://review.opendev.org/ and place gitreview username in .gitconfig11:04
noonedeadpunk(and upload ssh key on gerrit)11:04
cshenelenalindq: there is still one entry of murano in your inventory.11:04
noonedeadpunktacco: I think you can merge this task with https://opendev.org/openstack/openstack-ansible-os_designate/src/branch/master/tasks/designate_post_install.yml#L35 if config template works11:05
noonedeadpunkyou just need to change dest to "dest: "{{ item.dest | default(omit) }}" and add content there with the same logic11:06
taccook.. i'll keep that in mind. but first things first.. create account, test the patch.. and publish it :)11:09
*** DanyC_ has quit IRC11:09
*** DanyC has joined #openstack-ansible11:17
*** DanyC has quit IRC11:28
*** sshnaidm|afk is now known as sshnaidm|off11:28
*** DanyC has joined #openstack-ansible11:35
*** stuartgr has quit IRC11:36
*** DanyC has quit IRC11:39
noonedeadpunkelenalindq: I've deployed aio with lxc containers on stein, did git checkout stable/train, runned scripts/run_upgrade.sh and passed mentioned by you step without any problems11:45
noonedeadpunkSo I think I need more info about how stein has been deployed11:46
*** zbr has quit IRC11:47
*** zbr has joined #openstack-ansible11:47
elenalindqnoonedeadpunk:  Sure. I deploy Stein to 19.0.6. I upgrade Stein from 19.0.6 to 19.0.7 using the  openstack-ansible setup-everything.yml . Then I upgrade to Train.11:47
*** DanyC has joined #openstack-ansible11:49
noonedeadpunkdo you have some vm already prepared for train upgrade you can share access to?11:49
noonedeadpunk(maybe you did some snapshot to be able to fast reproduce it)11:49
*** tosky has joined #openstack-ansible11:50
elenalindqnoonedeadpunk I did not do any snapshot. I can fix access for you.11:50
noonedeadpunkhttps://launchpad.net/~noonedeadpunk/+sshkeys11:51
noonedeadpunksince you can reproduce that, I think it would be the way faster11:51
*** DanyC has quit IRC11:56
jamesdentonjrosser it may be this (https://github.com/openstack/openstack-ansible-os_neutron/blob/master/defaults/main.yml#L43) causing the pip module to default to pip211:58
jrosserjamesdenton: absolutely - in the integrated repo there is an override which sets that to python311:59
jrosserif you have a dig in openstack-a single-tests there is something like “test-vars.yml” which the old style functional tests use12:00
*** udesale has quit IRC12:00
jrosserI wonder if we added that override there yet?12:00
jamesdentonSo, in https://github.com/openstack/openstack-ansible-tests/blob/master/test-vars.yml?12:02
noonedeadpunkI think it's here https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/all/all.yml#L2312:02
jamesdentonyeah, i saw that, too12:02
jrosserjamesdenton: one of the things we can do on master is go round switching that over in each role to default to python312:02
jrosseror even rip out all that logic entirely and make it py3 only12:02
jamesdentonMaybe here as just a test? https://github.com/openstack/openstack-ansible-os_neutron/blob/master/tests/group_vars/all_containers.yml12:03
jrossermaybe, neutron agents are on metal though so I’m not sure that’s covering everything12:04
jamesdentonwasn't sure if they were considered metal containers or not12:04
jrosserideally everything migrated to use the integrated repo tests12:05
jamesdentonis there something tricky about os_neutron that makes that difficult?12:05
jrosseronly that neutron probably has the largest selection of special scenarios of any of the roles12:05
jrosserwhich really makes it a good target to clean this all up as it’s got the most tech debt12:06
jrosserfor example, making the integrated repo understand “ovs” as a scenario keyword, then build out the fancier ones from that?12:07
jrosserjamesdenton: I don’t know if you’ve seen it but the Zuul job names are automatically parsed and decide what special config gets applied12:08
jamesdentoni have not, no12:08
jrosserI think it’s in some playbooks in the Zuul.d directory12:09
jrosserwould be worth having a quick scan of that as this might all be less work than it could be12:09
jamesdentonIf i look at os_nova, I see this: https://github.com/openstack/openstack-ansible-os_nova/commit/54b4f90c63c114f55c7dd2e5393a81bd9e53d426 plus the depends-on12:09
jamesdentonproject templates12:09
jamesdenton^^ in zuul12:10
* jrosser travelling, changing trains now12:11
jamesdentoni'll see if i can poke around12:11
*** DanyC has joined #openstack-ansible12:13
*** DanyC has quit IRC12:17
*** DanyC has joined #openstack-ansible12:18
jamesdentonjrosser perhaps some additional scenario logic for bootstrap_host_scenarios would be helpful to break out the various neutron scenarios12:21
openstackgerritMerged openstack/openstack-ansible-os_octavia stable/stein: iptables save fix for centos 7  https://review.opendev.org/69705812:24
*** DanyC has quit IRC12:29
*** DanyC has joined #openstack-ansible12:31
*** schwicht has joined #openstack-ansible12:46
*** schwicht has quit IRC12:52
*** mensis has quit IRC12:55
*** gokhani has quit IRC12:55
*** schwicht has joined #openstack-ansible13:21
tacco~.13:24
*** schwicht has quit IRC13:26
guilhermesptacco: regarding ldap + keystone + osa https://docs.openstack.org/openstack-ansible-os_keystone/latest/configure-keystone.html#implementing-ldap-or-active-directory-backends13:26
openstackgerritMerged openstack/openstack-ansible stable/train: Update inventory group/user_secrets for inspector change in Ironic  https://review.opendev.org/69661813:31
noonedeadpunkguilhermesp: can you check patches without +W? https://review.opendev.org/#/q/topic:osa-train+status:open13:59
taccoguilhermesp: thanks a lot14:00
*** jlvillal has left #openstack-ansible14:01
openstackgerritMerged openstack/openstack-ansible-os_swift stable/train: Install python3 packages for ubuntu  https://review.opendev.org/69745514:04
openstackgerritMerged openstack/openstack-ansible-galera_client stable/train: Install mariadb-client for mysqldump command  https://review.opendev.org/69688614:17
cjloadernoonedeadpunk: so what is going on with https://review.opendev.org/#/c/680284/14:22
*** schwicht has joined #openstack-ansible14:22
cjloaderit doesn't have +W anymore14:25
*** aedc has quit IRC14:28
*** aedc has joined #openstack-ansible14:28
cjloaderwe still need to get that merged/backported14:33
*** mwe1 has quit IRC14:36
noonedeadpunkcjloader: so it wasn't merged yestarday twice while having +w and +v14:36
cjloaderwhy?14:36
noonedeadpunkI guess that's was due to old style definition of depends-on, which I've changed in commit message14:37
cjloaderoh14:37
cjloaderok14:37
noonedeadpunkthat's the reason it do not have +w anymore14:37
cjloaderare we going to still merge it?14:37
noonedeadpunkwe need some core again now14:38
cjloadermakes sense, was wondering what happened14:38
noonedeadpunkbut I think it should merge14:38
cjloaderok cool14:39
*** goldyfruit___ has joined #openstack-ansible14:41
cjloaderi tied to help backport other things noonedeadpunk14:42
cjloaderthx for fixing the commit msg14:48
noonedeadpunkI hope it will help14:49
noonedeadpunkwe have really few things left14:50
cjloaderbut we also need to backport14:50
cjloaderty jamesdenton14:51
jamesdentonnp14:51
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Remove murano from os-infra_containers  https://review.opendev.org/69767214:59
*** chkumar|ruck is now known as raukadah15:01
*** aedc has quit IRC15:02
*** goldyfruit___ is now known as goldyfruit15:07
*** cshen has quit IRC15:09
guilhermespnoonedeadpunk: checking15:11
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_horizon master: Remove int to string conversion  https://review.opendev.org/69767715:11
cjloaderhi guilhermesp o/15:11
guilhermespheeey cjloader \m/15:12
jamesdentonevrardjp hi!15:14
evrardjphello :)15:14
cjloaderevrardjp: o/15:14
evrardjphow are things ?15:14
jamesdentoncan't complain15:14
guilhermespevrardjp: o/15:14
jamesdentonyou?15:14
evrardjpgood, I am between two meetings on my last day before holidays15:15
evrardjpwhat's up on your side?15:15
evrardjphello cjloader guilhermesp :)15:15
evrardjpI guess hello noonedeadpunk and jrosser too? :p15:16
jamesdentonspending PTO as I can15:16
evrardjpthey are probably around :)15:16
jamesdentoncontext switching15:16
evrardjphaha15:16
cjloaderjrosser is travelling15:16
cjloaderI think15:16
jamesdentonevrardjp while you're here can you fix all the things? thanks./15:16
evrardjpI only have 12 minutes :p15:17
evrardjpsure!15:17
evrardjphahah15:17
evrardjpthough installing my env would probably take twice as much15:17
jamesdenton12 min for you is like 12 days for me15:17
cjloaderyou can +2 all and fix everything lol15:17
evrardjpI can't anymore!15:18
guilhermespmagical +215:18
cjloaderreally?15:18
cjloaderlol15:18
evrardjpI was wise to ask to be removed :)15:18
evrardjpwell15:18
evrardjpI am not core in OSA if that's what you ask :)15:18
cjloaderyou knew me back when I started learning OSA15:19
cjloader3yrs ago?15:19
cjloadertime flies15:20
noonedeadpunkoh, hi evrardjp15:20
noonedeadpunknice seeing you15:20
noonedeadpunkand we're late with release ;(15:20
guilhermespi guess we are almost there with osa-train topic noonedeadpunk ?15:21
noonedeadpunkyeah, that's absolutelly true15:21
guilhermesplet's gather all cores to do some effort on this now then https://review.opendev.org/#/q/topic:osa-train+status:open15:22
cjloaderguilhermesp: we need to still backport my inspector patch noonedeadpunk15:22
guilhermespyeah i see is failing tho15:22
cjloaderpost failure15:22
guilhermespyep15:22
openstackgerritMerged openstack/openstack-ansible stable/train: Set CentOS upgrade jobs to non-voting  https://review.opendev.org/69757315:22
noonedeadpunkevrardjp: so how're you doing?:)15:23
noonedeadpunkexcept spending all time on the meetings :p15:23
evrardjpI was planning how are the things with release indeed :)15:23
evrardjpnoonedeadpunk: well... I have a meeting in 7 minutes, so I guess that kinda confirms it :p15:24
evrardjpI wanted to just do a quick fix between two things, I didn't expect to be noticed :p15:24
noonedeadpunkI hope to bump things these weekends or on Monday for final rc and release15:24
noonedeadpunkjust some small things left to merge15:25
evrardjpI guess it would be good to answer smcginnis email on this :)15:25
*** CeeMac has joined #openstack-ansible15:28
CeeMacafternoon15:28
*** KeithMnemonic has joined #openstack-ansible15:29
jamesdentonyo CeeMac15:29
noonedeadpunkevrardjp: I hope we will release until december 1215:31
noonedeadpunkif I got right what you mean15:31
CeeMaco/15:37
jrosserevrardjp: o/15:39
CeeMachows things? Been out of the loop for a while15:41
evrardjpCeeMac: tell me about it! :p15:41
evrardjpI am not even sure what's happening anymore :)15:42
CeeMaci've even lost track of the mailing lists, so many to catch up on it seems pointless reading them now, lol15:42
evrardjpCeeMac: I have a rule to delete after 31 days, so I have to catch up regularily :p15:43
evrardjpBut I select my battles and filter the topics :p15:44
evrardjpjrosser: what's up for you?15:46
openstackgerritDavid Moreau Simard proposed openstack/openstack-ansible master: DNM: Test ara 1.3 with OSA  https://review.opendev.org/69663415:49
*** goldenfri has joined #openstack-ansible15:54
openstackgerritMerged openstack/openstack-ansible-openstack_hosts stable/train: Use legacy ebtables on Debian  https://review.opendev.org/69754316:00
*** aedc has joined #openstack-ansible16:03
*** goldenfri has quit IRC16:26
*** elenalindq has quit IRC16:26
cjloadernoonedeadpunk: looks like no post failure this time16:28
cjloaderlets see if it'll automatically go to gate queue16:29
ThiagoCMCHey guys, just curious... Will OSA-Train supports Manila with CephFS?16:37
*** gyee has joined #openstack-ansible16:48
*** rpittau is now known as rpittau|afk16:51
cjloaderits a miracle17:03
cjloaderstarting gate jobs17:03
admin0how to tell AIO to use a specific interface to bind  ?17:10
admin0ignore :) found it17:18
*** aedc has quit IRC17:21
*** KeithMnemonic has quit IRC17:22
*** pcaruana has quit IRC17:23
guilhermesphttps://review.opendev.org/#/q/topic:osa-train+status:open i think we have a nice progress here :)17:35
cjloaderthats not ALL of the patches =P guilhermesp17:45
openstackgerritMerged openstack/openstack-ansible-os_tempest stable/train: Also keep old_style blacklist schema  https://review.opendev.org/69764318:07
*** DanyC has quit IRC18:13
*** ansmith has quit IRC18:41
*** ansmith has joined #openstack-ansible18:42
*** schwicht has quit IRC19:15
*** tosky has quit IRC19:18
*** bjoernt has quit IRC19:23
openstackgerritMerged openstack/openstack-ansible-os_ironic master: Adds configuration for the Ironic Inspector  https://review.opendev.org/68028419:24
openstackgerritCam J. Loader (cjloader) proposed openstack/openstack-ansible-os_ironic stable/train: Adds configuration for the Ironic Inspector  https://review.opendev.org/69770919:24
cjloadernoonedeadpunk: guilhermesp ^19:24
guilhermespthere you go19:26
guilhermespok so lets sit and wait zuul do its job19:26
cjloadernow that should be all needed under 'osa-train' tag19:27
*** bjoernt has joined #openstack-ansible19:28
*** schwicht has joined #openstack-ansible20:12
*** dirk has quit IRC20:26
*** goldenfri has joined #openstack-ansible20:31
*** dirk has joined #openstack-ansible20:32
cjloaderguilhermesp: looks like we have rally failures on stable/train21:03
cjloaderhttp://paste.openstack.org/show/787261/21:10
cjloadernoonedeadpunk: ^21:12
jrossercjloader: which job?21:15
cjloaderopenstack-ansible-deploy-aio_metal-debian-stable as well as openstack-ansible-deploy-aio_metal-ubuntu-bionic21:19
jrossernoooo :) which review so i can look at the logs21:19
cjloader69770921:20
cjloaderaka my backport21:20
cjloaderas well as https://review.opendev.org/#/c/697672/21:21
cjloaderboth having rally issues21:21
cjloaderhttps://review.opendev.org/#/c/69770921:21
cjloadertrying to help push stuff through jrosser =)21:22
cjloaderbut zuul hasnt 'finished' all on my backport21:23
jrosserodd http://paste.openstack.org/show/787262/21:29
cjloaderto where?21:32
cjloaderoh you said odd, not add, my bad, its friday eve21:33
jrosseri think they messed up on that colorama python library21:35
jrosserlook at this https://pypi.org/project/colorama/0.4.3/#history21:35
cjloaderoh great...21:35
jrosserin the last hour we have 0.4.2 and then 0.4.321:35
cjloadermore delays21:35
cjloaderlol21:36
cjloadershould we pin 0.4.1?21:36
cjloaderfor now21:36
cjloaderprob need for both master and stable/train21:37
cjloaderwow21:42
cjloaderjrosser: looks like gates are going to be broken lol21:42
*** irclogbot_3 has quit IRC21:45
jrossercjloader: lots of unhappy people already https://github.com/tartley/colorama/issues/24021:47
cjloaderi'll try rechecking21:48
cjloaderand see21:48
jrosserit's claimed to be fixed in 0.4.3 going by that bug, so yes recheck looks like a good plan21:50
cjloaderand btw can you review my backport?21:52
cjloaderjrosser21:52
jrosserwell it's not passed yet :)21:57
cjloadertrue21:58
cjloaderlol it should have...21:58
jrosseri don't generally vote until zuul gets +121:58
cjloaderok21:58
jrosseri will keep an eye over the weekend though21:58
cjloaderbut hey at least I got inspecttor in21:58
jrosseryeah, good stuff21:58
cjloaderwas lots of work21:59
cjloaderbut nonetheless rewarding21:59
jrosseryou'll be all ready to work on some more bits now :)21:59
cjloaderhaha22:00
cjloaderyep22:01
*** elenalindq has joined #openstack-ansible22:04
*** goldyfruit has quit IRC22:12
*** schwicht has quit IRC22:23
*** tmartins has joined #openstack-ansible22:25
tmartinsHey guys, I just deployed stable/train and, somehow, Nova, Neutron and Masaraki ended up at a different region, called "RegionOne". However, my "service_region" is "floyd". There is no mention to "RegionOne" within my /etc/openstack_deploy/*" subdir. Any idea?22:28
tmartinsAll the other installed services, like keystone, glance, barbican, placement, cinder*, are at the "floyd" region as I would expet.22:31
tmartinsI have no idea where this "RegionOne" is coming from!  :-(22:32
*** tosky has joined #openstack-ansible22:35
jrossertmartins: as an example for nova it comes from here https://opendev.org/openstack/openstack-ansible-os_nova/src/branch/master/defaults/main.yml#L17322:40
jrosserall the roles will have a default like that22:41
jrosserthen they are all set to your service_region in the group_vars like this https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/all/nova.yml#L1922:41
jrosserbut that seems to have gone bad for you somehow22:41
tmartinsThat's very weird... I'll delete everything and re-deploy again. This time I'll also clean up the facts...22:46
tmartinsThanks jrosser!22:46
*** schwicht has joined #openstack-ansible22:54
*** schwicht has quit IRC22:58
*** jbadiapa has quit IRC23:51

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