*** MarkBaker has quit IRC | 01:54 | |
*** lukepatrick has joined #openstack-helm | 01:55 | |
*** yamamoto has joined #openstack-helm | 01:56 | |
*** lukepatrick has quit IRC | 02:12 | |
*** lukepatrick has joined #openstack-helm | 02:14 | |
*** gouthamr has joined #openstack-helm | 02:32 | |
*** gouthamr has quit IRC | 02:42 | |
*** gouthamr has joined #openstack-helm | 02:43 | |
*** lukepatrick has quit IRC | 03:00 | |
*** lukepatrick has joined #openstack-helm | 03:01 | |
*** openstackgerrit has quit IRC | 03:22 | |
*** lukepatrick has quit IRC | 03:31 | |
*** lukepatrick has joined #openstack-helm | 03:32 | |
*** yamamoto_ has joined #openstack-helm | 03:39 | |
*** yamamoto has quit IRC | 03:42 | |
*** lukepatrick has quit IRC | 03:54 | |
*** coolsvap has joined #openstack-helm | 05:07 | |
*** gouthamr has quit IRC | 05:34 | |
jayahn | srwilkers: You are currently adding es and kibana to openstack-helm, especially to leverage osh gate. Do we want similar thing for fluent-logging? Is there any guide for us between using openstack-helm repo and openstack-helm-addons repo, especially regarding gate test? | 06:07 |
---|---|---|
*** goldenfri has quit IRC | 06:34 | |
*** MarkBaker has joined #openstack-helm | 07:37 | |
*** yamamoto_ has quit IRC | 08:37 | |
*** yamamoto has joined #openstack-helm | 08:40 | |
*** yamamoto has joined #openstack-helm | 09:07 | |
*** yamamoto has quit IRC | 09:11 | |
*** yamamoto has joined #openstack-helm | 09:17 | |
*** yamamoto has quit IRC | 09:21 | |
*** yamamoto has joined #openstack-helm | 09:28 | |
*** yamamoto_ has joined #openstack-helm | 09:34 | |
*** yamamoto has quit IRC | 09:37 | |
*** yamamoto_ has quit IRC | 09:56 | |
*** yamamoto has joined #openstack-helm | 10:26 | |
srwilkers | Hey jayahn. Yeah, I was going to reach out and say to move fluent-logging to OSH instead of addons | 11:43 |
*** yamamoto has quit IRC | 11:59 | |
osh-chatbot1 | <mateuszb> @jay-ahn @srwilkers @mattmceuen @portdirect - in regards to yesterday's meeting and log-based alerts - I'm concered if we can achieve the desired funtionality with prometheus-fluentd plugin. Everything seems to work fine with only one instance of fluentd. But if there are more, then each of them will expose its own HTTP endpoint at ip:port/metrics (that's how prometheus plugin for fluentd works, it starts HTTP server and exposes | 12:08 |
osh-chatbot1 | metrics at /metrics). We'll end up with a situation that part of the logs we'll be forwared to first fluend instance, next part of the logs to the second instance, and so on. Now let's say we want to gather the number of "Can't connect to MySQL" occurences in logs and fire an alarm if the number increased. If there are multiple fluentd-deployment pods and one service on top of them, then if we query for service-name:port/metrics, the number | 12:08 |
osh-chatbot1 | of log occurences may change depending on the actual pod that handled the request. Moreover, even if the request goes to the first instance all the time, this instance will not have all the possible logs from all containers (fluentbit daemonset pods will forward logs to different fluentd instances, this again depends on which fluentd pod will handle the request). Thus if we don't want to restrict the number of fluentd instances to 1, | 12:08 |
osh-chatbot1 | ElastAlert seems to be choice. I'd be great to hear your feedback :slightly_smiling_face: | 12:08 |
*** julim has quit IRC | 12:52 | |
*** julim has joined #openstack-helm | 12:53 | |
*** yamamoto has joined #openstack-helm | 12:59 | |
*** alanmeadows has quit IRC | 13:02 | |
*** alanmeadows has joined #openstack-helm | 13:02 | |
*** ChanServ sets mode: +o alanmeadows | 13:02 | |
*** yamamoto has quit IRC | 13:07 | |
*** jaypipes has joined #openstack-helm | 13:12 | |
*** felipemonteiro_ has joined #openstack-helm | 13:15 | |
*** felipemonteiro__ has joined #openstack-helm | 13:17 | |
*** felipemonteiro_ has quit IRC | 13:20 | |
*** gouthamr has joined #openstack-helm | 13:26 | |
*** openstackgerrit has joined #openstack-helm | 13:33 | |
openstackgerrit | Grzegorz Grasza (xek) proposed openstack/openstack-helm master: Support services in different namespaces https://review.openstack.org/510810 | 13:33 |
*** MarkBaker has quit IRC | 13:36 | |
*** MarkBaker has joined #openstack-helm | 13:39 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: WIP: ZuulV3 compatible deployment and Kubeadm-aio2 https://review.openstack.org/509985 | 13:46 |
*** yamamoto has joined #openstack-helm | 13:54 | |
*** zla has joined #openstack-helm | 13:55 | |
*** yamamoto has quit IRC | 13:55 | |
*** alraddarla has joined #openstack-helm | 13:55 | |
*** alraddarla has left #openstack-helm | 13:55 | |
zla | hello everyone. sorry if what I'm asking is rtfm but to be honest I couldn't really find anything related to my question in the docs. my question is, where can I read about how to setting up external networks in openstack-helm? like a network for floating ip-s (maybe with vlan tags) I have no problems with that on bare metal installation but with kubernetes I don't have access to the "physnet" interfaces so it's not quite clear in m | 13:59 |
zla | as I understand the config file which is used to define external network is this: "_openvswitch-vswitchd.sh.tpl" but there is not much documentation about how to define interfaces etc | 14:21 |
openstackgerrit | Huamin Chen proposed openstack/openstack-helm master: Ceph: luminous fixes https://review.openstack.org/507628 | 14:25 |
*** lukepatrick has joined #openstack-helm | 14:36 | |
*** julim has quit IRC | 14:36 | |
*** julim has joined #openstack-helm | 14:37 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Prometheus Chart https://review.openstack.org/512365 | 14:37 |
osh-chatbot1 | <srwilkers> @mateuszb that's assuming we'd use the services for service discovery in prometheus. that would be the case in that scenario -- it might be useful into looking at using the pod service discovery mechanism in prometheus instead. i feel this is also something that could be avoided by configuring fluentbit to handle full log entries with multiline support instead of the standard single line mechanism | 14:46 |
osh-chatbot1 | <srwilkers> that way the entire log entry gets forwarded appropriately | 14:46 |
*** yamamoto has joined #openstack-helm | 14:55 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Prometheus Chart https://review.openstack.org/512365 | 15:02 |
*** yamamoto has quit IRC | 15:05 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add Elasticsearch and Kibana https://review.openstack.org/512881 | 15:06 |
*** coolsvap has quit IRC | 15:06 | |
*** lrensing has joined #openstack-helm | 15:13 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add Elasticsearch and Kibana https://review.openstack.org/512881 | 15:19 |
lukepatrick | @zla it's the essentially the same 'physnet' interfaces of the host. neutron/ovs guides should be all you need. | 15:19 |
zla | oh okay | 15:20 |
zla | so I got to configure it as I do on my bare metal hosts | 15:20 |
lukepatrick | likely yes (I don't know your exact set up). | 15:22 |
lukepatrick | e.g. look in the ovs pod for the ml2 external network, I think os-helm sets it as "public" instead of "physnet" | 15:23 |
lukepatrick | then in neutron pod you could run the openstack commands "openstack network create" "openstack subnet" create with the appropriate parameters to your env | 15:23 |
lrensing | yes zla you’ll have to configure that yourself as normal on your machines tagged for ovs | 15:24 |
zla | oh nice thank you very much | 15:24 |
zla | I'll have a play with it | 15:24 |
*** kragniz has quit IRC | 15:40 | |
*** kragniz has joined #openstack-helm | 15:40 | |
openstackgerrit | Huamin Chen proposed openstack/openstack-helm master: Ceph: luminous fixes https://review.openstack.org/507628 | 15:40 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Prometheus Chart https://review.openstack.org/512365 | 15:44 |
*** lrensing has quit IRC | 15:44 | |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Mergeing disk and device manifests https://review.openstack.org/512317 | 15:48 |
*** felipemonteiro__ has quit IRC | 15:48 | |
*** lukepatr_ has joined #openstack-helm | 15:50 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add Elasticsearch and Kibana https://review.openstack.org/512881 | 15:51 |
*** lukepatrick has quit IRC | 15:53 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: Kernel Modules: Load via chroot into host https://review.openstack.org/510710 | 15:57 |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Mergeing disk and device manifests https://review.openstack.org/512317 | 16:01 |
*** MarkBaker has quit IRC | 16:06 | |
*** lrensing has joined #openstack-helm | 16:10 | |
*** julim has quit IRC | 16:15 | |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Mergeing disk and device manifests https://review.openstack.org/512317 | 16:21 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add Elasticsearch and Kibana https://review.openstack.org/512881 | 16:54 |
*** MarkBaker has joined #openstack-helm | 16:55 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Add Elasticsearch and Kibana https://review.openstack.org/512881 | 16:56 |
*** zla has quit IRC | 17:06 | |
*** julim has joined #openstack-helm | 17:14 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: WIP: ZuulV3 compatible deployment and Kubeadm-aio2 https://review.openstack.org/509985 | 17:17 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: WIP: ZuulV3 compatible deployment and Kubeadm-aio2 https://review.openstack.org/509985 | 17:17 |
*** zla has joined #openstack-helm | 17:19 | |
*** felipemonteiro_ has joined #openstack-helm | 17:20 | |
*** felipemonteiro__ has joined #openstack-helm | 17:21 | |
*** felipemonteiro_ has quit IRC | 17:25 | |
*** lukepatrick has joined #openstack-helm | 17:41 | |
*** lukepatr_ has quit IRC | 17:43 | |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Mergeing disk and device manifests https://review.openstack.org/512317 | 17:48 |
openstackgerrit | Huamin Chen proposed openstack/openstack-helm master: Ceph: luminous fixes https://review.openstack.org/507628 | 18:16 |
*** julim_ has joined #openstack-helm | 18:31 | |
*** julim has quit IRC | 18:33 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm master: Prometheus Chart https://review.openstack.org/512365 | 18:40 |
openstackgerrit | Darla Ahlert proposed openstack/openstack-helm master: [WIP] Add Tempest Chart https://review.openstack.org/498929 | 18:46 |
*** lukepatr_ has joined #openstack-helm | 19:28 | |
*** lukepatrick has quit IRC | 19:30 | |
*** csuttles_ has quit IRC | 19:47 | |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Mergeing disk and device manifests https://review.openstack.org/512317 | 20:17 |
*** openstackgerrit has quit IRC | 20:17 | |
*** openstackgerrit has joined #openstack-helm | 20:19 | |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Mergeing disk and device manifests https://review.openstack.org/512317 | 20:19 |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Mergeing disk and device manifests https://review.openstack.org/512317 | 20:40 |
*** gouthamr has quit IRC | 20:43 | |
openstackgerrit | Renis Makadia proposed openstack/openstack-helm master: WIP - Mergeing disk and device manifests https://review.openstack.org/512317 | 21:01 |
*** gouthamr has joined #openstack-helm | 21:20 | |
*** openstackgerrit has quit IRC | 21:48 | |
*** julim_ has quit IRC | 21:50 | |
*** MarkBaker has quit IRC | 22:03 | |
*** felipemonteiro__ has quit IRC | 22:23 | |
*** lukepatr_ has quit IRC | 22:29 | |
*** gouthamr has quit IRC | 22:41 | |
*** julim has joined #openstack-helm | 22:55 | |
*** openstackgerrit has joined #openstack-helm | 22:56 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: WIP: ZuulV3 compatible deployment and Kubeadm-aio2 https://review.openstack.org/509985 | 22:56 |
*** lrensing has quit IRC | 23:07 | |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: Kernel Modules: Load via chroot into host https://review.openstack.org/510710 | 23:08 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: WIP: ZuulV3 compatible deployment and Kubeadm-aio2 https://review.openstack.org/509985 | 23:08 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: WIP: ZuulV3 compatible deployment and Kubeadm-aio2 https://review.openstack.org/509985 | 23:47 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: Kernel Modules: Load via chroot into host https://review.openstack.org/510710 | 23:56 |
openstackgerrit | Pete Birley proposed openstack/openstack-helm master: WIP: ZuulV3 compatible deployment and Kubeadm-aio2 https://review.openstack.org/509985 | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!