Wednesday, 2021-11-17

*** brinzhang_ is now known as brinzhang07:26
*** akekane_ is now known as abhishekk07:53
slaweqfrickler: hi, may I have a question about zuul's job configuration?09:07
slaweqfrickler: I'm trying to make ipv6-only job as multinode: https://review.opendev.org/c/openstack/neutron/+/81546509:08
slaweqbut it seems for me that variable hostvars['controller']['nodepool']['private_ipv6'] is "null" and because of that on subnode SERVICE_HOST is set to local IPv6 address09:09
slaweqand devstack fails on subnode09:09
slaweqI checked in https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_191/815465/7/check/neutron-ovn-tempest-ipv6-only/191078d/zuul-info/inventory.yaml that this variable is null09:09
slaweqand also "public_ipv6" is null09:09
slaweqdo You know if there is any way to get on subnode IPv6 address from the controller node to configure it properly in devstack on subnode(s) ?09:10
opendevreviewAlfredo Moralejo proposed openstack/devstack master: [WIP] Support CentOS Stream 9  https://review.opendev.org/c/openstack/devstack/+/80090309:18
fricklerslaweq: I need to check but I think we only put IPv4 onto the GRE tunnels connecting the multinode setup, so you'd have to amend that09:35
fricklerthe addresses instances get from the hosting clouds cannot be relied upon, some may not have IPv6 at all09:35
fricklerslaweq: https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/multi-node-bridge09:38
fricklershould not be too much effort to add IPv6 here  https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/multi-node-bridge/tasks/peer.yaml#L66-L8109:39
*** jpena|off is now known as jpena09:50
slaweqfrickler: but adding them here is just one thing10:13
slaweqanother is to configure it in devstack's local.conf somehow10:13
slaweqin the SERVICE_HOST variable10:13
*** soniya29|ruck is now known as soniya29|ruck|afk10:33
opendevreviewDr. Jens Harbott proposed openstack/devstack master: Use OS_CLOUD for registered limits in glance  https://review.opendev.org/c/openstack/devstack/+/81707410:53
opendevreviewLajos Katona proposed openstack/devstack master: Rehome functions to enable Neutron's segments integration  https://review.opendev.org/c/openstack/devstack/+/81821610:54
fricklerslaweq: yes, you would have to set those explicitly, then, overriding https://opendev.org/openstack/devstack/src/branch/master/.zuul.yaml#L437-L44011:01
slaweqfrickler: ok, thx for the tips, I will check it11:01
*** pojadhav is now known as pojadhav|afk11:27
*** soniya29|ruck|afk is now known as soniya29|ruck11:48
opendevreviewLee Yarwood proposed openstack/devstack master: Only write out uwsgi configs when deploying API services  https://review.opendev.org/c/openstack/devstack/+/77954712:26
*** pojadhav|afk is now known as pojadhav12:55
opendevreviewLee Yarwood proposed openstack/tempest master: Revert "Check VM's console log before trying to SSH to it."  https://review.opendev.org/c/openstack/tempest/+/81763413:29
opendevreviewLee Yarwood proposed openstack/tempest master: Move get_server_ip into tempest.common.compute  https://review.opendev.org/c/openstack/tempest/+/81776813:29
opendevreviewLee Yarwood proposed openstack/tempest master: WIP Introduce PINGABLE and SSHABLE wait_until state support  https://review.opendev.org/c/openstack/tempest/+/81763513:29
opendevreviewLee Yarwood proposed openstack/tempest master: WIP compute: Move volume attach tests to use wait_until=SSHABLE  https://review.opendev.org/c/openstack/tempest/+/81776913:29
opendevreviewLee Yarwood proposed openstack/tempest master: WIP compute: Move device tagging tests to use wait_until=SSHABLE  https://review.opendev.org/c/openstack/tempest/+/81777013:29
opendevreviewLee Yarwood proposed openstack/tempest master: WIP compute: Create router and dhcp when create_default_network set  https://review.opendev.org/c/openstack/tempest/+/81777113:29
opendevreviewLee Yarwood proposed openstack/tempest master: WIP compute: Move volume attached live migration tests to use SSHABLE  https://review.opendev.org/c/openstack/tempest/+/81777213:29
*** pojadhav is now known as pojadhav|afk13:38
*** akekane_ is now known as abhishekk14:00
opendevreviewAde Lee proposed openstack/tempest master: Add support for ecdsa keys  https://review.opendev.org/c/openstack/tempest/+/80746514:52
opendevreviewAde Lee proposed openstack/tempest master: Add skip for tests that wont work under fips  https://review.opendev.org/c/openstack/tempest/+/81080814:52
opendevreviewAde Lee proposed openstack/tempest master: DNM - Add temporary link to patched paramiko  https://review.opendev.org/c/openstack/tempest/+/81080914:52
opendevreviewAde Lee proposed openstack/tempest master: WIP - replace paramiko with libssh  https://review.opendev.org/c/openstack/tempest/+/80627414:52
ade_leegmann, need review for https://review.opendev.org/c/openstack/tempest/+/807465 please17:05
ade_leegmann, kopecmartin ditto for https://review.opendev.org/c/openstack/tempest/+/810808 please17:07
*** jpena is now known as jpena|off17:34
opendevreviewMerged openstack/devstack master: Stop creating userrc_early  https://review.opendev.org/c/openstack/devstack/+/78041719:50
simondodsleyever since the 13th or 14th devstack, as part of the 3rd party CIs used by cinder, is failing to start neutron correctly. It looks like there is an issue with ``configure_qos_ml2: command not found``. Has something changed that would cause this to happen?21:31
clarkbsimondodsley: can you share logs with more context?21:32
simondodsleyclarkb: http://openstack-logs.purestorage.com/31/777031/12/thirdparty-check/pure-devstack-cinder-tempest-fc-aio/c3975a5/controller/logs/devstacklog.txt21:32
simondodsleyclarkb: timestamp 2021-11-17 20:06:59.70821:33
clarkbsimondodsley: https://opendev.org/openstack/devstack/commit/f9a896c6e6afcf52e9a50613285940c26e353ba3 I think that is the cause. It looks like it does a dynamic lookup of configure_qos_$NEUTRON_CORE_PLUGIN and there isn't a function defined for ml221:36
clarkbthe simplest fix is probably to disable neutron-qos service in the job if yo udon't need it21:37
simondodsleyclarkb: thanks - shouldn't need that service so I'll disable it and see if that fixes it21:37
clarkbsimondodsley: https://opendev.org/openstack/neutron/src/branch/master/devstack/lib/ml2 is where the function was defined/consumed from before21:38
clarkbI think if you enable the neutron plugin that would also fix this maybe?21:38
clarkbslaweq: ^ fyi I'm not sure what the correct fix in devstack here is but maybe not enough of those functions were moved?21:38
clarkbthe default NEUTRON_CORE_PLUGIN is ml2. I suspect this isn't hitting upstream CI because the qos service isn't enabled?21:40
slaweqclarkb: simondodsley sorry but I'm not on my laptop now. I can check it tomorrow morning21:50
simondodsleyslaweq: I'm going to disable the qos service and see if that helps21:51
simondodsleyslaweq: looks like disabling `neutron-qos` does resolve this issue.22:27

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!