Monday, 2018-04-23

openstackgerritMerged openstack/openstack-helm-infra master: Kubernetes: enable mount propagation  https://review.openstack.org/56291200:11
openstackgerritTin Lam proposed openstack/openstack-helm master: Implement nginx sidecar  https://review.openstack.org/55538600:14
*** yamamoto has joined #openstack-helm00:20
*** yamamoto has quit IRC00:24
*** yamamoto has joined #openstack-helm00:41
openstackgerritMatt McEuen proposed openstack/openstack-helm master: [WIP] Add Reno  https://review.openstack.org/56348101:20
*** caoyuan has joined #openstack-helm01:53
*** caoyuan has quit IRC02:02
openstackgerritTin Lam proposed openstack/openstack-helm master: Change zuul path  https://review.openstack.org/55051502:09
osh-chatbot3<sudeepbatra> Hi Guys, I am able to install the setup using the link : https://docs.openstack.org/openstack-helm/latest/install/developer/exercise-the-cloud.html But is there a link which can be referred to install a demo setup for Prometheus and Fluentd please ?02:11
*** mdih has quit IRC03:34
*** julim has joined #openstack-helm03:34
*** adrianreza has joined #openstack-helm03:40
*** mdih has joined #openstack-helm05:10
openstackgerritPete Birley proposed openstack/openstack-helm master: DNM: Mariadb Nginx PoC  https://review.openstack.org/56245805:22
*** julim has quit IRC05:31
*** julim_ has joined #openstack-helm05:31
openstackgerritPete Birley proposed openstack/openstack-helm master: DNM: Mariadb Nginx PoC  https://review.openstack.org/56245805:39
*** sar has joined #openstack-helm06:12
*** kaisers1 has quit IRC06:31
openstackgerritPete Birley proposed openstack/openstack-helm master: DNM: Mariadb Nginx PoC  https://review.openstack.org/56245806:40
*** pjrusak has joined #openstack-helm07:25
openstackgerritPete Birley proposed openstack/openstack-helm master: DNM: Mariadb Nginx PoC  https://review.openstack.org/56245807:32
*** julim_ has quit IRC07:45
*** julim has joined #openstack-helm07:48
*** nguyenhai has joined #openstack-helm07:54
*** MarkBaker has joined #openstack-helm09:06
*** goutnam has joined #openstack-helm09:56
openstackgerritMerged openstack/openstack-helm master: Ceph: Fix config helper image and bump version  https://review.openstack.org/55885110:20
*** yamamoto has quit IRC10:31
*** MarkBaker has quit IRC10:51
*** mdih has quit IRC11:07
*** julim has quit IRC11:18
*** goutnam has quit IRC11:19
*** yamamoto has joined #openstack-helm11:31
*** freyes__ has joined #openstack-helm11:35
*** yamamoto has quit IRC11:37
*** MarkBaker has joined #openstack-helm11:53
*** mdih has joined #openstack-helm11:56
*** MarkBaker has quit IRC11:58
*** MarkBaker has joined #openstack-helm12:01
*** yamamoto has joined #openstack-helm12:05
*** yamamoto has quit IRC12:06
*** goutham has joined #openstack-helm12:24
*** yamamoto has joined #openstack-helm12:37
*** julim has joined #openstack-helm12:38
*** yamamoto has quit IRC12:42
*** julim has quit IRC12:48
*** yamamoto has joined #openstack-helm12:51
*** yamamoto has quit IRC12:55
openstackgerritDanfly proposed openstack/openstack-helm master: fix glance fails to load metadefs  https://review.openstack.org/56361413:02
openstackgerritDanfly proposed openstack/openstack-helm master: fix glance fails to load metadefs  https://review.openstack.org/56361413:06
*** freyes__ is now known as freyes13:07
*** freyes has joined #openstack-helm13:07
*** sar has quit IRC13:10
osh-chatbot3<alianlianlianlianlian> Hi. I put a yaml file like values.yaml in my openstack-helm/nova/template/etc/. I want to read/load the file. what can i to make it. thank u in advance13:22
*** pjrusak has quit IRC13:36
*** felipemonteiro_ has joined #openstack-helm13:38
*** MarkBaker has quit IRC13:42
*** felipemonteiro__ has joined #openstack-helm13:44
*** felipemonteiro_ has quit IRC13:47
*** yamamoto has joined #openstack-helm13:51
*** goutham has quit IRC13:52
*** yamamoto has quit IRC13:57
*** felipemonteiro_ has joined #openstack-helm14:00
*** felipemonteiro__ has quit IRC14:00
*** MarkBaker has joined #openstack-helm14:00
*** julim has joined #openstack-helm14:00
srwilkersthe files in templates/etc are for consumption as helpers, primarily through configuration files or scripts we mount in via the configmaps in the charts.  adding a new file there would required modifying the chart templates to consume it via the configmaps14:10
srwilkersif youre trying to add something like values.yaml as yaml overrides for the chart, that's not an appropriate place to put them14:10
mattmceuenIf you're after overrides @alianlianlianlianlian, check this out -- https://github.com/openstack/openstack-helm/blob/master/tools/deployment/developer/ceph/160-compute-kit.sh#L6914:10
*** felipemonteiro__ has joined #openstack-helm14:20
*** felipemonteiro_ has quit IRC14:24
openstackgerritHyunsun Moon proposed openstack/openstack-helm master: openvswitch: allow setting ovsdb connection using vsctl  https://review.openstack.org/55876414:29
openstackgerritHyunsun Moon proposed openstack/openstack-helm master: [WIP] neutron, nova: fixed multiple mechanism drivers support  https://review.openstack.org/56075614:29
osh-chatbot3<alianlianlianlianlian> I want to load the file, then turn into a json  file by toJson. I mount it via cm.  I can write it in values.yaml to reach it. but the context has thousands of lines, not friendly. So I want to put the yaml context to a single file.  @srwilkers  mettmceuen14:36
*** MarkBaker has quit IRC14:38
srwilkersit's not unprecedented for us to include thousands of lines in values -- for reference, see: https://github.com/openstack/openstack-helm-infra/blob/master/grafana/values.yaml#L32214:39
*** felipemonteiro__ has quit IRC14:51
*** felipemonteiro__ has joined #openstack-helm14:51
osh-chatbot3<alianlianlianlianlian> Yes,just like that. No solution to separate the dashboard to a single file?14:53
*** yamamoto has joined #openstack-helm14:53
srwilkersnot to an extent that allows a user to customize them appropriately unfortunately14:54
srwilkersthey get mounted as individual files in the configmap, just defined in one via valeus14:54
*** yamamoto has quit IRC14:58
osh-chatbot3<alianlianlianlianlian> OK thanks14:59
openstackgerritRakesh Patnaik proposed openstack/openstack-helm-infra master: improvements/fixes for openstack dashboards for grafana  https://review.openstack.org/56285215:05
*** felipemonteiro_ has joined #openstack-helm15:09
*** felipemonteiro__ has quit IRC15:13
*** felipemonteiro_ has quit IRC15:20
*** felipemonteiro_ has joined #openstack-helm15:20
*** sar has joined #openstack-helm15:32
*** yamamoto has joined #openstack-helm15:54
openstackgerritMerged openstack/openstack-helm master: Neutron: Enable sharing of network namespaces with host  https://review.openstack.org/56292315:58
*** yamamoto has quit IRC16:00
*** MarkBaker has joined #openstack-helm16:03
*** jdandrea has quit IRC16:33
openstackgerritPete Birley proposed openstack/openstack-helm master: DNM: Mariadb Nginx PoC  https://review.openstack.org/56245816:44
openstackgerritPete Birley proposed openstack/openstack-helm master: DNM: Mariadb Nginx PoC  https://review.openstack.org/56245816:47
*** yamamoto has joined #openstack-helm16:56
*** yamamoto has quit IRC17:01
*** sar has quit IRC17:05
*** jdandrea has joined #openstack-helm17:08
*** MarkBaker has quit IRC17:25
*** yamamoto has joined #openstack-helm17:58
*** yamamoto has quit IRC18:02
openstackgerritSteve Wilkerson proposed openstack/openstack-helm master: Ceph: Add metrics port to ceph-mgr service  https://review.openstack.org/56372718:04
*** felipemonteiro__ has joined #openstack-helm18:08
*** julim has quit IRC18:08
*** felipemonteiro_ has quit IRC18:12
*** sar has joined #openstack-helm18:53
*** yamamoto has joined #openstack-helm18:59
*** yamamoto has quit IRC19:03
*** felipemonteiro__ has quit IRC19:06
*** felipemonteiro__ has joined #openstack-helm19:07
*** flaviosr has quit IRC19:39
*** flaviosr has joined #openstack-helm19:40
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: WIP: Add ldap support in elasticsearch/kibana apache proxies  https://review.openstack.org/56326019:46
*** yamamoto has joined #openstack-helm19:59
*** yamamoto has quit IRC20:05
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: WIP: Add ldap support in elasticsearch/kibana apache proxies  https://review.openstack.org/56326020:19
*** sar has quit IRC20:26
*** MarkBaker has joined #openstack-helm20:27
*** felipemonteiro__ has quit IRC20:29
*** yamamoto has joined #openstack-helm22:02
*** yamamoto has quit IRC22:07
*** sawblade_ has joined #openstack-helm22:10
*** sawblade6 has quit IRC22:14
openstackgerritMerged openstack/openstack-helm-infra master: Update htk-manifest with entrypoint updates  https://review.openstack.org/56063822:23
*** felipemonteiro__ has joined #openstack-helm22:42
openstackgerritMerged openstack/openstack-helm master: Update labels exposed for infra components in armada manifest  https://review.openstack.org/56237323:04
*** yamamoto has joined #openstack-helm23:04
*** felipemonteiro__ has quit IRC23:07
*** yamamoto has quit IRC23:10
*** yamamoto has joined #openstack-helm23:26

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