Thursday, 2022-01-13

*** kmasterson` is now known as kmasterson07:11
*** mnasiadka_ is now known as mnasiadka08:43
opendevreviewMichal Nasiadka proposed openstack/kayobe-config-dev stable/ussuri: [CI] Move testing to CentOS Stream  https://review.opendev.org/c/openstack/kayobe-config-dev/+/82442409:01
opendevreviewMichal Nasiadka proposed openstack/kayobe-config-dev stable/ussuri: [CI] Move testing to CentOS Stream  https://review.opendev.org/c/openstack/kayobe-config-dev/+/82442409:02
opendevreviewMichal Nasiadka proposed openstack/kayobe-config-dev stable/ussuri: [CI] Move testing to CentOS Stream  https://review.opendev.org/c/openstack/kayobe-config-dev/+/82442409:02
opendevreviewMichal Nasiadka proposed openstack/kayobe stable/ussuri: [CI]: Remove CentOS Linux 8 testing  https://review.opendev.org/c/openstack/kayobe/+/82451709:10
opendevreviewMerged openstack/kolla-ansible stable/wallaby: ironic: always enable conductor HTTP server  https://review.opendev.org/c/openstack/kolla-ansible/+/82415510:25
imranh2hello10:45
opendevreviewMerged openstack/kolla-ansible master: Access to zun container fails when tls_external enabled.  https://review.opendev.org/c/openstack/kolla-ansible/+/82425910:45
imranh2I have a question about https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/cinder/tasks/external_ceph.yml#L7 and why merge_configs is used instead of a simple copy like in other places such as https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/glance/tasks/external_ceph.yml#L3 10:47
imranh2Comes from https://opendev.org/openstack/kolla-ansible/commit/389488387199523efdc12b9a5f6b94e376d25ff5 but don't see why copy or template wasn't used10:52
opendevreviewjinyuanliu proposed openstack/kolla-ansible master: ADD venus for kolla-ansible  https://review.opendev.org/c/openstack/kolla-ansible/+/79389711:13
opendevreviewMaksim Malchuk proposed openstack/kolla-ansible master: Fix Apparmor libvirt profile removal  https://review.opendev.org/c/openstack/kolla-ansible/+/82455011:41
opendevreviewVerification of a change to openstack/kayobe stable/ussuri failed: CI: Add CentOS Stream 8  https://review.opendev.org/c/openstack/kayobe/+/82430911:59
fricklerimranh2: IIUC merge_configs allows multiple section-snippets to be merged together properly, that would be very difficult to achieve otherwise. the other case that you reference is just a single template, not multiple ones12:26
imranh2frickler: i understand, but don't follow the logic for why it's used in that location. I'm writing a patch that is going to touch that bit of code so I guess i'll move the discussion to the mailing lists 12:54
fricklerimranh2: it is used because there may be different config parts for cinder-volume and cinder-backup that need to be merged into one final ceph.conf. other services don't have multiple sub-services12:57
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Remove custom value of max_allowed_secret_in_bytes  https://review.opendev.org/c/openstack/kolla-ansible/+/82456213:03
imranh2I guess it'll be more clear when I push a MR13:06
opendevreviewBuddhika Sanjeewa proposed openstack/kolla-ansible stable/xena: Access to zun container fails when tls_external enabled.  https://review.opendev.org/c/openstack/kolla-ansible/+/82453613:25
opendevreviewJakub Darmach proposed openstack/kayobe master: Support for untemplated dirs in kolla config  https://review.opendev.org/c/openstack/kayobe/+/82456513:32
opendevreviewImran Hussain proposed openstack/kolla-ansible master: [external-ceph] Use template instead of copy  https://review.opendev.org/c/openstack/kolla-ansible/+/82456613:34
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Remove custom value of max_allowed_secret_in_bytes  https://review.opendev.org/c/openstack/kolla-ansible/+/82456213:55
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Remove custom value for max_allowed_request_size_in_bytes  https://review.opendev.org/c/openstack/kolla-ansible/+/82456813:55
opendevreviewJakub Darmach proposed openstack/kolla-ansible master: horizon: Support custom themes  https://review.opendev.org/c/openstack/kolla-ansible/+/76136413:57
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add proxysql support for database  https://review.opendev.org/c/openstack/kolla-ansible/+/77021514:06
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Edit services roles to support database sharding  https://review.opendev.org/c/openstack/kolla-ansible/+/77021614:06
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [CI] Test ProxySQL with shards in the nova cells scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/77062114:06
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Move config.yml to config-node.yml in mariadb role  https://review.opendev.org/c/openstack/kolla-ansible/+/78356314:06
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add mariadb arbitrator to mariadb role  https://review.opendev.org/c/openstack/kolla-ansible/+/78081114:06
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [CI] Test Mariadb-Arbitrator with shards in the nova cells scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/78097014:06
opendevreviewMaksim Malchuk proposed openstack/kolla-ansible master: Multiple DHCP Subnets for Ironic Inspector  https://review.opendev.org/c/openstack/kolla-ansible/+/81707614:49
opendevreviewMaksim Malchuk proposed openstack/kolla-ansible master: Multiple DHCP Subnets for Ironic Inspector  https://review.opendev.org/c/openstack/kolla-ansible/+/81707614:54
opendevreviewJakub Darmach proposed openstack/kayobe master: Support for untemplated dirs in kolla config  https://review.opendev.org/c/openstack/kayobe/+/82456515:20
spatelI have question, someone created 4 node controller in kolla and as we all know 4 nodes controller is a bad idea for partition issue. How do i remove 4th node safely?15:39
yoctozeptospatel: stop and clean the 4th node, remove it from the inventory, rerun deploy15:43
yoctozeptothis should incur minimal downtime15:43
spatelsounds good to me.. 15:43
spatelyoctozepto i have one more question, its related docker how does docker give libvirt container full host resource? 15:46
spatelI am new in docker world so trying to understand where we define that give full host to libvirt for compute to run vms15:46
yoctozeptospatel: it's run as a privileged container and we mount certain paths15:46
yoctozeptolook into kolla-ansible/ansible/roles/nova-cell/defaults/main.yml15:47
yoctozepto(path from my head so could be slightly wrong)15:47
spatelfound it and that file is freaking long :)15:49
spatel  /usr/local/share/kolla-ansible/ansible/roles/nova-cell/defaults/main.yml15:50
yoctozeptowell, just look for libvirt15:54
spatelcgroupns_mode: "host" 15:59
spatelthat is the one magic option i believe 16:01
opendevreviewImran Hussain proposed openstack/kolla-ansible master: [external-ceph] Use template instead of copy  https://review.opendev.org/c/openstack/kolla-ansible/+/82456616:24
spatelyoctozepto i have deployed kolla from controller-1 node and it has all recipe so how do i take backup of controller-1 so if that node die i can still run kolla-ansible from controller-2 node?  what file dir i should be taking backup of16:28
admin1spatel, i think you can just copy the /etc/kolla folder and should be good to run it again from any deploy host 16:34
spatelso just replicate /etc/kolla or take backup of full folder correct?16:35
spatelbut also i am seeing bunch of files in /usr/local/share/kolla-ansible/ directory what are those?16:36
spateldon't we need them16:36
admin1those get installed when you install kolla ansible .. 16:36
admin1you can create a virtualenv in the new deploy and those will then be inside the venv16:36
spatelhmm16:38
spateladmin1 what if i didn't create virtualenv?17:21
admin1then it will get installed on /usr/local/share17:24
opendevreviewBuddhika Sanjeewa proposed openstack/kolla-ansible stable/wallaby: Access to zun container fails when tls_external enabled.  https://review.opendev.org/c/openstack/kolla-ansible/+/82461217:24
admin1better to create virtualenvs so that it does not install in your main OS packages and then u can have multiple venvs if developing 17:24
opendevreviewBuddhika Sanjeewa proposed openstack/kolla-ansible stable/victoria: Access to zun container fails when tls_external enabled.  https://review.opendev.org/c/openstack/kolla-ansible/+/82461317:25
opendevreviewBuddhika Sanjeewa proposed openstack/kolla-ansible stable/ussuri: Access to zun container fails when tls_external enabled.  https://review.opendev.org/c/openstack/kolla-ansible/+/82461417:26
opendevreviewBuddhika Sanjeewa proposed openstack/kolla-ansible stable/train: Access to zun container fails when tls_external enabled.  https://review.opendev.org/c/openstack/kolla-ansible/+/82461517:27
opendevreviewBuddhika Sanjeewa proposed openstack/kolla-ansible stable/train: Access to zun container fails when tls_external enabled.  https://review.opendev.org/c/openstack/kolla-ansible/+/82461517:34
opendevreviewImran Hussain proposed openstack/kolla-ansible master: [external-ceph] Use template instead of copy  https://review.opendev.org/c/openstack/kolla-ansible/+/82456617:41
opendevreviewBuddhika Sanjeewa proposed openstack/kolla-ansible stable/train: Access to zun container fails when tls_external enabled.  https://review.opendev.org/c/openstack/kolla-ansible/+/82461517:41
opendevreviewImran Hussain proposed openstack/kolla-ansible master: [external-ceph] Use template instead of copy  https://review.opendev.org/c/openstack/kolla-ansible/+/82456617:42
spatelyoctozepto when i remove it from inventory and run re-deploy does create any database issue ? or data loss ?17:59
spatelit shouldn't but just curious 18:00
opendevreviewMerged openstack/kayobe stable/victoria: Pin rich to <11 due to breaking ansible-lint in kayobe-tox-molecule  https://review.opendev.org/c/openstack/kayobe/+/82410318:15
yoctozeptospatel: in this case no19:43
yoctozeptochanges by 1 host are meant to be safe19:43
spatelcool19:46
spatelquick question i just shutdown all docker container on 4th node.. instead of delete.. hope that is ok or should i delete them first and then do redeploy 19:51
spatelyoctozepto ^19:51
admin1spatel, since its a controller .. you can just shut it down and no one will complain :) 20:33
admin1i mean its load balanced .. 20:33
admin1maybe remove rabbitmq clustering and forget the 4th node 20:34
admin1but the rest should be fine 20:34
spateli know but i would like to remove them from all config to make my logs more cleaner 20:56
opendevreviewPierre Riteau proposed openstack/kolla master: Mitigate two Log4j vulnerabilities in Apache Storm  https://review.opendev.org/c/openstack/kolla/+/82465121:35
manoHi, is it possible to change the kolla_internal_vip_address (found in the globals.yaml file) without having to redeploy? Background info: I initially deployed having both neutron_external_interface and network_interface on the same interface, but I could not reconfigure, upgrade, or mariadb_recover.  I have now fixed this for new deployments, but want to fix it for existing ones (without destroying) I understand this may not be supported, but how c22:06
manoEditing some database, editing configs in containers? Thank you. Any advice is greatly appreciated - will check the logs daily for a response.22:07
priteauFYI new stream 8 images are broken due to a new iputils package dropping privileges for ping. It affects kayobe, possibly kolla & kolla-ansible too since ping is used in tests/test-core-openstack.sh22:44

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