Monday, 2019-12-09

*** irclogbot_2 has joined #openstack-ansible00:22
*** irclogbot_2 has quit IRC00:39
*** irclogbot_2 has joined #openstack-ansible01:26
*** irclogbot_2 has quit IRC01:48
openstackgerritJames Denton proposed openstack/openstack-ansible-os_neutron master: Implement uWSGI for neutron-api  https://review.opendev.org/48615602:32
*** irclogbot_2 has joined #openstack-ansible02:46
openstackgerritMerged openstack/openstack-ansible-os_nova master: Pass nova_service_region to service_setup tasks  https://review.opendev.org/69783403:49
openstackgerritMerged openstack/openstack-ansible-os_swift master: Pass _service_region to service_setup tasks  https://review.opendev.org/69786704:19
*** udesale has joined #openstack-ansible04:25
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Pass _service_region to service_setup tasks  https://review.opendev.org/69786604:25
openstackgerritMerged openstack/openstack-ansible master: Set neutron_service_region in group_vars  https://review.opendev.org/69784604:48
*** gokhani has joined #openstack-ansible05:01
*** cshen has joined #openstack-ansible05:28
*** cshen has quit IRC05:33
*** raukadah is now known as chkumar|ruck06:04
*** elenalindq has joined #openstack-ansible06:05
*** cshen has joined #openstack-ansible07:38
snadgejrosser: i got the router pingable from everywhere (all the vms via the br-vlan interface) .. but not within the utility container that tries to ping it08:08
snadgewithin the container there is an eth0 which is attached to lxc-br0 (or whatever its called im remote now and can't remember) it is the default route though. and br-mgmt is accessible via eth208:09
snadgeso im guessing whats supposed to happen is that the lxc container bridge.. is supposed to allow that traffic to pass to br-vlan.. but im not sure08:10
*** sshnaidm|off is now known as sshnaidm08:11
jrosserlxcbr0 is created by lxc and it should NAT via the host ip stack08:11
ChosSimbaOnemorning. Does openStack-ansible store any confing data outside /etc/openstack_deploy? I want to deploy a additional cluster from the same deployment host, and I have /etc/openstack_deploy as an git repository, so would just do a branch and do the customization within that branch? That should work riight?08:12
ChosSimbaOneansible fact etc. is not stored elsewhere, right?08:12
jrosserChosSimbaOne: I think an env var was added that allows you to point to alternate directories for the config data08:12
jrossersnadge: can you ping the router ip from the host of the utility container?08:13
snadgeahh okay.. i'll look into lxcbr0 tomorrow, i bet its attached to the wrong interface or something silly like that08:13
snadgeyes definitely.. and the other vms08:13
snadgeso it looks like br-vlan is working properly08:13
snadgebut inside the container, the lxc bridge isn't letting us ping ips on that interface08:14
jrosseris this centos?08:14
snadgeyes08:14
jrosserhmm08:14
snadgean obvious option is to expose br-vlan directly to the container via another interface.. eg.. eth3 or whatever08:14
jrosserwe had a very odd bug a while back where forwarding gets disabled on bridges08:15
snadgebut it doesn't look like the AIO works that way, it appears to use the lxc bridge08:15
ChosSimbaOnejrosser: thank you, will look into that :-)08:16
snadgei was just going to give up and turn tempest install off, but im so close now that I want to know why this doesn't work.. and i suspect being able to access that network via the containers is a useful thing anyway08:16
jrosserfwiw I put an extra bridge and interface on my utility container for this08:16
snadgeyeah that makes sense.. honestly, I know very little about lxc, and i just copy pasted the config for the lxc bridge from the AIO example08:17
jrosserbut I do that because I know it won’t work otherwise because of the way my networks are segregated08:17
snadgeso i should probably take a closer look at it08:17
jrosserfor me even NAT via the host won’t work08:18
snadgethe way i have it set up.. it *should* work08:18
snadgeas long as i can get connectivity between br-vlan and lxcbr0 between the host and the containers on it08:19
jrosserI would be checking if any kind of forwarding is working on that bridge08:19
*** miloa has joined #openstack-ansible08:19
jrossertcpdump inside and outside the container at the same time08:19
jrosserlike I say centos has exhibited this before08:20
jrossersnadge: also simple check like looking at the routing table in the utility container to make sure that the route to your external network looks like it should b me via eth008:23
snadgeyeah i've checked that it routes via eth0 which is the default route08:24
*** tosky has joined #openstack-ansible08:25
jrosserI’ll take a look back through the history on the neutron/tempest roles - this just feels familiar08:26
snadgeif i ping and dump the lxcbr0 interface.. i can see echo requests coming from 10.255.255.39 which looks like the lxc interface08:27
snadgefrom the host08:28
snadgebut no replies08:28
jrosseriirc that 10. range is only local to the host08:30
jrosserdoes your host have an ip on br-vlan?08:30
snadgeit has two of them for some reason08:31
jrosserin the range of the ‘external’ neutron network08:31
snadgewhere is that defined?08:33
*** ebbex has quit IRC09:00
*** udesale has quit IRC09:01
*** DanyC has joined #openstack-ansible09:06
*** DanyC has quit IRC09:07
*** DanyC has joined #openstack-ansible09:09
*** yolanda has joined #openstack-ansible09:09
*** rpittau|afk is now known as rpittau09:15
*** rgogunskiy has joined #openstack-ansible09:21
*** kopecmartin|off is now known as kopecmartin09:27
*** jonher has quit IRC09:40
*** jonher has joined #openstack-ansible09:41
CeeMacmorning09:50
*** DanyC has quit IRC09:58
*** udesale has joined #openstack-ansible10:08
*** csmart has quit IRC10:16
*** masterpe has quit IRC10:16
*** DanyC has joined #openstack-ansible10:16
ChosSimbaOneHi. I am setting up infra noes for my production deployment of openstack. Previous I have only tired to deploy single infra node setup, but now I do 3 for the cluster resilience. So ealier i just did a interface with the public ip on the single host, but now i gues that it will be a "floating" ip with keepalived, so i should not hardcode the address to an interface, and just have the dns record fort ehe external_lb_vip_address10:29
*** DanyC has quit IRC10:29
*** udesale has quit IRC10:31
*** DanyC has joined #openstack-ansible10:33
ChosSimbaOneahh, I relalized what I needed to do. Forgot that the interface is specified in the user_variables.yml10:36
*** sum12 has joined #openstack-ansible10:42
*** cshen has quit IRC10:46
*** mensis has joined #openstack-ansible10:54
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: Replace ostempest job with plain tripleo standalone  https://review.opendev.org/69797310:54
openstackgerritChandan Kumar (raukadah) proposed openstack/ansible-role-python_venv_build master: Replace ostempest job with plain tripleo standalone  https://review.opendev.org/69797410:57
openstackgerritChandan Kumar (raukadah) proposed openstack/ansible-config_template master: Replace ostempest job with plain tripleo standalone  https://review.opendev.org/69797511:00
*** cshen has joined #openstack-ansible11:03
*** cshen has quit IRC11:07
noonedeadpunkmornigns11:11
noonedeadpunkjrosser: regarding region and group_vars - I think this is smth we can/should move out from group vars into role defaults.11:11
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Set neutron_service_region in group_vars  https://review.opendev.org/69798111:13
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer stable/train: Pass _service_region to service_setup tasks  https://review.opendev.org/69798311:13
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_swift stable/train: Pass _service_region to service_setup tasks  https://review.opendev.org/69798411:13
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_nova stable/train: Pass nova_service_region to service_setup tasks  https://review.opendev.org/69798511:13
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_neutron stable/train: Pass neutron_service_region to service_setup tasks  https://review.opendev.org/69798611:14
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_keystone stable/train: Drop deprecated options  https://review.opendev.org/69798711:14
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/train: Add reno regarding buster support  https://review.opendev.org/69798811:14
noonedeadpunkjrosser: btw, I'd love to hear your opinion regarding https://review.opendev.org/#/c/697830/ For me falling controller node used to bring a lot of pain as services API were timouting to response haproxy, which made horizon barely usable.11:16
noonedeadpunkbut probably it's better to discuss on the meeting...11:17
elenalindqnoonedeadpunk: Morning! The Friday change on murano.yml did the magic, yay for that! :)  The upgrade still fails now because there is no placement container when we try to remove pip.conf.   http://paste.openstack.org/show/k6QzoWvKKZdn8cEHt8Ob/11:17
noonedeadpunkelenalindq: ok, so I think that re-running upgrade script (if it failed before finishing openstack_hosts) will probably fail, as we're adding end.v for placement but container itself was not created11:19
noonedeadpunkI feel like we probably do not really need this task nowadays and we can just drop it out11:19
elenalindqYes, it fails fast when rerunning the upgrade.11:20
elenalindqnoonedeadpunk: and yes, we don't get as far as to running the setup playbook so the container is not created.11:22
noonedeadpunkso what I can offer right now is either drop /etc/openstack_deploy/conf.d/placement.yml and remove group and host from inventory or launch the rest of the commands manually11:23
jrosserseems we didnt correctly fix the missing placement containers, that happened to us too11:24
elenalindqnoonedeadpunk I commented out the remove pip.conf line in the run-upgrade.sh script and it continues with the upgrade.11:26
noonedeadpunkyeah, this is an option as well:)11:27
noonedeadpunkjrosser: I'm not sure we can drop pip-conf-removal.yml as it was re-added pretty recently https://opendev.org/openstack/openstack-ansible/commit/ebf844c4e9c857191030961c8f4355fa1e8dce4611:28
openstackgerritkourosh vivan proposed openstack/openstack-ansible-os_tempest master: Fix stackwiz venv pip install args  https://review.opendev.org/69497911:32
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Make upgrade script respect OSA_CONFIG_DIR  https://review.opendev.org/69799411:33
*** cshen has joined #openstack-ansible11:34
*** csmart has joined #openstack-ansible11:39
*** masterpe has joined #openstack-ansible11:39
openstackgerritGeorgina Shippey proposed openstack/openstack-ansible-os_nova stable/train: Remove deprecated filters  https://review.opendev.org/69799511:41
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Make upgrade script respect OSA_CONFIG_DIR  https://review.opendev.org/69799411:42
jrossernoonedeadpunk: but it was backport straight to stein? https://review.opendev.org/#/c/658145/11:43
jrosseri think R->S was the big rework of the repo server11:43
noonedeadpunkoh...11:44
noonedeadpunkI think you can be right - didn't thought about such possibility11:45
*** pcaruana has joined #openstack-ansible11:46
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Drop pip-conf-removal task  https://review.opendev.org/69799611:49
noonedeadpunkevery time I think we're good to release some stuff raise11:50
noonedeadpunkand thanks elenalindq for testing this out and alerting us :)11:50
*** DanyC_ has joined #openstack-ansible12:05
*** DanyC has quit IRC12:06
elenalindqnoonedeadpunk: Very happy to help! :)12:09
*** DanyC_ has quit IRC12:10
*** dave-mccowan has joined #openstack-ansible12:19
*** ansmith has quit IRC12:25
*** dave-mccowan has quit IRC12:25
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_horizon master: opensuse: adjust for Python 3.x switch  https://review.opendev.org/69183312:28
*** udesale has joined #openstack-ansible12:33
*** sum12 has quit IRC12:42
*** DanyC has joined #openstack-ansible12:47
*** DanyC_ has joined #openstack-ansible12:47
*** DanyC has quit IRC12:51
*** DanyC_ has quit IRC12:57
openstackgerritGeorgina Shippey proposed openstack/openstack-ansible stable/stein: Calico scenario accidentally removed  https://review.opendev.org/69800912:58
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_neutron stable/stein: l3 agent on network_hosts do dvr_snat, anywhere else dvr  https://review.opendev.org/69303113:00
openstackgerritGeorgina Shippey proposed openstack/openstack-ansible-os_neutron stable/stein: l3 agent on network_hosts do dvr_snat, anywhere else dvr  https://review.opendev.org/69303113:00
gshippeyYou're too fast for me @noonedeadpunk !13:02
noonedeadpunkgshippey: sorry for that:)13:03
*** shyamb has joined #openstack-ansible13:08
*** DanyC has joined #openstack-ansible13:08
guilhermespmornings13:15
noonedeadpunko/13:18
*** goldyfruit_ has quit IRC13:19
*** shyamb has quit IRC13:20
mgariepyanyone had issue with ephemeral storage when upgrading to 18.04 ?13:20
mgariepythe _base image for the ephemeral part is formated with differents options, so the backing file for the disk.eph0 is not quite right and will not work for the vm being migrated.13:21
chkumar|rucknoonedeadpunk: jrosser mnaser please have a look https://review.opendev.org/#/q/topic:move_to_plain_standalone+(status:open+OR+status:merged) when free, first 3 patches13:26
chkumar|ruckthanks!13:26
*** ansmith has joined #openstack-ansible13:27
*** zbr has quit IRC13:27
openstackgerritMerged openstack/openstack-ansible stable/train: Add reno regarding buster support  https://review.opendev.org/69798813:29
*** zbr has joined #openstack-ansible13:32
*** jamesden_ has joined #openstack-ansible13:35
*** jamesdenton has quit IRC13:36
*** miloa has quit IRC13:57
*** sum12 has joined #openstack-ansible14:03
openstackgerritGeorgina Shippey proposed openstack/openstack-ansible stable/stein: Collect etcd logs  https://review.opendev.org/69380914:20
elenalindqnoonedeadpunk  Just wanted to let you know, the upgrade from Stein to Train failed again. This time when running placement-manage db sync because the table 'placement.resource_providers' does not exist.  Ansible log, placement-manage db sync output, and tables show  at   http://paste.openstack.org/show/QmU9FJwZbY2zyJoH9thK/ .14:25
noonedeadpunkelenalindq: and what if you drop table alembic_version and re-run placement-manage db sync ?14:34
jrosserelenalindq: thats familiar, we're just looking at our notes here14:37
elenalindqnoonedeadpunk: after dropping the  alembic_version table, 'placement-manage db sync' worked.14:38
jrossernoonedeadpunk: that is the exact same error we got on train upgrade14:40
noonedeadpunkjrosser: and how did you workaround it?14:41
jrosserat that point we hadnt found the .rc file for the placement migration command14:42
noonedeadpunkelenalindq: do you have /etc/placement/placement-migrate-db.rc ?14:42
jrosserso we updated the my.cnf in the placement container to connect as root14:42
jrosserbut i have to say we were having a bit of a nightmare with it and lots was broken, so that was really experimentation14:43
elenalindqnoonedeadpunk:  Yes, I have placement-migrate-db.rc  placement.conf in  /etc/placement14:43
elenalindqnoonedeadpunk:  the .rc file looks like this http://paste.openstack.org/show/DMiM9UlImx2WC6blUlTe/14:44
*** goldyfruit has joined #openstack-ansible14:44
noonedeadpunkelenalindq: do you have https://review.opendev.org/#/c/696865/1/playbooks/os-placement-install.yml in /opt/openstack-ansible/playbooks/os-placement-install.yml ?14:46
noonedeadpunk I think you have...14:46
elenalindqYes, I do. I deployed today and upgrade to stable/train.14:47
elenalindqs/upgrade/upgraded/14:47
jrosserso thats a few steps of hacking we did that should not be necessary14:48
jrossernoonedeadpunk: we were thinking this was db permissions related14:48
jrosserif db users don't have access to tables created by other users the SHOW CREATE may fail14:48
noonedeadpunkit's weird that mysql-migrate-db.sh exited with 0 and no required tables were present...14:51
noonedeadpunkI think that once there's versions in alembic_version, placement-manage db sync ignores table creation as suggests that they should be already there14:51
jrossernoonedeadpunk: the fail / exit 0 / no tables suggests an error situation thats not handled at all in the migration script14:54
noonedeadpunkso it returns 1 https://opendev.org/openstack/placement/src/branch/master/placement_db_tools/mysql-migrate-db.sh#L158 but do not exit with 114:57
noonedeadpunknah14:57
* noonedeadpunk deploying sandbox14:59
openstackgerritMerged openstack/ansible-config_template master: Replace ostempest job with plain tripleo standalone  https://review.opendev.org/69797515:07
jrosserjamesden_: you around?15:11
*** miloa has joined #openstack-ansible15:13
*** jamesden_ is now known as jamesdenton15:15
jamesdentonjrosser present15:15
jrosserwe had a wierd thing with this https://github.com/openstack/openstack-ansible-os_neutron/blob/master/templates/plugins/ml2/ml2_conf.ini.j2#L615:16
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Replace ostempest job with plain tripleo standalone  https://review.opendev.org/69797315:17
jamesdentonwhat did you see?15:17
jrosserif you have a cloud with vxlan networks, you don't want 'vlan' appearing in the list of tenant_network_types15:17
jamesdentonthat is likely true15:17
jrosserbut then lets say you add a new provider network that is a vlan, maybe for SRIOV15:17
jrosserthen all of a sudden you get vlan in tenant_network_types15:18
*** chkumar|ruck is now known as raukadah15:19
jamesdentontrue.15:19
jrosserthis seems to be becasue you have to specify a network type in the type: field in provider_networks15:19
jamesdentonyes, because provider network logic is used for container networks, too (raw vs everything else)15:20
jrosserit's confusing :)15:20
jamesdentonit could be better :D15:20
jrosserok so theres not something silly we've missed there?15:20
*** DanyC has quit IRC15:20
jrosserthe solution was to config override the ml2.tenant_network_types to not have vlan in it15:21
jamesdentoni don't think so. Could definitely improve documentation to call out that ^^15:21
jamesdentonthe idea of tenant network types is weird, because i can't really think of a situation where you would want network types to vary due to the exhaustion of a particular type. it's an ordered list, so the first one is utilized before the next (e.g. vxlan, vlan, etc)15:22
jamesdentonand if tenants can't specify a type, then it doesn't make sense (to me)15:22
jrosseryes, that is an odd model15:22
*** DanyC has joined #openstack-ansible15:23
jamesdentonwe could add some logic to force only overlay types as tenant_network_types (vxlan, geneve, gre) and in the absence of those, default to vlan, and let operators override15:23
jamesdentonor just leave it alone15:24
jrosserperhaps really the key should be tenant_type15:27
jrosserand if thats not there it doesnt add it to the list15:27
jrosserbut i dunno like you say this is used for too many things all at once right now anyway15:27
jamesdentonjust a boolean?15:27
jrosseroh is see, is_tenant: true15:28
jamesdentonsomething like that15:28
cjloadermorning15:29
tmartinsHey guys, I did something really cool this weekend! I deployed OSA-Train on tio of LXD! I mean, only the Compute Nodes and Ceph OSDs are actually LXD Containers! So cool!  :-D15:30
*** udesale has quit IRC15:36
*** rgogunskiy has quit IRC15:39
*** rgogunskiy has joined #openstack-ansible15:43
jrossertmartins: really - very interesting. I use LXD loads for stuff15:43
jrossercould you boot a vm inside the LXD compute node?15:44
jamesdentonjrosser We could add a new key (is_tenant) but leave it backwards compatible (default: false) as to not break upgrades and whatnot15:47
*** johanssone has quit IRC15:48
*** rgogunskiy has quit IRC15:48
jrosserwouldnt that take away the actual tenant networks though?15:48
*** johanssone has joined #openstack-ansible15:49
jrosserthis would need to become is_tenant: true https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.prod.example#L34-L4315:51
jrossermaybe i misunderstand which way round the logic would be.....\15:51
jamesdentonright - add an 'is_tenant' to that block to ensure "vxlan" is added to network_types for either neutron_provider_networks.network_types15:53
jamesdentonwhere it could get messy is if you DO want vlan as tenant networks, and have multiple vlan blocks there. you would really only have to add it to 115:54
jrosseri think theres a jinja filter for unique entries15:54
admin0boostraping on 19.0.8 gives scripts/scripts-library.sh: line 324: iptables: command not found and Unit nspawn-macvlan.service could not be found. .. shouldn't bootstrap be taking care of that15:58
admin0and looks like a mistake in the doc ..https://docs.openstack.org/openstack-ansible/stein/admin/upgrades/major-upgrades.html  -- # git checkout 19.0.9  -- this tag does not exist yet16:00
*** goldyfruit_ has joined #openstack-ansible16:01
*** goldyfruit has quit IRC16:04
*** cshen has quit IRC16:04
jamesdentonjrosser I get what you mean. yes, default to true in the absence of the key entirely.16:15
*** schwicht has joined #openstack-ansible16:18
*** schwicht has joined #openstack-ansible16:18
openstackgerritMerged openstack/openstack-ansible-os_swift master: Replace git.openstack.org with opendev.org  https://review.opendev.org/69435216:30
jrosserwhat..... https://c7943b2bdbe378a62304-3c3896142b99a74b22b7b4d2994950df.ssl.cf5.rackcdn.com/691833/6/check/openstack-ansible-deploy-aio_distro_metal-ubuntu-bionic/ac8606f/logs/ara-report/result/5468ef3c-b055-4ddd-9dd6-990c06450513/16:35
jamesdenton¯\_(ツ)_/¯16:37
openstackgerritMerged openstack/openstack-ansible-os_nova stable/train: Remove deprecated filters  https://review.opendev.org/69799516:38
openstackgerritMerged openstack/ansible-config_template master: Add fallback option when stating the source file  https://review.opendev.org/69754716:38
jrosser"{{ 58 | random(seed='aio1', start=2) }}" always returns 4816:39
jrosserso i don't know where it gets 'bad minute' from16:39
cjloadermaybe chron job?16:43
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Replace git.openstack.org with opendev.org  https://review.opendev.org/69429216:44
jrossercjloader: yes it's trying to set up a cron but putting aparrently bogus data in, but only sometimes16:46
jrosseri've seen it in two CI job failures now16:46
*** rpittau is now known as rpittau|afk16:46
cjloaderhmm16:46
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_neutron stable/train: Use python3 for functional test tox environments  https://review.opendev.org/69804316:57
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_neutron stable/train: Use python3 for functional test tox environments  https://review.opendev.org/69804316:58
openstackgerritMerged openstack/openstack-ansible-os_aodh master: Replace git.openstack.org with opendev.org  https://review.opendev.org/69427916:58
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_neutron stable/train: Pass neutron_service_region to service_setup tasks  https://review.opendev.org/69798617:00
jrosseradmin0: those messages from the scripts library log collection have been there for a very long time - if you can fix them it would be great17:04
openstackgerritMerged openstack/ansible-config_template master: Replace git.openstack.org with opendev.org  https://review.opendev.org/69436317:06
*** miloa has quit IRC17:07
*** gyee has joined #openstack-ansible17:16
admin0jrosser, you meant we can proceed with the upgrade even with those messages ?17:18
jrosserabsolutely17:18
jrosseradmin0: oh wait - they appear during bootstrap? i thought they came from the CI log collection17:19
admin0they appear in the first step . during bootstrap17:19
jrosseradmin0: reason i ask is they are part of the log collection, see here https://zuul.opendev.org/t/openstack/build/127a9d0a272c4adbb1dd5451328cdef2/log/job-output.txt#248517:20
jrosserand i don't think that should run as part of a manual deploy or an upgrade17:21
openstackgerritMerged openstack/ansible-role-systemd_networkd master: Change upper constraints url  https://review.opendev.org/69437417:22
admin0jrosser, https://pastebin.com/0mqiFVQQ17:23
admin0here is where it appeared in my case17:23
admin0Line 1114 and 111517:23
*** rgogunskiy has joined #openstack-ansible17:24
*** rgogunskiy has quit IRC17:29
jrosseradmin0: but you see your failiure is actually at like 1090?17:29
jrosser*line17:29
*** pcaruana has quit IRC17:31
admin0i see those as well17:32
openstackgerritMerged openstack/openstack-ansible-tests stable/train: Use python3 for functional tests where possible  https://review.opendev.org/69788517:53
noonedeadpunkjrosser: ok, I've reproduced placement migration failure18:06
jrosserah, how did you manage that?18:07
admin0jrosser, all errors went away at 2nd bootstrap run :)18:11
admin0oh wait . that was in master :(18:11
openstackgerritJames Denton proposed openstack/openstack-ansible master: Update scripts-library.sh to grab output when command exists  https://review.opendev.org/69805518:13
jrosserjamesdenton: \o/18:15
jrosserawesome18:15
jamesdentonit's small, but helpful. hopefully18:15
*** schwicht has quit IRC18:16
*** pcaruana has joined #openstack-ansible18:23
*** DanyC has quit IRC18:31
openstackgerritKevin Carter (cloudnull) proposed openstack/ansible-config_template master: Add interpreter line to action plugin  https://review.opendev.org/69805918:37
*** schwicht has joined #openstack-ansible18:47
*** DanyC has joined #openstack-ansible19:37
*** DanyC has quit IRC19:47
*** DanyC has joined #openstack-ansible19:48
admin0quick clarification .. does neutron_agents run on_metal now ? or on containers19:56
jamesdentonmetal by default, IIRC19:56
admin0asking because i started ansible long time back and at that time, i had to override it using env.d19:56
admin0ok19:56
admin0 openstack-ansible "${SCRIPTS_PATH}/upgrade-utilities/deploy-config-changes.yml  is making noise on the only .env.d override i have there which is neuton_agents_container is_metal: true19:57
*** DanyC has quit IRC19:59
*** andrea15 has quit IRC20:07
*** DanyC has joined #openstack-ansible20:21
*** poopcat has quit IRC20:43
*** DanyC has quit IRC20:46
*** poopcat has joined #openstack-ansible20:50
openstackgerritMerged openstack/openstack-ansible-os_nova stable/train: Pass nova_service_region to service_setup tasks  https://review.opendev.org/69798521:15
*** pcaruana has quit IRC21:31
openstackgerritMerged openstack/openstack-ansible-os_swift stable/train: Pass _service_region to service_setup tasks  https://review.opendev.org/69798421:39
*** ansmith has quit IRC21:39
openstackgerritMerged openstack/openstack-ansible-os_ceilometer stable/train: Pass _service_region to service_setup tasks  https://review.opendev.org/69798321:40
*** nicolasbock has joined #openstack-ansible21:41
openstackgerritMerged openstack/openstack-ansible stable/stein: Collect etcd logs  https://review.opendev.org/69380921:54
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/train: Drop deprecated options  https://review.opendev.org/69798721:54
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/train: Use python3 for functional test tox environments  https://review.opendev.org/69804321:57
openstackgerritMerged openstack/openstack-ansible master: Drop pip-conf-removal task  https://review.opendev.org/69799622:03
*** DanyC has joined #openstack-ansible22:10
*** elenalindq has quit IRC22:15
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Fix stackwiz venv pip install args  https://review.opendev.org/69497922:18
*** schwicht has quit IRC22:21
*** schwicht has joined #openstack-ansible22:55
*** schwicht has quit IRC23:06
*** schwicht has joined #openstack-ansible23:09
*** ansmith has joined #openstack-ansible23:21
*** schwicht has quit IRC23:26
*** schwicht has joined #openstack-ansible23:30
*** schwicht has quit IRC23:42
*** goldyfruit_ has quit IRC23:50
*** tosky has quit IRC23:56

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