opendevreview | Merged openstack/openstack-ansible-os_tempest master: Rename whitelist and blacklist in role https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/784885 | 00:40 |
---|---|---|
snadge | i ran the containers-lxc-destroy playbook, and said yes to destroy containers and their data, then reran setup hosts, my configs look the same as to what I used in my testing setup | 01:26 |
snadge | oh wow.. in testing im using 21.2.3, in prod its set to 21.2.6 .. oops ;) | 01:53 |
snadge | so something broke on centos 7 between those versions, with respect to setting up galera | 01:53 |
snadge | im guessing when someone wakes up in europe they will likely know the answer to this one.. middle of the day here | 01:57 |
snadge | might be worth noting that the playbook to install galera works just fine, its when its ran from setup infrastructure that its the problem | 02:00 |
opendevreview | Merged openstack/openstack-ansible-galera_server master: Ensure mariadb service is enabled https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/795839 | 02:10 |
opendevreview | Merged openstack/openstack-ansible master: Fix upgrade jobs out of CI https://review.opendev.org/c/openstack/openstack-ansible/+/795563 | 03:13 |
opendevreview | Merged openstack/openstack-ansible master: [doc] Document CA generation upgrade step https://review.opendev.org/c/openstack/openstack-ansible/+/795665 | 03:13 |
*** rpittau|afk is now known as rpittau | 07:13 | |
noonedeadpunk | mornings | 07:25 |
arxcruz | noonedeadpunk: hey, do you mind take a look at https://review.opendev.org/795264 ? :) | 09:56 |
noonedeadpunk | arxcruz: doesn't it make sense to generate it only when tempest has failed? | 10:17 |
arxcruz | noonedeadpunk: I was thinking about it, not sure if that would fail on our logstash side | 10:18 |
arxcruz | i don't know the internals of logstash, just that we point the file we want to index | 10:18 |
noonedeadpunk | um, no idea about your logstash side either, but it's weird otherwise | 10:19 |
arxcruz | weird, git review is not working :/ | 11:07 |
opendevreview | Arx Cruz proposed openstack/openstack-ansible-os_tempest master: Generate list of failing tests https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/795264 | 11:07 |
arxcruz | oh, here you go noonedeadpunk ^ | 11:07 |
*** sshnaidm|afk is now known as sshnaidm | 11:21 | |
CeeMac | snadge: it would be worth running the playbook with -vvv to get some more detail on the task is failing and the context of the error | 12:18 |
snadge | yeah.. its not giving me much.. https://pastebin.com/WwESXH3E | 12:22 |
CeeMac | and this is 21.2.6? | 12:24 |
snadge | yes thats right | 12:25 |
snadge | i thought about just dropping back to 21.2.5, or going through the changes to see what has changed with regards to galera install | 12:26 |
snadge | all i know is that 21.2.3 installs with the same config in a test environment | 12:27 |
CeeMac | from what I can see 21.2.3 and 21.2.6 are tracking the same SHA of galera_server so should install in the same way | 12:37 |
CeeMac | https://opendev.org/openstack/openstack-ansible/src/tag/21.2.3/ansible-role-requirements.yml#L16-L20 | 12:38 |
CeeMac | https://opendev.org/openstack/openstack-ansible/src/tag/21.2.6/ansible-role-requirements.yml#L16-L20 | 12:38 |
CeeMac | it might be worth sanity checking the inventory just in case? | 12:44 |
jrosser | snadge: the utility container is a diversion here imho - see that it's the 'galera_client' role running on utility | 12:47 |
jrosser | this is so that you can use the mysql cli and have the other ansible tasks delegate to the utility container when setting up keystone/glance/.. db and db users | 12:48 |
jrosser | snadge: are those tasks consecutive from the playbook run, or have you snipped a bunch out? | 12:50 |
spatel | noonedeadpunk looking at your comments and have question - https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/794266/14/defaults/main.yml#443 | 13:05 |
spatel | do you want me to replace with. neutron_ovn_primary_cluster_node: "{{ groups[neutron_services['neutron-ovn-northd']['group']] | first }}" | 13:05 |
*** halali is now known as halali_ | 13:08 | |
spatel | mgariepy did you try OVN cluster in your lab, just curious to know the result | 13:08 |
mgariepy | i did deployed it in a vm (with 3 ovn containers) | 13:11 |
mgariepy | but but i haven't tested much yet. | 13:12 |
mgariepy | and i need to readup a bit how the clustering is supposed to work. | 13:13 |
spatel | did clustering works when you deployed? configuration validation point of view | 13:15 |
mgariepy | the ovsdbtool stuff told me the bd was clustered. | 13:20 |
mgariepy | but the data wasn't replicated. | 13:20 |
mgariepy | (could list de db on the first node but not the others) | 13:21 |
spatel | hmm! i can see data replication | 13:23 |
mgariepy | well i need to investigate a bit :D | 13:24 |
spatel | mgariepy i put some stuff here but in next post i will add more details here - https://satishdotpatel.github.io/openstack-ansible-ovn-clustering/ | 13:24 |
mgariepy | but somewhat busy with other stuff. | 13:24 |
spatel | no worry!! | 13:24 |
spatel | ovn-nbctl show command will tell you if data is replicating or not | 13:25 |
mgariepy | http://paste.openstack.org/show/806627/ | 13:26 |
spatel | what is that? | 13:31 |
spatel | i have running ovn on 3 different physical nodes not multi-node aio | 13:31 |
mgariepy | it does create 3 containers on the same vm | 13:32 |
mgariepy | i have 3 aio1_neutron_ovn_northd_container-<uuid> | 13:33 |
spatel | okk | 13:35 |
arxcruz | jrosser: may i have your review on https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/795264 ? | 14:25 |
*** rpittau is now known as rpittau|afk | 14:29 | |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 15:00 |
opendevmeet | Meeting started Tue Jun 15 15:00:39 2021 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'openstack_ansible_meeting' | 15:00 |
noonedeadpunk | #topic rollcall | 15:00 |
noonedeadpunk | o/ | 15:00 |
jrosser | hello | 15:03 |
noonedeadpunk | how things are going?:) | 15:03 |
noonedeadpunk | #topic office hours | 15:04 |
mgariepy | hello (half-ish there) | 15:04 |
noonedeadpunk | so first of all, to have that said, I failed with doing RC1, and did B1 instead, as RC requires branching (stupid me) | 15:04 |
noonedeadpunk | doing process once in a half year makes it tough to fully remember | 15:05 |
noonedeadpunk | I also not sure if worth mergning https://review.opendev.org/c/openstack/openstack-ansible/+/795851 or just do roles branching and replace this patch with _real_ RC1 | 15:06 |
noonedeadpunk | and there's 2 week until hard deadline | 15:06 |
noonedeadpunk | *there're 2 weeks | 15:06 |
jrosser | only half here-ish too | 15:07 |
jrosser | having a designate shaped incident | 15:08 |
noonedeadpunk | ok, eventually I don't have much for discussion for today, as failed in all planned activities... | 15:08 |
jrosser | i guess most important is to merge the remainder for a release | 15:09 |
noonedeadpunk | yeah | 15:09 |
noonedeadpunk | But I don't think we have much atm | 15:11 |
noonedeadpunk | looking briefly we might need to make bunch of rechecks, but in general there're not much to land | 15:11 |
noonedeadpunk | well, except oslo stuff, that I still haven't properly checkoed out ( | 15:11 |
noonedeadpunk | oslo.policy | 15:12 |
jrosser | no - i wonder if we need to raise a LP bug rather than ask in irc | 15:12 |
noonedeadpunk | yeah, probably we do. I wanted to look into code more precisely and hopefully find some solution, but haven't ( | 15:12 |
* noonedeadpunk messes up with vpnaas | 15:13 | |
noonedeadpunk | Also would be great to get some opinions on https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/788501 | 15:13 |
noonedeadpunk | but we can leave that thing to X actually... | 15:14 |
noonedeadpunk | oh, also releases team supposed patches to move Ocata to EOL. Since all existing tags remain working (as well as checkouts to shas) I don't see why we shouldn't drop branch as well | 15:18 |
*** halali is now known as halali_ | 15:32 | |
noonedeadpunk | #endmeeting | 16:12 |
opendevmeet | Meeting ended Tue Jun 15 16:12:07 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:12 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-06-15-15.00.html | 16:12 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-06-15-15.00.txt | 16:12 |
opendevmeet | Log: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2021/openstack_ansible_meeting.2021-06-15-15.00.log.html | 16:12 |
*** gilou_ is now known as Gilou | 17:49 | |
opendevreview | Satish Patel proposed openstack/openstack-ansible-os_neutron master: Add ovn clustering support https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/794266 | 18:59 |
*** sshnaidm is now known as sshnaidm|afk | 21:15 | |
opendevreview | Merged openstack/openstack-ansible-os_tempest master: Generate list of failing tests https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/795264 | 22:00 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!