Wednesday, 2019-12-18

*** patchbot has quit IRC00:11
*** patchbot has joined #openstack-kolla00:12
*** wuchunyang has joined #openstack-kolla00:15
*** dave-mccowan has joined #openstack-kolla00:19
*** wuchunyang has quit IRC00:20
*** wuchunyang has joined #openstack-kolla00:26
*** factor has joined #openstack-kolla00:27
*** wuchunyang has quit IRC00:31
*** xinliang has joined #openstack-kolla00:32
*** k_mouza has joined #openstack-kolla01:00
*** k_mouza has quit IRC01:05
*** dave-mccowan has quit IRC01:16
*** wuchunyang has joined #openstack-kolla01:27
*** wuchunyang has quit IRC01:31
*** thanhba has joined #openstack-kolla01:38
*** wuchunyang has joined #openstack-kolla01:39
*** wuchunyang has quit IRC01:43
thanhbahello every one. i'm fresh install openstack with kolla.01:46
thanhbanow, i want to custom config openstack with `kolla-ansible reconfigure` but it doesn't work01:47
thanhbathis is docs `https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html`, and i use kolla to deploy openstack multi node with `Rocky` Openstack version.01:48
*** dave-mccowan has joined #openstack-kolla01:51
thanhbathis is my `/etc/kolla/globals.yml`http://paste.openstack.org/show/787697/01:51
*** wuchunyang has joined #openstack-kolla02:31
*** factor has quit IRC02:36
*** wuchunyang has quit IRC02:36
openstackgerritYongjun Bai proposed openstack/kolla-ansible master: Fix unable to connect to epmd when deploy rabbitmq by train with ipv6  https://review.opendev.org/69945803:06
*** gouthamr has quit IRC03:14
*** gouthamr has joined #openstack-kolla03:24
*** wuchunyang has joined #openstack-kolla03:25
cosmicsoundManaged to deploy Train with kolla-ansible!03:27
cosmicsoundFinally!!!03:27
oyrogergcosmicsound: Very nice. I would like to do same... one day! So much going on though, it'll have to wait until next year.03:28
*** wuchunyang has quit IRC03:29
*** xinliang has quit IRC03:29
*** thanhba has quit IRC03:34
*** wuchunyang has joined #openstack-kolla03:59
*** wuchunyang has quit IRC04:03
*** goldyfruit has quit IRC04:16
*** skramaja has joined #openstack-kolla04:26
*** dave-mccowan has quit IRC04:46
*** k_mouza has joined #openstack-kolla05:01
*** zainub_wahid has joined #openstack-kolla05:05
*** k_mouza has quit IRC05:06
*** pcaruana has joined #openstack-kolla05:24
*** ricolin has joined #openstack-kolla05:29
*** wuchunyang has joined #openstack-kolla05:50
*** wuchunyang has quit IRC05:54
*** raukadah is now known as chkumar|rover05:58
*** wuchunyang has joined #openstack-kolla06:01
*** wuchunyang has quit IRC06:06
*** wuchunyang has joined #openstack-kolla06:07
*** factor has joined #openstack-kolla06:10
*** wuchunyang has quit IRC06:12
*** factor has quit IRC06:16
*** factor has joined #openstack-kolla06:32
*** xinliang has joined #openstack-kolla06:32
*** shyamb has joined #openstack-kolla06:40
openstackgerritYongjun Bai proposed openstack/kolla-ansible master: Fix unable to connect to epmd when deploy rabbitmq by train with ipv6  https://review.opendev.org/69945806:42
*** k_mouza has joined #openstack-kolla06:45
*** janki has joined #openstack-kolla06:48
*** k_mouza has quit IRC06:49
*** wuchunyang has joined #openstack-kolla06:56
*** wuchunyang has quit IRC07:00
*** cah_link has joined #openstack-kolla07:02
*** iniazi has quit IRC07:17
*** wuchunyang has joined #openstack-kolla07:22
*** TrevorV has joined #openstack-kolla07:23
*** TrevorV has quit IRC07:23
*** wuchunyang has quit IRC07:27
*** zhanglong has joined #openstack-kolla07:32
*** wuchunyang has joined #openstack-kolla07:33
hrwmorning07:38
*** wuchunyang has quit IRC07:38
hrwUpstream ceph will provide centos8 packages for octopus. Py3 only, no older versions07:38
*** zhanglong has quit IRC07:41
*** shyamb has quit IRC07:41
*** zhanglong has joined #openstack-kolla07:42
*** kozhukalov has joined #openstack-kolla07:52
*** zhanglong has quit IRC07:52
*** zhanglong has joined #openstack-kolla07:56
*** zhanglong has quit IRC07:58
*** Chaserjim has quit IRC08:04
*** Chaserjim has joined #openstack-kolla08:04
mnasiadkafine by me08:08
mnasiadkawe will not provide images for octopus Ceph08:08
mnasiadkamorning08:08
*** vesper11 has quit IRC08:09
hrwjust informing in case you do not read ceph-dev08:09
*** ricolin has quit IRC08:11
*** vesper11 has joined #openstack-kolla08:14
*** thanhba has joined #openstack-kolla08:16
*** ricolin has joined #openstack-kolla08:18
thanhbaHello every one, i use openstack kolla to deploy openstack. Now, i want to enable oslo messaging in nova, neutron, cinder, glance, keystone. What should i do?08:20
mnasiadkahrw: I do, there's so much happening recently I have to follow ;)08:21
*** shyamb has joined #openstack-kolla08:35
BlinkizHello. I need help to understand how to test a patch against Neutron. It is about getting IPv6 prefix delegation to work. https://review.opendev.org/#/c/699471/1 . I guess I need to build my own neutron docker image with these changes? Or does it exist a easier way for this tiny patch? Like patching the source kolla is using?08:47
patchbotpatch 699471 - neutron - [WIP] Subnet gateway should be a valid IP - 1 patch set08:47
hrwBlinkiz: k-a has switch 'dev_mode'08:53
hrwthen image gets deployed with code from outside of image08:53
hrwI never used it and no idea how exactly it works08:53
BlinkizMaybe I can copy new file that is patched with the config.json solution? I mean {{ node_config_directory }}/{{ item.key }}/config.json ?08:54
BlinkizModify that file for neutron08:54
hrwno idea, I mostly take care of building part ;(08:55
*** kozhukalov has quit IRC08:58
*** rpittau|afk is now known as rpittau08:59
Blinkizhrw: Cool feature this dev_mode. I need to test it :-)08:59
hrwyw09:00
*** yan0s has joined #openstack-kolla09:04
mnasiadkaBlinkiz: you could use dev_mode, please set neutron_git_repository - the task that does the clone is here - so adjust the vars in your globals.yml: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/neutron/tasks/clone.yml09:04
Blinkizmnasiadka: alright09:05
hrwmnasiadka: https://review.opendev.org/#/q/Ibaacc1cc478b2b2f8196a5da4eea3570d7d310ff please09:09
mnasiadkahrw: done, any more pre-christmas breakages? :)09:10
hrwmnasiadka: hope not09:10
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: WIP: Add AArch64 CI job  https://review.opendev.org/69946409:14
hrwbumped timeout to 3h as we need to build images and do deploy09:14
yoctozeptohrw: check if we are not building too many images09:16
yoctozeptoI remember the regex were flaky09:16
yoctozeptomorning09:16
*** gfidente has joined #openstack-kolla09:16
hrwyoctozepto: https://review.opendev.org/699497 is probably better solution09:16
patchbotpatch 699497 - kolla - Add AArch64 publisher for Debian/source - 1 patch set09:16
yoctozeptok-a jobs need a small subset09:16
yoctozeptoboth are needed solutions :-)09:17
hrwyoctozepto: can you then look at https://review.opendev.org/699464 and fix to build smaller?09:17
patchbotpatch 699464 - kolla-ansible - WIP: Add AArch64 CI job - 5 patch sets09:17
yoctozeptosure, just not sure if I manage today09:17
yoctozeptoa lot other work09:17
hrwthanks09:18
*** wuchunyang has joined #openstack-kolla09:19
*** k_mouza has joined #openstack-kolla09:23
*** shyamb has quit IRC09:23
*** wuchunyang has quit IRC09:23
*** thanhba has quit IRC09:24
*** factor has quit IRC09:33
*** wuchunyang has joined #openstack-kolla09:35
*** dougsz has joined #openstack-kolla09:38
*** wuchunyang has quit IRC09:40
*** shyamb has joined #openstack-kolla09:51
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: OVN Support  https://review.opendev.org/69684109:55
*** factor has joined #openstack-kolla09:57
*** xinliang has quit IRC09:58
*** cah_link has quit IRC10:02
*** Chaserjim has quit IRC10:03
*** Chaserjim has joined #openstack-kolla10:03
*** k_mouza has quit IRC10:07
*** k_mouza_ has joined #openstack-kolla10:07
mnasiadkauhh10:10
mnasiadkacan somebody tell me why we have ceph.client.cinder.keyring and ceph.client.nova.keyring?10:11
mnasiadkathey are identical...10:11
hrwmnasiadka: what if your ceph install is so huge that you have separate keyrings for them?10:12
* hrw lacks knowledge what ceph keyring even is10:12
mnasiadkahrw: imagine having two users, that have the same rights, and nova uses both. :)10:12
hrwmnasiadka: nova uses cinder as image source and then store own images.10:13
hrwor I thought glance instead of cinder...10:13
mnasiadkanova uses glance images pool in Ceph as image source (if the image is in proper format it uses clone on ceph backend)10:14
mnasiadkaand uses cinder volumes pool to mount volumes to instances10:14
mnasiadkaand we have two keys, with the same set of permissions10:14
mnasiadka:)10:14
hrwok10:14
mnasiadkathat can do the mentioned operations, although we configure one for first, second for second10:14
mnasiadkawhile we could use one10:14
hrwpatch to kill nova one?10:15
mnasiadkaeven Ceph docs mention that you should use one10:15
mnasiadkawill do, once we get rid of kolla-ceph10:15
hrw5GB iso with 4MB/s ;(10:15
*** wuchunyang has joined #openstack-kolla10:19
*** wuchunyang has quit IRC10:25
*** k_mouza_ has quit IRC10:27
*** wuchunyang has joined #openstack-kolla10:30
*** janki has quit IRC10:35
*** wuchunyang has quit IRC10:35
*** shyamb has quit IRC10:42
openstackgerritYongjun Bai proposed openstack/kolla-ansible master: Fix unable to connect to epmd when deploy rabbitmq by train with ipv6  https://review.opendev.org/69945810:44
yoctozeptomnasiadka: yeah, it's unnecessary in the usual scenario; otoh, you might have nova without cinder, and cinder without nova ;-)10:57
yoctozeptoI'm also not entirely sure whether cinder really requires access to vms10:58
*** wuchunyang has joined #openstack-kolla10:58
*** shyamb has joined #openstack-kolla10:59
mnasiadkayoctozepto: well, the official Ceph guide mentions separate keys for glance, cinder and cinder-backup10:59
mnasiadkaand let's keep that assumption :D10:59
yoctozeptomnasiadka: it's official for ceph, not nova and cinder ;-)10:59
mnasiadkayoctozepto: well, it's rbd-openstack, so a bit in between :D11:00
yoctozeptoif you have time, maybe message the ml?11:00
*** tbarron_ has joined #openstack-kolla11:00
*** Chaserjim has quit IRC11:00
yoctozeptoI guess cinder/nova/glance folks know best ;-)11:00
*** Chaserjim has joined #openstack-kolla11:00
hrwmnasiadka: what about zun? it uses cinder too iirc11:10
dougszhttps://review.opendev.org/#/c/69801611:10
patchbotpatch 698016 - kolla-ansible - Fix fluentd parsing of WSGI logs - 1 patch set11:10
mnasiadkahrw: yoctozepto is the expert, I assume he can follow up after my changes :)11:10
dougsz^ Simple one if anyone has a minute11:10
yoctozeptodougsz: I believe mnasiadka would not agree he is a simple one11:11
hrw+211:11
yoctozeptolet it merge, LET IT MERGE!11:12
dougsz:D haha, thanks all11:12
openstackgerritDoug Szumski proposed openstack/kolla-ansible stable/train: Fix fluentd parsing of WSGI logs  https://review.opendev.org/69966311:13
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: External Ceph: keys as variables  https://review.opendev.org/68503211:15
hrwdougsz: use 'cherry-pick' button in gerrit instead of sending separate patch11:16
hrwdougsz: so note about cherrypicking will be added11:16
dougszhrw: that's what I did!11:16
hrwdougsz: but you did not waited for merging into master11:17
dougszah - that was the issue11:17
hrwsubmit, merge, backport11:17
dougszI didn't realise you had to wait for the merge for the cherry-pick note, thanks11:18
hrwdougsz: until it is not merged it is not existing. it can get -1 at any moment, someone may abandon it etc11:18
hrwdougsz: similar with rebasing - if patch has +2+2+w then rebase-by-gerrit keeps +2+211:20
hrwI made use of it yesterday when monasca-tfu-grafana fix merged, I rebased my patches11:20
* hrw out - be back in ~2h11:20
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: OVN Support  https://review.opendev.org/69684111:20
*** sri_ has joined #openstack-kolla11:23
*** wuchunyang has quit IRC11:25
*** shyamb has quit IRC11:27
openstackgerritYongjun Bai proposed openstack/kolla-ansible master: Fix unable to connect to epmd when deploy rabbitmq by train with ipv6  https://review.opendev.org/69945811:27
*** wuchunyang has joined #openstack-kolla11:28
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: External Ceph: keys as variables  https://review.opendev.org/68503211:31
*** cah_link has joined #openstack-kolla11:32
*** wuchunyang has quit IRC11:33
*** wuchunyang has joined #openstack-kolla11:52
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: External Ceph: keys as variables  https://review.opendev.org/68503212:00
*** dougsz has quit IRC12:01
skramajait would be great if we get any feedback on https://review.opendev.org/#/c/689090/12:05
patchbotpatch 689090 - kolla - Provision building netcontrold container - 6 patch sets12:05
openstackgerritMerged openstack/kolla stable/rocky: Fix monasca-grafana being unbuildable due to old npm  https://review.opendev.org/69948412:10
*** hjensas has quit IRC12:12
*** gfidente has quit IRC12:14
*** kplant has joined #openstack-kolla12:15
*** dougsz has joined #openstack-kolla12:18
BlinkizAm using neutron_dev_mode: true. It binds "/opt/stack//neutron/neutron:/var/lib/kolla/venv/lib/python2.7/site-packages/neutron:rw". Problem is that it seems neutron_dhcp_agent is running with python 3.6 and not python 2.7.12:25
BlinkizSo it gets all its files from "/var/lib/kolla/venv/lib/python3.6/site-packages/neutron"12:26
BlinkizAm trying to find in the code where the binding is happening in the code. Who is doing it so I can understand why it mounts into python2.7/site-packages/ instead of python3.6/site-packages/ ?12:27
BlinkizAm using latest git pull from stable/train for both kolla and kolla-ansible12:29
*** gfidente has joined #openstack-kolla12:29
Blinkizlatest.. I mean today.12:30
*** mgoddard has quit IRC12:31
openstackgerritMerged openstack/kolla-ansible master: Fix fluentd parsing of WSGI logs  https://review.opendev.org/69801612:33
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: OVN Support  https://review.opendev.org/69684112:38
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: External Ceph: keys as variables  https://review.opendev.org/68503212:39
*** KeithMnemonic1 has joined #openstack-kolla12:44
*** KeithMnemonic has quit IRC12:45
mnasiadkaBlinkiz: well, welcome to python2 vs python3 :)12:46
*** mgoddard has joined #openstack-kolla12:49
hrwBlinkiz: report bug for start.12:50
yoctozepto> Blinkiz: Who is doing ...12:50
yoctozeptoansible12:50
yoctozeptoproblem solved12:51
yoctozeptonext!12:51
yoctozeptoand now seriously - report a bug12:51
kplantspeaking of bugs.. has anyone raised k-a bootstrap-servers failing on centos7 targets in the stable/stein branch?12:51
kplantspecifically on the docker sdk installation12:51
BlinkizAlright. Report bug. But I need to do a workaround for dev_mode. So where is this happening in ansible playbook?12:52
kplanti was going to deploy kolla on some VMs to test s->t12:52
*** ktibi has joined #openstack-kolla12:52
*** mgoddard has quit IRC12:54
*** shyamb has joined #openstack-kolla12:58
*** zainub_wahid has quit IRC12:58
ktibiHi guys, anyone had already make a list with all internet access requierements for install and deploy opk with k-a and kayobe ? (like pip, dockerhub, ....)13:00
hrwktibi: you can keep images in local registry to avoid docker hub13:02
hrwktibi: once you pass 'bootstrap-servers' you probably does not need external network access with local registry13:03
hrwjust make sure that machines you deploy to can resolve/connect registry13:03
ktibihrw Thx, indeed all servers need just access to the registry. Bot the kolla node need internet access for by example python package, base image, or tarball Os image for kayobe.13:06
ktibibut*13:06
*** wuchunyang has quit IRC13:06
hrwktibi: never used kayobe13:07
hrwktibi: pip can use mirror too. maybe not in kayobe but can13:08
hrwktibi: looks like good usecase for patching kayobe13:08
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: External Ceph: keys as variables  https://review.opendev.org/68503213:08
*** mgoddard has joined #openstack-kolla13:09
ktibiBecause I work on infra without web access. So I need to list all requierements. For now, I identified : DockerHub, Pip, RDO repostiory (because I use binary centos), Ansible Galaxy, Tarball os images13:09
ktibiand github for get kolla ;) of course I can use proxy or internal mirror for most things :)13:10
*** jbadiapa has joined #openstack-kolla13:17
egonzalezyou can add a pip.conf in the header block to add your pypi index-url13:21
ktibiegonzalez, for inject the configuration in the base image ?13:22
egonzalezyes, or like we do in build jobs https://github.com/openstack/kolla/blob/master/tests/templates/template_overrides.j2#L713:23
*** csmart has quit IRC13:23
*** jovial[m] has quit IRC13:23
egonzaleza similar template will do most of what you need13:23
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: External Ceph: keys as variables  https://review.opendev.org/68503213:24
ktibithx ;)13:25
*** cah_link has quit IRC13:36
*** vmixor has joined #openstack-kolla13:37
*** cah_link has joined #openstack-kolla13:37
BlinkizHeay. My girlfriend just asked me something. Why the name "kolla"? I don't know, never thought about it. So.. Why the name kolla?13:38
hrwwish I know13:40
dougszWasn't it 'kolla' as in the greek for glue or did I remember incorrectly?13:40
hrwκόλλα ;d13:44
ktibiin greek : kólla13:44
hrwcould be13:44
egonzalezyep, was that13:51
egonzalezfirst docker images were name kollaglue13:52
*** hjensas has joined #openstack-kolla13:52
*** dave-mccowan has joined #openstack-kolla13:58
*** goldyfruit has joined #openstack-kolla14:01
yoctozeptokolla - Greek for 'glue'14:05
hrwhttps://review.opendev.org/#/c/699464/ - vote!14:06
patchbotpatch 699464 - kolla-ansible - WIP: Add AArch64 CI job - 5 patch sets14:06
hrwzuul passed on14:07
hrwnote that +2 is not yet time as it drops other ci jobs.14:07
*** chkumar|rover is now known as chandankumar14:07
*** shyamb has quit IRC14:15
*** priteau has joined #openstack-kolla14:17
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: WIP: Add AArch64 CI job  https://review.opendev.org/69946414:28
hrwthis one just adds job so free to review and vote14:29
yankcrimektibi: some work was done a while ago to facilitate airgapped deployments via kayobe, although i don't think there was ever a formal list of dependencies documented anywhere...14:29
* yankcrime looks at mgoddard14:30
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: Add AArch64 CI job  https://review.opendev.org/69946414:30
yankcrimei bet he has the info somewhere...14:30
hrwfixed comit message14:30
hrwyankcrime: mgoddard is on PTO to next year14:30
yankcrimewhat does he think it is, christmas or something14:30
ktibiyankcrime, ok thx ;) I'll wait for him come back ;)14:32
*** sri_ has quit IRC14:34
yoctozeptoktibi, yankcrime: there is also dougsz and priteau who may know something14:45
priteauI know there's support for pip and yum mirrors, and of course a local docker registry, but there may be more required. Bifrost will probably want to download a CentOS image from cloud.centos.org14:49
dougszWe have air-gapped deployments in the wild, but not using bifrost right now, so most of the functionality should be there14:51
*** TrevorV has joined #openstack-kolla14:55
openstackgerritMerged openstack/kolla stable/stein: Fix monasca-grafana being unbuildable due to old npm  https://review.opendev.org/69948314:55
ktibipriteau, yeah I think DIB download a centos image from the web.14:55
priteauThere are lots of environment variables to override behavior in DIB though14:56
ktibineed to check if I can override this URL on kayoB config14:56
priteauhttps://docs.openstack.org/diskimage-builder/latest/elements/centos7/README.html14:56
priteauSo you would set DIB_DISTRIBUTION_MIRROR into `kolla_bifrost_dib_env_vars` in etc/kayobe/bifrost.yml14:56
ktibiyeah perfect :) same way for IPA ?14:57
priteauMost likely.14:58
priteauThough for IPA Bifrost by default will fetch IPA images, which you can also mirror internally14:59
ktibigreat ;) thx !14:59
*** k_mouza has joined #openstack-kolla15:03
*** wuchunyang has joined #openstack-kolla15:04
*** wuchunyang has quit IRC15:08
*** csmart has joined #openstack-kolla15:10
*** wuchunyang has joined #openstack-kolla15:38
*** wuchunyang has quit IRC15:43
*** csmart has quit IRC15:46
openstackgerritPierre Riteau proposed openstack/kayobe master: Support custom Kolla group_vars  https://review.opendev.org/69888215:46
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: OVN Support  https://review.opendev.org/69684115:47
openstackgerritMerged openstack/kolla stable/train: Fix monasca-grafana being unbuildable due to old npm  https://review.opendev.org/69948215:52
*** chandankumar is now known as raukadah16:10
*** cah_link has quit IRC16:12
*** csmart has joined #openstack-kolla16:22
openstackgerritDoug Szumski proposed openstack/kayobe stable/stein: Add support for custom Elasticsearch config  https://review.opendev.org/69972316:29
openstackgerritDoug Szumski proposed openstack/kayobe stable/rocky: Add support for custom Elasticsearch config  https://review.opendev.org/69972416:29
*** sri_ has joined #openstack-kolla16:30
hrwhttps://review.opendev.org/#/c/699464/ went green. vote ;D16:50
patchbotpatch 699464 - kolla-ansible - Add AArch64 CI job - 7 patch sets16:50
hrwmnasiadka, yoctozepto: ^^16:50
*** ktibi has quit IRC17:04
hrwhttps://review.opendev.org/#/c/699497/ also green17:18
patchbotpatch 699497 - kolla - Add AArch64 publisher for Debian/source - 1 patch set17:18
*** rpittau is now known as rpittau|afk17:21
*** Chaserjim has quit IRC17:22
*** Chaserjim has joined #openstack-kolla17:23
*** gfidente is now known as gfidente|afk17:24
*** wuchunyang has joined #openstack-kolla17:34
openstackgerritPierre Riteau proposed openstack/kayobe master: Support customising nova-conductor and proxy groups for cells  https://review.opendev.org/69897017:37
openstackgerritPierre Riteau proposed openstack/kayobe master: Add Nova Cells documentation  https://review.opendev.org/69897117:37
*** wuchunyang has quit IRC17:40
openstackgerritDoug Szumski proposed openstack/kolla-ansible stable/train: Fix fluentd parsing of WSGI logs  https://review.opendev.org/69966317:46
*** sri_ has quit IRC17:46
dougszcherry-pick message for you hrw ^17:46
*** wuchunyang has joined #openstack-kolla17:48
openstackgerritDoug Szumski proposed openstack/kolla-ansible stable/stein: Fix fluentd parsing of WSGI logs  https://review.opendev.org/69974117:49
openstackgerritDoug Szumski proposed openstack/kolla-ansible stable/rocky: Fix fluentd parsing of WSGI logs  https://review.opendev.org/69974217:51
*** wuchunyang has quit IRC17:52
*** k_mouza has quit IRC17:52
*** dougsz has quit IRC17:56
*** wuchunyang has joined #openstack-kolla17:59
*** wuchunyang has quit IRC18:06
*** Chaserjim has quit IRC18:12
*** Chaserjim has joined #openstack-kolla18:12
kplantyoctozepto: i think i was talking to you about this the other day...18:12
kplanti've successfully upgraded my virtual lab and physical lab from s->t with no hiccups18:13
*** priteau has quit IRC18:19
*** wuchunyang has joined #openstack-kolla18:20
*** wuchunyang has quit IRC18:24
*** wuchunyang has joined #openstack-kolla18:29
*** wuchunyang has quit IRC18:33
*** wuchunyang has joined #openstack-kolla18:34
*** wuchunyang has quit IRC18:42
*** openstackgerrit has quit IRC18:43
*** wuchunyang has joined #openstack-kolla18:44
*** wuchunyang has quit IRC18:48
*** wuchunyang has joined #openstack-kolla18:50
*** wuchunyang has quit IRC18:58
*** wuchunyang has joined #openstack-kolla19:05
*** wuchunyang has quit IRC19:13
*** wuchunyang has joined #openstack-kolla19:19
*** wuchunyang has quit IRC19:26
*** jbadiapa has quit IRC19:31
*** mgoddard has quit IRC19:33
*** mgoddard has joined #openstack-kolla19:34
*** openstackgerrit has joined #openstack-kolla19:41
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Configure services to use Certificate Authority  https://review.opendev.org/69931219:41
*** k_mouza has joined #openstack-kolla19:47
*** k_mouza has quit IRC19:52
yoctozeptokplant: thx for feedback!20:03
*** wuchunyang has joined #openstack-kolla20:07
*** wuchunyang has quit IRC20:16
kplantnp. i'm impressed how hit-less that was20:34
kplantnone of my users noticed20:34
kplantdidn't even tell them i was doing it20:34
yoctozeptonice admin20:35
kplant:-)20:36
mnasiadkaas always, and when a user comes complaining that something is working, you ask "and now?" :D20:36
mnasiadkaAnd then claim you didn't do anything to make it work :)20:37
kplantexactly20:37
*** wuchunyang has joined #openstack-kolla20:38
*** kplant has quit IRC20:47
*** wuchunyang has quit IRC20:52
*** wuchunyang has joined #openstack-kolla20:58
*** wuchunyang has quit IRC21:03
*** wuchunyang has joined #openstack-kolla21:08
*** wuchunyang has quit IRC21:15
*** wuchunyang has joined #openstack-kolla21:17
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Configure services to use Certificate Authority  https://review.opendev.org/69931221:25
*** wuchunyang has quit IRC21:25
*** schwicht has quit IRC21:30
*** wuchunyang has joined #openstack-kolla21:31
*** schwicht has joined #openstack-kolla21:33
*** noxoid_ has joined #openstack-kolla21:34
*** wuchunyang has quit IRC21:36
*** noxoid has quit IRC21:37
*** Chaserjim has quit IRC21:40
*** Chaserjim has joined #openstack-kolla21:41
*** schwicht has quit IRC21:41
*** schwicht has joined #openstack-kolla21:41
*** schwicht has quit IRC21:46
*** schwicht has joined #openstack-kolla21:48
*** noxoid__ has joined #openstack-kolla21:49
*** noxoid_ has quit IRC21:51
*** pcaruana has quit IRC21:54
*** schwicht has quit IRC21:58
*** schwicht has joined #openstack-kolla21:59
*** schwicht has quit IRC21:59
*** schwicht has joined #openstack-kolla22:01
*** schwicht has quit IRC22:06
*** schwicht has joined #openstack-kolla22:06
*** noxoid__ is now known as noxoid22:09
*** TrevorV has quit IRC22:10
*** vmixor has quit IRC22:10
*** Chaserjim has quit IRC22:17
*** Chaserjim has joined #openstack-kolla22:18
*** wuchunyang has joined #openstack-kolla22:27
*** schwicht has quit IRC22:33
*** schwicht has joined #openstack-kolla22:34
*** wuchunyang has quit IRC22:34
*** wuchunyang has joined #openstack-kolla22:35
*** KeithMnemonic1 has quit IRC22:38
*** ktibi has joined #openstack-kolla22:40
*** schwicht has quit IRC22:41
*** schwicht has joined #openstack-kolla22:42
*** wuchunyang has quit IRC22:42
*** schwicht has quit IRC22:42
*** schwicht has joined #openstack-kolla22:43
*** wuchunyang has joined #openstack-kolla22:44
*** ktibi has quit IRC22:45
*** wuchunyang has quit IRC22:51
*** wuchunyang has joined #openstack-kolla22:57
*** wuchunyang has quit IRC23:02
*** goldyfruit_ has joined #openstack-kolla23:23
*** goldyfruit has quit IRC23:24
*** wuchunyang has joined #openstack-kolla23:28
*** wuchunyang has quit IRC23:36
r3ap3ryoctozepto: Just wanted to give you an update from the other day. I did figure out that I needed to update kolla-ansible with "pip install -U kolla-ansible" after doing the initial install. So what you, and mgoddard, were saying before about updating kolla was correct, for me at least. I did get past the failed nova-consoleauth issue...23:39
*** wuchunyang has joined #openstack-kolla23:39
*** schwicht has quit IRC23:39
*** schwicht has joined #openstack-kolla23:40
r3ap3rI have run into something else now, however, I'm failing the TASK [nova : Ensuring config directories exist] now?23:40
r3ap3rIf you have a second would you mind if I posted a screenshot of the full error for you, and anyone else, to take a look at? Maybe it is something simple?23:42
*** wuchunyang has quit IRC23:47
cosmicsoundgood day23:48
r3ap3rhello23:48
cosmicsoundanyone on kolla-ansible train from source has meet such errors on uploading images from init-runtime: HTTP 500 Internal Server Error: The server has either erred or is incapable of performing the requested operation.23:48
cosmicsoundr3ap3r when your tasks are failing23:49
cosmicsoundmake sure to bootstrap again and to cleanup volumes and container cache23:49
cosmicsoundbootstrapping can help23:49
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Copy CA into containers.  https://review.opendev.org/69988823:49
r3ap3rhttps://usercontent.irccloud-cdn.com/file/6v8rJ8zv/config%20directories%20fail%20train.png23:51
*** k_mouza has joined #openstack-kolla23:53
r3ap3rI will try bootstrapping again and then run the deploy again. Still new to kolla so I didn't know I could bootstrap again.23:54
*** wuchunyang has joined #openstack-kolla23:54
*** k_mouza has quit IRC23:58
*** wuchunyang has quit IRC23:59

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