opendevreview | Merged openstack/tempest master: Remove skip for test_fix_argument_yes unit test https://review.opendev.org/c/openstack/tempest/+/797436 | 03:30 |
---|---|---|
*** pojadhav|afk is now known as pojadhav | 06:05 | |
*** jpena|off is now known as jpena | 06:54 | |
*** rpittau|afk is now known as rpittau | 07:15 | |
lyarwood | Does anyone know where we configure libvirtd_log.txt to be captured? I also want to grab the conf file if possible | 09:48 |
opendevreview | Lee Yarwood proposed openstack/devstack master: zuul: Add /etc/libvirt to log collection https://review.opendev.org/c/openstack/devstack/+/798065 | 10:00 |
opendevreview | Lee Yarwood proposed openstack/devstack master: WIP libvirt: Increase keepalive_interval to workaround bug #1912310 https://review.opendev.org/c/openstack/devstack/+/798067 | 10:12 |
opendevreview | Merged openstack/devstack master: Revert edk2 workaround https://review.opendev.org/c/openstack/devstack/+/797071 | 10:17 |
*** akekane_ is now known as abhishekk | 10:49 | |
*** rpittau is now known as rpittau|bbl | 11:17 | |
*** jpena is now known as jpena|lunch | 11:42 | |
*** dviroel|out is now known as dviroel | 12:12 | |
*** jpena|lunch is now known as jpena | 12:41 | |
*** rpittau|bbl is now known as rpittau | 12:56 | |
brtknr | Hi all, what do i need in my zuul config for devstack to work with the now default ovn driver | 14:00 |
brtknr | previous configuration no longer works on magnum | 14:00 |
brtknr | The q-agt/neutron-agt service must be disabled with OVN. | 14:00 |
brtknr | I would have thought these would be disabled by default if OVN needs them to be | 14:01 |
*** poojajadhav is now known as pojadhav | 14:17 | |
*** rpittau is now known as rpittau|afk | 14:47 | |
gmann | brtknr: you should not need anything else what we changed during ovn default | 15:17 |
gmann | brtknr: those service are not enabled by default https://review.opendev.org/c/openstack/devstack/+/791436/8/stackrc | 15:21 |
gmann | let me check in devstack base job enabling those | 15:21 |
gmann | no, it is not enabled there. | 15:22 |
gmann | brtknr: can you link the job failing for this? | 15:22 |
brtknr | gmann: https://zuul.opendev.org/t/openstack/build/c5f1a33c7fa44babb7ef97a1cfcee2fb | 15:45 |
brtknr | gmann: i have had to disable q-agt manually on my local devstack as well | 15:45 |
gmann | brtknr: ohk. let me check | 15:54 |
gmann | brtknr: I ran fresh devstack yesterday night and it worked fine for me. | 15:54 |
brtknr | gmann: i am having difficulty getting OVN running smoothly | 15:55 |
brtknr | my instances do not have route out to the web | 15:56 |
brtknr | is there a recommended local.conf i should use? | 15:56 |
*** jpena is now known as jpena|off | 15:57 | |
gmann | brtknr: for devstack install issue, its magnum plugin enalbing those sevices | 16:02 |
gmann | brtknr: fixed in https://review.opendev.org/c/openstack/magnum/+/798126 | 16:02 |
gmann | you do not need to enable any extra services there what devstack does. nova network also no more things now | 16:02 |
gmann | brtknr: can you try with that patch if that fix the local install issue. and we will see if gate job result in review itself | 16:03 |
opendevreview | Ghanshyam proposed openstack/tempest master: Skip network creation for system and domain scoped token https://review.opendev.org/c/openstack/tempest/+/798130 | 16:54 |
gmann | brtknr: this fix the ovn issue, seems like magnum gate is broken for other failure so job is not yet green https://review.opendev.org/c/openstack/magnum/+/798126 | 16:59 |
gmann | brtknr: you can merge it with other reqruied fixes | 17:00 |
opendevreview | Ghanshyam proposed openstack/tempest master: Skip network creation for system and domain scoped token https://review.opendev.org/c/openstack/tempest/+/798130 | 17:06 |
*** dviroel is now known as dviroel|afk | 17:26 | |
*** dviroel|afk is now known as dviroel | 18:15 | |
*** gfidente is now known as gfidente|afk | 18:57 | |
opendevreview | Ghanshyam proposed openstack/tempest master: Skip network creation for system and domain scoped token https://review.opendev.org/c/openstack/tempest/+/798130 | 19:08 |
opendevreview | Ghanshyam proposed openstack/tempest master: Skip network creation for system and domain scoped token https://review.opendev.org/c/openstack/tempest/+/798130 | 19:15 |
brtknr | gmann: any idea how i can fix the doc build: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_476/797968/2/check/openstack-tox-docs/4766963/sphinx-build-pdf.log | 20:55 |
gmann | brtknr: you need to add ignore_basepython_conflict=True in tox.ini | 20:58 |
gmann | brtknr: and minversion to 3.18 i think, example https://github.com/openstack/nova/blob/a0ec2de968cfded8b88c2f3af1152b5932d675b7/tox.ini#L7 | 20:58 |
gmann | 3.11 or 3.18 added ignore_basepython_conflict | 20:58 |
brtknr | gmann: thank you, you're a star! | 21:28 |
gmann | brtknr: np!:) happy to help | 21:38 |
brtknr | gmann: hmm i tested the tox -epdf-docs locally with that change but i get the same error | 21:39 |
gmann | brtknr: oh, version conflcit ? | 21:40 |
brtknr | gmann: no ! LaTeX Error: File `tgtermes.sty' not found. | 21:41 |
gmann | brtknr: ohk, give me some time, I will try that locally | 21:43 |
brtknr | gmann: wait i just cleaned up my old tox env and tried again and it was success | 21:43 |
gmann | brtknr: great | 21:44 |
brtknr | gmann: do you happen to be familiar with sqlalchemy? | 21:46 |
gmann | brtknr: not an expert but what is query, i can try to help | 21:51 |
brtknr | sorry back to the docs, it failed again: https://eb80a85b743b4724edd9-d1495d287b0947bb2ff065e6471f2eaa.ssl.cf2.rackcdn.com/797968/5/check/openstack-tox-docs/653eb4f/sphinx-build-pdf.log | 21:51 |
brtknr | hmm i wonder if the version of latex is not compatible | 21:52 |
brtknr | it appears to be passing for every other project though | 21:52 |
gmann | latex logging are not so good to hard to know the error from log | 21:55 |
gmann | is it passing locally ? did you try tox -epdf-docs | 21:55 |
brtknr | gmann: yes, it seems to work for me locally | 22:01 |
brtknr | gmann: do you mind sharing your local.conf for devstack | 22:03 |
brtknr | which you have working with OVN | 22:03 |
gmann | sure, but it does not have magnum enabled | 22:03 |
brtknr | thats fine, at this point i just want to reference something that works | 22:04 |
gmann | may be this is good to use from passing magnum gate - https://zuul.opendev.org/t/openstack/build/839a295ded48457e82e2488249d7a22c/log/controller/logs/local_conf.txt | 22:04 |
brtknr | gmann: thats a good idea, i'd like to know how i can condense that config down | 22:09 |
brtknr | is it possible to check which services are enabled based on my local.conf? | 22:09 |
gmann | brtknr: yes, from disable_service and enable_service in local.conf you can see. that is what devstack deployed the openstack with | 22:10 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!