opendevreview | Saravanan KR proposed openstack/tripleo-heat-templates master: Align services of ControllerSriov role https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823044 | 06:14 |
---|---|---|
opendevreview | yatin proposed openstack/tripleo-quickstart master: Clean virtualenv only when inventory is not retained https://review.opendev.org/c/openstack/tripleo-quickstart/+/823067 | 08:19 |
sshnaidm | ykarel, for config/ issue I have https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/822917 but same problem we have with roles/ | 11:17 |
sshnaidm | patch https://review.opendev.org/c/openstack/tripleo-quickstart/+/822853 should reinstall extras roles again | 11:17 |
ykarel | sshnaidm, hi | 11:28 |
ykarel | sshnaidm, so how you reproducing it, with zuul reproducer or is it reproducable even without it? | 11:28 |
ykarel | i am thinking to see if root cause can be found for that and if that can be fixed itself | 11:29 |
sshnaidm | ykarel, lemme try it w/o reproducer.. | 11:29 |
ykarel | yes reinstall is always an option but just seeing if it can be avoided | 11:29 |
ykarel | sshnaidm, ack, if you have logs please do share those too may be can get hint from there | 11:30 |
sshnaidm | sure | 11:31 |
*** bhagyashris is now known as bhagyashris|ruck | 12:01 | |
opendevreview | Merged openstack/tripleo-heat-templates stable/wallaby: Fix IPv6 router on UC re-install https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822687 | 12:16 |
opendevreview | Merged openstack/tripleo-heat-templates stable/ussuri: Keystone: Remove unused container_puppet_tasks https://review.opendev.org/c/openstack/tripleo-heat-templates/+/819583 | 12:16 |
*** ykarel_ is now known as ykarel | 13:27 | |
opendevreview | Merged openstack/tripleo-quickstart-extras master: Fix conflict between tq and tqe directories https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/822917 | 14:24 |
opendevreview | Shnaidman Sagi (Sergey) proposed openstack/tripleo-quickstart master: Add more logs for quickstart bootstrap https://review.opendev.org/c/openstack/tripleo-quickstart/+/823100 | 15:41 |
*** ykarel is now known as ykarel|away | 15:58 | |
sshnaidm | ykarel|away, seems like the roles conflict is between tripleo-ci and tripleo-quickstart-extras, all of them try to install to $venv/usr/local/share/ansible/roles/ | 16:04 |
ykarel|away | sshnaidm, ahh, but you got why those are getting deleted? | 16:09 |
ykarel|away | i mean what making tripleo-ci, quickstart-extras to be uninstalled | 16:09 |
ykarel|away | that is triggering the issue | 16:09 |
sshnaidm | I think it's "reinstall" that does it | 16:10 |
ykarel|away | but why we not hitting it in ci? | 16:10 |
ykarel|away | and only in the reproducer | 16:10 |
sshnaidm | it's when using same machine twice, only in this case | 16:11 |
sshnaidm | when first time it's running, it has nothing to uninstall | 16:12 |
sshnaidm | "python3 -m pip install --force-reinstall -r requirements.txt -r quickstart-extras-requirements.txt" | 16:12 |
sshnaidm | that's the command we run | 16:12 |
sshnaidm | ykarel|away, https://pastebin.com/Epqgtqhs | 16:15 |
ykarel|away | sshnaidm, ohkk got it | 16:16 |
ykarel|away | will check in morning tomorrow, have to leave now | 16:17 |
ykarel|away | will see if it can be fixed differently | 16:20 |
ykarel|away | one way could be to not use common install place for the ci roles or listing all the roles in setup.cfg so other roles don't cleaned up | 16:21 |
ykarel|away | or some other way, need to be explored | 16:22 |
* ykarel|away leaves now | 16:22 | |
opendevreview | Merged openstack/tripleo-heat-templates stable/victoria: [Victoria-Only] Fix hiera condition for cache_backend https://review.opendev.org/c/openstack/tripleo-heat-templates/+/821109 | 17:05 |
*** chem is now known as Guest9485 | 18:09 | |
opendevreview | Alex Schultz proposed openstack/tripleo-heat-templates master: Revert "Revert "Add chrony waitsync back in"" https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822948 | 19:17 |
opendevreview | Alex Schultz proposed openstack/tripleo-heat-templates master: Revert "Revert "Add chrony waitsync back in"" https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822948 | 19:21 |
renich | Hello!2 | 20:06 |
renich | question: I defined NeutronNetworkType: 'vlan,geneve' in templates/custom-network-configuration.yaml (RHOSP 16.2) and, it seems, is messing with tempest's tests. | 20:08 |
renich | Can I just re-deploy with this new seeting? NeutronNetworkType: 'geneve,vlan' | 20:09 |
* renich has network updates enabled for the time being. | 20:09 | |
mwhahaha | yes you should be able to update the values after the fact | 20:35 |
mwhahaha | though i'm uncertain about ports and networks created before you update (might need to recreate them) | 20:35 |
renich | mwhahaha: OK. Thanks for that. Do you happen to know if I can tell tempest to specify --provider-network-type at network creation time? | 20:37 |
mwhahaha | probably? | 20:37 |
renich | mwhahaha: OK. I'll look for the option. | 20:38 |
mwhahaha | dhrm doesn't seem to be | 20:38 |
renich | Thank you and may you spend awesome holidays... in case they're relevant, hehe. | 20:38 |
mwhahaha | you can specify the network a head of time it hink | 20:38 |
renich | mwhahaha: yeah, I think one can do that. Need to look into it more, though. | 20:39 |
mwhahaha | yea if you pre-create the network and just specify that in teh config it should work fo ryou | 20:39 |
opendevreview | Shnaidman Sagi (Sergey) proposed openstack/tripleo-quickstart master: DNM debug CI https://review.opendev.org/c/openstack/tripleo-quickstart/+/823109 | 21:13 |
opendevreview | Shnaidman Sagi (Sergey) proposed openstack/tripleo-quickstart master: Add more logs for quickstart bootstrap https://review.opendev.org/c/openstack/tripleo-quickstart/+/823100 | 21:15 |
opendevreview | Shnaidman Sagi (Sergey) proposed openstack/tripleo-quickstart master: DNM debug CI https://review.opendev.org/c/openstack/tripleo-quickstart/+/823109 | 21:15 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!