| *** MickyMan77 has joined #openstack-ansible | 00:28 | |
| *** MickyMan77 has quit IRC | 00:36 | |
| *** macz_ has joined #openstack-ansible | 00:42 | |
| *** macz_ has quit IRC | 00:47 | |
| *** MickyMan77 has joined #openstack-ansible | 01:09 | |
| *** MickyMan77 has quit IRC | 01:17 | |
| *** cshen has joined #openstack-ansible | 01:28 | |
| *** cshen has quit IRC | 01:32 | |
| *** recyclehero has quit IRC | 01:40 | |
| *** MickyMan77 has joined #openstack-ansible | 02:33 | |
| *** MickyMan77 has quit IRC | 02:41 | |
| *** rh-jelabarre has quit IRC | 02:46 | |
| *** gyee has quit IRC | 02:57 | |
| *** MickyMan77 has joined #openstack-ansible | 03:09 | |
| *** macz_ has joined #openstack-ansible | 03:18 | |
| *** MickyMan77 has quit IRC | 03:18 | |
| *** macz_ has quit IRC | 03:22 | |
| *** hindret has quit IRC | 03:22 | |
| *** hindret has joined #openstack-ansible | 03:23 | |
| *** cshen has joined #openstack-ansible | 03:28 | |
| *** cshen has quit IRC | 03:32 | |
| *** recyclehero has joined #openstack-ansible | 03:46 | |
| *** MickyMan77 has joined #openstack-ansible | 03:51 | |
| *** MickyMan77 has quit IRC | 04:00 | |
| *** MickyMan77 has joined #openstack-ansible | 04:34 | |
| *** MickyMan77 has quit IRC | 04:42 | |
| *** macz_ has joined #openstack-ansible | 05:11 | |
| *** MickyMan77 has joined #openstack-ansible | 05:14 | |
| *** macz_ has quit IRC | 05:16 | |
| *** MickyMan77 has quit IRC | 05:22 | |
| *** jamesdenton has quit IRC | 05:23 | |
| *** jamesdenton has joined #openstack-ansible | 05:24 | |
| *** cshen has joined #openstack-ansible | 05:28 | |
| *** cshen has quit IRC | 05:33 | |
| *** evrardjp has quit IRC | 05:33 | |
| *** evrardjp has joined #openstack-ansible | 05:33 | |
| *** nurdie has quit IRC | 05:45 | |
| *** openstackgerrit has quit IRC | 05:46 | |
| *** MickyMan77 has joined #openstack-ansible | 05:50 | |
| *** MickyMan77 has quit IRC | 05:59 | |
| *** MickyMan77 has joined #openstack-ansible | 06:26 | |
| *** MickyMan77 has quit IRC | 06:34 | |
| *** sshnaidm|afk is now known as sshnaidm|rover | 07:00 | |
| *** miloa has joined #openstack-ansible | 07:06 | |
| *** macz_ has joined #openstack-ansible | 07:25 | |
| *** macz_ has quit IRC | 07:29 | |
| *** pto has quit IRC | 07:44 | |
| *** pto_ has joined #openstack-ansible | 07:44 | |
| *** rpittau|afk is now known as rpittau | 07:51 | |
| *** cshen has joined #openstack-ansible | 08:00 | |
| *** andrewbonney has joined #openstack-ansible | 08:10 | |
| *** yolanda has joined #openstack-ansible | 08:19 | |
| *** tosky has joined #openstack-ansible | 08:57 | |
| *** openstackgerrit has joined #openstack-ansible | 09:01 | |
| openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/stein: Determine latest base image available https://review.opendev.org/759300 | 09:01 |
|---|---|---|
| noonedeadpunk | mornings | 09:02 |
| *** krah has quit IRC | 09:04 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Add image download for manila https://review.opendev.org/704972 | 09:07 |
| pto_ | I am trying to push a netplan example, but im stuck at the review process: https://bugs.launchpad.net/openstack-ansible/+bug/1900794 - I dont know why zuul fails the CI tests? Could anyone point me in the right direction= | 09:11 |
| openstack | Launchpad bug 1900794 in openstack-ansible "Netplan network configuration missing" [Wishlist,In progress] - Assigned to PerToft (per-minfejl) | 09:11 |
| noonedeadpunk | pto_: we had CI (and not only CI) issues with images download | 09:13 |
| pto_ | noonedeadpunk: I see... Should I do a new commit or how to fix? | 09:13 |
| noonedeadpunk | let me check the commit itself | 09:14 |
| noonedeadpunk | pto_: commented | 09:21 |
| noonedeadpunk | you can adjust this patch, do git commit --amend, and run `git review` again to push updated version | 09:21 |
| *** openstack has quit IRC | 09:21 | |
| *** openstack has joined #openstack-ansible | 09:24 | |
| *** ChanServ sets mode: +o openstack | 09:24 | |
| openstackgerrit | PerToft proposed openstack/openstack-ansible master: Added Netplan examples for a Openstack Infrastructure node https://review.opendev.org/760090 | 09:26 |
| *** logan- has quit IRC | 09:27 | |
| *** logan- has joined #openstack-ansible | 09:27 | |
| noonedeadpunk | pto_: can you kindly remove trailing whitespaces from readme? | 09:31 |
| noonedeadpunk | well... | 09:32 |
| noonedeadpunk | and it worth be the same patch | 09:32 |
| *** pto_ is now known as pto | 09:32 | |
| pto | noonedeadpunk: Sure. How to I make it the same patch? | 09:32 |
| noonedeadpunk | if you don't have commit in your get tree - you can download it with git-review -d 760090, if you already have it - then just make edits, do git commit --amend and run git review | 09:34 |
| noonedeadpunk | it will be uloaded as the same patch | 09:34 |
| noonedeadpunk | actually, the thing that matters is Change-Id | 09:34 |
| noonedeadpunk | so to get change to the same path it should have exactly the same Change-Id in commit message | 09:35 |
| pto | noonedeadpunk: Cool. Thanks for the tips. I will give it a try | 09:47 |
| *** macz_ has joined #openstack-ansible | 09:48 | |
| openstackgerrit | PerToft proposed openstack/openstack-ansible master: Added Netplan examples for a Openstack Infrastructure node https://review.opendev.org/760090 | 09:49 |
| *** macz_ has quit IRC | 09:53 | |
| jrosser | pto: it would be good if the vlan id in the netplan example were matching with the wider OSA documentation too | 09:59 |
| pto | jrosser: I agree with that. Are you refering to https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/deploymenthost.html or where to find the OSA boilerplate network? | 10:01 |
| noonedeadpunk | pto: from jsut network scripts https://opendev.org/openstack/openstack-ansible/src/branch/master/etc/network/interfaces.d/openstack_interface.cfg.singlebond.example#L39-L51 | 10:14 |
| pto | jrosser: Where do you fint the OSA network docs showing example vlans? | 10:15 |
| jrosser | there are some here https://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/app-config-test.html | 10:16 |
| jrosser | old release but it should be kind of the same in master somwhere | 10:16 |
| pto | Is the br-vlan still relevant or should this be omitted? To my understanding, the recommendation is to use a bond interface in host_bind_override? | 10:20 |
| openstackgerrit | PerToft proposed openstack/openstack-ansible master: Added Netplan examples for a Openstack Infrastructure node https://review.opendev.org/760090 | 10:28 |
| pto | Sorry for me messing up, but a git commit --amend did not include the commit. Should i do a git commit -a insted for include the changes? | 10:29 |
| jrosser | pto: did you git add the changed files first? | 10:32 |
| openstackgerrit | PerToft proposed openstack/openstack-ansible master: Added Netplan examples for a Openstack Infrastructure node https://review.opendev.org/760090 | 10:33 |
| pto | jrosser: aparently not. I thought they were by default as on a usual commit. Thanks! | 10:35 |
| jrosser | pto: regarding br-vlan, leaving it in is consistent with the AIO and other examples. in some cases the br-vlan is needed if further flat networks (br-lbaas, ....) might be plumbed into it with a veth | 10:42 |
| jrosser | but you are correct though in a well engineered production deployment you can use a dedicated interface | 10:42 |
| openstackgerrit | PerToft proposed openstack/openstack-ansible master: Added Netplan examples for a Openstack Infrastructure node https://review.opendev.org/760090 | 10:45 |
| openstackgerrit | PerToft proposed openstack/openstack-ansible master: Added Netplan examples for a Openstack Infrastructure node https://review.opendev.org/760090 | 10:46 |
| fridtjof[m] | how would you actually do the veth trickery involved with flat networks through netplan though? | 10:47 |
| fridtjof[m] | Running custom post-up and post-down commands isn't supported with netplan, at least | 10:47 |
| *** gshippey has joined #openstack-ansible | 10:50 | |
| jrosser | well the netplan FAQ suggests networkd-dispatcher for making hooks, but i guess the decision to use netplan over ifupdown has to be made knowing this | 10:52 |
| pto | I dont think the flat network work on the Ubuntu 20.04 deployment, at least not i my config. It was not possible to create the tap interface on the br-guests (vlan bridge) with the flat driver - or does the flat driver not support bridge interfaces? | 11:19 |
| *** shyamb has joined #openstack-ansible | 11:19 | |
| openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-galera_server stable/stein: DNM: Test alternative service name for galera on CentOS 7 https://review.opendev.org/760108 | 11:26 |
| jrosser | pto: i think you can perhaps look at using bridge_mappings for that? | 11:31 |
| jrosser | but in terms of 20.04 in CI we take exactly the same networkd approach over from bionic with no changes, so theres nothing fundamental different | 11:32 |
| pto | I havent touched openstack since rocky, so im a bit rusty.. probably me misconfigured something. It works perfect with the vlan driver | 11:35 |
| pto | The linux bridge agent is broken in the stable release. This patch is missing: https://review.opendev.org/#/c/740588 | 11:36 |
| pto | *stable release = ussuri/stable | 11:37 |
| jrosser | thats not even merged in neutron master yet | 11:55 |
| openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-galera_server stable/stein: DNM: Test alternative service name for galera on CentOS 7 https://review.opendev.org/760108 | 11:58 |
| pto | Is there anyone here with a running ussuri cluster which could check if the linux bridge agent works? | 12:01 |
| jrosser | we have a couple of clouds here running linuxbridge and ussuri | 12:02 |
| *** SecOpsNinja has joined #openstack-ansible | 12:02 | |
| *** shyamb has quit IRC | 12:05 | |
| *** yann-kaelig has joined #openstack-ansible | 12:08 | |
| openstackgerrit | amolkahat proposed openstack/openstack-ansible-os_tempest master: Migrate to content provider jobs/templates https://review.opendev.org/759287 | 12:13 |
| pto | jrosser: Could you try and grep you logs (journalctl -u neutron-linuxbridge-agent.service) on a compute for CHAIN_USER_DEL failed ->http://paste.openstack.org/show/799469/ | 12:13 |
| *** macz_ has joined #openstack-ansible | 12:27 | |
| *** macz_ has quit IRC | 12:31 | |
| *** rh-jelabarre has joined #openstack-ansible | 12:32 | |
| *** rfolco has joined #openstack-ansible | 12:34 | |
| andrewbonney | noonedeadpunk: It looks like https://review.opendev.org/#/c/758462 fails on CentOS unless the service name changes to mariadb from mysql | 12:43 |
| andrewbonney | Would you suggest patching the CentOS vars as in https://review.opendev.org/#/c/76010 or backporting https://github.com/openstack/openstack-ansible-galera_server/commit/7c7ade4fc90b12f73099752be486d35b6cc0dae4? | 12:44 |
| andrewbonney | Copy/paste fail. Should have been https://review.opendev.org/#/c/760108 | 12:45 |
| mgariepy | jamesdenton, finally getting around to toy with ovn. | 12:51 |
| jamesdenton | oh yeah? | 12:51 |
| mgariepy | yep finally got all the other shenanigans sorted (for now) haah\ | 12:52 |
| jamesdenton | :D | 12:52 |
| mgariepy | it will probably need a few patches :D | 12:52 |
| jamesdenton | i would expect so | 12:52 |
| jamesdenton | any luck with the group changes? | 12:52 |
| mgariepy | testing that now. | 12:53 |
| mgariepy | i need to fix some of the network binding also. | 12:54 |
| mgariepy | i have a semi-routed network to make things simpler. | 12:54 |
| *** spatel has joined #openstack-ansible | 12:54 | |
| jamesdenton | i'll keep an eye out for your patches and deploy locally | 12:56 |
| mgariepy | ho the neutron metadata agent on the computes will need to be adjusted a bit.. | 12:56 |
| mgariepy | otherwise i'll endup with quite a few thread of that service on my cloud hahah | 12:57 |
| mgariepy | like 40-ish per compute | 12:57 |
| jamesdenton | is it based on core count? | 12:58 |
| mgariepy | i think so. | 12:59 |
| mgariepy | oops, 64ish per computes | 12:59 |
| mgariepy | executor_thread_pool_size = 64 for a 32/64 compute :D haha | 13:00 |
| pto | Is there anyone here, who have tried to migrate instances from one openstack cluster to another cluster? | 13:13 |
| noonedeadpunk | andrewbonney: sorry got distracted, looking | 13:15 |
| mgariepy | jamesdenton, at the end it's not too bad i think. the order is not ok for ovn (i think we should deploy neutron-server, ovn-northd ,then the ovn-controllers | 13:17 |
| noonedeadpunk | andrewbonney: I'd say let's backport https://review.opendev.org/#/c/670599/ | 13:18 |
| noonedeadpunk | as having 2 variables the way they're currently exist is really frustrating | 13:19 |
| andrewbonney | Ok sure | 13:23 |
| *** sshnaidm|rover has quit IRC | 13:25 | |
| openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-galera_server stable/stein: cleanup: refactor into galera_mariadb_service_name https://review.opendev.org/760135 | 13:35 |
| openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-galera_server stable/stein: Bump galera version https://review.opendev.org/758462 | 13:38 |
| *** sshnaidm|rover has joined #openstack-ansible | 13:39 | |
| jamesdenton | jrosser just tested your parallel clone patch. bout blew my socks off | 13:41 |
| jrosser | jamesdenton: it's surprising isnt it | 13:41 |
| jamesdenton | yes? | 13:42 |
| jamesdenton | big time saver, thanks | 13:43 |
| *** sshnaidm|rover is now known as sshnaidm|mtg | 13:44 | |
| *** nurdie has joined #openstack-ansible | 13:47 | |
| noonedeadpunk | btw, I think we have an issue here https://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/haproxy/haproxy.yml#L139 | 14:07 |
| noonedeadpunk | all our metadata thing is super weird | 14:07 |
| *** d34dh0r53 has quit IRC | 14:07 | |
| noonedeadpunk | like nova_metadata_protocol being defined in group_vars nova_all, but being used only in https://opendev.org/openstack/openstack-ansible-os_neutron/src/branch/master/templates/metadata_agent.ini.j2 | 14:08 |
| *** d34dh0r53 has joined #openstack-ansible | 14:11 | |
| *** NewJorg has quit IRC | 14:14 | |
| *** NewJorg has joined #openstack-ansible | 14:16 | |
| *** nurdie has quit IRC | 14:23 | |
| *** nurdie has joined #openstack-ansible | 14:24 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_neutron master: Rename nova_metadata_* variables https://review.opendev.org/760149 | 14:27 |
| jrosser | i guess the source of the metadata is nova | 14:35 |
| *** MickyMan77 has joined #openstack-ansible | 14:35 | |
| jrosser | and neutron is providing a proxy to that | 14:35 |
| *** macz_ has joined #openstack-ansible | 14:43 | |
| jamesdenton | ^^ yes thats true | 14:44 |
| *** cshen has quit IRC | 14:44 | |
| spotz | noonedeadpunk: Have we done a gerrit review yet? | 14:59 |
| noonedeadpunk | spotz: not sure I got the question, sorry | 15:14 |
| noonedeadpunk | jrosser: yes, but defining variables in group_vars/nova_all, that are not used in os-nova but only in os-neutron is.... weird?:) | 15:15 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Cover nova metadata with SSL https://review.opendev.org/760165 | 15:17 |
| noonedeadpunk | ^ that's what I meant | 15:17 |
| jrosser | isnt it more that it's in the nova_all group becasue the var is needed when deploying neutron onto the compute hosts | 15:19 |
| jrosser | so the var is for the compute group | 15:20 |
| jrosser | and can th metadata service ever be https? | 15:20 |
| spotz | noonedeadpunk: The projects have been going through and making sure all changes that went through gerrit during the time it was compromised are accurate and reporting back the status | 15:21 |
| noonedeadpunk | well, neutron proxy can ask https on haproxy.... | 15:21 |
| jrosser | it's not always the proxy though | 15:21 |
| jrosser | there are two scenarios on the compute node | 15:22 |
| noonedeadpunk | spotz: well I took the brief look only | 15:22 |
| admin0 | upgrade from 20.1.4 to 21.1.0 -- i get error on FAILED - RETRYING: Add endpoints to keystone endpoint catalog -- is that normal ? | 15:24 |
| *** gyee has joined #openstack-ansible | 15:24 | |
| jrosser | it's haproxy vs. iptables depending if theres a router or not | 15:24 |
| jrosser | or similar, i had huge confusion trying to debug this recently | 15:24 |
| noonedeadpunk | yeah can recall it | 15:25 |
| noonedeadpunk | but I think it goes to nova metadata through haproxy anyway? | 15:25 |
| noonedeadpunk | the difference is only in how data is proxied to the instance | 15:26 |
| noonedeadpunk | if we're not talking about haproxy that is inside l3 | 15:26 |
| jrosser | its probably best to consult jamesdenton :) | 15:29 |
| jamesdenton | it either happens thru dhcp namespace or l3 namespace, but never direct from vm->nova_metadata via compute | 15:31 |
| noonedeadpunk | so the thing I was trying to do is to cover nova metadata endpoint with SSL | 15:32 |
| jamesdenton | but nova_metadata_protocol is a neutron-defined var in defaults/main.yml | 15:32 |
| *** cshen has joined #openstack-ansible | 15:32 | |
| jamesdenton | i think https is supported? | 15:33 |
| noonedeadpunk | neutron and nova docs says it is... | 15:34 |
| spotz | noonedeadpunk: If we're good it wouldn't be a bad idea to mail the discuss list with that to give confidence to users | 15:42 |
| openstackgerrit | Merged openstack/openstack-ansible master: Actually destroy container even if keeping data https://review.opendev.org/729533 | 15:48 |
| gshippey | rocky is EM right? if so i'll update https://docs.openstack.org/openstack-ansible/latest/ - also at what point does ocata become EOL? | 15:48 |
| spotz | gshippey: There should be something in governance let me look | 15:51 |
| spotz | https://releases.openstack.org/ | 15:51 |
| spotz | So Ocata is EM until June then moves to Unmaintained so sounds like a while until EOL | 15:53 |
| noonedeadpunk | spotz: I've looked through one more time and don't see weird merges between 1st and 21st of October... | 15:56 |
| tosky | a few projects started EOL-ing their ocata branches (cinder and sahara, for example) | 15:56 |
| tosky | and a few of them even pike | 15:56 |
| noonedeadpunk | and octavia even rocky I think? | 15:57 |
| noonedeadpunk | ah, no, pike | 15:57 |
| spotz | noonedeadpunk: DO you want to send an email or want me to? | 15:57 |
| spotz | Wow I thought Octavia was a little older then that | 15:58 |
| johnsom | Octavia has EOL'd through Rocky | 15:58 |
| noonedeadpunk | ok, I'm not mad that said about rocky at first:) however still see queens branch | 15:59 |
| noonedeadpunk | spotz: um I can write, but if you volunteer that would be great:) | 16:00 |
| johnsom | Yeah, there was a recent discussion with OpenDev/stable team about the branches still being there even though the EOL tag has been set | 16:00 |
| spotz | noonedeadpunk: It'd be better coming from the PTL but I just want to make sure our users know so if I need to I will:) | 16:01 |
| *** sauloasilva1 has joined #openstack-ansible | 16:01 | |
| noonedeadpunk | ok, then I'll write a bit later today:) | 16:01 |
| spotz | noonedeadpunk: Thank you:) | 16:02 |
| sauloasilva1 | Hi , Where do I find any documentation to setup openstack_user_config.yml for magnum ? I did not find oout any reference . | 16:02 |
| *** sauloasilva1 has quit IRC | 16:05 | |
| *** sauloasilva1 has joined #openstack-ansible | 16:06 | |
| noonedeadpunk | https://opendev.org/openstack/openstack-ansible/src/branch/master/etc/openstack_deploy/conf.d/magnum.yml.aio | 16:06 |
| sauloasilva1 | thanks | 16:06 |
| spatel | jamesdenton: hey, if i deploy ovs+dpdk in that case i need to create neutron port first and then attach it to instance right (just like sriov right?) | 16:19 |
| jamesdenton | i don't think so, no | 16:21 |
| openstackgerrit | James Denton proposed openstack/ansible-role-systemd_networkd master: Add [Link] configuration to network file to support live MTU changes https://review.opendev.org/760179 | 16:25 |
| openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/train: Bump magnum tempest plugin https://review.opendev.org/759932 | 16:33 |
| spatel | jamesdenton: really, so it will be like regular nic right, no special treatment | 16:34 |
| jamesdenton | IIRC the port type is handled automatically. you will need to set some flavor attributes, though. | 16:39 |
| jamesdenton | and you can use virtio driver in the VM; not sure if vendor driver works, too | 16:39 |
| gillesMo | Hallo. I'm on Ussuri now, but still have haproxy trying to acces nova_api_plaement backends who are not there anymore. I manage to remove the inventory group (deleting in the json inventory cache). But when I re-execute os-nova and haproxy playbooks, the nova_api_placement front and backends are still there... | 16:40 |
| jamesdenton | you might try using the inventory_manage script | 16:42 |
| gillesMo | I tried the remove option of inventory-manage script without success. Perhaps it works only woth hosts and not groups ? | 16:44 |
| jamesdenton | might try it with hosts. This is in my history, as i recently moved api out of lxc onto bm: scripts/inventory-manage.py -r lab-infra01_nova_api_container-91ee9c81 | 16:47 |
| jamesdenton | and for grins, ran inventory/dynamic_inventory.py to confirm | 16:47 |
| *** cshen has quit IRC | 16:48 | |
| gillesMo | But those container also provides other nova APIs ? | 16:50 |
| jamesdenton | it was just an example of removing the containter/host rather than the group | 16:51 |
| jamesdenton | whats your goal? | 16:51 |
| gillesMo | Just removing nova_api_placement definitions in haproxy. I think it's based on the inventory group with the same name | 16:51 |
| jamesdenton | but you have some valid placement hosts, still? | 16:52 |
| gillesMo | nova_api_placement is replaced by placement_api in it own container | 16:52 |
| gillesMo | This is mentionned in the releas notes but without explicit manipulation. So I thought the playbooks/roles handle that. But it does'nt | 16:53 |
| jamesdenton | gotcha. i kinda forgot about that. my apologies | 16:53 |
| gillesMo | Ah ! You also have been hit ? | 16:54 |
| noonedeadpunk | wondering why does that happen for ovn... https://e8338944383cd622b3d3-f9411b1a2ec640b9c00c267ae77f7739.ssl.cf5.rackcdn.com/758751/1/check/openstack-ansible-ovn-ubuntu-bionic/a8742ed/logs/ara-report/results/1173.html | 16:54 |
| jamesdenton | gillesMo if i was it was a while back | 16:55 |
| jamesdenton | noonedeadpunk 58 byte overhead for geneve, possibly | 16:55 |
| noonedeadpunk | jamesdenton: yeah but we don't define mtu.... so where does it take from.... | 16:56 |
| noonedeadpunk | `Network will use OpenStack defaults if this option is not provided` | 16:56 |
| jamesdenton | global_physnet_mtu = 1500 by default | 16:57 |
| jamesdenton | perhaps thats the issue | 16:57 |
| noonedeadpunk | thanks so much) | 16:58 |
| jamesdenton | gillesMo it appears there was a migration strategy mentioned in the Train release: https://docs.openstack.org/openstack-ansible/train/admin/upgrades/major-upgrades.html | 17:04 |
| jamesdenton | Check out https://docs.openstack.org/openstack-ansible/train/admin/upgrades/major-upgrades.html#upgrade-infrastructure | 17:04 |
| *** rpittau is now known as rpittau|afk | 17:09 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest master: Add ability to define network MTU https://review.opendev.org/760187 | 17:09 |
| admin0 | hi all .. is it normal to get a failure in 'Add service users' or 'Add endpoints to keystone endpoint catalog' during an upgrade ? | 17:10 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_neutron master: Fix OVN functional test https://review.opendev.org/760188 | 17:11 |
| noonedeadpunk | admin0: no it's not | 17:11 |
| jamesdenton | noonedeadpunk strange that this just started breaking | 17:11 |
| noonedeadpunk | jamesdenton: maybe neutron has landed some check... | 17:11 |
| *** cshen has joined #openstack-ansible | 17:13 | |
| admin0 | noonedeadpunk, how to fix it or address it | 17:13 |
| noonedeadpunk | depends on how exactly | 17:15 |
| noonedeadpunk | worth removing no_log and trying to catch the real error | 17:16 |
| *** miloa has quit IRC | 17:16 | |
| *** cshen has quit IRC | 17:18 | |
| *** SecOpsNinja has left #openstack-ansible | 17:18 | |
| openstackgerrit | James Denton proposed openstack/ansible-role-systemd_networkd master: Add GPG Key for EPEL8 Repo https://review.opendev.org/759145 | 17:19 |
| *** tosky has quit IRC | 17:20 | |
| noonedeadpunk | jamesdenton: depends-on wont help here, as dependant patch will never merge... | 17:20 |
| jamesdenton | hmm, ok. | 17:20 |
| noonedeadpunk | at least it should be squashed with https://review.opendev.org/#/c/756234/ | 17:20 |
| jamesdenton | not familiar with squashing | 17:21 |
| noonedeadpunk | so as a result it should be left only 1 patch:) | 17:21 |
| jamesdenton | right, ok. is there a graceful way of doing that? | 17:21 |
| noonedeadpunk | I think here's workflow: git review -d 759145; git review -d 760188; git merge --squash review/james_denton/759145; git commit --amend; git review | 17:28 |
| noonedeadpunk | or you can change order of reviews depending on what patch you want to be left alive | 17:28 |
| noonedeadpunk | s/760188/756234/ | 17:29 |
| noonedeadpunk | but feels like there's ubuntu issue.... | 17:29 |
| jrosser | admin0: you need to give some output in a paste so we can help with these things :) | 17:30 |
| noonedeadpunk | jamesdenton: eventually what you did was awesomly correct way only if role won't be broken in several parts... | 17:30 |
| noonedeadpunk | another way would be disabling checks and merging things | 17:31 |
| jamesdenton | ok cool, i will look at that. I was able to replicate the MTU issue on Focal locally and found that the MTUBytes in the interface.link file was more or less ignored, thus ended up with https://review.opendev.org/#/c/760179/ | 17:31 |
| noonedeadpunk | and returning checks back | 17:31 |
| noonedeadpunk | so we need to squash 3 changes now:( | 17:31 |
| admin0 | jrosser, don't think this helps much: https://pastebin.com/0ecPhDng -- i am now setting no_log to false and setting up a bit of verbose mode | 17:31 |
| noonedeadpunk | well, maybe plan to disable checks is good | 17:31 |
| jrosser | gillesMo: when upgrading to train there were steps in the major upgrade instructions which should have removed the old placement api endpoint https://github.com/openstack/openstack-ansible/blob/stable/train/inventory/group_vars/haproxy/haproxy.yml#L170-L172 | 17:32 |
| jamesdenton | i may just pull 756234 and add changes and abandon the other two | 17:32 |
| jamesdenton | before i break too much | 17:32 |
| jrosser | re-running the haproxy play as it says at the end of the upgrade with the service being state: absent will remove the haproxy backends | 17:34 |
| noonedeadpunk | that will also work:) | 17:34 |
| jamesdenton | the "safer" play :) | 17:34 |
| jrosser | admin0: sure, that would be helpful | 17:34 |
| openstackgerrit | James Denton proposed openstack/ansible-role-systemd_networkd master: Fix linter errors and update tests https://review.opendev.org/756234 | 17:36 |
| *** cshen has joined #openstack-ansible | 17:43 | |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible stable/ussuri: Fix magnum tempest jobs https://review.opendev.org/760195 | 17:44 |
| openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_magnum stable/ussuri: Add deployment of keystone_auth_default_policy https://review.opendev.org/759471 | 17:45 |
| *** sshnaidm|mtg is now known as sshnaidm|rover | 17:46 | |
| *** andrewbonney has quit IRC | 17:57 | |
| *** cshen has quit IRC | 18:05 | |
| *** cshen has joined #openstack-ansible | 18:12 | |
| *** cshen has quit IRC | 18:21 | |
| *** cshen has joined #openstack-ansible | 18:36 | |
| *** jbadiapa has quit IRC | 18:37 | |
| *** nurdie has quit IRC | 18:38 | |
| *** sshnaidm_ has joined #openstack-ansible | 18:57 | |
| *** sshnaidm|rover has quit IRC | 19:00 | |
| *** sshnaidm_ is now known as sshnaidm|rover | 19:06 | |
| *** cshen has quit IRC | 19:11 | |
| *** cshen has joined #openstack-ansible | 19:12 | |
| *** yann-kaelig has quit IRC | 19:17 | |
| *** ianychoi__ has joined #openstack-ansible | 19:17 | |
| *** ianychoi_ has quit IRC | 19:21 | |
| *** sshnaidm|rover is now known as sshnaidm|afk | 19:28 | |
| *** nurdie has joined #openstack-ansible | 19:32 | |
| *** cshen has quit IRC | 19:39 | |
| *** cshen has joined #openstack-ansible | 19:46 | |
| *** vesper has quit IRC | 20:02 | |
| *** MickyMan77 has quit IRC | 20:10 | |
| *** nurdie has quit IRC | 20:16 | |
| *** vesper11 has joined #openstack-ansible | 20:21 | |
| *** NewJorg has quit IRC | 20:23 | |
| *** NewJorg has joined #openstack-ansible | 20:24 | |
| *** yolanda has quit IRC | 20:24 | |
| *** yolanda has joined #openstack-ansible | 20:25 | |
| *** vesper has joined #openstack-ansible | 20:27 | |
| *** vesper11 has quit IRC | 20:30 | |
| *** nurdie has joined #openstack-ansible | 20:32 | |
| *** nurdie has quit IRC | 20:37 | |
| *** tosky has joined #openstack-ansible | 20:39 | |
| *** gshippey has quit IRC | 20:41 | |
| *** MickyMan77 has joined #openstack-ansible | 20:46 | |
| *** vesper11 has joined #openstack-ansible | 20:48 | |
| *** vesper has quit IRC | 20:48 | |
| *** MickyMan77 has quit IRC | 20:55 | |
| *** rfolco has quit IRC | 21:06 | |
| *** rh-jelabarre has quit IRC | 21:12 | |
| *** MickyMan77 has joined #openstack-ansible | 21:31 | |
| *** cshen has quit IRC | 21:32 | |
| *** cshen has joined #openstack-ansible | 21:34 | |
| *** MickyMan77 has quit IRC | 21:40 | |
| openstackgerrit | Merged openstack/openstack-ansible-galera_server stable/stein: cleanup: refactor into galera_mariadb_service_name https://review.opendev.org/760135 | 21:45 |
| *** spatel has quit IRC | 21:46 | |
| *** rfolco has joined #openstack-ansible | 21:57 | |
| *** nsmeds has quit IRC | 21:59 | |
| *** jrosser has quit IRC | 21:59 | |
| *** jpward has quit IRC | 21:59 | |
| *** jrosser has joined #openstack-ansible | 21:59 | |
| *** jpward has joined #openstack-ansible | 22:01 | |
| *** rfolco has quit IRC | 22:03 | |
| *** rfolco has joined #openstack-ansible | 22:30 | |
| *** MickyMan77 has joined #openstack-ansible | 22:31 | |
| *** rfolco has quit IRC | 22:35 | |
| *** snadge has quit IRC | 22:35 | |
| *** MickyMan77 has quit IRC | 22:40 | |
| *** MickyMan77 has joined #openstack-ansible | 23:35 | |
| *** MickyMan77 has quit IRC | 23:44 | |
| *** macz_ has quit IRC | 23:47 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!