Friday, 2020-02-14

*** dave-mccowan has joined #openstack-kolla00:17
*** dcapone2004 has joined #openstack-kolla01:03
*** gbatir_ has quit IRC01:25
*** dave-mccowan has quit IRC01:32
*** Tony31 has joined #openstack-kolla01:39
*** k_mouza has joined #openstack-kolla01:39
*** k_mouza has quit IRC01:43
*** dave-mccowan has joined #openstack-kolla01:56
*** xinliang has joined #openstack-kolla02:11
Tony31Does kolla mean to create `br-ex` or is it named differently?02:28
goldyfruitTony31, https://github.com/openstack/kolla-ansible/blob/d8300d5ae77fdb28bbb749ed5bfb8ca1f4471af0/ansible/group_vars/all.yml#L88502:30
goldyfruitby default it will be br-ex except if the agent is vmware02:31
Tony31ok, so i now need to figure out why I dont have br-ex02:31
Tony31thanks02:31
Tony31I get this in ml2 conf `[ovs]02:31
goldyfruitTony31, make sure that the interface set in neutron_external_interface is correct02:37
Tony31I have 2 x interfaces in there `eth0-ovs` and `eth5-ovs`. Still not sure why there are two02:38
Tony31flat neutron network is not a provider network right?02:39
goldyfruithttps://docs.openstack.org/kolla-ansible/latest/reference/networking/neutron.html02:41
Tony31no mention of "flat" on that page02:42
goldyfruitBut mention of provider network02:43
goldyfruitThe thing I don't understand is the "-ovs" in your interface name02:43
Tony31it's coming from Kayobe. So I am trying to figure out the kolla stuff and work backwards 🙈02:44
goldyfruitOhh, Kayobe guys are mostly based in London :/02:44
Tony31i'll enable `kolla_enable_neutron_provider_networks: yes ` and re-deploy and see what happens02:45
goldyfruitAt least UK, so for me it's the night02:45
Tony31yes this is my problem. I'm on the other side of the planet and struggle all day until I can chat with them, while I'm at home trying to make dinner and stuff :)02:45
Tony31Time is `10.45am`02:45
goldyfruitFor me it is 9:45pm02:46
Tony31So you're in Florida or somewhere close?02:46
goldyfruitMontreal02:46
Tony31ah. Hi from Australia02:46
goldyfruitOhhh yeah, very far!02:47
Tony31thanks for your help earlier. I'll have torn all my hair out by end of today I think :)02:51
goldyfruitarf02:51
goldyfruitGood luck02:51
Tony31nope - still not working03:27
Tony31cant even ARP for the virtual openstack router03:28
Tony31will need to wait for the experts03:28
sorin-mihaifor some reason, venv/share/kolla-ansible/ansible/roles/keystone/tasks/register.yml fails whenever i try to run deploy, regardless of ansible config and different settings in /etc/kolla/globals.yml. any idea? i can't run it on http only03:34
*** vmixor has joined #openstack-kolla03:52
*** Tony31 has quit IRC03:57
*** vmixor has quit IRC04:05
*** dave-mccowan has quit IRC04:13
*** Tony31 has joined #openstack-kolla04:24
Tony31sorin-mihai - when it fails, it should give you some output to the terminal as to why it had failed, or at least something for you to go on even if it does not make sense initially.04:31
sorin-mihaiyou prefer any pastebin?04:31
Tony31are you unable to read it because of the colours04:33
Tony31?04:33
Tony31what i do is copy the terminal text to notepad++ and then i can see it.04:34
sorin-mihaihttps://pastebin.com/raw/FS6yuy8k04:36
Tony31`'certificate verify failed'`04:40
Tony31Are you installing a certificate?04:40
Tony31Sounds like it is not correct in terms of CA cert / root cert / server cert04:41
Tony31or rather `CA cert | (root cert / server cert)`04:41
sorin-mihaiusing the default paths in globals.yml and running 'kolla-ansible certificates' isn't enough to generate "correct" self signed certificates? when i inspect them they look fine though. also, i have 'host_key_checking=False' in ansible's config, i thought that should be it04:52
Tony31First - I've never used kolla ansible, I am using kayobe which uses kolla. But I am completely new to this. I will try and help as best I can.04:53
Tony31So I am not sure about the `kolla-ansible certificates` but I expect it should be correct04:53
Tony31host_key_checking I think relates to the SSH connection04:54
Tony31is it possible that you could try and deploy without SSL cert and then after successful deployment, reconfigure with SSL cert?04:55
sorin-mihaithe thing is, it used to work yesterday, this changed when i pulled in changes from git04:55
sorin-mihaiwithout ssl it works04:55
Tony31ah04:55
Tony31then I am sorry but I think you will need to speak to the experts in about 1 or 2 hours when they come online04:56
Tony31do you see the certificate files at all?04:56
Tony31you can manually validate them for any issues04:56
sorin-mihaiyes, they are generated and on a quick look they seem fine. i could also generate certs with certbot, but i'm not sure which file should be where, or if i could just simlink them. not sure how the permissions will work out, i see that the permissions of the files is being changed when i try to deploy04:59
Tony31the error is validation failed, so maybe the CA cert is not there or has a different key to the root and server cert? How are you taking a quick look? :)05:06
Tony31I am using Kayobe and I commented out a variable I Wanted to remove, and I re-deployed 3 x but that variable kept being used. In the end, I deleted it entirely and then re-deployed and problem fixed. . .05:07
sorin-mihaiopenssl x509 -in /etc/kolla/certificates/private/internal/internal.crt -text05:15
sorin-mihaiSubject: C = US, ST = NC, L = RTP, OU = kolla, CN = 10.2.1.25405:15
sorin-mihaiso, as self signed certificate, it's fine05:15
Tony31certificate has 2 parts, the cert itself as well as the CA that signed it05:16
Tony31so there are 2 certs minimum for it to be valid05:16
Tony31https://www.google.com/search?client=firefox-b-d&q=openssl+validate+certificate+chain05:17
sorin-mihaithe ca is set correctly: kolla_internal_fqdn_cacert: "{{ node_config }}/certificates/ca/haproxy-internal.crt"05:19
Tony31most likely.... but the error you are getting is cert validation failed. If I were in your place, I would check the CA cert and server cert chain, to make sure it validates. Then I'd rule that out as a cause and move on to the next thing05:20
*** dcapone2004 has quit IRC05:21
sorin-mihaibut, should this whole checking part just be ignored if there is host_key_checking=False in ansible's config?05:21
Tony31host key checking is for the ssh connection I believe, so it's not related to SSL HTTPS cert05:21
sorin-mihaii meant validate_certs=False05:22
Tony31well from what I understand is failing here, the cert is trying to be installed during the deploy. The validate certs = false is for when a `client` is making a https connection and the root/intermediate/CA certs are not `trusted` from the client cert store, and normally the client would get a browser warning. So this validate_certs is to ignore05:23
Tony31the warning and continue05:23
Tony31But in this case, the error you have is saying there is something amiss with the certs themselves and they are not matching in terms of validation, so I recommend checking it manually. You can simply copy the cert text to your local system and run openssl command on them to check.05:25
sorin-mihaiacording to openssl /etc/kolla/certificates/haproxy-internal.pem: OK05:25
Tony31you need to validate them both together as a chain05:26
Tony31a bit more about certs (because no one told me this before and I used to have a hard time understanding it before I figured this out)05:26
sorin-mihaiyup05:26
sorin-mihaiopenssl verify -CAfile /etc/kolla/certificates/ca/haproxy-internal.crt /etc/kolla/certificates/haproxy-internal.pem05:26
sorin-mihaiyeah, i never went this path with certs, they usually work. lol05:27
Tony31I think that verifiy command is right... give me a moment I can do this on my local system with some certs I have05:28
*** evrardjp has quit IRC05:34
Tony31ok - when the cert verifies fine, I just get `cert: OK` with openssl05:34
*** evrardjp has joined #openstack-kolla05:34
Tony31then I picked a different cert that was not signed by the CA and I get `verification failed`05:34
sorin-mihaiindeed. but i get OK with openssl and then failed only for keystone05:52
*** skramaja has joined #openstack-kolla05:52
Tony31where is the cert stored for keystone?05:54
sorin-mihaishould be the same location as mentioned in globals.yml, right?05:56
*** goldyfruit has quit IRC06:00
*** goldyfruit has joined #openstack-kolla06:00
Tony31I am not sure about it :/06:01
Tony31kayobe guys - does `internal_net_name:` and `external_net_names:` need to match the same network?06:06
*** vmixor has joined #openstack-kolla06:13
*** vmixor has quit IRC06:27
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add CentOS 8 ceph-ansible job  https://review.opendev.org/70688606:32
Tony31kolla guys - is it possble to get sudo access in the containers?06:41
*** hu_berlin_kalle has joined #openstack-kolla06:59
*** rgogunskiy has joined #openstack-kolla07:00
Tony31I have `neutron_external_interface: "p-eth0-ovs,p-eth5-ovs"` and `p-eth5-ovs` is not working. Are there any bugs for this?07:00
*** cah_link has joined #openstack-kolla07:07
*** sri_ has joined #openstack-kolla07:17
sri_Tony31, Hey to get root access docker exec -it -u root <container>07:18
Tony31thanks sri_07:20
*** sluna has joined #openstack-kolla07:28
openstackgerritXinliang Liu proposed openstack/kolla-ansible stable/rocky: Use become for kill command  https://review.opendev.org/70777207:30
mnasiadkayoctozepto: https://zuul.opendev.org/t/openstack/build/d50bd5f73aca49518fe577edf4b4ced0/log/primary/logs/ansible/deploy#70421 - any idea how to get rid of that? make haproxy check wsrep status?07:36
mnasiadkayoctozepto: or fine tune gmcast.peer_timeout and let's see if that helps07:37
Tony31Kayobe guys - something amiss with external networking and I cant figure it out. Basically, flat network doesnt work07:39
*** shyamb has joined #openstack-kolla07:41
Tony31when I look at a working config on a different system, I have br-ex and within that I have the real system ethernet "port" eth5. On the Kayobe deployment, I dont get any real ethX interfaces in the bridge. But I do have `phy-eth5-ovs`07:42
mnasiadkaand what's wrong with having a virtual interface in the ovs bridge?07:45
mnasiadkaplease post brctl show and ip link command outputs to paste.openstack.org07:45
Tony31I'm also confused why the controller/network node has a bridge for eth0 which is the interface used for admin_oc_net_name: / oob_oc_net_name: / oob_wl_net_name: / provision_wl_net_name: / storage_mgmt_net_name: / ceph_storage_mgmt_net_name:07:46
Tony31thx will do now07:47
*** sorin-mihai has quit IRC07:47
Tony31which container do I need to do this within?07:47
Tony31neutron_openvswitch_agent ?07:47
*** shyamb has quit IRC07:47
hu_berlin_kalletony31, i think it's neutron_openvswitchd (if not it was indeed the agent)07:49
Tony31no such command brctl show07:49
Tony31does not recognise brctl07:49
hu_berlin_kalletony31, ahh brctl should just work on the controller itself07:49
hu_berlin_kallethe ovs specific stuff is in neutron_openvswitchd07:50
Tony31`[root@juc-kcont1-prd ~]# brctl show07:50
Tony31docker :)07:50
hu_berlin_kalleand about that bridge for eth0 - why shouldn't it be on the controller. the controller needs access to the  admin_oc_net07:52
Tony31mnasiadka is this right? http://paste.openstack.org/show/789558/07:53
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla-ansible master: Fix Cinder Backup access to kernel modules (iscsi_tcp issue)  https://review.opendev.org/70777607:54
*** ivve has joined #openstack-kolla07:56
yoctozepto08:36:17 <mnasiadka> yoctozepto: https://zuul.opendev.org/t/openstack/build/d50bd5f73aca49518fe577edf4b4ced0/log/primary/logs/ansible/deploy#70421 - any idea how to get rid of that? make haproxy check wsrep status?07:56
yoctozeptointernets knowledge is to ditch haproxy07:56
yoctozeptoin favor of a specialistic proxy07:56
yoctozepto08:37:56 <mnasiadka> yoctozepto: or fine tune gmcast.peer_timeout and let's see if that helps07:57
Tony31hu_berlin_kalle - no, I mean I have configured the external network for eth5 and it's not working. I dont really care about eth0 at this point other than I can't understand why there's a bridge there07:57
yoctozeptohmm, but the issue seems quite real, it's usually accompanied by other network-looking issues07:57
*** xinliang has quit IRC07:58
hu_berlin_kalletony31 can you also paste the relvant config files (networks.yml and whatever groupvars or hostvars you have set and if relevant changes to controllers.yml)07:58
Tony31yes I can07:59
yoctozeptomnasiadka: you think something held networking for more than 3 seconds?07:59
Tony31what I have done now is make `external_net_names:` and `public_net_name` be the same network because I was not sure if they need to be the same.07:59
*** pbing19 has joined #openstack-kolla08:00
hu_berlin_kallethey don't (but it shouldn't be a problem either08:00
Tony31ok good, thank you for confirming08:00
Tony31networks.yml: http://paste.openstack.org/show/789559/08:00
*** bengates has joined #openstack-kolla08:01
Tony31group_vars for controllers: http://paste.openstack.org/show/789560/08:01
Tony31I believe that's it. There's no host_vars at all for kayobe08:02
Tony31I've run tcpdump on eth5 and I can see ARP requests coming in from the network for the virtual router but there is not any response. The interface IP addresses for eth5 are pingable from the network08:05
Tony31so seems there is some issue linking that interface eth5 to the bridge and into openstack08:06
Tony31the virtual router has IP `192.168.20.252` and the interface IPs are in the `192.168.20.0/24` range. I've also tried by changing `networks.yml` to comment out the section which provides the IP addresses to eth5 and then reconfigure / redeploy but the same issue occurs08:07
hu_berlin_kalletony31, hmm I think you need to configure the external network as a bridge. (https://docs.openstack.org/kayobe/latest/configuration/network.html Section "Neutron Networking")08:08
*** sluna has quit IRC08:08
hu_berlin_kalleat least that's what i did to resolve this problem08:09
*** sluna has joined #openstack-kolla08:09
Tony31hu_berlin_kalle please could you explain some more? I understand what a bridge is but I dont quite understand what you mean just yet08:09
hu_berlin_kalleif the external network should link be able to reach the outside world via eth5 you'll need a device were eth5 and the ovs-stuff from Openstack con both plug into08:11
hu_berlin_kalleso instead of using eth5 directly you provide a bridge an plug eth5 into it08:12
Tony31I understood that is the purpose of `networks.yml` `external_net_names:` ?08:12
hu_berlin_kalleosext_interface: brext08:12
hu_berlin_kalleosext_bridge_ports:08:12
hu_berlin_kalle   - eth508:12
Tony31I can try it :)  thanks for the tip08:13
Tony31so how does this fit with ovs ?08:15
hu_berlin_kallep-eth5-phy will also be plugged into the brext08:16
openstackgerritYongjun Bai proposed openstack/kolla-ansible master: Add support for encrypting nova/heat api  https://review.opendev.org/70713108:16
mnasiadkayoctozepto: well, it's nodepool - you don't know what is running there and how often networking fails :)08:16
mnasiadkayoctozepto: finetuning that in CI would be probably easier than moving to a specialistic proxy08:17
hu_berlin_kalletony31, btw there is a problem with this config and vlans but i haven't tried your specific way to configure it (vlan config in networks.yml)08:17
yoctozeptomnasiadka: due to the way galera works I believe this may require tuning other timeouts in galera and plain mariadb as well08:18
yoctozeptomnasiadka: but +1 from my side08:18
mnasiadkaTony31: not really, eth0/5-ovs is a bridge, and I think it should be p-eth0/5-ovs as the interface in ovs (it's a veth connected to that bridge)08:19
mnasiadkayoctozepto: I found some similar bug/commit in charms, they only changed that and the problem in CI in theory went away08:19
yoctozeptomnasiadka: the truth is I can at least get these come from real networking problems, the thing with keepalived is not that nice08:19
yoctozeptomnasiadka: oh, nice, maybe it just requires 3.1 seconds from time to time08:20
mnasiadkayoctozepto: I'm starting to think that cpu and i/o in CI is very constrained :)08:20
Tony31mnasiadka - so this is the confusing part :)08:20
yoctozeptocould be io sure08:20
Tony31mnasiadka `ovs` has `bridge_mappings = physnet1:eth0-ovs,physnet2:eth5-ovs`08:21
Tony31so should it be `bridge_mappings = physnet1:eth0-ovs,physnet2:phy-eth5-ovs`08:21
Tony31`phy-eth5-ovs`08:21
Tony31OR should I add a bridge config to the host_vars/group_vars08:22
mnasiadkaTony31: one moment, show output of "brctl show"08:24
Tony31mnasiadka from the controller host or within a container?08:24
mnasiadkafrom the host08:24
Tony31`[root@juc-kcont1-prd ~]# brctl show08:24
mnasiadkayoctozepto: when we're into timeouts - I need to bump up ceph-ansible docker pull timeout :)08:25
yoctozeptomnasiadka: why so?08:25
mnasiadkayoctozepto: it failed to docker pull ceph-daemon in 300s :)08:25
yoctozeptomnasiadka: 5 minutes?08:26
yoctozeptomnasiadka: is that a full-fledged os there?08:26
yoctozeptomnasiadka: wow, it's up to 500M08:27
mnasiadkayeah08:27
yoctozeptololz08:27
yoctozeptoI guess double that timeout and we are done, more than that is just silly08:27
mnasiadkayeah, doubled - let's see08:29
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add CentOS 8 ceph-ansible job  https://review.opendev.org/70688608:29
mnasiadkaTony31: I think you pasted only first line with the command :)08:29
Tony31mnasiadka I think you mean I should be seeing some other bridge there, right?08:30
Tony31All there is, is the docker0 bridge08:30
mnasiadkayeah, you should08:32
mnasiadkapaste your network interfaces config on paste.openstack.org - I mean the kayobe one08:32
Tony31I added this in group_vars: `[root@juc-kcont1-prd ~]# brctl show08:32
Tony31p-brext-phy08:32
Tony31mnasiadka http://paste.openstack.org/show/789562/ <- current group_vars config for the controller node (network node)08:33
hrwmorning08:33
hrwI found one nasty thing related to UNBUILDABLE_IMAGES...08:33
yoctozeptomnasiadka: https://review.opendev.org/70777608:34
patchbotpatch 707776 - kolla-ansible - Fix Cinder Backup access to kernel modules (iscsi_... - 1 patch set08:34
hrwit can not be changed without patching code ;(08:34
yoctozeptohrw: nasty!08:34
mnasiadkaTony31: well, you don't have external_net_interface set - so I guess it won't do the networking config properly :)08:34
Tony31mnasiadka - yes I do it's called `osext_interface:` and it used to be `osext_interface: eth5`08:35
*** xinliang has joined #openstack-kolla08:36
mnasiadkaTony31: and from where Kayobe should now, that it's the external_net_interface?08:36
*** tonythomas has joined #openstack-kolla08:36
mnasiadkaTony31: unless you override this https://github.com/openstack/kayobe/blob/aea7117764ee3ced0ccb7477c5c962569fa1c926/ansible/group_vars/all/network#L32 (which I don't think is a good idea)08:37
Tony31mnasiadka from `networks.yml` I have set `external_net_names: osext` and in the `group_vars` I had `osext_interface: eth5` which was not working.08:37
Tony31mnasiadka - no, not overrriding (we had this chat yesterday :)  )08:37
mnasiadkaTony31: I haven't done it this way in my life, so I can't tell you what might be wrong - just use the normal names :)08:38
Tony31whats the normal names? 🙈08:39
mnasiadkahrw: a good rewrite is waiting?08:39
mnasiadkaTony31: set internal_net_interface: eth0, external_net_interface: eth5 ?08:40
hrwmnasiadka: yamling would be a possible way08:40
Tony31mnasiadka ok - i'll re-do the networks.yml and the group_vars... maybe I misunderstood this whole thing.08:41
mnasiadkayoctozepto: lot of polish +1s :)08:42
yoctozeptomnasiadka: add yours +208:42
yoctozeptohrw: https://review.opendev.org/707776 you too08:42
patchbotpatch 707776 - kolla-ansible - Fix Cinder Backup access to kernel modules (iscsi_... - 1 patch set08:42
yoctozeptoPoland taking over, woop woop08:42
Tony31mnasiadka - the docs say that `admin_oc_net_name: ` means a prefix and I have specified the prefix of `inside` so then I am using `[prefix]_cidr:` etc. So I have it as per the docs explain it :/08:43
Tony31so `admin_oc_net_name: inside` means I then need to configure the cidr etc like `inside_cidr: 192.168.7.0/24`08:44
mnasiadkaTony31: as I said, I have never used it this way, don't get me wrong - it might work, but if it doesn't I don't know how to help you :)08:45
Tony31mnasiadka I understand that, but is the documentation wrong08:45
mnasiadkaTony31: well, feel free to raise a change to kayobe docs :)08:45
hu_berlin_kalletony31, sorry to barge in again: the kayobe network configuration guide really explicitly states you should a bridge there. And I think the issue you are facing is the exact reason for it. (It's in this guide since somewhere arround Stein and I just stumbeled across it last week facing the exact same issue.)08:46
Tony31https://docs.openstack.org/kayobe/train/configuration/network.html#neutron-networking08:46
cosmicsoundgood day08:47
Tony31mnasiadka - happy to do it, but so far, not confirmed any issue with doc :)08:47
Tony31hu_berlin_kalle - I am with you on this. I was assuming that this bridge was managed in the container and I couldnt run any commands there because of missing sudo for last 2 days. But now I know how to do that :)08:47
mnasiadkahrw: got a moment for https://review.opendev.org/#/c/707603/ ? ;-)08:47
patchbotpatch 707603 - kolla - Remove kolla Ceph container images - 5 patch sets08:47
Tony31hu_berlin_kalle what name did you call your bridge? I called it brext and I'm not sure if that is mapping correctly08:48
hrwgive me few minutes. kibana got prio08:49
hrwmnasiadka: -108:50
openstackgerritMichal Nasiadka proposed openstack/kolla master: Remove kolla Ceph container images  https://review.opendev.org/70760308:51
*** shyamb has joined #openstack-kolla08:51
mnasiadkahrw: thanks, updated :)08:51
hrwyoctozepto: +2+w08:51
yoctozeptohrw: thx08:51
hrwmnasiadka: I would do s/kolla cli/kolla/ but let it be08:51
openstackgerritMichal Nasiadka proposed openstack/kolla master: Remove kolla Ceph container images  https://review.opendev.org/70760308:52
mnasiadkahrw: updated again :D08:52
yoctozeptolol, I was just about to mention cli08:53
hrwmnasiadka: repos.yml08:53
hrwmnasiadka: it has ceph repos which may not be no longer needed08:53
yoctozeptohmm, worth checking but they all probably provide client code08:53
hrwmnasiadka: but no. they are needed for deps for clients08:54
hrw+208:54
yoctozeptoand off it goes08:54
mnasiadkayeah, was writing they are needed08:54
mnasiadkayoctozepto: and N years of ceph history in kolla goes to trash ;)08:55
yoctozeptomnasiadka: the one that worked for our users :_)08:55
mnasiadkayeah08:55
mnasiadkawell, now we could get rid of two keys for nova08:55
mnasiadkabut I guess it doesn't hurt for them to stay for some time08:57
hrwI love days when in the morning I get bug report, reply 'report upstream please' and then it gets RESOLVED INVALID as fix was found by reporter08:57
Tony31mnasiadka - OK this is working now. Thanks a lot for all your help and time on this. I have spent 3 days on it approx 🤣 I can now ping the virtual router `Reply from 192.168.20.252: bytes=32 time=1ms TTL=63` The fix was to add the bridge config in the 'group_vars' like hu_berlin_kalle explained and then 1) configure host and 2) kayobe09:01
Tony31reconfigure09:01
Tony31ARP on the core router `192.168.20.252  00:00:01  fa16.3ea1.ac76  Vlan2009:01
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: kibana: enable for non-x86 on Debian/Ubuntu  https://review.opendev.org/70778709:02
hrwTony31: interesting emoji ;D09:02
hrwyoctozepto, mnasiadka: your turn :D09:02
Tony31Thanks again for all the help you guys gave09:02
Tony31now I need to talk about openstack router design....09:03
hrwTony31: can you take a look at docs does it needs fixing?09:04
Tony31Could I voice it here?09:04
Tony31hrw yes it could be improved. I had taken it that the purpose of `networks.yml` `external_net_names:` was to achieve this. Because in networks.yml it explains: `# List of names of networks used to provide external network access via# Neutron.`09:05
mnasiadkahrw: you want to say that it works on ppc64le as well? :)09:05
hrwmnasiadka: should09:05
hrwmnasiadka: it would even work on x86-64! ;D09:06
mnasiadkaERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='opendev.org', port=443): Max retries exceeded with url: /openstack/requirements/raw/branch/master/upper-constraints.txt (Caused by ResponseError('too many 500 error responses',))"09:07
mnasiadkaawesome09:07
openstackgerritMarcin Juszkiewicz proposed openstack/kolla stable/train: kibana: enable for non-x86 on Debian/Ubuntu  https://review.opendev.org/70778909:13
hrwmanual cherrypick was needed ;(09:13
openstackgerritKevin Zhao proposed openstack/kolla-ansible stable/stein: Haproxy: fix haproxy_cmd for Debian  https://review.opendev.org/70779009:18
hrwvote for ^^09:22
yoctozeptohrw: 🤣09:27
yoctozeptohrw: why backport without a merge?09:28
*** Tony31 has quit IRC09:29
*** gfidente|afk is now known as gfidente09:29
hrwyoctozepto: which one you mean?09:30
yoctozeptohrw: kibana09:30
hrwyoctozepto: I go for vacations in few hours. and my coworkers will need it while I am away ;(09:31
hrwyoctozepto: and unbuildable are not overrideable09:32
yoctozeptohrw: ok09:32
*** shyamb has quit IRC09:33
*** shyamb has joined #openstack-kolla09:40
*** vmixor has joined #openstack-kolla09:41
*** aleccoder has joined #openstack-kolla09:46
*** klippo has joined #openstack-kolla09:46
openstackgerritMark Goddard proposed openstack/kayobe master: Junos switch: update ncclient to 0.6.7+  https://review.opendev.org/70779609:47
mgoddardmorning09:48
hrwhi mgoddard09:50
*** shyamb has quit IRC09:52
*** bengates has quit IRC09:56
*** vmixor has quit IRC10:02
openstackgerritMichal Nasiadka proposed openstack/kolla master: [community goal]: Add contributor and PTL guide  https://review.opendev.org/70780010:04
openstackgerritMichal Nasiadka proposed openstack/kolla master: [community goal]: Add contributor and PTL guide  https://review.opendev.org/70780010:06
hrwbbl10:11
*** vmixor has joined #openstack-kolla10:12
openstackgerritMark Goddard proposed openstack/kayobe master: Switch from shade to openstacksdk  https://review.opendev.org/70768910:20
*** Tony31 has joined #openstack-kolla10:22
*** sri_ has quit IRC10:24
openstackgerritMerged openstack/kolla-ansible stable/rocky: Use become for kill command  https://review.opendev.org/70777210:30
Tony31How are you guys providing floating IPs ? I think I misunderstand the concept of how this is supposed to work10:33
mnasiadkayoctozepto, mgoddard: https://review.opendev.org/#/c/706886/10:34
patchbotpatch 706886 - kolla-ansible - CI: Add CentOS 8 ceph-ansible job - 26 patch sets10:34
yoctozeptomnasiadka: green, nice10:36
*** shyamb has joined #openstack-kolla10:36
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: Allow setting gmcast.peer_timeout value  https://review.opendev.org/70781710:43
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: CI: Fine tune Galera gmcast.peer_timeout to 15 seconds  https://review.opendev.org/70781810:45
*** bengates has joined #openstack-kolla10:48
mnasiadkaTony31: floating ip is a NAT between external network and internal tenant (VM) network - 1:110:49
mnasiadkaTony31: other option is to use provider networks - direct vlan attachment for VMs10:50
Tony31mnasiadka -  This one is hard for me to explain what I am confused about. I have floating IPs working at the moment but it uses proxy arp and a network VLAN interface with a secondary address.10:50
Tony31I was looking for a simpler way.10:50
Tony31So I thought, one virtual router in openstack with IP `192.168.20.250` then on the network switch side I can add a single route for the floating IP network, like `route 192.168.23.0/24 192.168.20.250`10:51
Tony31basically, sending 192.168.23.0/24 to the openstack virtual router10:51
Tony31but I think I would need to do this for each project... so not that great10:52
Tony31so wanted to ask how you guys are doing the floaties. Do you have one large "network" in openstack, which is external. And then project routers and floating ip's are all assigned from there?10:52
Tony31The "provider" networks has a use case, but the floating ip's allow you to move ip's to other VMs which also can be good10:53
Tony31I am probably thinking too deep on this one10:54
*** mixor has joined #openstack-kolla10:55
Tony31Another option I could do, which I dont like - add the one flat network in openstack. Then each project, have the project router attach to this network. Then on the network side, I would need to forward host routes for each floating IP, to each project router. This means first checking which IP each router has, then going to the core routers to10:56
Tony31create the host routes for each of the projects floating IPs10:56
*** vmixor has quit IRC10:56
Tony31I guess the simplest way Ive thought of is, simply have the one flat external network `/24`. Add a router for each project and attach to the external network. Then assign floating ip's from the same external network.10:58
Tony31The network will request ARP for the floating IP and the project routers will respond10:58
Tony31this is a layer 2 design rather than a layer 3 routed design10:58
Tony31I just googled layer 3 floating ip and have some things to read. Thanks for this discussion :)10:59
*** mixor has quit IRC11:06
Welliecan you check this ? https://review.opendev.org/#/c/707379/11:10
patchbotpatch 707379 - kolla-ansible - Cloudkitty cant not conncet to Auth - 2 patch sets11:10
*** rlljorge has joined #openstack-kolla11:11
rlljorgeHello there, Someone can help-me with cloudkitty ... I deployed using kolla-ansible kolla-ansible 8.1.0 and I don't receive nenhum data on reports. I created the service/hasmaps.11:15
rlljorgeI am stopped a couple of days11:16
rlljorgeI cannot get any erros on logs11:17
Wellierlljorge: can you show on your node what the cloudkitty-processor say11:18
Wellierlljorge: docker logs cloudkitty_processor11:19
rlljorgeWellie sure give a second11:19
Wellierlljorge: no problem11:20
rlljorgeWellie http://paste.openstack.org/show/789566/11:23
Wellierlljorge what say docker logs?11:25
Wellierlljorge not file logs11:25
rlljorgeSorry this is the correct log ?  http://paste.openstack.org/show/789567/11:26
Wellierlljorge yes what is your version?11:27
rlljorgekolla-ansible  8.1.011:28
Wellierlljorge openstack version?11:28
rlljorge* stable/stein11:29
Wellierlljorge I suspect it has to do with the deprecated you see in the log11:30
Wellierlljorge I'm not sure11:30
rlljorgeUserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.11:31
Wellieno11:32
Wellie2020-02-13 19:28:12.368 6 WARNING oslo_config.cfg [-] Deprecated: Option "auth_section" from group "keystone_fetcher" is deprecated. Use option "auth_section" from group "fetcher_keystone".11:32
Wellie2020-02-13 19:28:12.445 6 WARNING oslo_config.cfg [-] Deprecated: Option "keystone_version" from group "keystone_fetcher" is deprecated. Use option "keystone_version" from group "fetcher_keystone".11:32
Wellie2020-02-13 19:28:13.176 6 WARNING oslo_config.cfg [-] Deprecated: Option "auth_section" from group "gnocchi_collector" is deprecated. Use option "auth_section" from group "collector_gnocchi".11:32
Wellie2020-02-13 19:28:13.180 6 WARNING oslo_config.cfg [-] Deprecated: Option "region_name" from group "gnocchi_collector" is deprecated. Use option "region_name" from group "collector_gnocchi".11:32
rlljorgeWellie this is a kolla issue ?11:35
Wellierlljorge It probably can't tell you exactly, just wait. What others say11:36
yoctozeptodeprecated usually still work11:39
openstackgerritYongjun Bai proposed openstack/kolla master: Add Apache packages to glance containers  https://review.opendev.org/70730611:40
openstackgerritMerged openstack/kolla-ansible master: CI: Add CentOS 8 ceph-ansible job  https://review.opendev.org/70688611:49
*** pbing19 has quit IRC11:57
*** shyamb has quit IRC11:59
openstackgerritMark Goddard proposed openstack/kayobe master: Revert "Use OpenStack Train release"  https://review.opendev.org/70174712:01
openstackgerritMark Goddard proposed openstack/kayobe master: WIP: Use python3 for local kolla-ansible execution  https://review.opendev.org/70500012:01
*** shyamb has joined #openstack-kolla12:01
*** kplant has joined #openstack-kolla12:04
rlljorgeopenstack rating report tenant list, not return any values ...  maybe this is a problem12:06
openstackgerritMark Goddard proposed openstack/kayobe master: Make local kolla-ansible Python executable configurable  https://review.opendev.org/70500012:07
openstackgerritMark Goddard proposed openstack/kayobe master: Revert "Use OpenStack Train release"  https://review.opendev.org/70174712:08
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: Allow setting gmcast.peer_timeout value  https://review.opendev.org/70781712:09
kplantmgoddard: https://bugs.launchpad.net/kolla-ansible/+bug/1863107 -- are you asking if something changed in my configuration?12:20
openstackLaunchpad bug 1863107 in kolla-ansible ussuri "Stein->Train Upgrade : Old nova services not cleaned" [Medium,Triaged]12:20
mgoddardkplant: yes12:24
mgoddardor possibly  in the kolla-ansible config12:24
*** shyamb has quit IRC12:25
kplantgot it, will reply on lp12:26
Welliemgoddard: haproxy.pem dir?12:32
yoctozeptorlljorge, Wellie: if you were so kind as to produce a report similar to this: https://bugs.launchpad.net/kolla-ansible/+bug/1863094 (obviously without analysis :-) )12:35
openstackLaunchpad bug 1863094 in kolla-ansible ussuri "Creating volume backup fails when iscsi_tcp module is not inserted when using LVM backend" [Medium,In progress] - Assigned to Radosław Piliszek (yoctozepto)12:35
yoctozeptothis level of details allows us to reproduce and debug12:35
Wellieyoctozepto i have no bug im search the dir to deploy a tls certificate12:36
yoctozeptoWellie: sorry then, I saw you two talking about cloudkitty with rlljorge12:37
Wellieokay :-)12:37
openstackgerritMark Goddard proposed openstack/kayobe master: WIP: CentOS 8  https://review.opendev.org/70769012:38
Welliei report bugs and fix the bug :D12:38
mgoddardWellie: https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html#tls-configuration12:39
Welliemgoddard: what is node_config ?12:40
mgoddardWellie: default is /etc/kolla/12:41
Welliemgoddard: thx12:41
yoctozepto13:38:23 <Wellie> i report bugs and fix the bug :D12:41
yoctozeptothat is praised! ;D12:41
kplant"i don't always report bugs... but when i do, i fix them"12:42
yoctozeptokplant: +312:48
openstackgerritMerged openstack/kolla-ansible stable/stein: Haproxy: fix haproxy_cmd for Debian  https://review.opendev.org/70779012:53
*** dave-mccowan has joined #openstack-kolla13:02
*** cah_link has quit IRC13:04
openstackgerritChason Chan proposed openstack/kolla-ansible master: Ensure iscsi_tcp module is loaded for cinder-backup  https://review.opendev.org/70783813:05
*** skramaja has quit IRC13:16
rlljorgeyoctozepto I open a bug about Cloudkitty13:21
*** ivve has quit IRC13:28
openstackgerritMerged openstack/kolla-ansible master: Fix Cinder Backup access to kernel modules (iscsi_tcp issue)  https://review.opendev.org/70777613:28
*** rgogunskiy has quit IRC13:52
*** rgogunskiy has joined #openstack-kolla13:53
*** rgogunskiy has quit IRC14:05
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: CI: Fine tune Galera gmcast.peer_timeout to 15 seconds  https://review.opendev.org/70781814:13
*** TrevorV has joined #openstack-kolla14:18
Tony31hi :)  In kolla.yml for Kayobe, there are options like `kolla_enable_neutron_fwaas:` - are these functional? And is there documentation for how to configure?14:26
mnasiadkaTony31: have you read the limitations of neutron fwaas v2? https://docs.openstack.org/neutron/latest/admin/fwaas.html14:28
openstackgerritMerged openstack/kolla master: Remove kolla Ceph container images  https://review.opendev.org/70760314:28
mnasiadkaand I don't think it has any people actively developing it and making it better14:28
Tony31That was the first one my mouse pointer highlighted, I didn't mean to pick that one intentionally. Are there any docs for `kolla_enable_neutron_vpnaas:` ?14:29
Tony31So I should just stick to whats here on this page? https://docs.openstack.org/kolla-ansible/train/reference/index.html14:34
*** pbing19 has joined #openstack-kolla14:39
mnasiadkaTony31: that one is in similar state I think - I mean it might not survive a lot of cycles14:52
mnasiadka(development cycles = OpenStack releases)14:52
openstackgerritMark Goddard proposed openstack/kayobe master: Make local kolla-ansible Python executable configurable  https://review.opendev.org/70500014:54
openstackgerritMark Goddard proposed openstack/kayobe master: Revert "Use OpenStack Train release"  https://review.opendev.org/70174714:54
openstackgerritMark Goddard proposed openstack/kayobe master: Avoid writing out requirements.txt in kolla-ansible role  https://review.opendev.org/70785314:59
mgoddardTony31: those flags generally just map to kolla flags15:00
mgoddardkolla_enable_neutron_fwaas -> enable_neutron_fwaas15:00
*** rlljorge has quit IRC15:12
mnasiadkamgoddard: should we make ceph-ansible jobs voting, or not?15:13
mgoddardmnasiadka: old ceph jobs were non-voting right/15:14
mnasiadkamgoddard: might be, don't remember15:14
mgoddardmaybe keep it the same15:14
mnasiadkaok15:14
mgoddardmultinode jobs aren't always reliable15:15
Tony31Hi mgoddard thanks for the info. How about `kolla_enable_freezer:` ? I dont see this listed in https://docs.openstack.org/kolla-ansible/latest/reference/index.html Would anything occur if I set this variable ?15:23
mgoddardTony31: freezer is one of the less commonly used services. Setting the flag should enable the service, but there may be other dependencies to get it working15:24
Tony31How would I need to go about that? Is it dependencies such as installing containers? Or configuration?15:25
mgoddardconfiguration15:25
mgoddardI'd suggest reading the freezer docs so you know how to use it, then just try enabling it and see what happens15:26
Tony31thanks you :)15:27
yoctozeptomgoddard, mnasiadka: better yet, we don't know how relable c-a is ;-)15:29
mnasiadkayoctozepto: better tell me why such thing shows up in singlenode - https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_bd8/707818/2/check/kolla-ansible-ubuntu-source-upgrade/bd8c3d3/primary/logs/kolla/all-CRITICAL.txt15:30
yoctozeptomnasiadka: let's correlate time with the other events15:31
yoctozepto2020-02-14 15:08:21.66315:31
*** vedup19 has joined #openstack-kolla15:31
yoctozeptonothing in mariadb logs15:32
yoctozeptoit was already past upgrade of mariadb15:32
openstackgerritMark Goddard proposed openstack/kayobe master: Avoid writing out requirements.txt in kolla-ansible role  https://review.opendev.org/70785315:32
yoctozeptomnasiadka: must have been late to log15:33
*** pbing19 has quit IRC15:33
yoctozeptoit could be that mariadb was still restarting when it tried to access it15:33
openstackgerritWill Szumski proposed openstack/kolla-ansible master: Introduce influxdb_datadir_volume  https://review.opendev.org/70786115:33
yoctozeptobecause wsrep is not synced immediately even with single node15:33
openstackgerritWill Szumski proposed openstack/kolla-ansible master: Introduce influxdb_datadir_volume  https://review.opendev.org/70786115:36
mnasiadkayoctozepto: well, docker logs for mariadb say it was starter 15:01 - want to tell me it takes more than 7 minutes to launch it? :)15:37
mnasiadka*started 15:0115:37
yoctozepto2020-02-14 15:01:15 0 [Note] WSREP: Read nil XID from storage engines, skipping position init15:38
yoctozepto2020-02-14 15:01:16 0 [Note] InnoDB: Buffer pool(s) load completed at 200214 15:01:1615:38
yoctozeptotheoretically it started up in one second15:38
yoctozepto2020-02-14 15:02:26 88 [Warning] Aborted connection 88 to db: 'keystone' user: 'keystone' host: 'primary' (Got an error reading communication packets)15:38
yoctozeptofirst timeout hit15:38
yoctozepto1:1015:38
mnasiadkayeah, question is why :)15:38
yoctozeptoso it started accepting15:39
yoctozeptobut why such a late message from wsrep15:39
yoctozepto2020-02-14 15:01:10 0 [Note] /usr/sbin/mysqld: Shutdown complete15:39
yoctozeptoit had clean shutdown15:39
yoctozeptoso it's like nothing mariadb gone wrong15:40
yoctozeptovery weird15:40
mnasiadkamaybe we need some more debug, bump log_warnings to 3/4/.../9? :D15:40
yoctozeptomnasiadka: whose param is that?15:40
mnasiadkayoctozepto: mariadb's15:41
yoctozeptomnasiadka: and currently we have..?15:41
mnasiadkadefault, which is 2 or 1 depending on version15:41
mnasiadkawe don't have a config for mariadb? geez15:41
yoctozeptohttps://mariadb.com/resources/blog/what-exactly-does-log_warnings2-log/15:41
yoctozeptowe don't?15:42
yoctozeptoyou mean we don't have it overridable?15:42
yoctozeptomnasiadka15:42
yoctozeptoneutron being lame about reporting things15:42
yoctozepto2020-02-14 15:01:16.055 29 ERROR oslo_db.sqlalchemy.exc_filters [req-da3b8910-eb3b-4445-96cd-8a4f53e5aecd - - - - -] DBAPIError exception wrapped from (pymysql.err.InternalError) (1047, 'WSREP has not yet prepared node for application use')15:42
mnasiadkayoctozepto: well it's rather oslo that claims it's unrecoverable error15:43
mnasiadkaquestion if it did retry the connection a couple of times15:43
yoctozepto2020-02-14 14:45:22.591 6 DEBUG neutron.plugins.ml2.plugin [req-b7615e16-e470-4444-8342-86fca030273c - - - - -] neutron.plugins.ml2.plugin.Ml2Plugin method _start_rpc_notifiers called with arguments () {} wrapper /var/lib/kolla/venv/lib/python3.6/site-packages/oslo_log/helpers.py:6615:43
yoctozeptomnasiadka: it's probably correct15:43
yoctozeptocheck this one out15:43
yoctozeptoit's a very old "req"15:43
yoctozeptoso it's a permanent one15:43
yoctozeptoand it most likely got stuck15:44
yoctozeptodue to that error15:44
yoctozeptomaybe let's catch your friend for a quick chat some time today or next week15:44
yoctozeptoso he could explain how it works (or should)15:44
yoctozepto2020-02-14 15:08:21.663 29 CRITICAL neutron [req-b7615e16-e470-4444-8342-86fca030273c - - - - -] Unhandled error: oslo_db.exception.DBError: (pymysql.err.InternalError) (1047, 'WSREP has not yet prepared node for application use')15:46
yoctozeptothis one is probably due to timeout and it happened at that 15:01:16 as mariadb was not exactly ready then yet15:46
yoctozeptoit's a very small window that we hit from time to time15:47
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla-ansible stable/train: Fix Cinder Backup access to kernel modules (iscsi_tcp issue)  https://review.opendev.org/70786315:47
mnasiadkayoctozepto: but those aborted connections are also interesting15:47
mnasiadka'error reading communication packets'15:47
yoctozeptomnasiadka: increase haproxy timeout and they are gone15:47
yoctozeptoyeah, haproxy kills them, hence why15:48
mnasiadkamhm15:48
yoctozeptothese are always recoverable it seems15:48
yoctozeptoso not a big deal15:48
yoctozeptojust logs cruft15:48
mnasiadkaok, I'll look into bumping up some debug for mariadb next week15:51
mnasiadkathis is starting to be... weird15:51
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla-ansible stable/stein: Fix Cinder Backup access to kernel modules (iscsi_tcp issue)  https://review.opendev.org/70786615:51
mnasiadkawonder it's only neutron :)15:51
yoctozeptomnasiadka: it's not15:52
yoctozeptomnasiadka: but you have a friend that we can ask about it specifically15:52
yoctozeptoand well, neutron is one of the most talkative15:52
yoctozeptothe best is placement and it was silenced15:52
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla-ansible stable/rocky: Fix Cinder Backup access to kernel modules (iscsi_tcp issue)  https://review.opendev.org/70786715:53
*** bengates has quit IRC16:06
*** TrevorV has quit IRC16:09
hrwhttps://review.opendev.org/707787 - who will vote? zuul gave +116:13
patchbotpatch 707787 - kolla - kibana: enable for non-x86 on Debian/Ubuntu - 1 patch set16:13
dking_desktopThis is probably more of an ironic question, but does anybody here know, when creating a baremetal server (openstack server create ...), where should the DHCP response come from to initiate the PXE boot to deploy_ramdisk, etc.?16:28
mgoddarddking_desktop: neutron dhcp agent on the provisioning network16:34
dking_desktopmgoddard: Could you help suggest how I could troubleshoot that? I'm in the network namespace for the qdhcp-<UUID of the provisioning_network>, but it ignores the requests. I'm not sure where to look for its configuration files yet.16:36
mgoddarddking_desktop: so you can see dhcp requests arriving?16:36
mgoddardpossibly the port did not bind? check neutron logs16:37
mgoddardhave you set a physical_network on the baremetal port? For flat networks this is necessary to enable binding16:37
dking_desktopYes, I can, and it even logs them: DHCPDISCOVER(tapa3b6faa2-e0) <MAC> no address available16:37
dking_desktopWould the port issue be ruled out if introspect worked? AS for the network, I created the provisioning network as a flat network for physnet1. For the baremetal port create, I only set the MAC address and node ID.16:40
dking_desktopSo, I should have used "--physical-network physnet1" when creating the port?16:40
mgoddarddking_desktop: yes16:44
mgoddardI recently updated our ironic docs to include it16:44
mgoddardas someone else had the same issue16:44
dking_desktopOkay. That shouldn't be hard to try. Thanks, I'll try that now.16:46
mgoddardalso check neutron-server logs for errors16:48
*** noxoid has joined #openstack-kolla16:52
dking_desktopOh, there's something: Failed to bind port ... on host ... for vnic_type baremetal using segments [{'network_id': '...', 'segmentation_id': 74, 'physical_network': None, 'id': '...', 'network_type': u'vxlan'}]16:56
dking_desktopI'm also adding "--pxe-enabled" just in case.17:02
yoctozeptomgoddard: precheck in a followup or squasg?17:24
mgoddardyoctozepto: it's a separate issue17:24
yoctozeptomgoddard: ack, thanks,17:24
mgoddarddking_desktop: looks like you're using a vxlan network17:25
mgoddardbetter use the flat network17:25
dking_desktopmgoddard: Where would I specify that?17:26
mgoddardwhen you create the instance, use the flat network17:26
mgoddard--network <net>17:26
noxoiddking_desktop, its what i was telling you in slack17:28
*** chrizl has quit IRC17:33
*** evrardjp has quit IRC17:34
*** evrardjp has joined #openstack-kolla17:34
dking_desktopThat certainly did something!17:41
*** igordc has joined #openstack-kolla17:43
openstackgerritMark Goddard proposed openstack/kayobe master: WIP: CentOS 8  https://review.opendev.org/70769017:54
*** gfidente has quit IRC18:04
*** iniazi has joined #openstack-kolla18:13
dking_desktopmgoddard: Thank you for your help! That did it. I finally have a baremetal node provisioned. It's not connected to any other networks, but at least it's up.18:18
*** vedup19 has quit IRC18:30
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla-ansible master: Fix RabbitMQ hostname address resolution precheck  https://review.opendev.org/70789218:31
yoctozeptohrw, mnasiadka, osmanlicilegi: https://review.opendev.org/#/q/topic:bug/1863094+(status:open) a quickie for cinder-backup18:41
openstackgerritChason Chan proposed openstack/kolla-ansible master: [Docs] Pin kolla-anisble to the same version of quickstart guide  https://review.opendev.org/70789618:45
*** tonythomas has quit IRC18:45
*** negronjl has quit IRC19:06
*** negronjl has joined #openstack-kolla19:10
*** riuzen has joined #openstack-kolla19:15
riuzenTASK [baremetal : Generate /etc/hosts for all of the nodes] ************************************************************************************19:16
riuzenfatal: [node0]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'ansible.vars.hostvars.HostVars object' has no attribute u'node0'\n\nThe error appears to have been in '/home/kolla/.local/ansible/roles/baremetal/tasks/pre-install.yml': line 31, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.19:16
yoctozeptoriuzen: seems node0 failed to gather facts19:17
riuzenencounter that error when bootstrap-server. Has been deploy before with no error but today I trying to deploy again and that error appear. Anyone know how to resolve that?19:17
riuzenyeah, im wondering why that happende. Kolla-ansible 9.019:18
riuzensorry, i found the problem.still using old ansible.19:23
*** vedup19 has joined #openstack-kolla19:25
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla-ansible master: Fix RabbitMQ hostname address resolution precheck  https://review.opendev.org/70789219:26
openstackgerritMerged openstack/kayobe master: Make local kolla-ansible Python executable configurable  https://review.opendev.org/70500019:36
openstackgerritMerged openstack/kayobe master: Revert "Use OpenStack Train release"  https://review.opendev.org/70174719:49
*** riuzen has quit IRC19:53
*** igordc has quit IRC20:15
*** kplant has quit IRC20:36
hrwyoctozepto: done20:55
*** dave-mccowan has quit IRC21:23
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Add support for encrypting backend HAProxy traffic  https://review.opendev.org/66451621:30
openstackgerritMerged openstack/kolla-ansible stable/stein: Fix Cinder Backup access to kernel modules (iscsi_tcp issue)  https://review.opendev.org/70786622:01
openstackgerritMerged openstack/kolla-ansible stable/train: Fix Cinder Backup access to kernel modules (iscsi_tcp issue)  https://review.opendev.org/70786322:17
openstackgerritMerged openstack/kolla-ansible stable/rocky: Fix Cinder Backup access to kernel modules (iscsi_tcp issue)  https://review.opendev.org/70786722:17
*** Tony31 has quit IRC23:03

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!