*** ericho has quit IRC | 00:12 | |
*** caoyuan has joined #openstack-helm | 00:38 | |
*** julim has joined #openstack-helm | 00:41 | |
*** yamamoto has joined #openstack-helm | 00:47 | |
*** yamamoto has quit IRC | 00:51 | |
*** caoyuan has quit IRC | 00:57 | |
*** julim has quit IRC | 00:58 | |
*** julim has joined #openstack-helm | 00:59 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: Ingress TLS for keystone https://review.openstack.org/566350 | 01:05 |
---|---|---|
*** zhangfei has joined #openstack-helm | 01:28 | |
*** yamamoto has joined #openstack-helm | 01:47 | |
*** yamamoto has quit IRC | 01:53 | |
*** caoyuan has joined #openstack-helm | 01:58 | |
*** unicell has quit IRC | 02:12 | |
*** zhangfei has quit IRC | 02:14 | |
*** roman_g has quit IRC | 02:22 | |
*** zhangfei has joined #openstack-helm | 02:26 | |
*** sthussey has quit IRC | 02:28 | |
*** caoyuan has quit IRC | 02:34 | |
*** caoyuan has joined #openstack-helm | 02:35 | |
*** unicell has joined #openstack-helm | 02:35 | |
*** unicell has quit IRC | 02:39 | |
*** caoyuan has quit IRC | 02:40 | |
*** caoyuan has joined #openstack-helm | 02:40 | |
portdirect | rwellum: how is it still unhappy? | 02:49 |
portdirect | what are your symptoms? | 02:49 |
*** yamamoto has joined #openstack-helm | 02:49 | |
osh-chatbot | <xiaods> hi eam | 02:51 |
osh-chatbot | <xiaods> hi team | 02:51 |
osh-chatbot | <xiaods> i have pr a patch for support macos environment. https://review.openstack.org/#/c/570658/ anyone give a review | 02:51 |
osh-chatbot | <mattmceuen> o/ @xiaods | 02:51 |
osh-chatbot | <mattmceuen> Very cool - I think we have a couple folks with macs who can give that a try! Thank you for contributing this | 02:52 |
portdirect | have you tested this on macos? | 02:52 |
osh-chatbot | <xiaods> yeah | 02:53 |
portdirect | im very surprised it works :) | 02:54 |
portdirect | is this just using docker for mac? | 02:54 |
osh-chatbot | <xiaods> yeah | 02:54 |
portdirect | with the standard xhyve vm | 02:54 |
osh-chatbot | <xiaods> yeah | 02:54 |
portdirect | very cool | 02:54 |
osh-chatbot | <xiaods> we are in openstack-helm hackthon in beijing. | 02:54 |
osh-chatbot | <mattmceuen> Nice!! | 02:54 |
portdirect | awesome - what are you guys working on? | 02:55 |
*** yamamoto has quit IRC | 02:55 | |
osh-chatbot | <xiaods> this is #8 openstack hackthon events in beijing. sponsor by intel, 99cloud… | 02:55 |
osh-chatbot | <xiaods> we are do promote openstack-helm project in china’s openstack community | 02:56 |
osh-chatbot | <mattmceuen> That's really great - let us know what we can do to support you guys in this | 02:57 |
osh-chatbot | <xiaods> @mattmceuen yeah, if we need some help, i will let u know | 02:59 |
osh-chatbot | <xiaods> File uploaded https://kubernetes.slack.com/files/UAPN4SV8C/FB95A4BNU/img_20180619_105654.jpg / https://slack-files.com/T09NY5SBT-FB95A4BNU-1fa72b4c32 | 02:59 |
osh-chatbot | <xiaods> File uploaded https://kubernetes.slack.com/files/UAPN4SV8C/FB9K0P0N8/img_20180619_105913.jpg / https://slack-files.com/T09NY5SBT-FB9K0P0N8-00c316ba79 | 02:59 |
osh-chatbot | <mattmceuen> Now you're making me jealous @xiaods :slightly_smiling_face: | 03:00 |
osh-chatbot | <mattmceuen> looks like fun | 03:00 |
osh-chatbot | <xiaods> haha | 03:00 |
osh-chatbot | <xiaods> just fun | 03:00 |
portdirect | thats cool xiaods | 03:01 |
portdirect | if theres anything we can do to help feel free to reach out | 03:01 |
portdirect | I'll get that ps running on my laptop soon as i can | 03:01 |
portdirect | theres a whole raft of things we would like to do | 03:02 |
portdirect | leading up to our 1.0 release | 03:02 |
portdirect | in storyboard | 03:02 |
osh-chatbot | <mattmceuen> Good thought portdirect - if anyone wants to hack at any of these it would be really valuable to the project as well: https://storyboard.openstack.org/#!/worklist/341 | 03:03 |
portdirect | esp these: https://storyboard.openstack.org/#!/story/2002201 https://storyboard.openstack.org/#!/story/2002207 that we would love to get help on | 03:03 |
osh-chatbot | <xiaods> cool | 03:04 |
osh-chatbot | <xiaods> let us try it | 03:05 |
portdirect | in particular getting help with helm-tests for charts would be a super nice way to get into the charts | 03:05 |
osh-chatbot | <xiaods> yeah | 03:07 |
osh-chatbot | <xiaods> hi buddy, howto write helm tests, could you do me a favor to guide the steps | 03:16 |
portdirect | sure - so for some services we use rally | 03:16 |
portdirect | eg glance | 03:16 |
portdirect | https://github.com/openstack/openstack-helm/blob/master/glance/values.yaml#L83-L109 | 03:17 |
portdirect | which are then run using this pod: https://github.com/openstack/openstack-helm/blob/master/glance/templates/pod-rally-test.yaml | 03:17 |
portdirect | for other services - a scripted test is better | 03:18 |
osh-chatbot | <xiaods> cool | 03:18 |
portdirect | ie - in cases where rally does not have suitable scenarios to run: | 03:18 |
portdirect | and here we can just use a script: https://github.com/openstack/openstack-helm/blob/master/barbican/templates/bin/_barbican-test.sh.tpl | 03:19 |
osh-chatbot | <xiaods> got it | 03:19 |
* portdirect that gets run via this pod: https://github.com/openstack/openstack-helm/blob/master/barbican/templates/pod-test.yaml | 03:19 | |
osh-chatbot | <mattmceuen> Same goes for non-openstack services like rabbit: pod: https://github.com/openstack/openstack-helm/blob/master/rabbitmq/templates/pod-test.yaml script: https://github.com/openstack/openstack-helm/blob/master/rabbitmq/templates/bin/_rabbitmq-test.sh.tpl | 03:20 |
osh-chatbot | <mattmceuen> All the plumbing can be modeled after those examples above -- the custom part is putting the right stuff in the test script to check and see whether the service is up and running | 03:21 |
portdirect | whats nice about this is you can see - apart from the env vars (https://github.com/openstack/openstack-helm/blob/master/rabbitmq/templates/pod-test.yaml#L40-L41) and script itself, the rabbit and barbican one are identical | 03:21 |
*** unicell has joined #openstack-helm | 03:36 | |
*** unicell has quit IRC | 03:40 | |
*** yamamoto has joined #openstack-helm | 03:51 | |
*** caoyuan has quit IRC | 03:55 | |
*** caoyuan has joined #openstack-helm | 03:55 | |
*** yamamoto has quit IRC | 03:57 | |
openstackgerrit | Matt McEuen proposed openstack/openstack-helm master: Update Multinode guide https://review.openstack.org/576342 | 03:57 |
*** yamamoto has joined #openstack-helm | 04:01 | |
*** caoyuan has quit IRC | 04:03 | |
*** caoyuan has joined #openstack-helm | 04:07 | |
*** mdih has joined #openstack-helm | 04:09 | |
*** jgu has quit IRC | 04:35 | |
*** unicell has joined #openstack-helm | 04:37 | |
*** unicell has quit IRC | 04:42 | |
openstackgerrit | zhulingjie proposed openstack/openstack-helm master: Remove the duplicated words https://review.openstack.org/576352 | 05:06 |
openstackgerrit | zhulingjie proposed openstack/openstack-helm-infra master: Remove the duplicated word https://review.openstack.org/576354 | 05:11 |
*** sgrasley has quit IRC | 05:29 | |
osh-chatbot | <xiaods> in helm-infra, how to reproduce roles , eg . TASK [build-helm-packages : checking if local helm server is running] | 05:31 |
osh-chatbot | <xiaods> i want to debug the role | 05:32 |
*** unicell has joined #openstack-helm | 05:38 | |
*** unicell has quit IRC | 05:42 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: WIP/RFC: Add configuration for oslo fluent handler and formatter https://review.openstack.org/576001 | 05:49 |
*** unicell has joined #openstack-helm | 06:18 | |
*** julim has quit IRC | 06:36 | |
*** julim has joined #openstack-helm | 06:36 | |
*** unicell1 has joined #openstack-helm | 06:39 | |
*** ispp has joined #openstack-helm | 06:39 | |
*** unicell has quit IRC | 06:40 | |
openstackgerrit | Xiao Deshi proposed openstack/openstack-helm-infra master: enhance: support macos devel environment https://review.openstack.org/570658 | 07:37 |
*** gkadam has joined #openstack-helm | 07:54 | |
*** roman_g has joined #openstack-helm | 08:05 | |
*** gkadam has quit IRC | 08:13 | |
*** gkadam has joined #openstack-helm | 08:13 | |
openstackgerrit | Jaesang Lee proposed openstack/openstack-helm master: Add ceph configuration for cinder-backup https://review.openstack.org/574146 | 08:21 |
*** caoyuan has quit IRC | 08:50 | |
*** caoyuan has joined #openstack-helm | 08:51 | |
*** radek__ has joined #openstack-helm | 08:53 | |
*** gkadam has quit IRC | 08:54 | |
*** caoyuan has quit IRC | 08:58 | |
*** caoyuan has joined #openstack-helm | 08:59 | |
*** caoyuan has quit IRC | 09:03 | |
*** caoyuan has joined #openstack-helm | 09:08 | |
*** caoyuan has quit IRC | 09:12 | |
openstackgerrit | Xiao Deshi proposed openstack/openstack-helm-infra master: enhance: support macos devel environment https://review.openstack.org/570658 | 09:14 |
*** goutham has joined #openstack-helm | 09:19 | |
*** caoyuan has joined #openstack-helm | 09:22 | |
goutham | Hi all is there any documentation so as to deploy multinode openstack-helm using armada ?? | 10:10 |
goutham | https://github.com/openstack/openstack-helm/blob/master/tools/deployment/armada/020-armada-render-manifests.sh or does this take care of the deployment?? | 10:12 |
*** radek__ has quit IRC | 10:18 | |
*** yamamoto has quit IRC | 10:50 | |
*** roman_g has quit IRC | 10:56 | |
*** roman_g has joined #openstack-helm | 10:56 | |
*** yamamoto has joined #openstack-helm | 10:58 | |
osh-chatbot | <maciej.naruszewicz> where can I find Dockerfiles for openstackhelm/* Docker images? | 11:05 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: WIP/RFC: Add configuration for oslo fluent handler and formatter https://review.openstack.org/576001 | 11:23 |
*** yamamoto has joined #openstack-helm | 11:48 | |
*** julim has quit IRC | 12:03 | |
*** yamamoto has quit IRC | 12:15 | |
*** jistr is now known as jistr|mtg | 12:28 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: Update toolkit to support ingress TLS https://review.openstack.org/568132 | 12:28 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: Ingress TLS for keystone https://review.openstack.org/566350 | 12:29 |
portdirect | maciej.naruszewicz: the source for these images is here: https://github.com/openstack/openstack-helm/tree/master/tools/images/openstack | 12:29 |
portdirect | we use the LOCI project to build them: https://github.com/openstack/loci | 12:30 |
portdirect | goutham: this part of our documentation is severely lacking atm | 12:31 |
portdirect | the gate scripts you found would be the best place to start | 12:31 |
rwellum | morning portdirect | 12:31 |
rwellum | Mariadb describe: | 12:31 |
rwellum | https://www.irccloud.com/pastebin/sR01xfwM/ | 12:31 |
portdirect | but i hope over the next month we really start to round out this picture with the work rwellum and mattmceuen are doing | 12:31 |
goutham | hmm ok portdirect if i can do it i will document it thanks BTW | 12:31 |
goutham | :) | 12:31 |
portdirect | rwellum: did you set up your resolv conf to be able to resolve cluster addresses from your host? | 12:32 |
portdirect | line 6 in that event output above looks like its not? | 12:35 |
osh-chatbot | <maciej.naruszewicz> @rwellum - thanks! | 12:35 |
rwellum | portdirect: nope - probably another step I missed | 12:36 |
rwellum | I see this: | 12:38 |
rwellum | https://www.irccloud.com/pastebin/my2BJTix/ | 12:38 |
portdirect | rwellum: we already discussed this, https://github.com/openstack/openstack-helm-infra/blob/master/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubelet/templates/resolv.conf.j2 | 12:39 |
portdirect | if you look through the playbook you'll find all you need thats missing from the doc atm for what your trying to do | 12:39 |
portdirect | you will need to make sure that this: https://github.com/openstack/openstack-helm-infra/blob/master/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubelet/templates/resolv.conf.j2#L2 | 12:41 |
portdirect | matches the same service ip you are using for your cluster dns ip | 12:41 |
*** sgrasley has joined #openstack-helm | 12:42 | |
rwellum | Got it - thanks. I see a couple other things I missed too. I didn't dig into that roles dir. | 12:43 |
portdirect | can you try to add anything else you come across to the etherpad: https://etherpad.openstack.org/p/openstack-helm-multinode-doc | 12:44 |
portdirect | as it will really help with the doc update work | 12:44 |
rwellum | portdirect: Yes I am writing everything down - will update when I get a successful deployment | 12:45 |
*** yamamoto has joined #openstack-helm | 12:46 | |
portdirect | ok - though id really recommend you use the etherpad you made | 12:46 |
portdirect | its super useful for both us, and other people wanting to get involved | 12:46 |
rwellum | Oh sure - yeah good point indeed | 12:47 |
*** goutham has quit IRC | 12:54 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: Ingress TLS for keystone https://review.openstack.org/566350 | 12:58 |
*** caoyuan has quit IRC | 13:00 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: Update toolkit to support ingress TLS https://review.openstack.org/568132 | 13:03 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: WIP/RFC: Add configuration for oslo fluent handler and formatter https://review.openstack.org/576001 | 13:03 |
srwilkers | morning | 13:04 |
*** julim has joined #openstack-helm | 13:08 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: Rally-Tests: allow os-interface to be defined https://review.openstack.org/576516 | 13:09 |
rwellum | portdirect: updated etherpad with progress so far and restarting next run with the various changes - see how far I get. | 13:11 |
rwellum | Morning srwilkers ! | 13:11 |
srwilkers | hey rwellum :) | 13:12 |
*** radek__ has joined #openstack-helm | 13:27 | |
*** aaronsheffield has joined #openstack-helm | 13:31 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: Keystone: use internal interface by default https://review.openstack.org/576523 | 13:33 |
*** yamamoto has quit IRC | 13:34 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: Keystone: use internal interface by default https://review.openstack.org/576523 | 13:34 |
*** eeiden has joined #openstack-helm | 13:40 | |
*** jistr|mtg is now known as jistr | 13:42 | |
*** d|k has quit IRC | 13:45 | |
*** d|k has joined #openstack-helm | 13:45 | |
rwellum | srwilkers: got a very basic qn :) If I create a single node osh, then use kubeadm to join more nodes, labeling them as computes, the k8s scheduler starts moving things around based on it's scheduling algorithm - does this work well/at all in the osh context? I'm thinking ceph at a minimum would be not well distributed - but not sure. | 13:52 |
*** yamamoto has joined #openstack-helm | 13:55 | |
*** yamamoto has joined #openstack-helm | 13:57 | |
*** ethfci has joined #openstack-helm | 13:58 | |
*** ethfci has quit IRC | 13:59 | |
*** ethfci has joined #openstack-helm | 14:01 | |
*** jgu has joined #openstack-helm | 14:01 | |
*** ethfci has quit IRC | 14:01 | |
portdirect | rwellum: works perfectly :) | 14:03 |
portdirect | though as you correctly point out - ceph is the slight expetion to this | 14:03 |
portdirect | here, as you need to have knowelge of the number of osd's etc | 14:04 |
portdirect | you will only be able to expand the cluster vir athis method by about 25% before needing to run a ceph update, taking into account the increased number of osd's | 14:05 |
portdirect | s/vir athis/by this | 14:05 |
rwellum | Ah fantastic. Something else to try and document then :) | 14:05 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add logging.conf files to enabled loggers/handlers/formatters https://review.openstack.org/576001 | 14:07 |
*** jgu_ has joined #openstack-helm | 14:08 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: Update toolkit to support ingress TLS https://review.openstack.org/568132 | 14:08 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add logging.conf files to enabled loggers/handlers/formatters https://review.openstack.org/576001 | 14:08 |
*** jgu has quit IRC | 14:11 | |
*** jgu_ has quit IRC | 14:11 | |
rwellum | portdirect: seeing one chart issue: | 14:12 |
rwellum | https://www.irccloud.com/pastebin/kvOk0nR2/ | 14:12 |
*** felipemonteiro_ has joined #openstack-helm | 14:15 | |
*** yamamoto has quit IRC | 14:16 | |
*** felipemonteiro__ has joined #openstack-helm | 14:17 | |
*** caoyuan has joined #openstack-helm | 14:18 | |
*** felipemonteiro_ has quit IRC | 14:21 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add fluentbit sidecars to ceph mon and ceph osd charts https://review.openstack.org/575832 | 14:22 |
srwilkers | rwellum: that looks like you're running make in a place that has directories not excluded by the makefile | 14:24 |
srwilkers | https://github.com/openstack/openstack-helm-infra/blob/master/Makefile#L21 | 14:24 |
rwellum | Hmm I just cloned the repo and did a make all | 14:25 |
rwellum | Well I've done a few git pulls in-between, trying again with new pulls | 14:27 |
rwellum | That did it - sorry for noise | 14:29 |
*** yamamoto has joined #openstack-helm | 14:30 | |
*** yamamoto has quit IRC | 14:35 | |
openstackgerrit | Samuel Pilla proposed openstack/openstack-helm master: Passwordless sudo Documentation https://review.openstack.org/575215 | 14:37 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add logging.conf files to enabled loggers/handlers/formatters https://review.openstack.org/576001 | 14:39 |
openstackgerrit | Samuel Pilla proposed openstack/openstack-helm master: Passwordless sudo Documentation https://review.openstack.org/575215 | 14:40 |
*** felipemonteiro__ has quit IRC | 14:43 | |
*** sthussey has joined #openstack-helm | 14:44 | |
*** yamamoto has joined #openstack-helm | 14:46 | |
*** yamamoto has quit IRC | 14:50 | |
mattmceuen | Seven minutes till team meeting! Here's the agenda, please find great joy and inner peace by adding things you'd like to discuss to it. https://etherpad.openstack.org/p/openstack-helm-meeting-2018-06-19 | 14:54 |
rwellum | portdirect: having an issue with the cleanup steps for ceph | 14:56 |
rwellum | https://www.irccloud.com/pastebin/3iUP5aJo/ | 14:56 |
portdirect | What did you run prior to that? | 14:57 |
rwellum | In terms of cleanup nothing | 14:59 |
rwellum | I cleaned up my cluster though | 14:59 |
rwellum | If that makes sense sorry | 14:59 |
portdirect | From the error, helm cannot reach tiller | 14:59 |
rwellum | Ah - well that makes sense. | 15:00 |
mattmceuen | Meeting time | 15:00 |
portdirect | Which cannot be the case unless some other action was performed before running the cleanup commands. | 15:00 |
*** yamamoto has joined #openstack-helm | 15:01 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Update armada multinode manifests https://review.openstack.org/576198 | 15:02 |
*** jgu has joined #openstack-helm | 15:03 | |
*** yamamoto has quit IRC | 15:05 | |
*** zhangfei has quit IRC | 15:15 | |
*** yamamoto has joined #openstack-helm | 15:16 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add logging.conf files to enabled loggers/handlers/formatters https://review.openstack.org/576001 | 15:18 |
*** yamamoto has quit IRC | 15:20 | |
openstackgerrit | caoyuan proposed openstack/openstack-helm master: Update the path of vars.yaml https://review.openstack.org/576559 | 15:26 |
*** caoyuan has quit IRC | 15:28 | |
*** caoyuan has joined #openstack-helm | 15:29 | |
*** yamamoto has joined #openstack-helm | 15:31 | |
*** yamamoto has quit IRC | 15:35 | |
*** ispp has quit IRC | 15:41 | |
openstackgerrit | Merged openstack/openstack-helm-infra master: Rally-Tests: allow os-interface to be defined https://review.openstack.org/576516 | 15:50 |
openstackgerrit | Merged openstack/openstack-helm-infra master: Keystone: use internal interface by default https://review.openstack.org/576523 | 16:00 |
*** jgu has quit IRC | 16:00 | |
osh-chatbot | <xiaods> File uploaded https://kubernetes.slack.com/files/UAPN4SV8C/FB9MZ3HB3/ansible_install_k8s_on_macos.sh / https://slack-files.com/T09NY5SBT-FB9MZ3HB3-e229e1dab3 | 16:12 |
*** caoyuan has quit IRC | 16:15 | |
*** yamamoto has joined #openstack-helm | 16:15 | |
*** jgu has joined #openstack-helm | 16:16 | |
*** yamamoto has quit IRC | 16:20 | |
*** jgu_ has joined #openstack-helm | 16:21 | |
*** jgu has quit IRC | 16:24 | |
osh-chatbot | <xiaods> macos environment , python 3.6 | 16:27 |
*** yamamoto has joined #openstack-helm | 16:30 | |
*** yamamoto has quit IRC | 16:35 | |
osh-chatbot | <xiaods> got the root cause: openstackhelm/kubeadm-aio:dev image have no docker-py package | 16:35 |
osh-chatbot | <xiaods> sign | 16:35 |
osh-chatbot | <xiaods> :i_love_you_hand_sign: | 16:35 |
openstackgerrit | Merged openstack/openstack-helm master: Remove the duplicated words https://review.openstack.org/576352 | 16:37 |
*** unicell1 has quit IRC | 16:41 | |
*** yamamoto has joined #openstack-helm | 16:45 | |
*** yamamoto has quit IRC | 16:50 | |
*** goutham has joined #openstack-helm | 17:00 | |
*** yamamoto has joined #openstack-helm | 17:01 | |
*** yamamoto has quit IRC | 17:05 | |
openstackgerrit | Merged openstack/openstack-helm-infra master: Kube-State-Metrics: Change default image used https://review.openstack.org/575157 | 17:07 |
portdirect | xaiods: docker-py should be on the host, not in the image | 17:13 |
*** yamamoto has joined #openstack-helm | 17:15 | |
*** yamamoto has quit IRC | 17:20 | |
*** julim_ has joined #openstack-helm | 17:30 | |
*** yamamoto has joined #openstack-helm | 17:31 | |
*** julim has quit IRC | 17:31 | |
*** yamamoto has quit IRC | 17:35 | |
*** goutham has quit IRC | 17:43 | |
*** yamamoto has joined #openstack-helm | 17:45 | |
*** yamamoto has quit IRC | 17:50 | |
*** yamamoto has joined #openstack-helm | 18:00 | |
*** unicell has joined #openstack-helm | 18:02 | |
*** yamamoto has quit IRC | 18:05 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add fluentbit sidecars to ceph mon and ceph osd charts https://review.openstack.org/575832 | 18:09 |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Test/Fix Ceph upgrade https://review.openstack.org/576599 | 18:13 |
rwellum | hey portdirect - so I added my cluster dns addr to resolv.conf but getting same issue as before | 18:13 |
*** yamamoto has joined #openstack-helm | 18:15 | |
*** yamamoto has quit IRC | 18:20 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add logging.conf files to enabled loggers/handlers/formatters https://review.openstack.org/576001 | 18:21 |
*** yamamoto has joined #openstack-helm | 18:30 | |
*** yamamoto has quit IRC | 18:35 | |
*** yamamoto has joined #openstack-helm | 18:36 | |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Test/Fix Ceph upgrade https://review.openstack.org/576599 | 18:51 |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm-infra master: Add annotation. https://review.openstack.org/576614 | 18:58 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Helm-toolkit: Updates to support openstack logging.conf https://review.openstack.org/576616 | 19:03 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add logging.conf files to enabled loggers/handlers/formatters https://review.openstack.org/576001 | 19:04 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Helm-toolkit: Updates manifests to support openstack logging.conf https://review.openstack.org/576616 | 19:10 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add logging.conf files to enabled loggers/handlers/formatters https://review.openstack.org/576001 | 19:21 |
*** jgu_ has quit IRC | 19:21 | |
openstackgerrit | Merged openstack/openstack-helm master: Passwordless sudo Documentation https://review.openstack.org/575215 | 19:29 |
*** Romik has joined #openstack-helm | 19:34 | |
*** yamamoto has joined #openstack-helm | 19:36 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Helm-toolkit: Updates manifests to support openstack logging.conf https://review.openstack.org/576616 | 19:36 |
portdirect | rwellum: can you try dig or another util to see if its working? | 19:37 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add logging.conf files to enabled loggers/handlers/formatters https://review.openstack.org/576001 | 19:37 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: Update toolkit to support ingress TLS https://review.openstack.org/568132 | 19:41 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: Ingress TLS for keystone https://review.openstack.org/566350 | 19:42 |
*** yamamoto has quit IRC | 19:42 | |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm-infra master: kubernetes-keystone-webook: add missing annotation https://review.openstack.org/576614 | 19:44 |
rwellum | what's 'dig' portdirect ? | 19:49 |
*** radek__ has quit IRC | 19:49 | |
rwellum | I'm thinking it might be my rbac rules - I haven't changed them in a while. | 19:50 |
anticw | dig is use to query dns | 19:52 |
anticw | rwellum: `dig google.com` works? | 19:52 |
*** Romik has quit IRC | 19:55 | |
rwellum | Oh - cool. Yeah dig to google and my cluster ip is happy | 19:56 |
anticw | you can also use @ip or @host to query something directly | 19:59 |
anticw | dig kubernetes.default.svc.cluster.local. @10.96.0.10 | 20:00 |
anticw | for example | 20:00 |
rwellum | Ah so dig 10.96.0.10 is fine, but the above you suggested isn't | 20:02 |
anticw | if you don't use @ ... it will use whatever is in resolv.conf ... is that correct? | 20:08 |
rwellum | So the complaint is: | 20:10 |
rwellum | https://www.irccloud.com/pastebin/NoLxJXa5/ | 20:11 |
rwellum | server name not found: ceph-mon.ceph.svc.cluster.local | 20:11 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Helm-toolkit: Updates manifests to support openstack logging.conf https://review.openstack.org/576616 | 20:12 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add logging.conf files to enabled loggers/handlers/formatters https://review.openstack.org/576001 | 20:13 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add fluentbit sidecars to ceph mon and ceph osd charts https://review.openstack.org/575832 | 20:18 |
anticw | what is resolv conf? | 20:19 |
anticw | rwellum: /etc/resolv.conf | 20:19 |
anticw | rwellum: also what is kubectl -n kube-system get svc kube-dns -o json | jq -r .spec.clusterIP | 20:23 |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Test/Fix Ceph upgrade https://review.openstack.org/576599 | 20:24 |
rwellum | https://www.irccloud.com/pastebin/d63qay5w/ | 20:31 |
rwellum | https://www.irccloud.com/pastebin/H8GW1izi/ | 20:31 |
rwellum | That's not good :) | 20:32 |
anticw | ok ... so you resolv.conf really needs to point and kube-dns ... which for you is 10.3.3.10 | 20:33 |
anticw | before changing you can test with dig | 20:33 |
anticw | dig kubernetes.default.svc.cluster.local. @10.3.3.10 | 20:34 |
anticw | should work... | 20:34 |
portdirect | also - you'll need to order the lookups | 20:34 |
anticw | also ... i having 192.168.122.1before | 20:34 |
anticw | won't work | 20:34 |
rwellum | It does work - thanks anticw | 20:34 |
rwellum | I changed the addr to 10.3.3.10 - for some reason way back in time.. | 20:35 |
rwellum | Maybe there was a clash or something | 20:35 |
portdirect | you'll really want this in there as well: https://github.com/openstack/openstack-helm-infra/blob/master/tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubelet/templates/resolv.conf.j2#L6 | 20:36 |
portdirect | at least the `timeout:1 attempts:1` part | 20:36 |
portdirect | as this ensures that your dns servers are used in order | 20:36 |
portdirect | otherwise there is no gtee that you will hit the k8s dns service, and then fall back to `192.168.122.1` if its not active | 20:37 |
*** yamamoto has joined #openstack-helm | 20:38 | |
rwellum | Ok cool - retrying, and added this to the etherpad | 20:40 |
*** yamamoto has quit IRC | 20:47 | |
anticw | rwellum: in most cases any pending PVs will get created now | 20:48 |
anticw | echo "**CLAIMS**" ; kubectl get pvc --all-namespaces ; echo;echo "** PV ** "; kubectl get pv ; echo | 20:49 |
anticw | sort of think can be useful | 20:49 |
anticw | anything pending you can describe on, you did that about it seems | 20:49 |
rwellum | Great - also adding these steps to TS guide | 20:52 |
anticw | where does that live at present? | 20:53 |
rwellum | https://etherpad.openstack.org/p/openstack-helm-troubleshooting | 20:54 |
rwellum | Seems like you could contribute effectively :) | 20:54 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: Update toolkit to support ingress TLS https://review.openstack.org/568132 | 20:58 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: WIP: Use Elasticsearch to gather logs in post-run jobs https://review.openstack.org/573007 | 21:00 |
*** aaronsheffield has quit IRC | 21:03 | |
anticw | thanks | 21:06 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: Ingress TLS for keystone https://review.openstack.org/566350 | 21:11 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Update armada multinode manifests https://review.openstack.org/576198 | 21:13 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Update armada multinode manifests https://review.openstack.org/576198 | 21:14 |
*** jgu has joined #openstack-helm | 21:18 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Helm-toolkit: Updates manifests to support openstack logging.conf https://review.openstack.org/576616 | 21:21 |
*** jgu_ has joined #openstack-helm | 21:22 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add logging.conf files to enabled loggers/handlers/formatters https://review.openstack.org/576001 | 21:22 |
*** mihdih_ has joined #openstack-helm | 21:23 | |
*** mdih has quit IRC | 21:26 | |
*** jgu has quit IRC | 21:26 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: Ingress TLS for keystone https://review.openstack.org/566350 | 21:27 |
*** julim_ has quit IRC | 21:35 | |
*** yamamoto has joined #openstack-helm | 21:43 | |
*** yamamoto has quit IRC | 21:48 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: Update toolkit to support ingress TLS https://review.openstack.org/568132 | 22:26 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: Ingress TLS for keystone https://review.openstack.org/566350 | 22:26 |
*** yamamoto has joined #openstack-helm | 22:44 | |
osh-chatbot | <xiaods> hi team, docker run --entrypoint=/bin/bash -it --rm openstackhelm/kubeadm-aio:dev , the image should be pip install docker-py | 22:49 |
osh-chatbot | <xiaods> but i found the Dockerfile not install docker-py | 22:49 |
*** yamamoto has quit IRC | 22:49 | |
osh-chatbot | <xiaods> anyone can confirm this limit? | 22:50 |
*** julim has joined #openstack-helm | 22:58 | |
*** yamamoto has joined #openstack-helm | 23:46 | |
*** yamamoto has quit IRC | 23:51 | |
openstackgerrit | Merged openstack/openstack-helm master: Add fluentbit sidecars to ceph mon and ceph osd charts https://review.openstack.org/575832 | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!