Wednesday, 2018-06-06

*** yamamoto has joined #openstack-helm00:03
*** Ross_ has quit IRC00:07
*** yamamoto has quit IRC00:09
*** caoyuan has quit IRC00:22
*** yamamoto has joined #openstack-helm01:06
*** yamamoto has quit IRC01:11
*** nguyenhai93 has quit IRC01:47
*** nguyenhai93 has joined #openstack-helm01:48
*** yamamoto has joined #openstack-helm02:07
*** yamamoto has quit IRC02:12
*** roman_g has quit IRC02:27
*** yamamoto has joined #openstack-helm03:08
*** yamamoto has quit IRC03:14
*** yamamoto has joined #openstack-helm04:10
*** yamamoto has quit IRC04:16
openstackgerritMerged openstack/openstack-helm master: Fix the external_dns_nameservers path  https://review.openstack.org/57223404:30
*** caoyuan has joined #openstack-helm04:34
*** yamamoto has joined #openstack-helm04:56
*** mdih has joined #openstack-helm05:11
*** caoyuan has quit IRC05:11
*** sar has quit IRC05:28
*** sar has joined #openstack-helm06:15
*** caoyuan has joined #openstack-helm06:22
*** cNilesh has joined #openstack-helm07:07
*** gkadam has joined #openstack-helm07:18
*** openstackgerrit has quit IRC07:19
*** radek__ has joined #openstack-helm08:13
*** MarkBaker has joined #openstack-helm08:13
*** zhangfei has joined #openstack-helm08:32
*** roman_g has joined #openstack-helm08:37
*** sar has quit IRC08:59
*** sar has joined #openstack-helm08:59
*** evin has joined #openstack-helm09:04
*** sar has quit IRC09:05
*** gkadam has quit IRC09:25
*** cNilesh has quit IRC09:27
*** cNilesh has joined #openstack-helm09:28
*** cNilesh has quit IRC09:31
*** caoyuan has quit IRC10:15
*** cNilesh has joined #openstack-helm10:20
*** caoyuan has joined #openstack-helm11:20
*** felipemonteiro has joined #openstack-helm11:31
*** zhangfei has quit IRC11:40
*** julim has joined #openstack-helm11:40
*** felipemonteiro has quit IRC11:48
*** felipemonteiro has joined #openstack-helm11:49
*** gkadam has joined #openstack-helm11:49
*** felipemonteiro has quit IRC12:04
*** felipemonteiro has joined #openstack-helm12:04
*** sgrasley has quit IRC12:35
*** felipemonteiro_ has joined #openstack-helm12:35
*** felipemonteiro has quit IRC12:38
*** rashrig_ has quit IRC12:47
*** felipemonteiro_ has quit IRC13:06
*** felipemonteiro_ has joined #openstack-helm13:07
*** felipemonteiro_ has quit IRC13:11
*** sgrasley has joined #openstack-helm13:25
srwilkerso/13:34
portdirectMorning srwilkers13:34
srwilkerssup portdirect13:35
*** caoyuan has quit IRC13:39
*** evin has quit IRC14:04
*** felipemonteiro has joined #openstack-helm14:09
*** felipemonteiro_ has joined #openstack-helm14:11
*** felipemonteiro has quit IRC14:15
*** fdegir has joined #openstack-helm14:19
*** eeiden has joined #openstack-helm14:21
*** felipemonteiro_ has quit IRC14:22
*** felipemonteiro has joined #openstack-helm14:23
*** felipemonteiro has quit IRC14:37
*** felipemonteiro has joined #openstack-helm14:37
*** sar has joined #openstack-helm14:37
*** radek__ has quit IRC14:43
*** sthussey has joined #openstack-helm14:49
*** felipemonteiro_ has joined #openstack-helm14:50
*** felipemonteiro has quit IRC14:53
*** jgu has joined #openstack-helm14:54
*** caoyuan has joined #openstack-helm15:00
*** openstackgerrit has joined #openstack-helm15:08
openstackgerritPete Birley proposed openstack/openstack-helm master: WIP: Keystone Federation  https://review.openstack.org/57223715:08
openstackgerritPete Birley proposed openstack/openstack-helm-infra master: WIP: Dex: Chart  https://review.openstack.org/57200315:09
*** MarkBaker has quit IRC15:18
tdocI'm trying to wrap my brain around the concept of ingress... Could anyone tell me why the ingress chart is deployed twice, once in kube-system, and once in openstack namespace?15:18
portdirectsure15:18
portdirectthis is to support multiple namespaces seamlessly with l715:18
portdirectthe one that we deploy (by default) in the kube-system ns runs in host networking mode15:19
portdirectand uses the class "nginx-cluster"15:19
portdirectthe ingress controller that deploys into each ns, runs in the cni network15:19
portdirectand creates a ingress rule that attaches to the cluster controller with a wildcard in the format "*.<namespace>.svc.<cluster_dns_suffix>"15:20
portdirectthis allows kube services to be attached to the appropriate namespaced ingress controller15:21
portdirectwithout collision15:21
portdirecteg: its possible to have "keystone.openstack.svc.cluster.local" and "keystone.airship.svc.cluster.local"15:22
portdirectand from within the relivant ns (openstack/airship)15:22
portdirectthese resolve correctly for pods with serch options15:22
portdirecteg "keystone" will get to the correct keystone15:22
portdirectthis also allows whitelisting, and tls cert control with a bit more refinement15:23
portdirectboth both of these are wip atm15:23
portdirectthe other thing we can do - though horribly documented atm15:23
*** radek__ has joined #openstack-helm15:23
portdirectis create dummy ip addrs for the 'cluster' controller15:23
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: WIP: Elasticsearch S3 repo  https://review.openstack.org/55941715:24
portdirectwhich can then be used with our calico chart to broadcast the ips via bgp15:24
portdirectand provide a nice way of peering a deployment with the fabric15:24
tdocok, for getting started that is already way more complicated than I neeeded ;) but it does give me some pointers on what to research...15:26
portdirectif you just need a really simple setup15:26
portdirectrun the `openstack` ingress controller in host networking mode15:27
portdirectand you'll be good to go :)15:27
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: WIP: Elasticsearch S3 repo  https://review.openstack.org/55941715:27
openstackgerritSteve Wilkerson proposed openstack/openstack-helm master: Update Armada LMA manifest to include Elasticsearch S3 Repository  https://review.openstack.org/57220115:27
tdochmm, ok that might indeed be closer to what I need....15:29
tdocI'm trying to figure out where external clients to the cluster should contact the API endpoint, if that makes any sense15:29
*** caoyuan has quit IRC15:30
tdoc(I mean openstack APIs)15:30
*** MarkBaker has joined #openstack-helm15:32
openstackgerritMerged openstack/openstack-helm master: Mistral: add deps for rabbitmq job  https://review.openstack.org/57258015:36
openstackgerritMerged openstack/openstack-helm master: Cinder: add deps for rabbitmq job  https://review.openstack.org/57257715:36
openstackgerritMerged openstack/openstack-helm master: Keystone: add deps for rabbitmq job  https://review.openstack.org/57257915:36
portdirectin the deafault setup - you should point them to the ip(s) of the node running the "cluster" ingress controller15:37
portdirectand via the vhost - things get to the right place15:37
*** sgrasley has quit IRC15:37
tdocso that's the one in the kube-system namespace by default, right?15:38
portdirectyeah15:38
tdocok, at least I got that part right ;)15:38
*** felipemonteiro_ has quit IRC15:38
tdocI've indeed been doing that so far, with just some entries in my /etc/hosts file, and it works, I can access OS APIs that way...15:39
*** cliu has joined #openstack-helm15:40
tdocSo you said this one is running in host networking mode, and basically forwards to the ingress in the openstack namespace. Could you elaborate on host networking vs cni networking?15:43
*** jgu_ has joined #openstack-helm15:46
*** jgu_ has quit IRC15:47
*** jgu has quit IRC15:49
cliuhi.. I was following the procedure https://docs.openstack.org/openstack-helm/latest/install/multinode.html to deploy openstack-helm,  but it failed at "Run the playbooks" ... any advice?15:50
*** jgu has joined #openstack-helm15:53
*** roman_g has quit IRC15:53
srwilkershey cliu - whats the failure you're seeing?15:54
*** roman_g has joined #openstack-helm15:55
cliusrwilkers: it is failing at "TASK [build-images : Kubeadm-AIO image build path with proxy] "15:55
cliusrwilkers: I was trying to setup a multinode, but it is using Kubeadm-AIO, is this correct?15:56
*** sgrasley has joined #openstack-helm15:57
srwilkerscliu: yep :).  can you paste me the console output you're seeing?15:58
cliusrwilkers: fatal: [node_three]: FAILED! => {"changed": true, "cmd": "set -e\n docker build --network host --force-rm --tag \"openstackhelm/kubeadm-aio:dev\" --file tools/images/kubeadm-aio/Dockerfile --build-arg KUBE_VERSION=\"v1.10.2\" --build-arg CNI_VERSION=\"v0.6.0\" --build-arg HELM_VERSION=\"v2.9.1\" --build-arg CHARTS=\"calico,flannel,tiller,kube-dns,kubernetes-keystone-webhook\" --build-arg HTTP_PROXY=\"\" --build-arg HT15:58
*** radek__ has quit IRC15:58
srwilkersdoes that task succeed on any of your other nodes, or is that the first node that returned with a failure?16:00
cliu srwilkers: https://pastebin.ubuntu.com/p/tZ4t7skMcB/16:01
*** julim has quit IRC16:01
*** cliu has quit IRC16:02
*** cliu has joined #openstack-helm16:03
*** cNilesh has quit IRC16:08
*** roman_g has quit IRC16:12
*** yamamoto has quit IRC16:14
*** yamamoto has joined #openstack-helm16:14
*** gkadam has quit IRC16:15
*** yamamoto has quit IRC16:17
*** yamamoto has joined #openstack-helm16:19
*** roman_g has joined #openstack-helm16:39
*** MarkBaker has quit IRC16:57
*** yamamoto has quit IRC17:10
*** julim has joined #openstack-helm17:11
*** MarkBaker has joined #openstack-helm17:12
*** yamamoto has joined #openstack-helm17:13
*** yamamoto has quit IRC17:18
openstackgerritMerged openstack/openstack-helm-infra master: Kube: Update to kubernetes 1.10.3  https://review.openstack.org/57211617:24
*** unicell has joined #openstack-helm17:26
*** yamamoto has joined #openstack-helm17:28
*** yamamoto has quit IRC17:30
*** yamamoto has joined #openstack-helm17:30
openstackgerritSteve Wilkerson proposed openstack/openstack-helm master: Update Armada LMA manifest to include Elasticsearch S3 Repository  https://review.openstack.org/57220117:34
*** yamamoto_ has joined #openstack-helm17:43
*** yamamoto has quit IRC17:47
*** sgrasley has quit IRC18:18
*** yamamoto_ has quit IRC18:18
*** d|k has quit IRC18:24
*** yamamoto has joined #openstack-helm18:28
*** yamamoto has quit IRC18:32
*** yamamoto has joined #openstack-helm18:36
*** MarkBaker has quit IRC18:58
*** MarkBaker has joined #openstack-helm19:10
*** Guest71 has joined #openstack-helm19:17
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: Elasticsearch: Update tests to clean up test data and index  https://review.openstack.org/57289819:25
* Guest71 hello all, I have been referring to the helm charts provided for ironic and see that we are using newton images for now. Would like to know how to upgrade to ocata or higher if possible and is this a simple thing to do or are we expecting an update to the chart in a couple of months.19:25
Guest71https://github.com/openstack/openstack-helm/blob/master/ironic/values.yaml is the file i am speaking about19:26
*** Guest71 has quit IRC19:31
*** Guest71 has joined #openstack-helm19:36
*** issp has joined #openstack-helm19:39
*** yamamoto has quit IRC19:51
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: Node Exporter: Remove megacli collector due to deprecation  https://review.openstack.org/57294219:56
*** yamamoto has joined #openstack-helm19:58
srwilkershey Guest71 -- we actually have the overrides required for kolla ocata images here: https://github.com/openstack/openstack-helm/blob/master/tools/overrides/releases/ocata/kolla.yaml20:01
srwilkersor loci images here: https://github.com/openstack/openstack-helm/blob/master/tools/overrides/releases/ocata/loci.yaml20:01
srwilkerscan also find the corresponding overrides for pike here: https://github.com/openstack/openstack-helm/tree/master/tools/overrides/releases/pike20:02
*** yamamoto has quit IRC20:02
Guest71thanks for the information @srwilkers.20:04
srwilkersno problem Guest71 :)20:08
*** yamamoto has joined #openstack-helm20:20
*** yamamoto has quit IRC20:20
*** sgrasley has joined #openstack-helm20:38
*** mdih has quit IRC20:42
*** Guest71 has quit IRC20:53
*** sgrasley has quit IRC20:55
*** sgrasley has joined #openstack-helm20:55
*** felipemonteiro has joined #openstack-helm21:02
*** felipemonteiro_ has joined #openstack-helm21:03
*** issp has quit IRC21:06
*** felipemonteiro has quit IRC21:07
*** felipemonteiro_ has quit IRC21:09
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: WIP: Use Elasticsearch to gather logs in post-run jobs  https://review.openstack.org/57300721:10
*** sar has quit IRC21:10
*** sgrasley_ has joined #openstack-helm21:13
*** sgrasley has quit IRC21:15
*** julim has quit IRC21:15
*** yamamoto has joined #openstack-helm21:20
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: WIP: Use Elasticsearch to gather logs in post-run jobs  https://review.openstack.org/57300721:25
*** eeiden has quit IRC21:25
*** julim has joined #openstack-helm21:31
*** julim has quit IRC21:31
*** yamamoto has quit IRC21:33
*** sgrasley_ has quit IRC21:33
*** cliu has quit IRC22:22
openstackgerritPete Birley proposed openstack/openstack-helm master: WIP: Keystone Federation  https://review.openstack.org/57223723:15
openstackgerritPete Birley proposed openstack/openstack-helm-infra master: WIP: Dex: Chart  https://review.openstack.org/57200323:15
openstackgerritPete Birley proposed openstack/openstack-helm-infra master: WIP: Dex: Chart  https://review.openstack.org/57200323:16
*** sthussey has quit IRC23:45
*** caoyuan has joined #openstack-helm23:53

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