*** erhudy has quit IRC | 00:00 | |
openstackgerrit | Marcus Williams proposed openstack/kolla-ansible: [WIP] Split Openvswitch into own role https://review.openstack.org/416793 | 00:12 |
---|---|---|
openstackgerrit | Marcus Williams proposed openstack/kolla-ansible: [WIP] Add OpenDaylight role https://review.openstack.org/416367 | 00:12 |
*** lmasiero has joined #openstack-kolla | 00:13 | |
kfox1111 | sorry. got stuck in a meeting. | 00:15 |
kfox1111 | sbezverk: did you figure it out or still need help? | 00:15 |
kfox1111 | sbezverk: looksl ike there are single quotes around the $(ls...)' ? | 00:15 |
kfox1111 | that might be the issue | 00:15 |
klindgren_ | hello - I have an kolla-ansible question. Is it possible to have a way to jsut execute the role playbooks directly? Lie right now I want to just do stuff with glance. I have been using: | 00:17 |
klindgren_ | ansible-playbook --check --diff -i /root/kolla-ansible/ansible/inventory/glance-only -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla --tags glance -e action=deploy /root/kolla-ansible/ansible/site.yaml | 00:17 |
klindgren_ | but wondering if I could just execute against say: /rroot/kolla-ansible/ansible/roles/glance/tasks/start.yml | 00:18 |
klindgren_ | ? | 00:18 |
klindgren_ | I get an ansible-playbook error, but wondering if the idea of what I want to do is feasible? | 00:18 |
openstackgerrit | Marcus Williams proposed openstack/kolla-ansible: [WIP] Add OpenDaylight role https://review.openstack.org/416367 | 00:19 |
*** goldyfruit has quit IRC | 00:21 | |
kfox1111 | sbezverk: I commeted a bit. | 00:25 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Switch keystone jobs to global api https://review.openstack.org/417234 | 00:31 |
openstackgerrit | Marcus Williams proposed openstack/kolla-ansible: [WIP] Split Openvswitch into own role https://review.openstack.org/416793 | 00:32 |
kfox1111 | interesting: The image repository prefix can be changed via the environment variable KUBE_REPO_PREFIX as a temporary solution #35948 | 00:39 |
*** sdake has joined #openstack-kolla | 00:42 | |
sdake | hey peeplez | 00:46 |
kfox1111 | hi | 00:46 |
sdake | sup kfox1111 | 00:47 |
sdake | i'm on a plane back to phx atm | 00:47 |
portdirect | hey o/ | 00:47 |
sdake | should be in in an hour | 00:47 |
sdake | sup portdirect | 00:47 |
portdirect | kfox1111: you get that json working? | 00:47 |
kfox1111 | portdirect: if we named our containers with -amd64, that prefix trick would have just worked. :/ | 00:47 |
sdake | boy cattle class sucks | 00:47 |
portdirect | kfox1111: i know :( | 00:47 |
kfox1111 | portdirect: yeah. I think so. but sbezverk doesn't seem to be here to try it. | 00:47 |
kfox1111 | portdirect: maybe we shoould ask for a followon ps to rename it back? | 00:48 |
portdirect | froma quick grock - may also need quotes round the image? | 00:48 |
kfox1111 | portdirect: yeah. a | quote. | 00:48 |
kfox1111 | wana add to the review or have me do it? | 00:49 |
kfox1111 | whatever's easier. | 00:49 |
portdirect | kfox1111: we could/should try that - though Jeffrey4l (i think) had some potentially valid converns - though i think we just need to explain the logic better (whih i failed to do at the time) | 00:49 |
portdirect | kfox1111: for the json im just a nosy bystander :) | 00:49 |
kfox1111 | yeah. I think proposing the rename back and explaining its required by k8s naming convention might help? | 00:50 |
kfox1111 | portdirect: k. I'll add the comment, as I still have gerrit up. | 00:50 |
portdirect | nice -though i think the line 9 error may be a deeper issue - the multiline statement is nine lines long... | 00:51 |
kfox1111 | line 9 error? | 00:51 |
portdirect | ignore that | 00:52 |
kfox1111 | k | 00:53 |
portdirect | sbezverk, mentioned that the parser was throwing up at line 19, which is the number of lines in that the end pf the multiline statement - can you do that in json? | 00:53 |
portdirect | may have to be a single line horror. :/ | 00:54 |
portdirect | yeah - think it does :( | 00:57 |
kfox1111 | I've had some relatively good luck bringing the string into python, | 00:57 |
kfox1111 | running it through json.loads and then slicing the string at the char it complains about. | 00:57 |
kfox1111 | pretty sure it was the quotes he was using though. | 00:57 |
portdirect | i wnet the other way 2 sec | 00:57 |
kfox1111 | with the comments in the review, I think it gets rid of the quoting issues. | 00:58 |
portdirect | http://paste.openstack.org/show/594185/ | 00:58 |
kfox1111 | yeah. | 00:59 |
kfox1111 | I don't think the ls -A is right though. | 00:59 |
kfox1111 | and the single quotes in it are messing with things. | 00:59 |
*** Pavo has quit IRC | 00:59 | |
kfox1111 | cause the whole thing was ' quote escaped. | 00:59 |
portdirect | http://stackoverflow.com/questions/2392766/multiline-strings-in-json :( | 01:00 |
kfox1111 | yeah. the ting though is its json in yaml, | 01:00 |
kfox1111 | so there's another parser involved too. | 01:00 |
kfox1111 | really messes with things. :/ | 01:00 |
portdirect | still needs to be valid json | 01:00 |
kfox1111 | I really had hoped it would get out of beta for 1.5. :/ | 01:00 |
kfox1111 | yup. | 01:01 |
kfox1111 | its valid enough json once the quote issue is resolved. | 01:01 |
portdirect | yeah - its gonna be out in 1.6, then we can ahve all the fun of converting stuff :D | 01:01 |
kfox1111 | it ends up eating the newlines, but the ';''s are good enough. | 01:01 |
kfox1111 | we use the pattern alot in other places. | 01:01 |
portdirect | in init containers? | 01:02 |
kfox1111 | yeah. | 01:02 |
portdirect | oh - I'll shutup then :D whoops! | 01:02 |
kfox1111 | see, like: https://github.com/openstack/kolla-kubernetes/blob/master/helm/microservice/cinder-backup/templates/cinder_backup.yaml | 01:02 |
kfox1111 | well, | 01:03 |
portdirect | https://github.com/openstack/kolla-kubernetes/blob/master/helm/microservice/cinder-backup/templates/cinder_backup.yaml#L50-L51 <<-got it | 01:03 |
kfox1111 | https://github.com/openstack/kolla-kubernetes/blob/master/helm/kolla-common/templates/_common_api_python_deployment.yaml | 01:03 |
kfox1111 | there's one with multiple lines. | 01:03 |
portdirect | common theme there is no indentation - though i dont think that should matter | 01:04 |
kfox1111 | yeah. | 01:04 |
kfox1111 | but its all being apassed to the -c argument of sh in one string. | 01:04 |
kfox1111 | so ws really doesn't matter. :) | 01:04 |
kfox1111 | kind of amazing it works at all. ;) | 01:05 |
kfox1111 | but has worked pretty well for a long time. | 01:06 |
portdirect | yeah - and I've checked, deffo not valid json - but I've seen it working - and have never noticed before - another day another new bit of info :D | 01:08 |
kfox1111 | well, its run through yaml first. | 01:09 |
kfox1111 | load the whole thing in python, | 01:09 |
kfox1111 | then read out the string from the attribute. | 01:09 |
kfox1111 | it does parse out as valid json from there for me. | 01:09 |
kfox1111 | pre'helm, we were validating that field through yaml/json on every commit. | 01:10 |
kfox1111 | probably should reimplement that test at somepoint on the helm side, | 01:10 |
kfox1111 | but we have full blown gating now, so less important. | 01:10 |
portdirect | doh of course - its is valid yaml | 01:12 |
kfox1111 | the whole json in yaml thing is sketchy. :) | 01:12 |
kfox1111 | but it mostly works. | 01:12 |
kfox1111 | really really hope 1.6 has it pure yaml. | 01:13 |
* portdirect runs off to make yo dawg meme | 01:13 | |
kfox1111 | its far too useful to leave it bata any longer. | 01:13 |
* kfox1111 chuckles | 01:13 | |
portdirect | oh also, this blew my mind: https://github.com/kubernetes/minikube/issues/973 | 01:15 |
portdirect | check out the triage time on that | 01:15 |
kfox1111 | wow | 01:15 |
portdirect | 14 mins from determining what was causing bug to new iso released | 01:17 |
*** sdake has quit IRC | 01:17 | |
kfox1111 | nice. | 01:19 |
*** adrian_otto has quit IRC | 01:20 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Switch keystone jobs to global api https://review.openstack.org/417234 | 01:21 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP helm repository container and service https://review.openstack.org/417474 | 01:24 |
kfox1111 | wow... openstack's so broken. :/ | 01:24 |
kfox1111 | trove went through some huge effort to add encrypted oslo.rpc just to try and fix their security problem without adding a zaqar dependency. | 01:25 |
kfox1111 | still doesn't prevent them from being dos'ed though. | 01:25 |
kfox1111 | while zaqar could just fix all of this. :/ | 01:25 |
kfox1111 | the big tent has really not been kind to openstack. :/ | 01:25 |
sbezverk | kfox1111: what is broken now? | 01:26 |
kfox1111 | sbezverk: just the openstack big tent. | 01:26 |
kfox1111 | nothing new. just more symptoms of that. | 01:26 |
kfox1111 | zaqar could solve alot of folks commons problems but no one wants to be the first to start depending on it. :/ | 01:28 |
kfox1111 | so the hacks apon hacks containue... | 01:29 |
kfox1111 | and this is where k8s will progress, where openstack will fail. :/ | 01:29 |
kfox1111 | heh... it must be friday... | 01:30 |
*** jascott1- has joined #openstack-kolla | 01:30 | |
sbezverk | kfox1111: zaqar is the replacement for rabbitmq? | 01:30 |
*** goldyfruit has joined #openstack-kolla | 01:31 | |
*** goldyfruit has quit IRC | 01:31 | |
*** goldyfruit has joined #openstack-kolla | 01:31 | |
kfox1111 | zaqar's message queing. think of it more as a multitenant message queue that's http based. | 01:32 |
kfox1111 | and that's trove's problem. they need multitenant like security, | 01:32 |
kfox1111 | and a way to talk back and forth through neutron. | 01:32 |
kfox1111 | and http's great at that. | 01:33 |
*** sayantan_ has quit IRC | 01:33 | |
kfox1111 | but they chose to solve it by just opening up a rabbitmq and adding a layer of "security" by encrypting the messages. | 01:33 |
kfox1111 | protects now from cross tenant message injection, but still a user could cram the rabbit full of junk. | 01:33 |
*** hieulq_ has joined #openstack-kolla | 01:34 | |
kfox1111 | and dos another tenants ability to do stuff on their own vm's. | 01:34 |
kfox1111 | pretty much any advanced openstack service that has a guest agent could benifit from zaqar. but none of them want to be the first to depend on it. | 01:34 |
*** hieulq_ has quit IRC | 01:35 | |
kfox1111 | emagine just how messed up if no one wanted to depend on nova or cinder back in the day. :/ | 01:35 |
kfox1111 | ah well. onward and upword. | 01:35 |
sbezverk | kfox1111: :) | 01:38 |
*** goldyfruit has quit IRC | 01:39 | |
sbezverk | kfox1111: if one user dos rabbitmq it will be a suicide | 01:39 |
sbezverk | usually dos attacks do not cause harm to initiators ;-) | 01:39 |
sbezverk | at least it is the case in the networking area | 01:40 |
kfox1111 | yeah. | 01:40 |
kfox1111 | I'm glad they are making progress. because before, you could potentially own some other tenants data. | 01:40 |
kfox1111 | now at least its just down to a dos thing. so we might be able to redeploy trove soon. | 01:41 |
kfox1111 | but still. all for not wanting to depend on another openstack service. sad. | 01:41 |
kfox1111 | horizon would really really benifit from it too. | 01:41 |
kfox1111 | no more polling. it could just hook into zaqar and nova could push updates right to the browser. | 01:41 |
kfox1111 | horizon said they really would like that too, but they are scared of depending on zaqar too. | 01:42 |
kfox1111 | ok. gotta head out. have a good one! :) | 01:42 |
sbezverk | have a great weekend!! | 01:42 |
kfox1111 | you too! (if we dont talk this weekend. :) | 01:43 |
kfox1111 | oh,, so close... down to create-keystone-user jobs... | 01:43 |
kfox1111 | will fix tonight probably. | 01:43 |
*** MasterOfBugs has quit IRC | 01:47 | |
*** ssurana has joined #openstack-kolla | 01:54 | |
*** ssurana has quit IRC | 01:54 | |
*** saneax is now known as saneax-_-|AFK | 02:05 | |
*** QuentinM has joined #openstack-kolla | 02:06 | |
*** ajafo has joined #openstack-kolla | 02:08 | |
*** caowei has joined #openstack-kolla | 02:20 | |
*** hieulq_ has joined #openstack-kolla | 02:25 | |
*** zhubingbing has joined #openstack-kolla | 02:28 | |
*** hieulq_ has quit IRC | 02:31 | |
*** jrich523 has quit IRC | 02:32 | |
*** unicell has quit IRC | 02:35 | |
*** Jeffrey4l_ has quit IRC | 02:38 | |
openstackgerrit | Wei Cao proposed openstack/kolla-ansible: Add karbor ansible role https://review.openstack.org/402229 | 03:06 |
*** mgiles has quit IRC | 03:12 | |
*** sdake has joined #openstack-kolla | 03:12 | |
sdake | sdake at home :) | 03:12 |
sdake | sup peeps | 03:12 |
sdake | sdake at home :) | 03:12 |
openstackgerrit | Wei Cao proposed openstack/kolla-ansible: Add freezer ansible role https://review.openstack.org/402224 | 03:14 |
*** rhallisey has quit IRC | 03:21 | |
*** lmasiero has quit IRC | 03:42 | |
*** lmasiero has joined #openstack-kolla | 03:45 | |
*** lmasiero has quit IRC | 03:50 | |
*** lmasiero has joined #openstack-kolla | 03:50 | |
openstackgerrit | Wei Cao proposed openstack/kolla-ansible: Add freezer ansible role https://review.openstack.org/402224 | 03:53 |
*** sdake_ has joined #openstack-kolla | 03:55 | |
*** sdake_ has quit IRC | 03:55 | |
*** sdake_ has joined #openstack-kolla | 03:55 | |
*** lmasiero has quit IRC | 03:57 | |
*** sdake has quit IRC | 03:59 | |
*** zhubingbing has quit IRC | 03:59 | |
*** lmasiero has joined #openstack-kolla | 04:02 | |
*** lmasiero has quit IRC | 04:06 | |
openstackgerrit | Wei Cao proposed openstack/kolla-ansible: all.yml should be in alphabetical order https://review.openstack.org/417573 | 04:09 |
*** prameswar has joined #openstack-kolla | 04:11 | |
*** lmasiero has joined #openstack-kolla | 04:11 | |
*** lmasiero has quit IRC | 04:15 | |
*** lmasiero has joined #openstack-kolla | 04:20 | |
openstackgerrit | Wei Cao proposed openstack/kolla: Add .project and .pydevproject to .gitignore https://review.openstack.org/417574 | 04:20 |
*** lmasiero has quit IRC | 04:25 | |
*** lmasiero has joined #openstack-kolla | 04:29 | |
*** zhubingbing has joined #openstack-kolla | 04:31 | |
*** lmasiero has quit IRC | 04:34 | |
*** lmasiero has joined #openstack-kolla | 04:38 | |
*** lmasiero has quit IRC | 04:43 | |
*** lmasiero has joined #openstack-kolla | 04:47 | |
*** lmasiero has quit IRC | 04:54 | |
*** lmasiero has joined #openstack-kolla | 04:59 | |
*** jascott1 has quit IRC | 05:00 | |
*** jascott1- is now known as jascott1 | 05:00 | |
*** lmasiero has quit IRC | 05:03 | |
*** lmasiero has joined #openstack-kolla | 05:08 | |
*** lmasiero has quit IRC | 05:12 | |
*** lmasiero has joined #openstack-kolla | 05:17 | |
*** lmasiero has quit IRC | 05:22 | |
*** sdake_ has quit IRC | 05:24 | |
*** lmasiero has joined #openstack-kolla | 05:26 | |
*** lmasiero has quit IRC | 05:30 | |
*** lmasiero has joined #openstack-kolla | 05:35 | |
*** unicell has joined #openstack-kolla | 05:39 | |
*** lmasiero has quit IRC | 05:40 | |
*** adrian_otto has joined #openstack-kolla | 05:42 | |
*** lmasiero has joined #openstack-kolla | 05:44 | |
*** lmasiero has quit IRC | 05:49 | |
*** lmasiero has joined #openstack-kolla | 05:53 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP helm repository container and service https://review.openstack.org/417474 | 05:56 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: WIP Add helm-repository image https://review.openstack.org/417426 | 05:56 |
*** lmasiero has quit IRC | 05:58 | |
*** lmasiero has joined #openstack-kolla | 06:02 | |
*** lmasiero has quit IRC | 06:07 | |
*** lmasiero has joined #openstack-kolla | 06:12 | |
*** lmasiero has quit IRC | 06:16 | |
*** lmasiero has joined #openstack-kolla | 06:21 | |
*** lmasiero has quit IRC | 06:25 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Add helm-repository image https://review.openstack.org/417426 | 06:27 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Helm repository container and service https://review.openstack.org/417474 | 06:27 |
*** lmasiero has joined #openstack-kolla | 06:30 | |
*** g3ek has quit IRC | 06:31 | |
*** haplo37 has quit IRC | 06:31 | |
*** lmasiero has quit IRC | 06:34 | |
*** lamt has joined #openstack-kolla | 06:34 | |
*** lmasiero has joined #openstack-kolla | 06:39 | |
*** g3ek has joined #openstack-kolla | 06:41 | |
*** prameswar has quit IRC | 06:41 | |
*** haplo37 has joined #openstack-kolla | 06:42 | |
*** lmasiero has quit IRC | 06:43 | |
*** lmasiero has joined #openstack-kolla | 06:48 | |
*** lmasiero has quit IRC | 06:52 | |
openstackgerrit | qiankun.zhang proposed openstack/kolla: Install tacker-horizon into horizon image,add Bug https://review.openstack.org/407810 | 06:56 |
*** salv-orlando has joined #openstack-kolla | 06:56 | |
*** lmasiero has joined #openstack-kolla | 06:57 | |
*** prameswar has joined #openstack-kolla | 06:59 | |
openstackgerrit | qiankun.zhang proposed openstack/kolla: Install tacker-horizon into horizon image https://review.openstack.org/407810 | 07:00 |
*** salv-orlando has quit IRC | 07:00 | |
*** lmasiero has quit IRC | 07:02 | |
*** lmasiero has joined #openstack-kolla | 07:06 | |
*** prameswar has quit IRC | 07:08 | |
*** lmasiero has quit IRC | 07:11 | |
*** lmasiero has joined #openstack-kolla | 07:15 | |
*** zhubingbing has quit IRC | 07:16 | |
*** lmasiero has quit IRC | 07:20 | |
*** lmasiero has joined #openstack-kolla | 07:25 | |
openstackgerrit | qiankun.zhang proposed openstack/kolla-ansible: Enable tacker-horizon when enable_tacker is yes https://review.openstack.org/407822 | 07:28 |
*** lmasiero has quit IRC | 07:30 | |
*** lmasiero has joined #openstack-kolla | 07:34 | |
*** lmasiero has quit IRC | 07:38 | |
*** caowei has quit IRC | 07:42 | |
*** lmasiero has joined #openstack-kolla | 07:43 | |
*** lmasiero has quit IRC | 07:48 | |
*** lmasiero has joined #openstack-kolla | 07:52 | |
*** lmasiero has quit IRC | 07:56 | |
*** salv-orlando has joined #openstack-kolla | 07:57 | |
*** lmasiero has joined #openstack-kolla | 08:01 | |
*** salv-orlando has quit IRC | 08:01 | |
*** pcaruana has joined #openstack-kolla | 08:02 | |
*** lmasiero has quit IRC | 08:06 | |
*** lmasiero has joined #openstack-kolla | 08:10 | |
*** lmasiero has quit IRC | 08:15 | |
*** saneax-_-|AFK is now known as saneax | 08:15 | |
*** lmasiero has joined #openstack-kolla | 08:19 | |
*** lmasiero has quit IRC | 08:24 | |
*** hieulq_ has joined #openstack-kolla | 08:28 | |
*** lmasiero has joined #openstack-kolla | 08:29 | |
*** zhubingbing has joined #openstack-kolla | 08:29 | |
*** hieulq_ has quit IRC | 08:30 | |
*** saneax is now known as saneax-_-|AFK | 08:31 | |
*** lmasiero has quit IRC | 08:33 | |
*** lmasiero has joined #openstack-kolla | 08:38 | |
openstackgerrit | jianyi proposed openstack/kolla-ansible: Add zun ansible role https://review.openstack.org/416179 | 08:39 |
*** caowei has joined #openstack-kolla | 08:41 | |
*** lmasiero has quit IRC | 08:42 | |
*** lmasiero has joined #openstack-kolla | 08:47 | |
*** zhubingbing has quit IRC | 08:50 | |
*** lmasiero has quit IRC | 08:51 | |
*** lmasiero has joined #openstack-kolla | 08:56 | |
*** salv-orlando has joined #openstack-kolla | 08:58 | |
*** lmasiero has quit IRC | 09:01 | |
*** salv-orlando has quit IRC | 09:02 | |
*** lmasiero has joined #openstack-kolla | 09:05 | |
*** lmasiero has quit IRC | 09:09 | |
*** zhubingbing has joined #openstack-kolla | 09:10 | |
*** lmasiero has joined #openstack-kolla | 09:14 | |
openstackgerrit | chen.xing proposed openstack/kolla: [WIP]Add monasca images https://review.openstack.org/417593 | 09:18 |
*** lmasiero has quit IRC | 09:19 | |
*** lmasiero has joined #openstack-kolla | 09:23 | |
*** zhubingbing has quit IRC | 09:25 | |
openstackgerrit | chen.xing proposed openstack/kolla: [WIP]Add monasca images https://review.openstack.org/417593 | 09:26 |
*** caowei has quit IRC | 09:27 | |
*** lmasiero has quit IRC | 09:28 | |
*** lmasiero has joined #openstack-kolla | 09:33 | |
*** lmasiero has quit IRC | 09:37 | |
*** lmasiero has joined #openstack-kolla | 09:42 | |
*** hieulq_ has joined #openstack-kolla | 09:44 | |
*** hieulq_ has quit IRC | 09:46 | |
*** lmasiero has quit IRC | 09:46 | |
*** zhubingbing has joined #openstack-kolla | 09:48 | |
*** lmasiero has joined #openstack-kolla | 09:51 | |
*** lmasiero has quit IRC | 09:55 | |
*** adrian_otto has quit IRC | 09:56 | |
*** salv-orlando has joined #openstack-kolla | 09:59 | |
*** lmasiero has joined #openstack-kolla | 10:00 | |
*** salv-orlando has quit IRC | 10:03 | |
*** lmasiero has quit IRC | 10:05 | |
*** lmasiero has joined #openstack-kolla | 10:09 | |
*** lmasiero has quit IRC | 10:14 | |
*** lmasiero has joined #openstack-kolla | 10:18 | |
*** hieulq_ has joined #openstack-kolla | 10:20 | |
*** lmasiero has quit IRC | 10:23 | |
*** hieulq_ has quit IRC | 10:23 | |
*** hieulq_ has joined #openstack-kolla | 10:26 | |
*** lmasiero has joined #openstack-kolla | 10:27 | |
*** hieulq_ has quit IRC | 10:29 | |
*** prameswar has joined #openstack-kolla | 10:32 | |
*** lmasiero has quit IRC | 10:32 | |
*** lmasiero has joined #openstack-kolla | 10:37 | |
*** lmasiero has quit IRC | 10:41 | |
*** pbourke has quit IRC | 10:42 | |
*** hieulq_ has joined #openstack-kolla | 10:43 | |
*** pbourke has joined #openstack-kolla | 10:43 | |
*** lmasiero has joined #openstack-kolla | 10:46 | |
*** prameswar has quit IRC | 10:47 | |
*** hieulq_ has quit IRC | 10:48 | |
*** lmasiero has quit IRC | 10:50 | |
*** hieulq_ has joined #openstack-kolla | 10:52 | |
*** hieulq_ has quit IRC | 10:52 | |
*** sp_ has quit IRC | 10:54 | |
*** lmasiero has joined #openstack-kolla | 10:55 | |
*** hieulq_ has joined #openstack-kolla | 10:57 | |
*** lmasiero has quit IRC | 10:59 | |
*** salv-orlando has joined #openstack-kolla | 11:00 | |
*** lmasiero has joined #openstack-kolla | 11:04 | |
*** salv-orlando has quit IRC | 11:04 | |
*** sp_ has joined #openstack-kolla | 11:06 | |
*** lmasiero has quit IRC | 11:08 | |
*** hieulq_ has quit IRC | 11:10 | |
*** lmasiero has joined #openstack-kolla | 11:13 | |
*** lmasiero has quit IRC | 11:17 | |
*** lmasiero has joined #openstack-kolla | 11:22 | |
*** lmasiero has quit IRC | 11:27 | |
*** lmasiero has joined #openstack-kolla | 11:31 | |
*** lmasiero has quit IRC | 11:36 | |
*** lmasiero has joined #openstack-kolla | 11:41 | |
*** lmasiero has quit IRC | 11:45 | |
*** lmasiero has joined #openstack-kolla | 11:50 | |
*** lmasiero has quit IRC | 11:57 | |
openstackgerrit | jianyi proposed openstack/kolla-ansible: Add zun ansible role https://review.openstack.org/416179 | 11:58 |
*** salv-orlando has joined #openstack-kolla | 12:01 | |
*** salv-orlando has quit IRC | 12:05 | |
*** bjolo has joined #openstack-kolla | 12:09 | |
*** saneax-_-|AFK is now known as saneax | 12:11 | |
*** saneax is now known as saneax-_-|AFK | 12:14 | |
bjolo | ls | 12:15 |
*** bjolo has quit IRC | 12:15 | |
*** bjolo has joined #openstack-kolla | 12:15 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: Enable fluentd deployment in gate https://review.openstack.org/417599 | 12:20 |
zhubingbing | hello guys | 12:20 |
*** saneax-_-|AFK is now known as saneax | 12:31 | |
*** sdake has joined #openstack-kolla | 12:50 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible: Add designate_mdns fact into precheck https://review.openstack.org/417603 | 12:50 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla: Fix zaqar container https://review.openstack.org/407757 | 12:55 |
*** sdake_ has joined #openstack-kolla | 12:55 | |
*** sdake has quit IRC | 12:56 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible: Ansible config for nova-serialproxy console https://review.openstack.org/415870 | 13:01 |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: WIP add fluentd role https://review.openstack.org/407392 | 13:22 |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: Add fluentd role https://review.openstack.org/407392 | 13:23 |
*** saneax is now known as saneax-_-|AFK | 13:24 | |
*** sdake has joined #openstack-kolla | 13:57 | |
*** sdake_ has quit IRC | 14:00 | |
openstackgerrit | chen.xing proposed openstack/kolla: [WIP] Add vitrage images https://review.openstack.org/417593 | 14:11 |
*** sp__ has joined #openstack-kolla | 14:12 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Add helm-repository image https://review.openstack.org/417426 | 14:42 |
*** lmasiero has joined #openstack-kolla | 14:45 | |
*** lmasiero has quit IRC | 14:56 | |
*** sdake_ has joined #openstack-kolla | 14:57 | |
*** hieulq_ has joined #openstack-kolla | 14:58 | |
*** sdake has quit IRC | 14:59 | |
*** sp__ has quit IRC | 15:06 | |
*** salv-orlando has joined #openstack-kolla | 15:18 | |
*** sdake_ has quit IRC | 15:20 | |
*** sdake has joined #openstack-kolla | 15:20 | |
*** hieulq_ has quit IRC | 15:26 | |
*** dave-mccowan has joined #openstack-kolla | 15:44 | |
*** lmasiero has joined #openstack-kolla | 15:45 | |
*** salv-orl_ has joined #openstack-kolla | 15:54 | |
*** dave-mcc_ has joined #openstack-kolla | 15:56 | |
*** salv-orlando has quit IRC | 15:56 | |
*** dave-mccowan has quit IRC | 15:57 | |
*** Pavo has joined #openstack-kolla | 15:58 | |
*** matrohon has joined #openstack-kolla | 15:58 | |
*** sdake_ has joined #openstack-kolla | 16:05 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Helm repository container and service https://review.openstack.org/417474 | 16:07 |
*** sdake has quit IRC | 16:07 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Add helm-repository image https://review.openstack.org/417426 | 16:10 |
*** matrohon has quit IRC | 16:14 | |
*** lmasiero has quit IRC | 16:20 | |
*** Pavo has quit IRC | 16:21 | |
*** dave-mcc_ has quit IRC | 16:30 | |
*** matrohon has joined #openstack-kolla | 16:43 | |
*** Pavo has joined #openstack-kolla | 16:43 | |
*** salv-orl_ has quit IRC | 16:49 | |
*** matrohon has quit IRC | 16:51 | |
*** Pavo has quit IRC | 16:59 | |
openstackgerrit | Merged openstack/kolla-ansible: Add "---" for designate roles https://review.openstack.org/398108 | 17:00 |
openstackgerrit | Merged openstack/kolla-ansible: Move ceilometer precheck into its own role https://review.openstack.org/415635 | 17:00 |
*** prameswar has joined #openstack-kolla | 17:02 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move aodh precheck into its own role https://review.openstack.org/404389 | 17:07 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move aodh precheck into its own role https://review.openstack.org/404389 | 17:09 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move aodh precheck into its own role https://review.openstack.org/404389 | 17:10 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Switch keystone jobs to global api https://review.openstack.org/417234 | 17:16 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move congress precheck into its own role https://review.openstack.org/413971 | 17:16 |
*** bmace has quit IRC | 17:19 | |
*** bmace has joined #openstack-kolla | 17:19 | |
*** prameswar has quit IRC | 17:23 | |
sbezverk | kfox1111: when you have a chance please check: https://review.openstack.org/417474 I tested it in my local testbed and both "git" and "tar" are working. I cannot add it to the gate test as the image is not yet avialable. | 17:27 |
kfox1111 | sbezverk: morning. | 17:27 |
kfox1111 | k. I'll have a look. | 17:27 |
*** Pavo has joined #openstack-kolla | 17:33 | |
kfox1111 | sbezverk: looking good. :) | 17:40 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Switch keystone jobs to global api https://review.openstack.org/417234 | 17:44 |
kfox1111 | sbezverk: after we get further along, maybe we make a "deploymentkit" super package. has stuff like the helm registry, and a docker registry in it? | 17:45 |
*** Pavo has quit IRC | 17:46 | |
sbezverk | kfox1111: sounds good | 17:49 |
*** Pavo has joined #openstack-kolla | 17:53 | |
*** Pavo has quit IRC | 17:54 | |
*** Pavo has joined #openstack-kolla | 18:00 | |
*** Pavo has quit IRC | 18:01 | |
*** zhubingbing has quit IRC | 18:02 | |
*** zhubingbing has joined #openstack-kolla | 18:03 | |
*** Pavo has joined #openstack-kolla | 18:05 | |
*** mattmceuen has joined #openstack-kolla | 18:14 | |
*** zhubingbing has quit IRC | 18:17 | |
*** sdake_ has quit IRC | 18:20 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Helm repository container and service https://review.openstack.org/417474 | 18:23 |
*** sdake has joined #openstack-kolla | 18:27 | |
*** Pavo has quit IRC | 18:27 | |
*** sdake has quit IRC | 18:29 | |
*** sdake has joined #openstack-kolla | 18:39 | |
kfox1111 | bummer... so close and so far... :) | 18:42 |
kfox1111 | almost got "the chip" running docker. but the kernel needs to be rebuilt it seems. | 18:43 |
*** sdake_ has joined #openstack-kolla | 18:49 | |
*** sdake has quit IRC | 18:50 | |
*** sayantan_ has joined #openstack-kolla | 18:58 | |
*** sdake_ has quit IRC | 18:59 | |
*** awiddersheim has joined #openstack-kolla | 19:38 | |
*** awiddersheim has quit IRC | 20:01 | |
*** sdake has joined #openstack-kolla | 20:06 | |
*** sdake has quit IRC | 20:27 | |
*** msimonin has joined #openstack-kolla | 20:40 | |
portdirect | kfox1111: ping | 20:51 |
portdirect | have you tested: https://review.openstack.org/#/c/417181/2 without haproxy? LGTM but would be more comfortable merging it if we ran it through the gate without haproxy once first. | 20:52 |
*** dave-mccowan has joined #openstack-kolla | 21:03 | |
kfox1111 | portdirect: ping | 21:08 |
kfox1111 | portdirect: if you run it like: helm install --debug --dry-run ../foodir/nova-api-3.0.0-1.tgz --set haproxy_python_termination=false | 21:10 |
kfox1111 | you can see it drop out all the haproxy stuff as it use to. | 21:10 |
kfox1111 | I don't know if anyone tested it before as completely working in that mode, but I think it hasn't regressed any. | 21:11 |
portdirect | kfox1111: weekend human lag - sry:) | 21:18 |
portdirect | will do - I rean the old one through the gat a couple of times with it disabled - but will check locally as you suggest - if that looks ok then WFM | 21:19 |
portdirect | rean <-> run | 21:19 |
portdirect | also whats "the chip" sounds small and ARM? | 21:20 |
kfox1111 | thanks. :) | 21:21 |
kfox1111 | yeah. small $9 embeded system. :) | 21:21 |
kfox1111 | got a couple for christmas. | 21:21 |
kfox1111 | was curious what I could do with them. :) | 21:21 |
kfox1111 | looks like k8s might run on it, but the stock kernel doesn't have container stuff built into it. | 21:21 |
kfox1111 | otherwise, all the rest of the bits seem to be in order. | 21:22 |
portdirect | oh - just updated google fu - looks cool :) | 21:22 |
portdirect | i had a kubernetes cluster running on Pi2's - kinda fun but kinda pointless :D | 21:23 |
kfox1111 | curious to try k8s federation with it. :) | 21:23 |
kfox1111 | could potentially manage them relatively independently that way then. | 21:24 |
portdirect | yeah for that sort of thing they are great (if the experience if the same as what I had) | 21:24 |
kfox1111 | most of the docs say it doesn't have much gpio, | 21:24 |
kfox1111 | but digging through them, they make reference to the lcd pins being able to be repurposed for gpio. | 21:24 |
portdirect | where I got everything sunning sweet and then realised that the was noo oomph left to even serve a wordpress vanity site at an acceptable speed :D | 21:25 |
kfox1111 | so potentially a lot of gpio. :) | 21:25 |
kfox1111 | hehe. yah. | 21:25 |
kfox1111 | I was thinking collectd container and some gpio ports or something. | 21:25 |
kfox1111 | mostly would use k8s just as an os. | 21:25 |
kfox1111 | to make it easier to manage a number of them in parallel. | 21:26 |
kfox1111 | no idea if it would work at all, or if there is enough mem to make it work. | 21:26 |
kfox1111 | the one big drawback is only 512mb of ram. | 21:26 |
portdirect | yeah - there are some really cool projects out there looking at k8s for HPC and IoT - funny how sometimes the needs overlap (give me x of the same thing in a lot of places) | 21:27 |
kfox1111 | yup. | 21:27 |
kfox1111 | I've got a physics compute element running out of k8s now. | 21:27 |
kfox1111 | so htc workload. but similar to hpc too. | 21:28 |
kfox1111 | same archetecture would work for hpc. | 21:28 |
portdirect | oh also now i think the master build to docker hub ok - I'll try switching out the kolla-toolbox to use it - would be great to get rid of the pip install stuff. | 21:31 |
kfox1111 | yeah. it soulnded like we were suposed to get a 3.0.2 last week, but haven't seen it yet. | 21:37 |
kfox1111 | I'd really like to see that pip install go away. | 21:38 |
openstackgerrit | melissaml proposed openstack/kolla-kubernetes: Fix the trailing backtick https://review.openstack.org/417625 | 21:44 |
openstackgerrit | Merged openstack/kolla-kubernetes: Fix the trailing backtick https://review.openstack.org/417625 | 21:51 |
sbezverk | hey gents, how is it going? | 21:58 |
kfox1111 | going good. how about you? | 21:58 |
sbezverk | finished, groceries ;-) can relax now | 21:59 |
sbezverk | it is cold brrr -12 celcius | 21:59 |
kfox1111 | yeah. its about 5 F here and snowing hard. :) | 22:00 |
sbezverk | show coming here too in a couple of days.. | 22:01 |
sbezverk | kfox1111: so the svc ps got merged right? | 22:01 |
kfox1111 | I think all 4 ps's are still in flight. | 22:02 |
kfox1111 | oh. one got wf'ed, but its dependent on others. | 22:02 |
kfox1111 | https://review.openstack.org/#/c/416744/ | 22:03 |
kfox1111 | https://review.openstack.org/#/c/417181/ | 22:03 |
kfox1111 | need wf's. | 22:03 |
kfox1111 | and so does https://review.openstack.org/#/c/417234/ | 22:03 |
sbezverk | do you want to di both +2 and ack or portdirect is still around | 22:05 |
kfox1111 | lets do it right and get a second +2. | 22:06 |
sbezverk | ok, sounds good | 22:06 |
kfox1111 | still got to do a few more ps's anyway. | 22:07 |
portdirect | sup with this? http://logs.openstack.org/44/416744/2/gate/gate-kolla-kubernetes-pep8-ubuntu-xenial/c251226/console.html | 22:09 |
kfox1111 | portdirect: looks like internet connectivity failed or one of the mirrors failed during the setup. | 22:10 |
portdirect | recheck? | 22:11 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Add helm-repository image https://review.openstack.org/417426 | 22:11 |
portdirect | Ive undone my wf in the mean time | 22:11 |
kfox1111 | yeah. recheck couldn't hurt. | 22:11 |
kfox1111 | oh. that was a gate failure? | 22:12 |
kfox1111 | will have to wf it again to get it to test again | 22:12 |
portdirect | yeah (gate-failure) | 22:13 |
kfox1111 | recheck does check jobs. | 22:13 |
kfox1111 | only way I know how to retrigger a (gate-failure) is to rewf it. | 22:13 |
portdirect | ah - need to head out - is sbezverk going to be around for a bit? | 22:13 |
sbezverk | portdirect: yep | 22:14 |
portdirect | great - could you wf those two? | 22:15 |
portdirect | (as I wont be around for the next bit if it needs any more love) | 22:15 |
sbezverk | sure thing, no worries | 22:16 |
*** dave-mccowan has quit IRC | 22:17 | |
portdirect | sweet - thanks dude :) - laters kolla | 22:17 |
*** portdirect is now known as portdirect_away | 22:17 | |
kfox1111 | portdirect: thx. l8r. :) | 22:17 |
*** sdake has joined #openstack-kolla | 22:18 | |
*** salv-orlando has joined #openstack-kolla | 22:23 | |
*** salv-orlando has quit IRC | 22:28 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Convert create-db/manage-db scripts to global api. https://review.openstack.org/417627 | 22:30 |
*** salv-orlando has joined #openstack-kolla | 22:33 | |
*** sdake has quit IRC | 22:35 | |
kfox1111 | sbezverk: can you please re-wf https://review.openstack.org/#/c/416744/ | 22:42 |
*** sayantan_ has quit IRC | 22:43 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Convert create-db/manage-db scripts to global api. https://review.openstack.org/417627 | 22:46 |
*** portdirect_away is now known as portdirect | 22:52 | |
kfox1111 | wb | 22:53 |
portdirect | lol - no keeping me away :/ | 22:53 |
kfox1111 | :) | 22:53 |
portdirect | qq kolla-k8s docs - should we mark them as nonfunctional? | 22:53 |
kfox1111 | could you please re-wf https://review.openstack.org/#/c/416744/ ? | 22:53 |
kfox1111 | portdirect: yeah. probably should. | 22:54 |
kfox1111 | so much has changed. | 22:54 |
portdirect | A few people have been trying them and having an understandably really bad time :/ | 22:54 |
* kfox1111 nods. | 22:54 | |
kfox1111 | thx | 22:55 |
portdirect | sorry to offload this - but I'm not sure what the baest way to do that would be? any chance you (or someone else) could do it? Otherwise I'm happy to if someone sends me a few pointers as to the prefered way of phrasing this | 22:56 |
openstackgerrit | Merged openstack/kolla-kubernetes: Fix the mariadb/rabbitmq elements and add searchPaths. https://review.openstack.org/416744 | 22:57 |
kfox1111 | no idea really. maybe just something to the affect of "This documentation covers a much older version of kolla-kubernetes and is likely non-functional." | 22:58 |
portdirect | a warning at the top of the page? that seems resonalbe | 22:58 |
kfox1111 | ""We hope to have the documentation updated shortly." | 22:58 |
kfox1111 | yeah | 22:58 |
portdirect | do you know what the last git commit that did work (with the docs) was? | 22:59 |
portdirect | (maybe in your old toolbox container?) | 22:59 |
kfox1111 | and a re-wf for this one too please: https://review.openstack.org/#/c/417181/ | 23:00 |
kfox1111 | oh, probably before all the helm stuff started. | 23:01 |
kfox1111 | so, months ago. :/ | 23:01 |
kfox1111 | though I think the minikube doc points to a docker container build, | 23:01 |
kfox1111 | so that one might still work. | 23:01 |
sbezverk | safe bet would be around summit time | 23:04 |
sbezverk | portdirect: ^^ | 23:04 |
openstackgerrit | Merged openstack/kolla-kubernetes: Switch python deployments to global api. https://review.openstack.org/417181 | 23:04 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Helm repository container and service https://review.openstack.org/417474 | 23:05 |
*** saneax-_-|AFK is now known as saneax | 23:05 | |
*** saneax is now known as saneax-_-|AFK | 23:07 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Convert create-db/manage-db scripts to global api. https://review.openstack.org/417627 | 23:08 |
sbezverk | kfox1111: any idea you can suggest so I can test hekm repository at the gate? I mean while kolla's image is not merged? Another thing, would be good to have gate job for operators.. | 23:10 |
kfox1111 | hm... | 23:11 |
kfox1111 | do we have an apache container that could be repurposed? | 23:11 |
kfox1111 | is the apache package installed in one of the base containers? | 23:11 |
portdirect | sbezverk: unless I'm really off point could you not push it to hub yourself and then use that? | 23:12 |
kfox1111 | portdirect: https://review.openstack.org/#/c/417190/ can you remove/readd the wf? | 23:13 |
kfox1111 | please | 23:13 |
portdirect | sbezverk: cheers (re git commit date) will hit that tomorrow | 23:13 |
kfox1111 | portdirect: kolla project really doesn't like putting things in the gate that point to unreleased stuff. | 23:14 |
sbezverk | kfox1111: that is fine I will try to push that image gets merged soon | 23:16 |
sbezverk | why jenkins -2 ^^^ PS, merge conflict? | 23:16 |
kfox1111 | sbezverk: k. | 23:16 |
kfox1111 | its parent failed a merge for a minute. it doesn't autorestest. | 23:16 |
portdirect | understand but for testing it should be ok - our docs point to images in your docker hub account and used to use them in the gate as well - so though merging should'nt be done until then surely its fine to get sbezverk unblocked in the meantime? | 23:16 |
kfox1111 | portdirect: yeah. that doc should be fixed too. | 23:17 |
kfox1111 | I was working on upstreaming that container, but got sidetracked with all the helm reworking. :/ | 23:18 |
portdirect | rather worringly its currently the only source of truth for a jinja2 based install atm :) | 23:18 |
portdirect | (so please dont push it again untill i extract the git commit's from it!) | 23:19 |
kfox1111 | yeah. I don't plan on touching it anymore. | 23:19 |
kfox1111 | any further changes would be upstream first. | 23:19 |
kfox1111 | though I think it will become unnessisary as soon as we can get the config gneration stuff streightnend out and into helm. | 23:20 |
sbezverk | let's still keep jinja2 templates for historical purposes ;-) | 23:21 |
kfox1111 | even if we delete them from git, they will still be in the git histroy forever | 23:22 |
portdirect | kfox1111: 'rm -rf .git; git init; git add .; git commit' FTW | 23:23 |
*** saneax-_-|AFK is now known as saneax | 23:23 | |
* portdirect is being a troublemaker | 23:24 | |
*** sayantan_ has joined #openstack-kolla | 23:24 | |
kfox1111 | :) | 23:25 |
kfox1111 | git's a distributed system. its hard to erase all of history from the whole world. :) | 23:25 |
*** sayantan_ has quit IRC | 23:29 | |
sbezverk | kfox1111: portdirect: is it really important to run a process in the container as non root user? | 23:29 |
portdirect | sbezverk: its really frowned upon not to | 23:30 |
kfox1111 | its better for security if you can run stuff as non-root. | 23:30 |
sbezverk | I do not think att folks or sap run in non-root mode | 23:30 |
portdirect | (if possible - many container security scanners will get unhappy) | 23:30 |
*** salv-orl_ has joined #openstack-kolla | 23:30 | |
portdirect | sbezverk: they will soon - very high on prority list | 23:30 |
sbezverk | damn :( | 23:30 |
sbezverk | I am not sure how well helm serve will work as non-root | 23:31 |
portdirect | how come? pvc file permissions? | 23:31 |
kfox1111 | should work ok. all a helm repo needs is a webserver serving out the content. | 23:32 |
*** salv-orlando has quit IRC | 23:32 | |
kfox1111 | by default it runs as the user you do stuff with too, not root. | 23:32 |
kfox1111 | running out of ~/.helm/repository/local | 23:33 |
sbezverk | portdirect: I was more worried anout listen on 0.0.0.0:8879 | 23:34 |
portdirect | thats fine i think - I'm running several helm serves like that (not sub 1000 port) | 23:34 |
openstackgerrit | Merged openstack/kolla: Fix wrong register in ceph reconfigure task https://review.openstack.org/417427 | 23:34 |
kfox1111 | yeah. should be ok I think. | 23:35 |
kfox1111 | which port is used doens't really matter. | 23:35 |
kfox1111 | as that port is specified when registering the repo with helm anyway. | 23:35 |
sbezverk | ok will give it a try | 23:35 |
sbezverk | otherwise I am afraid my image will not get merged | 23:36 |
kfox1111 | worst case, we should be able to use nginx/apache. | 23:37 |
kfox1111 | helm serv was intended just as a quick dirty way to run a server for devs. | 23:37 |
kfox1111 | not nessisarily to host production repo's. | 23:38 |
kfox1111 | well... I guess for testing, we might be able to repurpose the keystone container, | 23:39 |
kfox1111 | and upload a static configmap that turns it back to just sharing out /srv, and mount the pvc there? | 23:39 |
kfox1111 | or, I guess the command could just overwrite the file. | 23:40 |
portdirect | if you are worried about that then i think a dedicated apache container would be the way to go - crazy heavy to carry around keystone for that - but ok for testing | 23:41 |
kfox1111 | yeah. thats what I meant, for now, we could test with keystone and then make a proper container for it. | 23:41 |
*** Pavo has joined #openstack-kolla | 23:41 | |
kfox1111 | as the keystone container already contains apache. | 23:42 |
portdirect | +1 | 23:42 |
sbezverk | kfox1111: I am not sure if it is doable with nginx | 23:42 |
portdirect | if we go deadicated I've a light preference for nginx, but as i type this is see sbezverk's comment | 23:42 |
sbezverk | because I need bunch of things to build repo and to run helm_prebuild etc | 23:42 |
sbezverk | so I am not sure if all this will co-exist well with nginx | 23:43 |
portdirect | sbezverk: would it not make sense to have that all run in an init container that then dropped the resultant assets into an emptyDir for wahtever server to serve? | 23:43 |
kfox1111 | sbezverk: maybe we add helm to kolla-toolbox for the init container (or make a new toolbox? | 23:43 |
sbezverk | kfox1111: kolla-tool box is getting fat | 23:44 |
sbezverk | so much stuff in there | 23:44 |
v1k0d3n | hey guys | 23:44 |
kfox1111 | yeah. it would be nice to make several smaller ones. | 23:44 |
portdirect | yeah my vote would be for a helm serve container - even if we dont end up using it as a server | 23:44 |
kfox1111 | v1k0d3n: hey. :) | 23:44 |
portdirect | word v1k0d3n | 23:44 |
kfox1111 | the helm docs made it sound like helm serv was just for testing. | 23:44 |
sbezverk | v1k0d3n: hey man | 23:45 |
kfox1111 | I'd be for a helm binary container though, for use as a cli or tool. | 23:45 |
v1k0d3n | are you guys experiencing any issues building images for 3.0.1 in ubuntu? not that everyone keeps up with this at all times...i think most of you are centos users. | 23:45 |
sbezverk | kfox1111: I prefer to go with helm serve for now, and then move to nginx in future but in a separate container, without kolla-toolsbox | 23:46 |
*** msimonin has quit IRC | 23:46 | |
portdirect | v1k0d3n: could run a build to check for you | 23:46 |
sbezverk | v1k0d3n: specific image is failing? | 23:46 |
portdirect | ^^ | 23:46 |
kfox1111 | v1k0d3n: yeah, I don't try building from ubuntu very often. | 23:46 |
kfox1111 | sbezverk: just tryign to figure out the fastest way to get it into the gate. we do have access to apache. | 23:47 |
kfox1111 | a seperate container works for me. | 23:47 |
v1k0d3n | portdirect / sbezverk keystone in this case, but attempting to use olso off of the stable branches. | 23:47 |
kfox1111 | I'd like to see a "client" container. | 23:47 |
*** sdake has joined #openstack-kolla | 23:47 | |
kfox1111 | openstack cli/ kubernetes cli/ helm cli. | 23:47 |
v1k0d3n | so i'm wondering if an elf is entering the build because of this... | 23:47 |
kfox1111 | sbezverk: well, in the gate, the gate itself already builds all the packages... we could make a tar out of them easily. | 23:49 |
kfox1111 | so we woudln't need a helm init container to test that bit. | 23:49 |
kfox1111 | and if we could get apache workign for serving, I think we can start testing in gate very soon. | 23:50 |
sbezverk | kfox1111: if we have a separate job for testing operator with helm-repo, then we do not need to jump through the whoops | 23:51 |
*** sdake_ has joined #openstack-kolla | 23:51 | |
kfox1111 | yeah. we could do that too. | 23:51 |
openstackgerrit | Merged openstack/kolla-kubernetes: Switch svc to use global api https://review.openstack.org/417190 | 23:51 |
sbezverk | kfox1111: oh scv got merged finally | 23:51 |
kfox1111 | we can fork the helm-entrypont job to make an operator varient. | 23:51 |
kfox1111 | yay! :) | 23:51 |
sbezverk | kfox1111: yep, I would prefer that | 23:52 |
sbezverk | cause for normal jobs it will not be useful but for operator job it will be essential | 23:52 |
*** sdake has quit IRC | 23:53 | |
kfox1111 | sbezverk: k. do you want to submit the new job or should I? it might be nice for someone other then me to know how to do it. | 23:53 |
*** msimonin has joined #openstack-kolla | 23:53 | |
kfox1111 | I can point you at an example review and help you. | 23:53 |
sbezverk | kfox1111: if it is not much extra work for you then please do, otherwise I will try to figure out | 23:54 |
sbezverk | kfox1111: never mind | 23:54 |
sdake_ | hey peeps | 23:54 |
sbezverk | let me figure it out with your help | 23:54 |
kfox1111 | sbezverk: its really easy in this case. | 23:55 |
sdake_ | sbezverk knowing how the gate works is super helpful :) | 23:55 |
kfox1111 | have a look at: https://review.openstack.org/#/c/412159/ | 23:55 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Add helm-repository image https://review.openstack.org/417426 | 23:55 |
sbezverk | sdake_: please check this ps https://review.openstack.org/417426, does it look better now to you? | 23:55 |
sbezverk | portdirect: you too please | 23:56 |
sdake_ | looking - been hanging up lighting in my garage | 23:56 |
sdake_ | sbezverk few minor issues | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!