*** dave-mccowan has quit IRC | 00:31 | |
*** dave-mccowan has joined #openstack-kolla | 00:35 | |
*** ebbex has quit IRC | 03:20 | |
*** ebbex has joined #openstack-kolla | 03:22 | |
*** cah_link has joined #openstack-kolla | 04:37 | |
*** skramaja has joined #openstack-kolla | 05:04 | |
*** vishalmanchanda has joined #openstack-kolla | 05:31 | |
*** Tony31 has joined #openstack-kolla | 05:48 | |
Tony31 | Hi does kolla-ansible support vlan provider network? I'm having some trouble getting the configuration correct, using kayobe to deploy. The error is : | 05:49 |
---|---|---|
Tony31 | ailed: [localhost] (item={u'dest': u'neutron/ml2_conf.ini', u'src': u'ml2_conf.ini.j2', u'enabled': True}) => {"ansible_loop_var": "item", "changed": false, "item": {"dest": "neutron/ml2_conf.ini", "enabled": true, "src": "ml2_conf.ini.j2"}, "msg": "AnsibleUndefinedVariable: 'ansible.parsing.yaml.objects.AnsibleUnicode object' has no attribute | 05:49 |
Tony31 | 'physical_network'"} | 05:49 |
*** nikparasyr has joined #openstack-kolla | 05:49 | |
Tony31 | I think this is the config issue area. I dont understand this and cant find the associated doc: | 05:52 |
Tony31 | # List of Neutron ML2 network VLAN ranges to use. Each item should be a dict | 05:52 |
Tony31 | # containing the following items: | 05:52 |
Tony31 | # physical_network: The physical network | 05:52 |
Tony31 | # range: Range of allowed VLANs on this physical network (format <min>:<max>, | 05:52 |
Tony31 | # optional) | 05:52 |
Tony31 | kolla_neutron_ml2_network_vlan_ranges: | 05:52 |
Tony31 | - physnet2:20:20 | 05:52 |
*** skramaja_ has joined #openstack-kolla | 06:06 | |
*** skramaja has quit IRC | 06:06 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: base: do not overwrite APT sources.list https://review.opendev.org/c/openstack/kolla/+/786938 | 06:15 |
*** Luzi has joined #openstack-kolla | 06:30 | |
*** e0ne has joined #openstack-kolla | 06:46 | |
*** rpittau|afk is now known as rpittau | 07:04 | |
*** zijlboot has joined #openstack-kolla | 07:21 | |
*** zijlboot_ has joined #openstack-kolla | 07:23 | |
*** stingrayza has quit IRC | 07:24 | |
*** zijlboot has quit IRC | 07:25 | |
*** stingrayza has joined #openstack-kolla | 07:27 | |
Tony31 | I was able to do the config like this and it has proceeded beyond the fail point:) | 07:31 |
Tony31 | kolla_neutron_ml2_network_vlan_ranges: | 07:31 |
Tony31 | - { | 07:31 |
Tony31 | 'physical_network': 'physnet2', | 07:31 |
Tony31 | 'range': '20:20' | 07:31 |
Tony31 | } | 07:31 |
*** andrewbonney has joined #openstack-kolla | 07:33 | |
*** jbadiapa has joined #openstack-kolla | 07:52 | |
*** devfaz has quit IRC | 08:07 | |
*** devfaz has joined #openstack-kolla | 08:11 | |
*** gfidente|afk is now known as gfidente | 08:23 | |
hrw | morning | 08:33 |
mgoddard | morning | 08:33 |
*** zijlboot_ has quit IRC | 08:36 | |
*** zijlboot has joined #openstack-kolla | 08:37 | |
openstackgerrit | Merged openstack/kayobe-config stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/kayobe-config/+/789147 | 08:47 |
openstackgerrit | Merged openstack/kayobe-config stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/kayobe-config/+/789148 | 08:49 |
Tony31 | Hi guys I'm unable to get kayobe / vlan provider networks working. I'm using Train with Centos 7. Where should I be going for documentation on this? | 08:52 |
Tony31 | i suspect something amiss with the bridge / config | 08:53 |
hrw | mgoddard: can you look at https://review.opendev.org/c/openstack/kolla/+/788462 patch? | 08:53 |
hrw | Tony31: sorry, I know even less about kayobe than you | 08:54 |
Tony31 | I know next to nothing about kayobe:) | 08:54 |
hrw | can only reply with 'have you considered move to centos 8?' | 08:54 |
Tony31 | 16 months on this deployment so far:) | 08:54 |
mgoddard | Tony31: hi | 08:55 |
mgoddard | have you set kolla_enable_neutron_provider_networks? | 08:55 |
Tony31 | yes but the redhat team thought it was a great idea to deprecate and remove the RAID drivers from the kernel. So when I try and install it, it does not detect any local disks:) | 08:55 |
Tony31 | there is a bug for that and they have decided to add them back in but it's target is rhel 8.4 / centos 8.4 | 08:55 |
Tony31 | Hi Mark, long time no speak. | 08:55 |
Tony31 | Yes this has been set "kolla_enable_neutron_provider_networks = true" | 08:56 |
*** nikparasyr has quit IRC | 08:56 | |
hrw | Tony31: you remind me one guy in Polish Amiga discord... also old IBM server with old MegaRAID card | 08:56 |
Tony31 | I also have edited neutron.yaml | 08:56 |
Tony31 | i dont know if i have completely 100% done correct config on neutron.yml | 08:56 |
Tony31 | will add a pastebin | 08:56 |
*** zijlboot_ has joined #openstack-kolla | 08:57 | |
Tony31 | https://pastebin.com/9vNzx3nc | 08:57 |
Tony31 | in my last attempt at deployment on this last year I didnt see this neutron.yml file so I created the ml2 ini conf myself into the host config. I used flat vlan. It worked but I failed to deploy octavia. Maybe this was the reason. | 08:58 |
mgoddard | Tony31: the config looks reasonable. How does it fail? | 08:58 |
*** shyamb has joined #openstack-kolla | 08:58 | |
*** shyam89 has joined #openstack-kolla | 08:58 | |
hrw | mgoddard: https://review.opendev.org/c/openstack/kolla/+/788970 would fix CI nicely | 09:00 |
Tony31 | I can ARP for the project router but not ping it. Same for the floating IP. So to me it looks like something wrong with the plugging in of the vlan. I'm using vlan 20 here. On the switch side, I've tried sending both tagged VLAN 20 as well us untagged traffic to see if I get a ping reply but no reply. | 09:00 |
mgoddard | hrw: looking | 09:00 |
openstackgerrit | Merged openstack/kolla master: Revert "CI: temporarily disable CentOS/AArch64 testing" https://review.opendev.org/c/openstack/kolla/+/789272 | 09:00 |
hrw | mgoddard: thx | 09:00 |
mgoddard | Tony31: security groups? | 09:01 |
*** shyam89 has quit IRC | 09:01 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla stable/wallaby: Revert "CI: temporarily disable CentOS/AArch64 testing" https://review.opendev.org/c/openstack/kolla/+/789442 | 09:01 |
Tony31 | i created a security group called "any" and allowed all icmp / tcp / udp for testing ingress | 09:01 |
*** zijlboot has quit IRC | 09:01 | |
Tony31 | this is the host interface config | 09:02 |
Tony31 | osext_interface: brext | 09:02 |
Tony31 | osext_bridge_ports: | 09:02 |
Tony31 | - enp9s0.20 | 09:02 |
Tony31 | Is this right for provider vlan ? | 09:03 |
Tony31 | In the network config guide I see "example_vlan: 123" but this is for the control plane I Think | 09:03 |
*** zijlboot_ has quit IRC | 09:04 | |
*** zijlboot has joined #openstack-kolla | 09:04 | |
mgoddard | Tony31: so I guess you also have external_net_names: ["osext"]? | 09:04 |
*** e0ne has quit IRC | 09:04 | |
Tony31 | external_net_names: | 09:05 |
Tony31 | - osext | 09:05 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: CI: move to Debian 'bullseye' nodes https://review.opendev.org/c/openstack/kolla/+/788231 | 09:06 |
Tony31 | in brctl show should I have brext-ovs here? | 09:06 |
Tony31 | https://pastebin.com/U5fN0qhV | 09:06 |
mgoddard | The problem is that if you create a VLAN network in OpenStack, it will get double tagged, because your enp9s0.20 interface also applies a tag | 09:06 |
Tony31 | h | 09:06 |
Tony31 | ah* | 09:06 |
Tony31 | that could be it | 09:06 |
mgoddard | hmm, strange that you have both enp9s0.20 and enp9s0 plugged into the bridge | 09:06 |
Tony31 | the symptom of being able to ARP but not ping feels like a VLAN tag issue | 09:06 |
Tony31 | maybe it happened when I was making small changes and then redeploying | 09:07 |
*** e0ne has joined #openstack-kolla | 09:07 | |
mgoddard | if you want to access provider vlans, I would plug enp9s0 into the bridge | 09:07 |
mgoddard | then neutron can apply the VLAN 20 tag in OVS | 09:07 |
Tony31 | ok i'll try and figure it out. thanks for the guidance on that | 09:07 |
mgoddard | it might need a manual change to remove enp9s0.20 from the bridge | 09:08 |
Tony31 | thanks for the heads up! appreciated | 09:08 |
*** nikparasyr has joined #openstack-kolla | 09:08 | |
mgoddard | np | 09:08 |
*** hrw has quit IRC | 09:12 | |
*** hrw has joined #openstack-kolla | 09:14 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Ubuntu: add documentation & release note https://review.opendev.org/c/openstack/kayobe/+/788476 | 09:22 |
hrw | 2021-05-04 09:10:37.844146 | localhost | Hostname: debian-bullseye-rax-iad-0024540915 | 09:23 |
hrw | mgoddard: we will be able to build bullseye on bullseye | 09:23 |
*** e0ne has quit IRC | 09:24 | |
hrw | 2021-05-04 09:12:27.703397 | localhost | Hostname: debian-bullseye-arm64-linaro-us-regionone-0024540922 | 09:24 |
mgoddard | hrw: great! | 09:24 |
hrw | mgoddard: once those jobs finish I am gonna comment on remaining bullseye infra patches and once wheel cache is there we can migrate | 09:25 |
hrw | 2021-05-04 09:25:22.690889 | primary | INFO:kolla.common.utils.monasca-thresh:Step 15/18 : RUN if [[ -f /usr/etc/npmrc ]]; then unlink /usr/etc/npmrc; fi && rm -f /etc/npmrc | 09:26 |
hrw | 2021-05-04 09:25:22.980739 | primary | INFO:kolla.common.utils.monasca-thresh: ---> Running in df3b1b42a527 | 09:26 |
hrw | 2021-05-04 09:25:23.368430 | primary | INFO:kolla.common.utils.monasca-thresh:/bin/sh: 1: [[: not found | 09:26 |
hrw | we have bashism... | 09:26 |
hrw | mgoddard: I blame you ;D | 09:27 |
hrw | and myself and others who let it through review | 09:28 |
*** e0ne has joined #openstack-kolla | 09:28 | |
mgoddard | bash is great | 09:29 |
hrw | unless Debian systems where /bin/sh == dash | 09:29 |
*** shyamb has quit IRC | 09:30 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: CI: drop bashism from template overrides https://review.opendev.org/c/openstack/kolla/+/789541 | 09:32 |
openstackgerrit | Merged openstack/kayobe-config-dev stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/kayobe-config-dev/+/789149 | 09:33 |
openstackgerrit | Merged openstack/kayobe-config-dev stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby https://review.opendev.org/c/openstack/kayobe-config-dev/+/789150 | 09:33 |
*** k_mouza has joined #openstack-kolla | 09:35 | |
*** shyamb has joined #openstack-kolla | 09:44 | |
Tony31 | Thanks for your help Mark, I can ping the project router now :) | 09:52 |
mgoddard | Great! | 09:56 |
hrw | mgoddard: https://review.opendev.org/c/openstack/kolla/+/788231 | 09:57 |
mgoddard | hrw: what's going on with debian binay? | 09:58 |
hrw | mgoddard: horizon failure. reported | 09:58 |
hrw | mgoddard: and 'how it worked' - it didn't | 09:59 |
mgoddard | hrw: so why did CI pass? | 09:59 |
hrw | because it did not affected build | 09:59 |
mgoddard | ha | 09:59 |
mgoddard | I see | 09:59 |
hrw | ok, yoctozepto and mnasiadka are celebrating long weekend today | 10:00 |
mgoddard | why not hrw ? | 10:00 |
hrw | mgoddard: long weekend ended yesterday. I take Saturday's TOIL on other day than today | 10:01 |
Tony31 | quick question (hopefully) before I log off, I have managed to get a whole blade to myself to do this deployment and avoid using VMs on oVirt (was a challenge before). I am trying to follow the docs as well as use knowledge learned from the all-in-one deployment. I basically have everything except storage using the one subnet (simplifying). So | 10:02 |
Tony31 | management as well as api stuff using 192.168.7.0/24. what I am hoping to do is build out a more complex deployment starting from this one blade. At the moment all is working (Im using external iscsi storage). I have controller and compute as well as network all in one blade. I think next on my list is to try and get octavia working. Then I think I | 10:02 |
Tony31 | can add another 2 blades in and run them either as exclusive compute or also have controller HA services there. Any thoughts or concerns? | 10:02 |
*** shyamb has quit IRC | 10:08 | |
*** e0ne has quit IRC | 10:09 | |
hrw | mgoddard: marked merged patches in whiteboard | 10:14 |
mgoddard | thanks | 10:14 |
hrw | train is blocker | 10:15 |
hrw | I hope that once we push wallaby the only reason for handling train requests will be c7-c8 migrations | 10:15 |
hrw | INFO:kolla.common.utils.telegraf:1mW: GPG error: https://repos.influxdata.com/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 684A14CF2582E0C5 | 10:19 |
hrw | argh | 10:19 |
*** shyamb has joined #openstack-kolla | 10:20 | |
hrw | and we should already have that key... | 10:21 |
openstackgerrit | Merged openstack/kayobe stable/wallaby: Update .gitreview for stable/wallaby https://review.opendev.org/c/openstack/kayobe/+/789144 | 10:24 |
openstackgerrit | Merged openstack/kayobe master: Update master for stable/wallaby https://review.opendev.org/c/openstack/kayobe/+/789145 | 10:24 |
openstackgerrit | Merged openstack/kayobe master: Add Python3 xena unit tests https://review.opendev.org/c/openstack/kayobe/+/789146 | 10:24 |
*** shyamb has quit IRC | 10:24 | |
*** shyamb has joined #openstack-kolla | 10:25 | |
*** bengates has joined #openstack-kolla | 10:29 | |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Add /run/netns bind mount to neutron_lbaas_agent https://review.opendev.org/c/openstack/kolla-ansible/+/788913 | 10:31 |
*** bengates has quit IRC | 10:32 | |
*** zijlboot has quit IRC | 10:33 | |
*** zijlboot has joined #openstack-kolla | 10:33 | |
yoctozepto | mgoddard, hrw: I'm just overloaded with pending tasks after the long weekend; ping me with concrete requests if needed; I will likely propose the promised deprecations later today | 10:36 |
mgoddard | yoctozepto: please concrete my backyard | 10:36 |
hrw | yoctozepto: if you can wait then I will have some holes in walls to fillup. can be with concrete | 10:37 |
hrw | yoctozepto: https://review.opendev.org/c/openstack/kolla/+/789442 https://review.opendev.org/c/openstack/kolla/+/788231 https://review.opendev.org/c/openstack/kolla/+/789541 | 10:38 |
yoctozepto | thanks for making my day :-) | 10:39 |
*** vishalmanchanda has quit IRC | 10:39 | |
hrw | yoctozepto: yw | 10:40 |
yoctozepto | hrw: done | 10:42 |
hrw | thanks | 10:42 |
hrw | I am waiting for 'CI: trust infra' to fail on gate before I send telegraf/influxdb apt key fix | 10:42 |
openstackgerrit | Merged openstack/kolla master: CI: move to Debian 'bullseye' nodes https://review.opendev.org/c/openstack/kolla/+/788231 | 10:48 |
hrw | yay | 10:49 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla stable/wallaby: CI: move to Debian 'bullseye' nodes https://review.opendev.org/c/openstack/kolla/+/789443 | 10:49 |
hrw | yoctozepto: https://review.opendev.org/c/openstack/kolla/+/789443 ;D | 10:49 |
yoctozepto | what happened to influx and telegraf btw? | 10:55 |
yoctozepto | (I approved that backport you linked) | 10:55 |
hrw | no idea but apt key is now wrong | 10:57 |
hrw | centos repo is broken too | 10:57 |
yoctozepto | eh xD | 10:57 |
hrw | INFO:kolla.common.utils.influxdb:[MIRROR] influxdb-1.8.5.x86_64.rpm: Downloading successful, but checksum doesn't match. Calculated: 43a904ea9b70da8acb1ca0d3cc9f8168b50c74aa(sha1) Expected: b0423045a2d2c2c2e5da588b1c7f16488613f24d(sha1) | 10:57 |
hrw | INFO:kolla.common.utils.influxdb:[FAILED] influxdb-1.8.5.x86_64.rpm: No more mirrors to try - All mirrors were already tried without success | 10:58 |
openstackgerrit | Merged openstack/kayobe master: Revert to binary images for nova https://review.opendev.org/c/openstack/kayobe/+/788472 | 10:59 |
yoctozepto | well, then they either got hacked or legitimately changed keys | 11:04 |
openstackgerrit | Verification of a change to openstack/kolla failed: [CI] Trust only infra mirrors https://review.opendev.org/c/openstack/kolla/+/788970 | 11:05 |
openstackgerrit | Verification of a change to openstack/kolla failed: Revert "CI: drop ubuntu-aarch64 job" https://review.opendev.org/c/openstack/kolla/+/788997 | 11:05 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: [CI] Trust only infra mirrors https://review.opendev.org/c/openstack/kolla/+/788970 | 11:07 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: base: use proper key for influxdb APT repository https://review.opendev.org/c/openstack/kolla/+/789550 | 11:07 |
*** Tony31 has quit IRC | 11:18 | |
hrw | INFO:kolla.common.utils.telegraf:The GPG keys listed for the "InfluxDB Repository - RHEL 8" repository are already installed but they are not correct for this package. | 11:23 |
hrw | mgoddard: https://review.opendev.org/c/openstack/kolla/+/787513 - any opinion? | 11:28 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: base: use proper keys for influxdb repositories https://review.opendev.org/c/openstack/kolla/+/789550 | 11:30 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: [CI] Trust only infra mirrors https://review.opendev.org/c/openstack/kolla/+/788970 | 11:30 |
*** dasp has quit IRC | 11:31 | |
*** dasp has joined #openstack-kolla | 11:33 | |
hrw | INFO:kolla.common.utils.horizon:Successfully tagged zigo1/debian-binary-horizon:12.1.0 | 11:33 |
*** macz_ has joined #openstack-kolla | 12:19 | |
*** macz_ has quit IRC | 12:23 | |
openstackgerrit | Pierre Riteau proposed openstack/kayobe stable/wallaby: Revert to binary images for nova https://review.opendev.org/c/openstack/kayobe/+/789447 | 12:27 |
*** vishalmanchanda has joined #openstack-kolla | 12:44 | |
*** shyamb has quit IRC | 12:45 | |
*** dave-mccowan has quit IRC | 12:59 | |
*** dave-mccowan has joined #openstack-kolla | 13:03 | |
mgoddard | hrw: looks reasonable, will review another time | 13:03 |
mgoddard | hrw: k-a needs bullseye nodepool images too :) | 13:03 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla-ansible master: CI: move to Debian bullseye https://review.opendev.org/c/openstack/kolla-ansible/+/789569 | 13:21 |
hrw | mgoddard: here you have ;D | 13:21 |
*** Luzi has quit IRC | 13:26 | |
*** LinPeiWen has joined #openstack-kolla | 13:26 | |
mgoddard | hrw: Dziękuję Ci | 13:27 |
yoctozepto | oh, how sweet <3 | 13:45 |
*** skramaja_ has quit IRC | 13:48 | |
*** zijlboot has quit IRC | 13:53 | |
*** nikparasyr has left #openstack-kolla | 14:28 | |
*** zijlboot has joined #openstack-kolla | 14:30 | |
*** zijlboot has quit IRC | 14:32 | |
*** zijlboot_ has joined #openstack-kolla | 14:32 | |
*** zijlboot_ has quit IRC | 14:36 | |
*** zijlboot has joined #openstack-kolla | 14:39 | |
openstackgerrit | Merged openstack/kolla stable/wallaby: CI: move to Debian 'bullseye' nodes https://review.opendev.org/c/openstack/kolla/+/789443 | 14:47 |
openstackgerrit | Merged openstack/kolla stable/wallaby: Revert "CI: temporarily disable CentOS/AArch64 testing" https://review.opendev.org/c/openstack/kolla/+/789442 | 14:48 |
*** macz_ has joined #openstack-kolla | 14:48 | |
*** zijlboot has quit IRC | 14:56 | |
*** zijlboot has joined #openstack-kolla | 14:56 | |
*** zijlboot has quit IRC | 14:57 | |
*** zijlboot has joined #openstack-kolla | 14:57 | |
*** zijlboot has quit IRC | 14:57 | |
*** zijlboot has joined #openstack-kolla | 14:58 | |
*** zijlboot has quit IRC | 14:58 | |
*** zijlboot has joined #openstack-kolla | 14:59 | |
*** zijlboot has quit IRC | 14:59 | |
*** zijlboot has joined #openstack-kolla | 15:00 | |
*** zijlboot has quit IRC | 15:00 | |
*** zijlboot has joined #openstack-kolla | 15:01 | |
*** zijlboot has quit IRC | 15:01 | |
*** zijlboot has joined #openstack-kolla | 15:02 | |
*** zijlboot has quit IRC | 15:02 | |
*** zijlboot has joined #openstack-kolla | 15:03 | |
*** zijlboot has quit IRC | 15:03 | |
*** zijlboot has joined #openstack-kolla | 15:04 | |
*** zijlboot has quit IRC | 15:04 | |
*** zijlboot has joined #openstack-kolla | 15:05 | |
*** zijlboot has quit IRC | 15:05 | |
*** zijlboot has joined #openstack-kolla | 15:05 | |
*** zijlboot has quit IRC | 15:06 | |
*** zijlboot has joined #openstack-kolla | 15:06 | |
*** zijlboot has quit IRC | 15:07 | |
*** zijlboot has joined #openstack-kolla | 15:07 | |
*** zijlboot has quit IRC | 15:12 | |
*** zijlboot has joined #openstack-kolla | 15:14 | |
*** k_mouza has quit IRC | 15:18 | |
*** zijlboot has quit IRC | 15:19 | |
*** k_mouza has joined #openstack-kolla | 15:19 | |
*** zijlboot has joined #openstack-kolla | 15:30 | |
*** zijlboot has quit IRC | 15:31 | |
*** k_mouza_ has joined #openstack-kolla | 15:31 | |
*** zijlboot has joined #openstack-kolla | 15:31 | |
*** zijlboot has quit IRC | 15:31 | |
*** zijlboot has joined #openstack-kolla | 15:32 | |
*** zijlboot has quit IRC | 15:32 | |
*** zijlboot has joined #openstack-kolla | 15:32 | |
*** zijlboot has quit IRC | 15:34 | |
*** k_mouza has quit IRC | 15:34 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add os_release variable, build CentOS stream images https://review.opendev.org/c/openstack/kayobe/+/788984 | 16:01 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add os_release variable, build CentOS stream images https://review.opendev.org/c/openstack/kayobe/+/788984 | 16:03 |
*** LinPeiWen has quit IRC | 16:04 | |
hrw | and bullseye wheel cache jobs are on gate too ;D | 16:29 |
*** bsanjeewa has joined #openstack-kolla | 16:34 | |
*** zijlboot has joined #openstack-kolla | 16:36 | |
*** zijlboot has quit IRC | 16:38 | |
*** zijlboot_ has joined #openstack-kolla | 16:39 | |
*** zijlboot_ has quit IRC | 16:39 | |
*** rpittau is now known as rpittau|afk | 16:47 | |
yoctozepto | great | 16:49 |
*** bsanjeewa has quit IRC | 16:55 | |
*** cah_link has quit IRC | 16:57 | |
*** bsanjeewa has joined #openstack-kolla | 16:59 | |
*** bsanjeewa has quit IRC | 17:05 | |
*** murphyslawbbs has joined #openstack-kolla | 17:13 | |
*** k_mouza_ has quit IRC | 17:14 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: base: check for compatible distro using just sh https://review.opendev.org/c/openstack/kolla/+/787513 | 17:27 |
hrw | yoctozepto: pure posix sh | 17:27 |
hrw | works in dash | 17:27 |
*** murphyslawbbs has quit IRC | 17:35 | |
yoctozepto | hrw: nice! | 17:35 |
hrw | thx for comments | 17:48 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: base: check for compatible distro using just sh https://review.opendev.org/c/openstack/kolla/+/787513 | 17:48 |
*** zeestrat has quit IRC | 17:58 | |
*** r3ap3r has quit IRC | 17:59 | |
*** andrewbonney has quit IRC | 18:00 | |
*** zeestrat has joined #openstack-kolla | 18:01 | |
*** r3ap3r has joined #openstack-kolla | 18:01 | |
*** andrewbonney has joined #openstack-kolla | 18:02 | |
*** k_mouza has joined #openstack-kolla | 18:14 | |
*** vishalmanchanda has quit IRC | 18:18 | |
*** jbadiapa has quit IRC | 18:27 | |
*** k_mouza has quit IRC | 18:38 | |
*** andrewbonney has quit IRC | 19:23 | |
*** k_mouza has joined #openstack-kolla | 19:31 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: [CI] Trust only infra mirrors https://review.opendev.org/c/openstack/kolla/+/788970 | 19:31 |
*** k_mouza has quit IRC | 19:39 | |
*** e0ne has joined #openstack-kolla | 20:25 | |
*** e0ne has quit IRC | 20:52 | |
*** murphyslawbbs has joined #openstack-kolla | 21:27 | |
*** murphyslawbbs has quit IRC | 21:34 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Revert "CI: drop ubuntu-aarch64 job" https://review.opendev.org/c/openstack/kolla/+/788997 | 21:50 |
*** murphyslawbbs has joined #openstack-kolla | 21:51 | |
*** murphyslawbbs has quit IRC | 21:53 | |
*** kevko has joined #openstack-kolla | 22:24 | |
*** macz_ has quit IRC | 22:57 | |
*** dave-mccowan has quit IRC | 23:03 | |
*** dave-mccowan has joined #openstack-kolla | 23:05 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!