Tuesday, 2020-02-11

openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Add support for encrypting backend HAProxy traffic  https://review.opendev.org/66451600:00
*** gfidente|afk has quit IRC00:51
*** zhanglong has joined #openstack-kolla01:15
*** dciabrin_ has joined #openstack-kolla01:21
*** dciabrin has quit IRC01:22
*** chrizl has quit IRC01:57
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Add support for encrypting backend HAProxy traffic  https://review.opendev.org/66451602:13
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Add support for encrypting backend HAProxy traffic  https://review.opendev.org/66451602:22
*** k_mouza has joined #openstack-kolla02:31
*** negronjl has quit IRC02:34
*** k_mouza has quit IRC02:35
*** negronjl has joined #openstack-kolla02:37
*** pbing19 has joined #openstack-kolla03:42
*** hongbin has joined #openstack-kolla03:48
*** dking_desktop has quit IRC04:23
*** pbing19 has quit IRC04:35
*** hongbin has quit IRC04:41
*** skramaja has joined #openstack-kolla04:45
*** goldyfruit has quit IRC04:49
*** pbing19 has joined #openstack-kolla05:07
*** Tony31 has joined #openstack-kolla05:14
Tony31good morning05:18
*** vesper has quit IRC05:18
*** vesper11 has joined #openstack-kolla05:23
*** iniazi_ is now known as iniazi05:24
*** dcapone2004 has quit IRC05:30
*** evrardjp has quit IRC05:34
*** evrardjp has joined #openstack-kolla05:34
*** igordc has joined #openstack-kolla05:51
*** igordc has quit IRC06:00
openstackgerritYongjun Bai proposed openstack/kolla-ansible master: WIP:Add support  api service TLS.  https://review.opendev.org/70170406:09
openstackgerritYongjun Bai proposed openstack/kolla-ansible master: WIP:Add support  api service TLS.  https://review.opendev.org/70170406:15
*** rgogunskiy has joined #openstack-kolla06:24
mnasiadkamorning07:17
*** cah_link has joined #openstack-kolla07:26
Tony31Hi good morning07:27
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: CI: Add CentOS 8 ceph-ansible job  https://review.opendev.org/70688607:30
Tony31has anyone modified horizons local_settings through kolla ?07:31
Tony31Seems the config is not merged. I applied 2 x settings and it replaced local_settings and now the horizon is not reachable (http error 400)07:32
*** rgogunskiy_ has joined #openstack-kolla07:32
Tony31Do I need to use the entire local_settings config ?07:32
Tony31or is there possibly a different error on my part?07:32
Tony31my other config was merged OK (cinder.conf / keystone.conf)07:33
*** rgogunsk_ has joined #openstack-kolla07:33
*** rgogunskiy has quit IRC07:34
yoctozeptoTony31: morning here indeed07:35
yoctozeptoTony31: good evening there07:36
Tony31Evening :)07:36
yoctozeptoTony31: is this Train?07:36
Tony31Indeed Train07:36
yoctozeptook, looking07:36
Tony31I've removed my kolla local_settings file, and doing a full reconfigure (hoping the default file comes back)07:36
yoctozeptoTony31: the file "to merge" should be named custom_local_settings07:37
Tony31bah - I missed that.07:37
yoctozeptolocal_settings will indeed overwrite everything07:37
Tony31thanks07:37
*** rgogunskiy_ has quit IRC07:37
yoctozeptoTony31: you might generally like https://docs.openstack.org/kolla-ansible/train/reference/index.html07:38
yoctozeptoif kayobe somehow missed to link to that07:38
Tony31oo thanks07:38
Tony31yoctozepto Thanks for the link. Thats what I needed. I only had https://docs.openstack.org/kayobe/latest/configuration/kolla-ansible.html#service-configuration and https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html#openstack-service-configuration-in-kolla07:43
yoctozeptoyw07:44
yoctozeptoworth reporting any docs shortcomings07:44
Tony31I will, but I need to check if I was just blind-reading or something.07:45
Tony31😎07:45
yoctozeptoTony31: looks like the paragraph just above the one mentioned by you has the right link07:46
yoctozeptowell, it's a bit conflated07:46
yoctozeptothe hardest part about software is docs07:47
yoctozeptonot changing my mind07:47
yoctozeptoanyways, we won't feel bad if you drop us reports about docs low quality on https://bugs.launchpad.net/kolla-ansible or https://bugs.launchpad.net/kolla-ansible07:49
yoctozeptoalways something to improve07:49
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: CI: Add CentOS 8 ceph-ansible job  https://review.opendev.org/70688607:54
Tony31I would like to help with it. I dont yet fully understand some things so I am planning to get it working; then I should understand it better07:56
Tony31I may destroy what I have done and set it up again. It's not been difficult. I can then go through the guide again and make notes.07:57
Tony31Some context or "summary" sections would be helpful for n00bs like myself07:57
Tony31internally I always put a "summary" and give a high-level what the doc or JIRA ticket is about07:58
Tony31It also makes it a bit easier to flick through pages to find the right one which you need (in my opinion)07:58
*** tonythomas has joined #openstack-kolla07:58
openstackgerritMerged openstack/kolla-ansible master: Docs: show other versions  https://review.opendev.org/70659507:58
yoctozeptoTony31: indeed it does08:00
openstackgerritMerged openstack/kolla-ansible master: Ironic: fix documentation  https://review.opendev.org/70682208:02
Tony31I'm unable to get the `custom_local_settings` to get applied08:05
Tony31default file is back, which is a good start :)08:06
Tony31the custom local settings file literally has one line: `OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True`08:06
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: Fix hardcoded gnocchi keyring  https://review.opendev.org/70707308:06
Tony31there's no `[DEFAULT]` section in `local_settings`08:08
mnasiadkaTony31: just set horizon_keystone_multidomain: "yes" in kolla's globals.yml08:08
Tony31ok i will try08:08
Tony31I just noticed the custom local settings file is copied to `/etc/kolla/horizon` on the controller08:08
Tony31thank you mnasiadka08:09
*** bengates has joined #openstack-kolla08:10
Tony31mnasiadka - domain support is enabled now, confirmed with grep on the config file.. Just waiting for services to come up.08:14
*** pbing19 has quit IRC08:16
yoctozeptoTony31: this is exactly my override and it works ;-)08:16
openstackgerritChason Chan proposed openstack/kolla master: Docs: show other versions  https://review.opendev.org/70707408:17
Tony31:D08:17
*** xinliang has quit IRC08:19
mnasiadkayoctozepto: https://zuul.opendev.org/t/openstack/build/cd09bc63a3534def93cd71b27131af3f/log/primary/logs/kolla/all-CRITICAL.txt#208:20
mnasiadkayoctozepto: maybe it's time for oslo.db to handle such message? :D08:20
Tony31Last time I configured the "domain" for LDAP, I then had to run some openstack commands to set it up. Is this still the same today or is it done in kolla/kayobe with a config file?08:20
Tony31`openstack domain create mycompany`08:22
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla stable/rocky: Change fetch_fernet_tokens.py behaviour to check for minimum number of tokens  https://review.opendev.org/70596008:22
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla stable/rocky: nova-libvirt: add UEFI packages to support UEFI instances  https://review.opendev.org/70606508:22
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla stable/rocky: [rocky] Bump versions  https://review.opendev.org/70666108:23
yoctozeptoTony31: same08:23
yoctozeptokeystone is not that good at ldap domains08:23
Tony31it makes things slow, right?08:24
yoctozeptomnasiadka: lol, and it's single-node08:25
yoctozeptono errors in mariadb logs gah08:25
yoctozeptoTony31: nah, the performance is fine here because the directory is small08:25
yoctozeptoTony31: but the problem is that the code is fugly and you have to do these things manually08:26
mnasiadkayoctozepto: maybe we need to set some variable on single node to ignore some quirks...08:26
yoctozeptoafter creating domain you have to restart keystone as well08:26
Tony31ok thanks08:26
yoctozeptoto let it pick up the ldap config08:26
yoctozeptoetc.08:26
Tony31understood -08:26
mnasiadkayoctozepto: you don't need to - you can set the domain auth settings using API :)08:26
yoctozeptomnasiadka: well, neutron-server got CRIT08:27
Tony31I am just trying to run some openstack commands now and i get an error that it can't connect to the internal API url08:27
mnasiadkaunless you are very persistent on using config from files :)08:27
yoctozeptomnasiadka: I must've missed that08:27
yoctozeptoI love docs08:27
Tony31running from my local system, sourced the RC file which points to the public url. I try "nova list" and get an error about the internal API08:27
mnasiadkayoctozepto: yeah well, regarding mariadb and neutron - we either add 1047 to oslo.db filter, or we fix mariadb - chose one :)08:27
yoctozeptoTony31: doesn't the rc tell it to use internal APIs?08:28
*** carli has joined #openstack-kolla08:28
Tony31RC file points to the public url08:28
mnasiadkayoctozepto: https://docs.openstack.org/api-ref/identity/v3/?expanded=create-domain-configuration-detail#create-domain-configuration :)08:28
*** priteau has joined #openstack-kolla08:28
mnasiadkayoctozepto: of course openstackclient does not support that, but curl does ;)08:28
yoctozeptomnasiadka: no idea, maybe we should just use upstream mariadb as on ubuntu as this one has some weirdness08:29
yoctozeptomnasiadka: must be the reason I did not use it! :D08:29
mnasiadkayoctozepto: I had hundreds of keystone domains each using different ldap server :)08:29
hrwmorning08:29
yoctozeptomnasiadka: I am really puzzled as to how a single-node mariadb managed to produce that error message08:30
Tony31ok, so. I get an error about being unable to connect to the internal api if I use `nova list` but the command works if I use `openstack server list`.08:31
mnasiadkayoctozepto: well, is there a big version difference between centos and ubuntu?08:31
Tony31I guess this is probably normal -08:31
yoctozeptomnasiadka: same minor, different patch, newer galera in this - though always the issue is that centos downstream does its own patches08:32
yoctozeptoso hard to compare08:32
mnasiadkaugh, I love these ugly approaches08:32
yoctozeptoTony31: old commands use different variables08:33
yoctozeptoI believe rc provides proper only for new osc08:33
Tony31ah ok - i need to get used to it :)08:33
*** pbing19 has joined #openstack-kolla08:40
hrwfolks: infra type images work for all-in-one local install. I now need to get that working on CI. any help?08:42
hrwhttps://review.opendev.org/#/c/698753/ https://review.opendev.org/#/c/706982/ implement kolla and kolla-ansible parts08:42
patchbotpatch 698753 - kolla - WIP: Create 'infra' type of images - 12 patch sets08:42
patchbotpatch 706982 - kolla-ansible - WIP: Use 'infra' type of images - 1 patch set08:42
*** jopdorp has joined #openstack-kolla08:43
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: Fix fernet bootstrap and key distribution - follow up  https://review.opendev.org/70708008:44
*** riuzen has joined #openstack-kolla08:45
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: WIP: Use 'infra' type of images  https://review.opendev.org/70698208:45
hrwthis may help08:45
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: WIP: Use 'infra' type of images  https://review.opendev.org/70698208:47
hrwand CI jobs slashed08:47
*** dking_desktop has joined #openstack-kolla08:47
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: CI: Add CentOS 8 ceph-ansible job  https://review.opendev.org/70688608:52
*** rpittau|afk is now known as rpittau08:55
*** xinliang has joined #openstack-kolla08:55
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: External Ceph: Fix hardcoded gnocchi keyring  https://review.opendev.org/70707308:59
*** dking_desktop has quit IRC09:02
*** dougsz has joined #openstack-kolla09:14
openstackgerritMerged openstack/kolla stable/rocky: Fixes fluentd for rocky  https://review.opendev.org/70671309:19
*** Tony31 has quit IRC09:20
*** k_mouza has joined #openstack-kolla09:21
*** gbatir_ has joined #openstack-kolla09:26
mgoddardmorning all09:33
gbatir_hello all09:33
gbatir_i've been testing ovn using this patch https://review.opendev.org/#/c/696841/89 for the last few weeks09:34
patchbotpatch 696841 - kolla-ansible - OVN Support - 89 patch sets09:34
gbatir_on a 16 node cluster09:34
gbatir_and it seems to work great09:35
gbatir_but going over 150-200 vms i get hit by these issues09:35
gbatir_https://www.openvswitch.org/support/ovscon2019/day1/1436-OVSCON-Nouman.pdf09:36
gbatir_is it possible to deploy by default ovn with those intervals increased from the default of 5s09:37
gbatir_?09:37
riuzenhi, i want to try magnum service on kolla-ansible, any recommendation which openstack version or ansible-kolla should i use?09:37
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: WIP: Use 'infra' type of images  https://review.opendev.org/70698209:38
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: CI: Add CentOS 8 ceph-ansible job  https://review.opendev.org/70688609:38
mnasiadkagbatir_: Hi there, currently not - but I can add these to the deployment - so a user can fine tune them - thanks for the reference09:40
mnasiadkaI'll sync the defaults with tripleo09:43
*** ivve has joined #openstack-kolla09:53
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: OVN Support  https://review.opendev.org/69684110:01
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/train: Ironic: fix documentation  https://review.opendev.org/70709010:04
mgoddardriuzen: train is the latest openstack release, although Stein has had more exposure10:07
*** tony31 has joined #openstack-kolla10:07
tony31whats the best way to restart keystone?10:08
tony31kill the container or ?10:09
tony31I done `docker restart keystone`10:10
openstackgerritMark Goddard proposed openstack/kayobe master: [ussuri][goal] Drop python 2.7 support and testing  https://review.opendev.org/69561710:12
mgoddardtony31: that's correct10:13
tony31thank you10:13
jopdorpHi all, I've been working on a multinode deployment of kolla10:16
jopdorpwith ceph10:16
tony31had to use red hat docs to figure out how to make the default `admin` openstack user, be able to set domain context of the domain, so I could add a project under the domain10:16
jopdorpand I found that there weere plenty of challenges along the way10:16
tony31ref: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.0/html/integrate_with_identity_service/sec-active-directory10:16
jopdorpRight now I'm still working on getting cloudkitty to run10:17
jopdorpIf anyone is interested I could extend the documentation10:17
jopdorpwrite something like a production example, those were useful in the openstack-ansible docs10:18
tony31sounds great :)10:19
jopdorptony31, what kind of deployment are you working on?10:20
tony31jopdorp I am using kayobe to learn about it and deploy it for a single org.10:20
tony31...to replace an old Pike/TripleO deployment that cannot be updated or maintained10:20
jopdorpkayobe is a deployment on kubernetes right?10:20
tony31from what I understand about it, kayobe deploys kolla-ansible10:21
jopdorpmgoddard, any idea about the cloudkitty images? they seem to be unavailable10:21
tony31someone could correct me if I am wrong10:21
jopdorpright10:22
jopdorpmaybe i should give it a try too10:22
jopdorpI'm trying out different openstack deployment approaches as a research for out new public cloud :)10:22
jopdorphttps://pastebin.com/C5HWhTbD10:23
jopdorpcloudkitty image seems to be unavailable10:23
tony31well having experience of tripleo, I don't recommend that unless you have a team of people that know it very well.10:24
tony31I am a lone person that is doing this for my org, and kayobe so far is fantastic in comparisson10:24
jopdorpnice10:25
jopdorpI did openstack-ansible10:25
jopdorpand kolla ansible10:25
openstackgerritMerged openstack/kolla master: Docs: show other versions  https://review.opendev.org/70707410:25
tony31I just checked the ansible file for kayobe and `cloudkitty` is there as an option to enable10:25
jopdorpwith some scripts to automate provisioning the bare metal with maas10:25
mnasiadkajopdorp: as per https://docs.openstack.org/kolla/latest/support_matrix.html - cloudkitty does not build for ubuntu/binary10:25
jopdorpmnasiadka great link!10:26
jopdorpmaybe I'll migrate the entire cluster to centos then10:26
jopdorpseems to have slightly better support10:27
*** priteau has quit IRC10:28
*** riuzen has quit IRC10:31
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Ironic: fix documentation again  https://review.opendev.org/70709310:32
openstackgerritMark Goddard proposed openstack/kolla-ansible master: WIP: Symlink deploy-guide to docs  https://review.opendev.org/70709610:36
openstackgerritMark Goddard proposed openstack/kolla-ansible master: DNM: change docs  https://review.opendev.org/70709710:36
mgoddardjopdorp: cloudkitty images are unavailable for ubuntu/binary: https://docs.openstack.org/kolla/latest/support_matrix.html10:39
mgoddardoops, mnasiadka got there first10:39
jopdorphaha10:40
jopdorpthanks!10:40
jopdorpI've destroyed the cluster, now trying it with centos10:40
mgoddardgood plan :p10:40
jopdorphehe10:40
jopdorpis binary release even recommended?10:40
jopdorpI'm using the binaries because I think it might be faster to deploy and may give less problems, as the compilation can't fail anymore10:41
tony31general question if that's ok? My devops guys are deploying into kubernetes. At the moment we use google GKE as well as internally > kubernetes on VMs on Openstack. I have looked at OKD Which is the open source Openshift. Is there an openstack project which gives the same? Would it be `Zun` ?10:41
jopdorpis there any better docs to get octavia to run than this? https://www.lijiawang.org/posts/kolla-octavia.html10:42
jopdorpbecause that one is kind of chinese :p10:42
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: Remove kolla-ceph  https://review.opendev.org/70430910:43
mnasiadkajopdorp: binary vs source - https://docs.openstack.org/kolla/latest/admin/image-building.html#build-openstack-from-source10:43
jopdorpthanks mnasiadka10:44
jopdorpis it correct to think that i need to install octavia to get loadbalancing to work?10:45
*** pbing19 has quit IRC10:45
jopdorpbecause when i pressed the loadbalancer item in horizon i got all these errors saying that the load balancer endpoint couldn't be found10:45
mnasiadkayes, octavia is the lbaas implementation10:47
*** tony31 has quit IRC10:52
jopdorpmnasiadka, any better docs about how to configure the certificates than this https://www.lijiawang.org/posts/kolla-octavia.html10:53
jopdorp?10:53
mnasiadkajopdorp: the official octavia one should be good? https://docs.openstack.org/octavia/latest/admin/guides/certificates.html10:54
jopdorpah, great, thanks!10:54
jopdorpI'm now deploying without octavia10:55
*** tony31 has joined #openstack-kolla10:55
mgoddardjopdorp: if you are using train, there was a bug about us configuring certificates incorrectly10:56
jopdorpmnasiadka if I want to add the service separately, is it correct that I enable it in globals.yml and then do "kolla-ansible -i ./multinode deploy --tags octavia" or are there more steps? or do i need to use "reconfigure" ?10:56
mgoddardfix was proposed here: https://review.opendev.org/70620310:56
patchbotpatch 706203 - kolla-ansible - Adapt to Octavia Certificate Configuration Guide. - 3 patch sets10:56
jopdorpmaybe I will wait for the fix10:57
jopdorpanyway it's good to know how to add services to a running cluster, without interrupting my clinet's vms10:57
jopdorpclients10:57
jopdorpjust deploy with the --tags?10:57
jopdorpi read that for adding compute nodes i need to use reconfigure10:58
jopdorpbut that's not the same as adding services10:58
tony31I need to check cinder api log but the /var/log/cinder is empty in the container. Could anyone tell me where do the logs go?11:00
jopdorpthey should be on the controller node11:01
tony31think i found it11:01
tony31`/var/log/kolla/cinder`11:01
jopdorpyeah11:01
tony31thanks :)11:01
jopdorp:p no problem, I'm also still a total noob, but hope to be giving other people some more support soon ^_^11:02
jopdorpmnasiadka and mgoddard, are you employed by a kolla foundation or something?11:02
*** priteau has joined #openstack-kolla11:03
mgoddardjopdorp: http://stackhpc.com/11:03
mgoddardconsultancy available :)11:03
*** pbing19 has joined #openstack-kolla11:04
tony31what is a "weighted backend" my cinder api error was that "no weighted backend found for volume type"11:05
tony31during volume create11:05
priteautony31: Cinder has a scheduler which goes through filters and weighers to select where to host your volume. This probably means that your request didn't find any backend that can be used.11:12
*** zhanglong has quit IRC11:12
*** zhanglong has joined #openstack-kolla11:15
tony31Hi Priteau, I think you are right. I must have mis-config somewhere. I'll work on it tomorrow, as now I am in dire need of food. Thanks for responding. :)11:19
jopdorpmgoddard http://stackhpc.com/ looks interesting!11:21
*** rpittau is now known as rpittau|bbl11:21
mgoddardjopdorp: it is :)11:22
jopdorpso you guys developed kayobe?11:24
jopdorphaha11:24
jopdorpokay, you basically made it by yourself :p11:24
jopdorp80% of all commits xD11:25
openstackgerritChason Chan proposed openstack/kayobe master: Docs: show other versions  https://review.opendev.org/70711311:25
jopdorpmaybe I'll give kayobe a try too11:26
jopdorpI've been writing a ton of scripts to be able to deploy kolla to unprovisioned machines in one go11:27
jopdorplooks like you did the same, but are much much further, mgoddard11:28
mgoddardjopdorp: I can recommend kayobe. Completely unbiased :)11:28
jopdorplol11:32
jopdorpI completely believe you11:32
*** sluna has joined #openstack-kolla11:34
*** tony31 has quit IRC11:34
mgoddardseriously though, sounds like it might fit your needs11:38
hrwhttps://marcin.juszkiewicz.com.pl/2020/02/11/my-whole-carrier-is-built-on-foss/11:40
*** pbing19 has quit IRC11:46
yoctozeptohrw: The page isn’t redirecting properly11:47
hrwreload11:47
yoctozeptobetter11:47
jopdorpmgoddard, I think it might!11:47
jopdorpsee you later! gotto go :)11:48
*** jopdorp has quit IRC11:48
cosmicsoundgood day11:49
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: CI: Add CentOS 8 ceph-ansible job  https://review.opendev.org/70688611:53
*** vmixor has joined #openstack-kolla11:55
hrw2020-02-11T10:58:31.160997132Z ++ ln -s /etc/openstack-dashboard/custom_local_settings /openstack_dashboard/local/custom_local_settings.py11:57
hrw2020-02-11T10:58:31.164582162Z ln: failed to create symbolic link '/openstack_dashboard/local/custom_local_settings.py': No such file or directory11:57
hrwagain horizon ;(11:57
hrwto fix this and infra should pass all-in-one on CI11:57
*** Wasaac has quit IRC12:00
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add CentOS 8 ceph-ansible job  https://review.opendev.org/70688612:00
*** Wasaac has joined #openstack-kolla12:00
hrwhm... extend_start.sh for horizon is wrong...12:09
hrw2020-02-11T10:58:31.160569937Z ++ CUSTOM_SETTINGS_FILE=/openstack_dashboard/local/custom_local_settings.py12:09
hrw${SITE_PACKAGES} became empty12:09
*** ricolin has quit IRC12:10
*** Wasaac has quit IRC12:11
*** Wasaac has joined #openstack-kolla12:12
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: WIP: Create 'infra' type of images  https://review.opendev.org/69875312:13
hrwadded small hack to horizon12:14
*** lklimin has joined #openstack-kolla12:15
*** kplant has joined #openstack-kolla12:19
*** gfidente has joined #openstack-kolla12:21
*** bengates has quit IRC12:38
openstackgerritYongjun Bai proposed openstack/kolla-ansible master: Add support for encrypting nova api  https://review.opendev.org/70713112:39
* hrw off12:40
*** bengates has joined #openstack-kolla12:54
openstackgerritMerged openstack/kayobe master: Docs: show other versions  https://review.opendev.org/70711312:54
*** vmixor has quit IRC12:55
*** vmixor has joined #openstack-kolla12:58
*** carli has quit IRC13:01
*** tony31 has joined #openstack-kolla13:03
*** mixor has joined #openstack-kolla13:03
*** vmixor has quit IRC13:04
openstackgerritMark Goddard proposed openstack/kayobe master: Stop gzipping logs in get-logs.sh  https://review.opendev.org/70713713:05
cosmicsoundGuess the undercloud is not recommended to be my working pc13:13
*** goldyfruit has joined #openstack-kolla13:18
tony31Unable to get this cinder backend to work. Config matches what I have running in prod and as far as I Can see the doc is still the same https://docs.openstack.org/cinder/train/configuration/block-storage/drivers/nimble-volume-driver.html. The error in the scheduler log is that the backend is not found. There is no log in the api log.13:18
tony31I've restarted the containers cinder api and cinder scheduler13:19
tony31also ran reconfigure.13:19
tony31Is there possibly anything else I've missed ?13:19
*** rpittau|bbl is now known as rpittau13:22
tony31kolla.yml has both `kolla_enable_cinder: yes` and `kolla_enable_cinder_backend_iscsi: yes`13:22
*** vmixor has joined #openstack-kolla13:25
*** mixor has quit IRC13:26
*** ne0h|nihilist has joined #openstack-kolla13:28
*** zhanglong has quit IRC13:33
*** zhanglong has joined #openstack-kolla13:34
mnasiadkatony31: I think we are not installing nimble drivers in cinder-volume image13:38
tony31I done a search and the nimble.py is there13:38
tony31but i am not sure if that is correct / all that is required13:39
tony31could you explain some more? maybe I could check / confirm?13:39
mnasiadkaor maybe it's in tree13:39
tony31is there meant to be a cinder volume container?13:40
mnasiadkathey removed it in Ussuri from in-tree, so should work13:40
tony31i have only cinder-api and cinder-scheduler13:40
tony31Sorry I dont understand "tree"13:41
mnasiadkain-tree means it should be included in cinder code13:43
mnasiadkatony31: but I'm pretty sure you need cinder-volume13:43
tony31I am wondering if there should be a cinder-volume container ?13:43
tony31`# docker ps | grep cind13:44
tony31cinder_api13:44
yoctozeptotony31: sleepless night?13:45
mnasiadkatony31: there should be, but you need a node in [storage] group13:45
tony31yes this cinder problem causing it :)13:45
tony31bah13:45
tony31thanks - I dont have any storage nodes because I have external storage - I thought13:46
tony31can I add the controller node as a storage node?13:47
mnasiadkashould work, it's external storage - I assume Nova will just take iscsi urls from Cinder13:48
mnasiadkatony31: but I would rethink twice using Nimble with Cinder - in Ussuri support for it has been removed13:49
mnasiadkatony31: https://opendev.org/openstack/cinder/commit/83267c72ae6f66eb3d368296676cc1cdd9837e8813:49
mnasiadkaand in Train it was marked as unsupported13:49
*** reph has joined #openstack-kolla13:50
cosmicsoundHow much experience do you people have with SSDs running OSes and failing if not on RAID13:50
tony31mnasiadka thats no problem as far as I understand this, it's just because nimble storage / hpe is not maintaining the driver. I'll have to deploy the driver myself during the ussuri upgrade (somehow)13:50
tony31cosmicsound - I have smasung enterprise grade 500gb ssd's in a Lenovo running raid for almost 3 years only.13:51
tony31no issues yet13:51
tony31Do I need to manually add something like `[storage]` in the kayobe inventory file ?13:52
tony31ok - there is a storage group in the groups file, so I copied that to the hosts inventory and added the controller node under it13:55
tony31will try a host configure / reconfigure deploy13:55
*** kplant has quit IRC14:03
*** pbing19 has joined #openstack-kolla14:05
*** kplant has joined #openstack-kolla14:07
*** zhanglong has quit IRC14:28
*** TrevorV has joined #openstack-kolla14:36
*** goldyfruit has quit IRC14:38
*** goldyfruit has joined #openstack-kolla14:38
*** dking_desktop has joined #openstack-kolla14:40
openstackgerritViktor Michalek proposed openstack/kolla-ansible master: Support for custom API paste files  https://review.opendev.org/69505414:43
*** reph has quit IRC14:47
*** reph has joined #openstack-kolla14:48
openstackgerritViktor Michalek proposed openstack/kolla-ansible master: Added support for custom logging.conf  https://review.opendev.org/67981214:48
openstackgerritViktor Michalek proposed openstack/kolla-ansible master: Support for custom API paste files  https://review.opendev.org/69505414:49
openstackgerritViktor Michalek proposed openstack/kolla-ansible master: Adds support of CADF notifying for other APIs next to keystone.  https://review.opendev.org/67457914:49
dking_desktopyoctozepto: Sorry, it seems that I managed to be logged out this morning. Was there any update?14:50
dking_desktopI'm wondering what the common scenario is for Ironic with k-a with regard to VLANs.14:53
*** skramaja has quit IRC14:56
*** reph has quit IRC14:58
*** reph has joined #openstack-kolla14:58
tony31`2020-02-11 22:23:58.264 43 WARNING cinder.utils [-] Volume driver (NimbleISCSIDriver 4.0.1) is currently unsupported and may be removed in the next release of OpenStack.  Use at your own risk.15:11
tony31the driver section in cinder.conf`15:11
tony31😬15:11
*** rgogunsk_ has quit IRC15:18
openstackgerritJulia Kreger proposed openstack/kayobe master: [docs] Change CoreOS URLs to Centos URLs fir IPA  https://review.opendev.org/70717115:26
*** gfidente has quit IRC15:27
*** jopdorp has joined #openstack-kolla15:28
jopdorpany idea about trove-dashboard crashing horizon?15:28
jopdorpi get this when accessing horizon dashboard:15:28
openstackgerritMark Goddard proposed openstack/kayobe master: [docs] Change CoreOS URLs to Centos URLs fir IPA  https://review.opendev.org/70717115:28
jopdorphttps://pastebin.com/7W6eNNAy15:28
*** gfidente has joined #openstack-kolla15:32
*** chrizl has joined #openstack-kolla15:39
*** gbatir_ has quit IRC15:52
*** KeithMnemonic has quit IRC15:56
*** Trevor_V has joined #openstack-kolla16:03
openstackgerritMark Goddard proposed openstack/kayobe master: [docs] Change CoreOS URLs to Centos URLs fir IPA  https://review.opendev.org/70717116:06
*** TrevorV has quit IRC16:07
*** dcapone2004 has joined #openstack-kolla16:13
*** ivve has quit IRC16:13
*** Wasaac has quit IRC16:48
*** reph has quit IRC16:48
*** Wasaac has joined #openstack-kolla16:49
jopdorpI can't get my vm's to connect to the internet :(16:51
jopdorpthen I found this: https://docs.openstack.org/install-guide/launch-instance-networks-provider.html16:51
jopdorpbut running "openstack network create --share --external --provider-physical-network provider --provider-network-type flat provider"16:51
jopdorpgives me an error16:51
jopdorpError while executing command: BadRequestException: 400, Invalid input for operation: physical_network 'provider' unknown for flat provider network.16:51
jopdorpI thought i didn't need to enable provider networks in globals to get internet connection for a vm. I've successfully install openstack with kolla ansible now16:52
*** kplant has quit IRC16:52
jopdorpand i ran the  init script kollavenv/share/kolla-ansible/init-runonce16:53
*** kplant has joined #openstack-kolla16:53
jopdorpbut the demo vm doesn't have an internet connection16:53
*** kplant has quit IRC16:57
*** kplant has joined #openstack-kolla16:58
*** pbing19 has quit IRC16:59
*** rpittau is now known as rpittau|afk17:00
*** priteau has quit IRC17:00
*** bengates has quit IRC17:01
*** bengates has joined #openstack-kolla17:01
yoctozeptodking_desktop: not aware of any updates17:04
dking_desktopOkay. Thanks for the info. I'm just setting ironic_inspector_internal_fqdn to the external entry in globals.yml. That's probably not the best solution, but it works for me for now.17:06
openstackgerritMerged openstack/kayobe master: [docs] Change CoreOS URLs to Centos URLs fir IPA  https://review.opendev.org/70717117:07
*** dave-mccowan has joined #openstack-kolla17:09
mgoddarddking_desktop: ironic networking can be fiddly, especially if you want multi-tenancy17:11
mgoddardthe nodes need to be able to access the internal API network from the cleaning and provisioning networks (if different)17:12
mgoddardalso cleaning and provisioning share the same TFTP server, so routing may need to be provided for this17:12
mgoddardwe configure the TFTP server on teh internal API network, and assume routing exists from cleaning and provisioning networks to get to it17:13
jopdorpmgoddard, no tips for getting networking to work for the vms?17:15
dking_desktopIn my current setup, we're using VLANs to isolate networks. However, our baremetal nodes' PXE functionality doesn't handle VLANs. Already, I'm going to be using the native VLAN on the switch port to direct untagged traffic to the VLAN I'm using for my dnsmasq interface. I'm not certain how such nodes could also access the separate internal API network before they're provisioned.17:16
mgoddardjopdorp: the external network needs to have a gateway configured that can access the internet17:16
*** ivve has joined #openstack-kolla17:16
mgoddarddking_desktop: the ironic_dnsmasq container is just for inspection. Neutron provides DHCP for provisioning and cleaning17:17
jopdorpmgoddard, does that mean I need to have provider networks enabled in globals?17:17
mgoddardjopdorp: not necessarily17:17
mgoddarddking_desktop: have you looked at networking-generic-switch or networking-ansible to manage VLANs on your switches?17:18
*** pbing19 has joined #openstack-kolla17:18
mgoddardor other vendor-specific drivers if supported by your switches17:18
jopdorpmgoddard, when i try to create a network from horizon with a subnet that is the same as my physical subnet which contains the gateway, it just fails17:18
mgoddardyou can only have one flat network per physnet17:19
jopdorpdoes this make sense?17:19
jopdorppublic1-subnet10.0.2.0/24IPv410.10.8.114917:19
jopdorpthe gateway on a different cidr than the subnet itself17:20
dking_desktopNo, I haven't looked at that yet. Once things are running, we'll be looking at building tools to automate changes on the switch.17:20
dking_desktopI'm not certain that I understand what you are suggesting, though.  Are you suggesting that the nodes first be introspected, and then change the switch ports to have untagged packets routed differently later? I'm sorry if I'm missing the intent.17:22
mgoddardjopdorp: nope. gateway must be on the subnet otherwise it could not be reached17:23
*** igordc has joined #openstack-kolla17:24
jopdorpmgoddard, does that mean I need to create an ip on the compute host within the cidr 10.0.2.0/24 and create a gateway in that cidr too?17:26
jopdorpI'm not sure where the 10.0.2.0/24 idea comes from, why didn't it use a cidr that was configured in one of my network interfaces17:26
mgoddarddking_desktop: if you aren't changing VLANs I'd suggest using flat networking for now. cleaning == provisioning == tenant network17:28
mgoddardjopdorp: init-runonce is just for testing. In production you need to create a network using a subnet that has internet access17:28
mgoddardin your case 10.10.8.017:29
jopdorpthanks17:29
jopdorpI'm doing that now17:29
jopdorp:p hope it's gonna work! launching an isntance now :)17:31
dking_desktopThanks for the tips. I might look into that more in just a bit.17:31
jopdorpomg yes!17:32
jopdorpmgoddard, you are the bomb!17:32
mgoddardjopdorp: boom17:32
*** evrardjp has quit IRC17:34
*** evrardjp has joined #openstack-kolla17:34
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Construct service configuration urls using kolla_internal_fqdn  https://review.opendev.org/70662717:42
*** k_mouza has quit IRC17:42
*** dougsz has quit IRC17:56
*** igordc has quit IRC18:02
*** igordc has joined #openstack-kolla18:06
*** jopdorp has quit IRC18:09
*** tonythomas has quit IRC18:13
*** k_mouza has joined #openstack-kolla18:13
*** k_mouza has quit IRC18:18
mnasiadkamgoddard, yoctozepto, osmanlicilegi, hrw: workaround for bindep failures (caused by new virtualenv) on centos7 merged, you can recheck your changes if they failed on RETRY_LIMIT18:21
*** hjensas has quit IRC18:21
*** umbSublime has quit IRC18:23
*** bersace has quit IRC18:24
*** bersace has joined #openstack-kolla18:29
yoctozeptomnasiadka: ack, thanks - btw what's the workaround?18:30
mnasiadkayoctozepto: https://review.opendev.org/#/c/707200/ - tl;dr - running chmod in base-jobs :)18:30
patchbotpatch 707200 - opendev/base-jobs - Workaround root virtualenv break with v20 (MERGED) - 4 patch sets18:30
mnasiadkayoctozepto: proper fix is merged but all images need to be rebuilt18:31
yoctozeptomnasiadka: rotfl18:32
mnasiadkayoctozepto: well, it is what it is :D18:33
mnasiadkayoctozepto: virtualenv 20.0 made my day in a lot open source projects :)18:33
yoctozeptomnasiadka: glad I had other assignments :-)18:33
hrwmnasiadka: yay...18:34
hrwqueued anyway18:34
*** hjensas has joined #openstack-kolla18:44
*** imcsk8 has joined #openstack-kolla18:44
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Construct service REST API urls using configured protocol  https://review.opendev.org/70723318:52
*** gfidente is now known as gfidente|afk18:56
mnasiadkahrw: linaro london mirror in some weird state? https://zuul.opendev.org/t/openstack/build/7f40c50c9572418ba55742bfed01d941/log/job-output.txt#98919:01
*** pbing19 has quit IRC19:23
openstackgerritMerged openstack/kayobe master: [ussuri][goal] Drop python 2.7 support and testing  https://review.opendev.org/69561719:56
*** tony31 has quit IRC20:02
openstackgerritMerged openstack/kolla stable/stein: [stein] Bump versions  https://review.opendev.org/70666020:03
*** Wasaac has quit IRC20:15
*** Wasaac_ has joined #openstack-kolla20:15
*** Wasaac_ is now known as Wasaac20:16
*** rgogunskiy has joined #openstack-kolla20:33
*** rgogunskiy has quit IRC20:37
openstackgerritGaëtan Trellu proposed openstack/kolla-ansible master: Use internal API for masakari-monitor  https://review.opendev.org/69771220:38
*** ne0h|nihilist has quit IRC20:57
*** kplant has quit IRC21:02
openstackgerritMerged openstack/kolla stable/rocky: Change fetch_fernet_tokens.py behaviour to check for minimum number of tokens  https://review.opendev.org/70596021:09
*** Wasaac has quit IRC21:11
*** Wasaac has joined #openstack-kolla21:12
*** noxoid has quit IRC21:29
*** Trevor_V has quit IRC21:37
dking_desktopWhat would be the correct channel for openstack cli questions?21:52
*** vmixor has quit IRC21:59
goldyfruitdking_desktop, #openstack-sdks22:07
dking_desktopgoldyfruit: Thank you very much.22:07
openstackgerritMerged openstack/kolla stable/rocky: [rocky] Bump versions  https://review.opendev.org/70666122:07
*** umbSublime has joined #openstack-kolla22:11
*** cah_link has quit IRC22:32
sorin-mihaigiven that https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.0_release_notes/rhel-8_0_0_release#deprecated_functionality at 5.5.15. Security mentions that "libselinux-python is available only through its module", should this be mentioned in the quickstart?23:17
sorin-mihaiwhithout the fix everyone will get a hard "Error: Unable to find a match: python-devel libselinux-python"23:21
sorin-mihaior, since libselinux-python3 is already installed by default, add a mention to install python3-devel or platform-python-devel instead of python-devel, for centos 8?23:28
sorin-mihaier, platform-python-devel doesn't seem enough, so scratch that, but python3-devel still seems a better option23:30
*** reph has joined #openstack-kolla23:33
*** igordc has quit IRC23:46

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