*** yamamoto has joined #openstack-helm | 00:03 | |
*** Ross_ has quit IRC | 00:07 | |
*** yamamoto has quit IRC | 00:09 | |
*** caoyuan has quit IRC | 00:22 | |
*** yamamoto has joined #openstack-helm | 01:06 | |
*** yamamoto has quit IRC | 01:11 | |
*** nguyenhai93 has quit IRC | 01:47 | |
*** nguyenhai93 has joined #openstack-helm | 01:48 | |
*** yamamoto has joined #openstack-helm | 02:07 | |
*** yamamoto has quit IRC | 02:12 | |
*** roman_g has quit IRC | 02:27 | |
*** yamamoto has joined #openstack-helm | 03:08 | |
*** yamamoto has quit IRC | 03:14 | |
*** yamamoto has joined #openstack-helm | 04:10 | |
*** yamamoto has quit IRC | 04:16 | |
openstackgerrit | Merged openstack/openstack-helm master: Fix the external_dns_nameservers path https://review.openstack.org/572234 | 04:30 |
---|---|---|
*** caoyuan has joined #openstack-helm | 04:34 | |
*** yamamoto has joined #openstack-helm | 04:56 | |
*** mdih has joined #openstack-helm | 05:11 | |
*** caoyuan has quit IRC | 05:11 | |
*** sar has quit IRC | 05:28 | |
*** sar has joined #openstack-helm | 06:15 | |
*** caoyuan has joined #openstack-helm | 06:22 | |
*** cNilesh has joined #openstack-helm | 07:07 | |
*** gkadam has joined #openstack-helm | 07:18 | |
*** openstackgerrit has quit IRC | 07:19 | |
*** radek__ has joined #openstack-helm | 08:13 | |
*** MarkBaker has joined #openstack-helm | 08:13 | |
*** zhangfei has joined #openstack-helm | 08:32 | |
*** roman_g has joined #openstack-helm | 08:37 | |
*** sar has quit IRC | 08:59 | |
*** sar has joined #openstack-helm | 08:59 | |
*** evin has joined #openstack-helm | 09:04 | |
*** sar has quit IRC | 09:05 | |
*** gkadam has quit IRC | 09:25 | |
*** cNilesh has quit IRC | 09:27 | |
*** cNilesh has joined #openstack-helm | 09:28 | |
*** cNilesh has quit IRC | 09:31 | |
*** caoyuan has quit IRC | 10:15 | |
*** cNilesh has joined #openstack-helm | 10:20 | |
*** caoyuan has joined #openstack-helm | 11:20 | |
*** felipemonteiro has joined #openstack-helm | 11:31 | |
*** zhangfei has quit IRC | 11:40 | |
*** julim has joined #openstack-helm | 11:40 | |
*** felipemonteiro has quit IRC | 11:48 | |
*** felipemonteiro has joined #openstack-helm | 11:49 | |
*** gkadam has joined #openstack-helm | 11:49 | |
*** felipemonteiro has quit IRC | 12:04 | |
*** felipemonteiro has joined #openstack-helm | 12:04 | |
*** sgrasley has quit IRC | 12:35 | |
*** felipemonteiro_ has joined #openstack-helm | 12:35 | |
*** felipemonteiro has quit IRC | 12:38 | |
*** rashrig_ has quit IRC | 12:47 | |
*** felipemonteiro_ has quit IRC | 13:06 | |
*** felipemonteiro_ has joined #openstack-helm | 13:07 | |
*** felipemonteiro_ has quit IRC | 13:11 | |
*** sgrasley has joined #openstack-helm | 13:25 | |
srwilkers | o/ | 13:34 |
portdirect | Morning srwilkers | 13:34 |
srwilkers | sup portdirect | 13:35 |
*** caoyuan has quit IRC | 13:39 | |
*** evin has quit IRC | 14:04 | |
*** felipemonteiro has joined #openstack-helm | 14:09 | |
*** felipemonteiro_ has joined #openstack-helm | 14:11 | |
*** felipemonteiro has quit IRC | 14:15 | |
*** fdegir has joined #openstack-helm | 14:19 | |
*** eeiden has joined #openstack-helm | 14:21 | |
*** felipemonteiro_ has quit IRC | 14:22 | |
*** felipemonteiro has joined #openstack-helm | 14:23 | |
*** felipemonteiro has quit IRC | 14:37 | |
*** felipemonteiro has joined #openstack-helm | 14:37 | |
*** sar has joined #openstack-helm | 14:37 | |
*** radek__ has quit IRC | 14:43 | |
*** sthussey has joined #openstack-helm | 14:49 | |
*** felipemonteiro_ has joined #openstack-helm | 14:50 | |
*** felipemonteiro has quit IRC | 14:53 | |
*** jgu has joined #openstack-helm | 14:54 | |
*** caoyuan has joined #openstack-helm | 15:00 | |
*** openstackgerrit has joined #openstack-helm | 15:08 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: WIP: Keystone Federation https://review.openstack.org/572237 | 15:08 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: WIP: Dex: Chart https://review.openstack.org/572003 | 15:09 |
*** MarkBaker has quit IRC | 15:18 | |
tdoc | I'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 |
portdirect | sure | 15:18 |
portdirect | this is to support multiple namespaces seamlessly with l7 | 15:18 |
portdirect | the one that we deploy (by default) in the kube-system ns runs in host networking mode | 15:19 |
portdirect | and uses the class "nginx-cluster" | 15:19 |
portdirect | the ingress controller that deploys into each ns, runs in the cni network | 15:19 |
portdirect | and creates a ingress rule that attaches to the cluster controller with a wildcard in the format "*.<namespace>.svc.<cluster_dns_suffix>" | 15:20 |
portdirect | this allows kube services to be attached to the appropriate namespaced ingress controller | 15:21 |
portdirect | without collision | 15:21 |
portdirect | eg: its possible to have "keystone.openstack.svc.cluster.local" and "keystone.airship.svc.cluster.local" | 15:22 |
portdirect | and from within the relivant ns (openstack/airship) | 15:22 |
portdirect | these resolve correctly for pods with serch options | 15:22 |
portdirect | eg "keystone" will get to the correct keystone | 15:22 |
portdirect | this also allows whitelisting, and tls cert control with a bit more refinement | 15:23 |
portdirect | both both of these are wip atm | 15:23 |
portdirect | the other thing we can do - though horribly documented atm | 15:23 |
*** radek__ has joined #openstack-helm | 15:23 | |
portdirect | is create dummy ip addrs for the 'cluster' controller | 15:23 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: WIP: Elasticsearch S3 repo https://review.openstack.org/559417 | 15:24 |
portdirect | which can then be used with our calico chart to broadcast the ips via bgp | 15:24 |
portdirect | and provide a nice way of peering a deployment with the fabric | 15:24 |
tdoc | ok, 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 |
portdirect | if you just need a really simple setup | 15:26 |
portdirect | run the `openstack` ingress controller in host networking mode | 15:27 |
portdirect | and you'll be good to go :) | 15:27 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: WIP: Elasticsearch S3 repo https://review.openstack.org/559417 | 15:27 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Update Armada LMA manifest to include Elasticsearch S3 Repository https://review.openstack.org/572201 | 15:27 |
tdoc | hmm, ok that might indeed be closer to what I need.... | 15:29 |
tdoc | I'm trying to figure out where external clients to the cluster should contact the API endpoint, if that makes any sense | 15:29 |
*** caoyuan has quit IRC | 15:30 | |
tdoc | (I mean openstack APIs) | 15:30 |
*** MarkBaker has joined #openstack-helm | 15:32 | |
openstackgerrit | Merged openstack/openstack-helm master: Mistral: add deps for rabbitmq job https://review.openstack.org/572580 | 15:36 |
openstackgerrit | Merged openstack/openstack-helm master: Cinder: add deps for rabbitmq job https://review.openstack.org/572577 | 15:36 |
openstackgerrit | Merged openstack/openstack-helm master: Keystone: add deps for rabbitmq job https://review.openstack.org/572579 | 15:36 |
portdirect | in the deafault setup - you should point them to the ip(s) of the node running the "cluster" ingress controller | 15:37 |
portdirect | and via the vhost - things get to the right place | 15:37 |
*** sgrasley has quit IRC | 15:37 | |
tdoc | so that's the one in the kube-system namespace by default, right? | 15:38 |
portdirect | yeah | 15:38 |
tdoc | ok, at least I got that part right ;) | 15:38 |
*** felipemonteiro_ has quit IRC | 15:38 | |
tdoc | I'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-helm | 15:40 | |
tdoc | So 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-helm | 15:46 | |
*** jgu_ has quit IRC | 15:47 | |
*** jgu has quit IRC | 15:49 | |
cliu | hi.. 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-helm | 15:53 | |
*** roman_g has quit IRC | 15:53 | |
srwilkers | hey cliu - whats the failure you're seeing? | 15:54 |
*** roman_g has joined #openstack-helm | 15:55 | |
cliu | srwilkers: it is failing at "TASK [build-images : Kubeadm-AIO image build path with proxy] " | 15:55 |
cliu | srwilkers: I was trying to setup a multinode, but it is using Kubeadm-AIO, is this correct? | 15:56 |
*** sgrasley has joined #openstack-helm | 15:57 | |
srwilkers | cliu: yep :). can you paste me the console output you're seeing? | 15:58 |
cliu | srwilkers: 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 HT | 15:58 |
*** radek__ has quit IRC | 15:58 | |
srwilkers | does 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 IRC | 16:01 | |
*** cliu has quit IRC | 16:02 | |
*** cliu has joined #openstack-helm | 16:03 | |
*** cNilesh has quit IRC | 16:08 | |
*** roman_g has quit IRC | 16:12 | |
*** yamamoto has quit IRC | 16:14 | |
*** yamamoto has joined #openstack-helm | 16:14 | |
*** gkadam has quit IRC | 16:15 | |
*** yamamoto has quit IRC | 16:17 | |
*** yamamoto has joined #openstack-helm | 16:19 | |
*** roman_g has joined #openstack-helm | 16:39 | |
*** MarkBaker has quit IRC | 16:57 | |
*** yamamoto has quit IRC | 17:10 | |
*** julim has joined #openstack-helm | 17:11 | |
*** MarkBaker has joined #openstack-helm | 17:12 | |
*** yamamoto has joined #openstack-helm | 17:13 | |
*** yamamoto has quit IRC | 17:18 | |
openstackgerrit | Merged openstack/openstack-helm-infra master: Kube: Update to kubernetes 1.10.3 https://review.openstack.org/572116 | 17:24 |
*** unicell has joined #openstack-helm | 17:26 | |
*** yamamoto has joined #openstack-helm | 17:28 | |
*** yamamoto has quit IRC | 17:30 | |
*** yamamoto has joined #openstack-helm | 17:30 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Update Armada LMA manifest to include Elasticsearch S3 Repository https://review.openstack.org/572201 | 17:34 |
*** yamamoto_ has joined #openstack-helm | 17:43 | |
*** yamamoto has quit IRC | 17:47 | |
*** sgrasley has quit IRC | 18:18 | |
*** yamamoto_ has quit IRC | 18:18 | |
*** d|k has quit IRC | 18:24 | |
*** yamamoto has joined #openstack-helm | 18:28 | |
*** yamamoto has quit IRC | 18:32 | |
*** yamamoto has joined #openstack-helm | 18:36 | |
*** MarkBaker has quit IRC | 18:58 | |
*** MarkBaker has joined #openstack-helm | 19:10 | |
*** Guest71 has joined #openstack-helm | 19:17 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Elasticsearch: Update tests to clean up test data and index https://review.openstack.org/572898 | 19: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 | |
Guest71 | https://github.com/openstack/openstack-helm/blob/master/ironic/values.yaml is the file i am speaking about | 19:26 |
*** Guest71 has quit IRC | 19:31 | |
*** Guest71 has joined #openstack-helm | 19:36 | |
*** issp has joined #openstack-helm | 19:39 | |
*** yamamoto has quit IRC | 19:51 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Node Exporter: Remove megacli collector due to deprecation https://review.openstack.org/572942 | 19:56 |
*** yamamoto has joined #openstack-helm | 19:58 | |
srwilkers | hey 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.yaml | 20:01 |
srwilkers | or loci images here: https://github.com/openstack/openstack-helm/blob/master/tools/overrides/releases/ocata/loci.yaml | 20:01 |
srwilkers | can also find the corresponding overrides for pike here: https://github.com/openstack/openstack-helm/tree/master/tools/overrides/releases/pike | 20:02 |
*** yamamoto has quit IRC | 20:02 | |
Guest71 | thanks for the information @srwilkers. | 20:04 |
srwilkers | no problem Guest71 :) | 20:08 |
*** yamamoto has joined #openstack-helm | 20:20 | |
*** yamamoto has quit IRC | 20:20 | |
*** sgrasley has joined #openstack-helm | 20:38 | |
*** mdih has quit IRC | 20:42 | |
*** Guest71 has quit IRC | 20:53 | |
*** sgrasley has quit IRC | 20:55 | |
*** sgrasley has joined #openstack-helm | 20:55 | |
*** felipemonteiro has joined #openstack-helm | 21:02 | |
*** felipemonteiro_ has joined #openstack-helm | 21:03 | |
*** issp has quit IRC | 21:06 | |
*** felipemonteiro has quit IRC | 21:07 | |
*** felipemonteiro_ has quit IRC | 21:09 | |
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:10 |
*** sar has quit IRC | 21:10 | |
*** sgrasley_ has joined #openstack-helm | 21:13 | |
*** sgrasley has quit IRC | 21:15 | |
*** julim has quit IRC | 21:15 | |
*** yamamoto has joined #openstack-helm | 21:20 | |
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:25 |
*** eeiden has quit IRC | 21:25 | |
*** julim has joined #openstack-helm | 21:31 | |
*** julim has quit IRC | 21:31 | |
*** yamamoto has quit IRC | 21:33 | |
*** sgrasley_ has quit IRC | 21:33 | |
*** cliu has quit IRC | 22:22 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: WIP: Keystone Federation https://review.openstack.org/572237 | 23:15 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: WIP: Dex: Chart https://review.openstack.org/572003 | 23:15 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: WIP: Dex: Chart https://review.openstack.org/572003 | 23:16 |
*** sthussey has quit IRC | 23:45 | |
*** caoyuan has joined #openstack-helm | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!