Thursday, 2023-11-09

opendevreviewJames Denton proposed openstack/openstack-ansible master: [WIP] Add support for Octavia testing with OVS/OVN  https://review.opendev.org/c/openstack/openstack-ansible/+/89481110:46
jrosserwe need to merge/backport/bump this patch to unblock the master branch https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/89752611:08
jrosserdefaults/source_install.yml makes an interesting thing for collecti-fying our code12:55
jrosserthis really looks like the pre-collection things we have, like common-playbooks and playbooks/defaults need refactoring into roles12:56
noonedeadpunkare you user you meant common-playbooks and not common-tasks?13:04
noonedeadpunk*sure13:04
opendevreviewMerged openstack/openstack-ansible-os_magnum master: Wait for magnum endpoint before creating cluster templates  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/89752613:12
NeilHanlonyout13:52
NeilHanlonope :) that's not my browser window13:52
NeilHanlonmorning y'all13:52
NeilHanloni just want my music :P 13:52
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-plugins master: Add role to set variables for a source installation  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/90052714:07
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-plugins master: Add role to do common setup tasks for lxc containers  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/90052914:13
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_magnum stable/2023.1: Wait for magnum endpoint before creating cluster templates  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/90046714:40
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_magnum stable/zed: Wait for magnum endpoint before creating cluster templates  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/90046814:40
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-os_magnum stable/yoga: Wait for magnum endpoint before creating cluster templates  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/90046914:40
noonedeadpunkfwiw - this is another patch that is preferably to backport down to Y: https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/892489/315:10
mgariepyanyone using/testing arm here?15:49
andrewbonneyWe have a few arm compute nodes15:58
opendevreviewMerged openstack/ansible-role-pki master: Only create certificate destination directories once.  https://review.opendev.org/c/openstack/ansible-role-pki/+/89927916:17
jrosserwe have an arm "infra" node to go with those computes which has just a repo server container on it16:25
mgariepyany issue with arm compute ? live migration and all that fun stuff working correctly ?16:26
jrosseri made some notes here https://docs.openstack.org/openstack-ansible/latest/user/multiarch/multiarch.html16:30
jrossermostly to do with "WTF is going on when architecture X is randomly emulated on hypervisor architecture Y"16:31
mgariepyhaha ok16:31
andrewbonneyLive migration works, but you need to disable a check in Nova config16:31
nixbuilderWell I almost successfully got my Antelope system installed, all the way through without errors, but no compute nodes show up (https://paste.opendev.org/show/bttKRhytAbrDxo7OEWLd/). I ran /opt/openstack-ansible/scripts/add-compute.sh compute09,compute11 and still no compute nodes.  Any ideas???17:24
noonedeadpunknixbuilder: sooo... does `openstack compute service list`  have the same result?17:43
noonedeadpunkand what about `openstack hypervisor list`?17:44
nixbuildernoonedeadpunk: Hypervisor list is empty but compute service list is not: https://paste.openstack.org/show/bWdzOA0tkDGAxl2px6n0/17:48
nixbuildernoonedeadpunk: https://paste.openstack.org/show/bVgRq3ibiFnReranbjzC/17:51
noonedeadpunknixbuilder: do you have `compute_hosts` defined somewhere down the line in openstack_user_config?17:54
noonedeadpunklike `compute_hosts: *compute_hosts` or smth?17:55
nixbuildernoonedeadpunk: Yes... https://paste.openstack.org/show/bWdzOA0tkDGAxl2px6n0/17:55
noonedeadpunkI was talking about that part: https://paste.openstack.org/show/bVgRq3ibiFnReranbjzC/17:55
noonedeadpunkas if you don't have "compute_hosts: *compute_hosts" or smth like that - it's not gonna work. What's the output of `/opt/openstack-ansible/scripts/inventory-manage.py -G | grep compute_hosts -A 5` ?17:57
noonedeadpunkor well17:57
noonedeadpunkbetter check another grep - `/opt/openstack-ansible/scripts/inventory-manage.py -G | grep compute_hosts -A 5`17:58
noonedeadpunkdamn17:58
noonedeadpunkthis -> /opt/openstack-ansible/scripts/inventory-manage.py -G | grep nova_compute -A 517:58
nixbuildernoonedeadpunk: '/opt/openstack-ansible/scripts/inventory-manage.py -G | grep nova_compute -A 5' come up empty.  Is it because I have "_compute_hosts: &compute_hosts" defined instead of "compute_hosts: &compute_hosts"?18:00
nixbuildernoonedeadpunk: Yep... I think that was it!18:10
noonedeadpunkyeah18:12
noonedeadpunkI think it was18:12
nixbuildernoonedeadpunk: Once again, thanks for the help!  BTW... install is all on bare metal with haproxy servers on their own hardware :-)18:29
*** tosky_ is now known as tosky18:43
opendevreviewMerged openstack/openstack-ansible-os_glance master: Fix example playbook linters  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/90015519:54
opendevreviewMerged openstack/openstack-ansible-os_glance master: Use correct default for glance_mount_points  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/89248919:54
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance stable/2023.1: Use correct default for glance_mount_points  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/90047720:43
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance stable/zed: Use correct default for glance_mount_points  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/90047820:43
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance stable/yoga: Use correct default for glance_mount_points  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/90047920:44

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