Friday, 2024-08-02

noonedeadpunko/07:09
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Remove the get_md5 parameter from ansible stat tasks  https://review.opendev.org/c/openstack/openstack-ansible/+/92556407:27
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-tests master: Remove the get_md5 parameter from ansible stat tasks  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/92556507:30
opendevreviewMerged openstack/openstack-ansible-plugins stable/2024.1: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/92500509:25
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-repo_server master: Ensure default SSL config is removed for EL  https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/92557109:49
noonedeadpunkthis fixes TLS jobs ^09:49
noonedeadpunkandrewbonney: I can recall you was working on some tag for upgrade process to ensure that switch to quorum queues will happen alter on, but I don't see upgrade docs mentioning that. Was you proposing patch there and I jsut can't find it or it was not proposed yet?10:35
andrewbonneyI believe it was all merged, but let me have a search10:35
noonedeadpunkah - https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks.html#migrate-between-ha-and-quorum-queues10:36
noonedeadpunkok, makes sense, sorry :D10:36
andrewbonneyYeah that's the one, and the release notes for C mention 'Please check RabbitMQ maintenance documentation for more infromation on how to switch...'10:37
andrewbonneyI haven't actually had chance to run that against our C staging deployment since upgrading, so that was based upon testing in an AIO10:37
noonedeadpunkwill try to run today :)10:40
andrewbonneyHave you done any C upgrades yet btw?10:43
noonedeadpunkno, not yet10:47
noonedeadpunkgonna play in close to prod test env10:48
andrewbonneyI guess from our experience when you do, watch out for https://bugs.launchpad.net/nova/+bug/2065403 and https://bugs.launchpad.net/cinder/+bug/207047510:48
noonedeadpunkyeah, these are reasonable ones...10:52
noonedeadpunkI think we're hitting these pretty much all times10:52
noonedeadpunkspecifically for deleted ones10:52
noonedeadpunkbut thanks for pointing to that - will obviously save quite some time :)10:53
plattaI’m working on deploying an AIO lab, and I want to make it so that the provider network is my physical network. I’ve got my physical network configured with a range of IP addresses it won’t hand out and I want OpenStack to use that as its range for Floating IPs. Having trouble finding my way in the documentation, I haven’t seen any18:40
plattanetwork-related documentation specific to the AIO use case. Would appreciate any documentation links I might be missing or other guidance.18:40
jrosserplatta: what we call the "AIO" is a special case where the whole deployment is behind a single IP address on the physical interface, it is primarily for testing, development and as a CI test harness18:51
jrosserhaving said that, it would be completely possible for you to create a single node configuration that was very similar to the openstack-ansible "AIO" which behaves as you want18:52
plattaAha, so instead of trying to bend “AIO” to be what I want, perform a “non-AIO” deployment and just configure it to be a single node, etc.18:54
jrosseri would take a quick look at this https://github.com/openstack/openstack-ansible/blob/master/tests/roles/bootstrap-host/tasks/prepare_networking.yml18:54
jrosserwhen you follow the quickstart guide to build an "AIO", that is actually what happens to the networking on the host, in particular see how it NATs the provider network behind a single IP on whatever interface you have18:55
jrosserso thats the part that you don't want18:55
plattaThat’s a great start for me. Thanks for the information!18:56
jrosserbut if you were to take the configuration that is in /etc/openstack_deploy/openstack_user_config.yml, and (with care) some of the user_variables that are autogenerated for the AIO you would be very close to a more useful real world single node config18:57
jrosserthe piece of work you would need to do is replicate the host networking setup, similar to what is done in the prepare_networking.yml ansible i linked, but decide how you are going to deal with the provider network specifically18:57
jrosserit is generally easier if this is a different interface to the one you ssh in on / access horizon18:58
plattaI have to do some playing with that. The physical host only has one network interface.19:00
jrosserit's likely possible, just needs some care19:01
jrosserjust FYI there is most activity here office hours EU timezone, if you get stuck please ask19:01
plattaThank you, I really appreciate it. I’m going to start by reading the documentation more in depth, but I’ll be back if I run into trouble.19:02

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