*** mazzy50988129294 is now known as mazzy5098812929 | 01:29 | |
*** EugenMayer3 is now known as EugenMayer | 04:05 | |
yoctozepto | priteau: hmm, k-a CI does not look affected | 07:28 |
---|---|---|
frickler | no ping, no pain ;) | 07:51 |
yoctozepto | lol | 07:51 |
yoctozepto | security by unavailability | 07:51 |
yoctozepto | mayhaps the images got built after the last k-a CI job run | 07:52 |
yoctozepto | well, s/built/set-to-be-used | 07:53 |
frickler | this broke our deployment, since we use our custom copy of group_vars/all.yml, is that just our fault or should stable backports maybe be more conservative? https://review.opendev.org/c/openstack/kolla-ansible/+/824019 | 08:14 |
frickler | An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: {{ rabbitmq_prometheus_port }}: 'rabbitmq_pr | 08:15 |
frickler | ometheus_port' is undefined | 08:15 |
priteau | yoctozepto: It is affecting kolla through the multi-node-managed-addressing role | 08:28 |
frickler | priteau: yoctozepto: I just saw the same, that's part of the infra setup even and not kolla specific. should be the same for k-a multinode jobs | 08:56 |
frickler | ah, no, this is k-a even. maybe do a become as workaround here? https://opendev.org/openstack/kolla-ansible/src/branch/master/roles/multi-node-managed-addressing/tasks/main.yml#L68-L72 | 08:58 |
* frickler proposes a patch for testing this | 08:58 | |
opendevreview | Dr. Jens Harbott proposed openstack/kolla-ansible master: Use become for ping on c8s https://review.opendev.org/c/openstack/kolla-ansible/+/824681 | 09:00 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Add Rocky Linux support as Host OS https://review.opendev.org/c/openstack/kolla-ansible/+/815104 | 11:05 |
mgoddard | frickler: why would you use a custom copy of group_vars/all.yml? that's what globals.yml is for | 11:14 |
opendevreview | Merged openstack/kolla stable/ussuri: [CI] Stop testing non-stream CentOS https://review.opendev.org/c/openstack/kolla/+/823855 | 11:39 |
opendevreview | Merged openstack/kolla stable/train: [CI] Stop testing non-stream CentOS https://review.opendev.org/c/openstack/kolla/+/823862 | 11:39 |
opendevreview | Merged openstack/kolla stable/victoria: [CI] Stop testing non-stream CentOS https://review.opendev.org/c/openstack/kolla/+/823557 | 11:39 |
opendevreview | Ivan Halomi proposed openstack/kolla-ansible master: Systemd container control PoC https://review.opendev.org/c/openstack/kolla-ansible/+/816724 | 11:53 |
dtantsur | hey folks, we're seeing retry limits in the bifrost job: https://aeed1e6fd32f487b15b7-8ff305a045ea105f4906486adfb49654.ssl.cf2.rackcdn.com/824700/1/check/kolla-ansible-centos8s-source-bifrost/e9ef8af/job-output.txt | 12:57 |
hrw | btw - both binary and source images using yoga centos/ubuntu packages build fine | 13:01 |
opendevreview | Stig Telfer proposed openstack/kolla-ansible master: Fix post-config of OVS for manila-share servers https://review.opendev.org/c/openstack/kolla-ansible/+/824707 | 13:11 |
frickler | mgoddard: yeah, this is some weird stuff I don't still understand myself. maybe christian had a reason to build things that way, maybe it should be improved. but it seems you share my first impression, that's good ;) | 13:13 |
frickler | dtantsur: centos has decided that ping is too dangerous, so they broke everyone. https://review.opendev.org/c/openstack/kolla-ansible/+/824681 is an attempt to work around it, but needs further fixing by someone who cares about centos | 13:16 |
dtantsur | ack | 13:16 |
opendevreview | Jakub Darmach proposed openstack/kayobe master: Support for untemplated dirs in kolla config https://review.opendev.org/c/openstack/kayobe/+/824565 | 13:25 |
priteau | I see, kolla-ansible deploy is failing too | 13:40 |
priteau | TASK [loadbalancer : Checking if kolla_internal_vip_address and kolla_external_vip_address are not pingable from any node] *** | 13:41 |
opendevreview | Jakub Darmach proposed openstack/kayobe master: Support for untemplated dirs in kolla config https://review.opendev.org/c/openstack/kayobe/+/824565 | 13:43 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Fix permission denied errors with ping on c8s https://review.opendev.org/c/openstack/kolla-ansible/+/824681 | 13:48 |
spatel | yoctozepto morning | 14:08 |
spatel | when i am running kolla-ansible -i /etc/kolla/multinode deploy -t nova-cell --limit 192.168.75.144 | 14:10 |
spatel | its throwing nasty error during Gather Facts | 14:11 |
spatel | https://paste.opendev.org/show/812118/ | 14:14 |
spatel | I have couple of nodes down in pool does that error related to that? | 14:15 |
spatel | noticed this error always come when it try this ok: [192.168.75.144 -> localhost] => (item=localhost) | 14:16 |
mgoddard | spatel: all nodes in the inventory must be up. Remove from the inventory if not | 14:20 |
spatel | oh! | 14:20 |
spatel | let me try that then mgoddard | 14:21 |
spatel | mgoddard also my OVN controller specially NB db, what is the best way to bring it back? destroy container and redeploy? | 14:23 |
spatel | is there any easy way to tell ansible to ignore down nodes because i have range variable in inventory and trying to remove few nodes between range is required create new one - 192.168.75.[176:185] | 14:30 |
mgoddard | spatel: split the range into multiple | 14:40 |
spatel | just did | 14:42 |
spatel | created individual entries, i have 100s of nodes :( | 14:43 |
spatel | re-running play | 14:43 |
mgoddard | suggest using their names rather than IPs then... | 14:44 |
mnasiadka | or use a dynamic inventory script, that checks their ,,liveliness'' ;-) | 14:49 |
spatel | mgoddard you are correct :) | 14:49 |
spatel | error gone as soon as dead node removed | 14:49 |
spatel | now time to fix OVN which is other beast to handle | 14:50 |
spatel | how do i restart quickly service on all container like ovn nb | 14:52 |
opendevreview | Buddhika Sanjeewa proposed openstack/kolla-ansible master: Deploy Zun with Cinder Ceph support https://review.opendev.org/c/openstack/kolla-ansible/+/824722 | 15:02 |
opendevreview | Buddhika Sanjeewa proposed openstack/kolla-ansible master: Deploy Zun with Cinder Ceph support https://review.opendev.org/c/openstack/kolla-ansible/+/824722 | 15:03 |
opendevreview | Buddhika Sanjeewa proposed openstack/kolla-ansible master: Deploy Zun with Cinder Ceph support https://review.opendev.org/c/openstack/kolla-ansible/+/824722 | 15:05 |
opendevreview | Buddhika Sanjeewa proposed openstack/kolla-ansible master: Deploy Zun with Cinder Ceph support https://review.opendev.org/c/openstack/kolla-ansible/+/824722 | 15:12 |
JohnB | We are (still) deploying our OpenStack environment via kayobe. We are finaly at the last state. But this fails. This happens in 'kayobe overcloud post configure' on `TASK [ironic-inspector-rules : Ensure introspection rules exist]`. It gives us an 'Acces denied by policy'. | 15:29 |
JohnB | What are we missing here? | 15:29 |
opendevreview | Andrey Kurilin proposed openstack/kolla-ansible stable/xena: Add logrotate to libvirt service https://review.opendev.org/c/openstack/kolla-ansible/+/824728 | 15:39 |
yoctozepto | let's deprecate centos support, /me had enough ;-) | 15:43 |
spatel | yoctozepto i am running CentOS Stream release 8 does that means my life in danger ? | 15:48 |
priteau | https://imgflip.com/i/619lnl | 15:49 |
frickler | priteau: lol | 15:52 |
opendevreview | Buddhika Sanjeewa proposed openstack/kolla-ansible master: Deploy Zun with Cinder Ceph support https://review.opendev.org/c/openstack/kolla-ansible/+/824722 | 15:58 |
spatel | lol | 15:59 |
opendevreview | Buddhika Sanjeewa proposed openstack/kolla-ansible master: Deploy Zun with Cinder Ceph support https://review.opendev.org/c/openstack/kolla-ansible/+/824722 | 16:00 |
spatel | do you think i should switch it to ubuntu ? | 16:00 |
spatel | not sure how long centos-8 will be supported | 16:00 |
admin1 | spatel, switch to ubuntu :) | 16:09 |
admin1 | like the definitive statement .. | 16:09 |
spatel | we have go live in few days :D | 16:09 |
admin1 | rebuilding takes 1/2 a day :) | 16:10 |
admin1 | pxe reinstall takes 1/2 a day | 16:10 |
admin1 | you are up in 1 day :) | 16:10 |
spatel | https://docs.openstack.org/kolla-ansible/train/user/centos8.html | 16:20 |
spatel | Does kolla has official announcement which i can use to change my customer mind :) | 16:22 |
opendevreview | Buddhika Sanjeewa proposed openstack/kolla-ansible master: Deploy Zun with Cinder Ceph support https://review.opendev.org/c/openstack/kolla-ansible/+/824722 | 16:25 |
mnasiadka | yoctozepto: or move to RockyLinux ;) | 17:10 |
mnasiadka | (but yes, that involves deprecating) | 17:10 |
*** hrww is now known as hrw | 17:42 | |
spatel | yoctozepto is rocky ready for kolla | 19:54 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!