Sunday, 2024-03-10

*** prometheanfire is now known as Guest232102:47
*** promethe- is now known as prometheanfire04:02
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_skyline master: Re-add Zuul testing to the project  https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/91233310:12
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_skyline master: Re-add Zuul testing to the project  https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/91233310:13
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: [Feature] Add skyline deployment capability  https://review.opendev.org/c/openstack/openstack-ansible/+/85944610:16
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: [Feature] Add skyline deployment capability  https://review.opendev.org/c/openstack/openstack-ansible/+/85944610:18
noonedeadpunkI just need to figure out haproxy mappings to get both horizon/skyline working together on default ports I guess10:20
noonedeadpunkand then also nginx question ofc10:20
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: [Feature] Add skyline deployment capability  https://review.opendev.org/c/openstack/openstack-ansible/+/85944610:46
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_skyline master: Re-add Zuul testing to the project  https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/91233311:01
noonedeadpunkok, there's no way to run FastAPI with uwsgi it seems :(11:48
noonedeadpunkthen potentially only getting rid of nginx is left11:54
noonedeadpunkbut that I leave for the next weekend I guess11:55
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_skyline master: Do not define a random password for each run  https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/91233213:00
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_skyline master: Do not define a random password for each run  https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/91233213:00
opendevreviewMerged openstack/openstack-ansible master: Do not use underscores in container names  https://review.opendev.org/c/openstack/openstack-ansible/+/90543316:10
opendevreviewMerged openstack/openstack-ansible master: Allow env.d to contain underscores in physical_skel  https://review.opendev.org/c/openstack/openstack-ansible/+/90543816:10
f0oSo I did something semi stupid17:31
f0oI reran setup-everything and it seemed to have broken the setup17:31
f0onot 100% sure what's failing or why it even broke17:32
f0ogoing through all containers one by one now17:32
f0oseems like keystone is unhappy17:34
f0orabbitmq is also unhappy17:36
f0oright so I guess by refiring setup-everything it nuked the infra hosts or so because it seems to boil down to rabbitmq unavailable, galera acting up17:37
TheJuliaDoes anyone know of any good examples for the actual ansible openstack cloud collection usage (not talking about OSA, but figuring some Ansible fans might know of a page or three off the top of their heads). Thanks!18:25
f0oI have discovered why everything broke apart - turns out temporarily switching your public-domain to your internal-IP is a really dumb thing to do! I did not know haproxy actually uses that DNS to bind to the ports19:03
jrosserTheJulia: there is an ansible role here which we have recently developed for OSA to create all the needed networks / images / users / whatever for CI, and also the intention is that it's flexible and extensible enough that an operator could also use it https://github.com/openstack/openstack-ansible-plugins/tree/master/roles/openstack_resources19:49
jrosserso in a way it's a role that basically wraps the modules19:49
jrosserbut "well formed" ansible roles seem to be the ones that can be driven entirely by their input data, and this one follows that approach19:50
jrosserthe defaults/main.yml is pretty much the documentation so far https://github.com/openstack/openstack-ansible-plugins/blob/master/roles/openstack_resources/defaults/main.yml19:51
TheJuliajrosser: thanks!19:55
jrosserTheJulia: would this relate at all to ironic?19:55
TheJuliajrosser: specifically asking because I was looking for an example to point to in a presentation which was more openstack wide20:19
jrosserheres an example of using that in a playbook https://opendev.org/openstack/openstack-ansible-ops/src/branch/master/mcapi_vexxhost/playbooks/functional_test.yml20:53

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