Tuesday, 2021-11-09

*** mazzy509881 is now known as mazzy5098800:10
*** mazzy509889 is now known as mazzy5098800:34
opendevreviewwushiming proposed openstack/kolla-ansible master: Replace deprecated assertRaisesRegexp  https://review.opendev.org/c/openstack/kolla-ansible/+/81693801:03
*** r3ap3r_ is now known as r3ap3r02:46
osmanlicilegimorning10:22
jingvarafternoon is for me :)10:39
kevkomorning :) 10:46
opendevreviewIbrahim DERRAZ proposed openstack/kolla-ansible master: rabbitmq: add node parameter in rabbitmq_user call  https://review.opendev.org/c/openstack/kolla-ansible/+/81719011:09
DK4is kolla fully functionable with xenia release yet?11:24
opendevreviewMerged openstack/kolla stable/xena: Debian: we want Openvswitch and ovn from backports  https://review.opendev.org/c/openstack/kolla/+/81665711:49
shyambHi12:23
shyambWith template-override option, If I want to add a file to container using 'ADD' command, where should I keep that file12:24
shyamb?12:24
shyambOn build server?12:24
shyamb--working-dir ?12:24
shyambor --docker-dir?12:25
shyambIf I keep that file in current dir from where I am running kolla-build command, it's throwing error: https://paste.openstack.org/show/810870/12:27
shyambhrw: ^^12:27
hrwshyamb: same dir as Dockerfile.j2 is12:28
hrweasiest way12:29
shyambokay12:29
opendevreviewVerification of a change to openstack/kayobe-config-dev master failed: Fix configuration sync for infra-vms  https://review.opendev.org/c/openstack/kayobe-config-dev/+/81684812:33
shyambhrw: I cloned this repo: "https://github.com/openstack/kolla"12:34
shyambIf I want to tell kolla-build command to use this repo, do I need to specify --working-dir?12:35
shyambor config-dir?12:35
hrwshyamb: cd kolla;pip install .; kolla-build12:36
hrwor even ./tools/build.py instead of kolla-build12:36
shyambhrw: okay, then just running kolla-build command from koll/ dir will take care of it?12:37
hrwyes12:37
shyambhrw: okay, thanks12:38
hrwmy way is "initialize kolla virtualenv", "cd ~/devel/linaro/kolla/" and then use kolla-build-images.sh from https://github.com/hrw/docker-utils/blob/master/kolla-build-images.sh12:38
opendevreviewAdrian Andreias proposed openstack/kolla-ansible master: docs: Get release name dynamically  https://review.opendev.org/c/openstack/kolla-ansible/+/81658213:11
opendevreviewAdrian Andreias proposed openstack/kolla-ansible master: docs: Install openstack-client with upper constraints  https://review.opendev.org/c/openstack/kolla-ansible/+/81607613:23
opendevreviewMartin Hiner proposed openstack/kolla-ansible master: Systemd container control PoC  https://review.opendev.org/c/openstack/kolla-ansible/+/81672413:25
holtgreweI have a conceptual question. I have four servers "stack-1" ... "stack-4" that I want to have as controllers but also non-baremetal compute. These would go into etc/kayobe/inventory/host - but would they also be discovered by the ironic driver?15:45
jingvarholtgrewe: it is about bifrost/ironic?16:00
JohnBIn which vlan should we place our switches and pdu's in combination with kayobe? I would guess everything needs to be connected to the "overcloud admin" vlan, but can't find any proof. 16:44
mgoddardholtgrewe: are you referring to 'kayobe overcloud inventory discover' ?16:44
mgoddardholtgrewe: that command will discover hosts via bifrost's ironic node list, and add them to etc/kayobe/inventory/overcloud16:45
mgoddardJohnB: are you referring to the management port of switches and pdus?16:45
JohnBYes. This is about de management port of switches and PDU's.16:46
mgoddardJohnB: there is no strict requirement there. you need L3 connectivity from the ansible control host to switch management ports if you want to manage them via kayobe16:48
mgoddardJohnB: by pdus, do you mean BMCs or PDUs?16:49
JohnBWell, actually. I would mean both. BMC's for the overcloud/workload nodes. And PDU's to kill the power if needed.16:50
opendevreviewMerged openstack/kayobe-config-dev master: Fix configuration sync for infra-vms  https://review.opendev.org/c/openstack/kayobe-config-dev/+/81684816:54
kevkohmm, where is kolla downloading tarballs ? 17:01
kevkoi have kolla templates generated ..but can see only ADD keystone-base-archive /keystone-base-source   < for keystone for example 17:02
mgoddardJohnB: for BMCs you need L3 connectivity from the seed and from the controllers if using baremetal compute17:02
mgoddardJohnB: PDUs can go where you like - kayobe won't touch them17:02
mgoddardJohnB: https://docs.openstack.org/kayobe/latest/configuration/reference/network.html#network-to-host-mapping17:03
mgoddardhttps://docs.openstack.org/kayobe/latest/configuration/reference/network.html#network-role-configuration17:04
mgoddardtypically we might use a separate network for BMCs, defined via oob_oc_net_name17:04
mgoddardor oob_wl_net_name if using baremetal compute (these may be the same network)17:05
JohnBWe won't combine oob_oc_net_name and oob_wl_net_name as this gave us much headache during our POC. The controller nodes got mixed up with the baremetal compute nodes.17:08
JohnBmgoddard: For the BMC it's sorted out. We will split them. But if separating the network for OC and WL would that give problems on 'kayobe physical network configure'?17:11
opendevreviewMark Goddard proposed openstack/kayobe master: Remove chrony cleanup from overcloud host configure  https://review.opendev.org/c/openstack/kayobe/+/81727917:11
mgoddardJohnB: it's up to you where you put the switch management ports. It could be one of those OOB networks, or a separate one17:12
mgoddardJohnB: out of interest, where are you from?17:13
JohnBmgoddard: Thanks for the information.17:21
JohnBmgoddard: We're from The Netherlands.17:21
mgoddardJohnB: nice - which org?17:22
JohnBmgoddard: I can't fully disclose that atm.17:23
mgoddardJohnB: np17:23
opendevreviewMark Goddard proposed openstack/kayobe master: Revert "Use OpenStack Xena release"  https://review.opendev.org/c/openstack/kayobe/+/81728117:32
opendevreviewMark Goddard proposed openstack/kayobe master: [release] Set previous_release to xena  https://review.opendev.org/c/openstack/kayobe/+/81728217:32
opendevreviewMark Goddard proposed openstack/kolla-ansible master: [release] Set previous_release to xena  https://review.opendev.org/c/openstack/kolla-ansible/+/81728417:37
opendevreviewMark Goddard proposed openstack/kolla master: docs: add master branch preparation to release management  https://review.opendev.org/c/openstack/kolla/+/81728517:46
opendevreviewJames Kirsch proposed openstack/kolla master: Add LetsEncrypt images for cert request/renewal  https://review.opendev.org/c/openstack/kolla/+/74133919:40
opendevreviewMerged openstack/kolla-ansible master: Fix octavia doesn't set subnet gateway_ip  https://review.opendev.org/c/openstack/kolla-ansible/+/81703421:07
opendevreviewMerged openstack/kolla-ansible master: Replace deprecated assertRaisesRegexp  https://review.opendev.org/c/openstack/kolla-ansible/+/81693821:07
opendevreviewMerged openstack/kolla-ansible master: docs: Fix python-openstackclient package name and init-runonce path  https://review.opendev.org/c/openstack/kolla-ansible/+/81607421:07
opendevreviewAdrian Andreias proposed openstack/kolla-ansible master: docs: Install openstack-client with upper constraints  https://review.opendev.org/c/openstack/kolla-ansible/+/81607622:43
opendevreviewAdrian Andreias proposed openstack/kolla-ansible master: docs: Install openstack-client with upper constraints  https://review.opendev.org/c/openstack/kolla-ansible/+/81607623:18

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