Thursday, 2019-01-31

*** sdake has joined #openstack-helm00:05
*** kranthikirang has quit IRC00:09
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: Elasticsearch, Fluent-logging, Kibana Ingress Policy  https://review.openstack.org/63407800:16
*** sdake has quit IRC00:29
openstackgerritDeokjin Kim proposed openstack/openstack-helm-infra master: Fix calling wrong variable name in gnocchi  https://review.openstack.org/63389100:34
*** kranthikirang has joined #openstack-helm00:44
*** kranthikirang has quit IRC00:48
*** sdake has joined #openstack-helm00:49
openstackgerritSteve Wilkerson proposed openstack/openstack-helm master: WIP: Experimental job to update release uuids with Armada  https://review.openstack.org/63408700:57
*** sdake has quit IRC01:09
openstackgerritMatthew Heler proposed openstack/openstack-helm-infra master: [WIP] [CEPH] Switch to using ceph-volume  https://review.openstack.org/63398101:13
*** jamesgu_ has quit IRC01:32
*** jamesgu has quit IRC01:32
openstackgerritMatthew Heler proposed openstack/openstack-helm-infra master: [CEPH] Switch to using ceph-volume for ceph-osd chart  https://review.openstack.org/63398101:42
openstackgerritMerged openstack/openstack-helm-infra master: Fix calling wrong variable name in gnocchi  https://review.openstack.org/63389102:24
openstackgerritChris Wedgwood proposed openstack/openstack-helm-infra master: [Prometheus] Tweak K8SApiServerLatency to ignore DELETECOLLECTION  https://review.openstack.org/63388802:29
*** kranthikirang has joined #openstack-helm02:32
*** kranthikirang has quit IRC02:37
*** dims has quit IRC02:38
openstackgerritMatthew Heler proposed openstack/openstack-helm-infra master: [CEPH] Switch to using ceph-volume for ceph-osd chart  https://review.openstack.org/63398102:50
*** dims has joined #openstack-helm02:55
*** sdake has joined #openstack-helm03:00
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: Elasticsearch, Fluent-logging, Kibana Ingress Policy  https://review.openstack.org/63407803:16
openstackgerritMatthew Heler proposed openstack/openstack-helm-infra master: [CEPH] Fixes for the OSD defrag cronjob  https://review.openstack.org/63360303:31
*** gkadam-bmgr has joined #openstack-helm03:34
*** jamesgu_ has joined #openstack-helm03:41
*** jamesgu has joined #openstack-helm03:41
*** kranthikirang has joined #openstack-helm04:20
*** kranthikirang has quit IRC04:25
*** cfriesen has quit IRC05:37
*** kranthikirang has joined #openstack-helm06:07
*** kranthikirang has quit IRC06:12
*** jamesgu has quit IRC06:47
*** jamesgu_ has quit IRC06:47
*** rchurch has joined #openstack-helm07:01
*** phuochc has joined #openstack-helm07:08
*** phuoc has quit IRC07:08
*** phuochoang has joined #openstack-helm07:09
*** phuochc has quit IRC07:13
openstackgerritMerged openstack/openstack-helm-addons master: add post-upgrade hook and deletion policy to readonly SA token secret  https://review.openstack.org/63326807:38
*** aojea has joined #openstack-helm07:39
*** kranthikirang has joined #openstack-helm07:56
*** kranthikirang has quit IRC08:00
openstackgerritMerged openstack/openstack-helm master: heat : fix heat trustee configuration  https://review.openstack.org/63345608:18
*** kranthikirang has joined #openstack-helm10:12
*** kranthikirang has quit IRC10:16
*** georgk has joined #openstack-helm10:24
*** jistr is now known as jistr|chat10:31
*** roman_g has quit IRC10:49
*** jistr|chat is now known as jistr11:05
*** roman_g has joined #openstack-helm11:23
*** spiette has quit IRC11:32
openstackgerritGeorg Kunz proposed openstack/openstack-helm-infra master: Extended OVS chart with support for DPDK  https://review.openstack.org/62689411:36
*** spiette has joined #openstack-helm11:37
*** sdake has quit IRC11:41
*** sdake has joined #openstack-helm11:48
*** nguyenhai has quit IRC11:56
*** nguyenhai has joined #openstack-helm11:56
*** nguyenhai has quit IRC12:00
*** nguyenhai has joined #openstack-helm12:00
*** kranthikirang has joined #openstack-helm12:00
*** lemko has joined #openstack-helm12:04
*** kranthikirang has quit IRC12:05
openstackgerritMatthew Heler proposed openstack/openstack-helm-infra master: [CEPH] Fixes for the OSD defrag cronjob  https://review.openstack.org/63360312:14
*** gkadam-bmgr is now known as gkadam13:15
*** gkadam has quit IRC13:20
*** jistr is now known as jistr|call13:25
*** jistr|call is now known as jistr13:31
*** kranthikirang has joined #openstack-helm13:49
supamattportdirect: can I get your review here? https://review.gerrithub.io/c/att-comdev/porthole/+/441748/13:49
openstackgerritMerged openstack/openstack-helm master: Scan templated python files with bandit  https://review.openstack.org/60772113:53
*** kranthikirang has quit IRC13:53
*** sdake has quit IRC14:08
JimGauldI am have trouble in specifying helm override for nova [pci]/alias, i cannot specify multiple aliases as YAML as I can for whitelist. does anyone know how to get around this?14:09
portdirectJimGauld: https://docs.openstack.org/openstack-helm/latest/devref/oslo-config.html14:11
portdirectIs it a multistring option you need here?14:11
portdirectIf so the oslo_messaging_notifications may be what you need here.14:12
JimGauldThe format does not handle JSON list. It is like this: [pci]14:13
JimGauldalias = {dict 1} ...14:13
JimGauld with an alias = <dict x> per alias.14:13
portdirectCould you paste an example here of the end result you are looking for?14:15
JimGauld[pci]14:16
JimGauldalias = {"vendor_id": "8086", "product_id": "0435", "name": "qat-dh895xcc-pf"}14:16
JimGauldalias = {"class_id": "030000", "name": "gpu"}14:16
portdirectOk, give me a hour14:17
JimGauldAppreciated. Note that the underlying format is JSON dict.  The upstream nova for PCI also has a passthrough_whitelist option that allows specifying JSON string list of dictionaries, which i could make work; but the alias does not have that format.14:19
portdirectRoger, can the json strings be quoted?14:20
portdirectIe:14:20
portdirect8:16:30 AM <JimGauld> alias = '{"class_id": "030000", "name": "gpu"}'14:20
*** howell has joined #openstack-helm14:22
evrardjpo/14:23
openstackgerritIan Howell proposed openstack/openstack-helm-infra master: This adds the ability to specify custom resource dependencies  https://review.openstack.org/63403714:32
JimGauldportdirect, yesterday I posted pci alias question to openstack-discuss ML, it is this same question14:36
*** sdake has joined #openstack-helm14:39
*** kranthikirang has joined #openstack-helm14:44
*** cfriesen has joined #openstack-helm14:57
srwilkerso/15:22
*** sdake has quit IRC15:24
portdirectJimGauld: heres what i get in my nova.conf:15:28
portdirecthttps://www.irccloud.com/pastebin/ndyNCYXG/15:28
portdirectfrom these values overrides:15:29
portdirecthttps://www.irccloud.com/pastebin/fEMCYza3/15:29
portdirectthis work for you?15:29
openstackgerritMatthew Heler proposed openstack/openstack-helm-infra master: [WIP] [CEPH] Switch to using ceph-volume for ceph-osd chart  https://review.openstack.org/63398115:30
JimGauldportdirect: will try that and get back shortly; that looks correct, very promising15:31
openstackgerritMerged openstack/openstack-helm-infra master: [CEPH] Fixes for the OSD defrag cronjob  https://review.openstack.org/63360316:05
*** belmoreira has quit IRC16:05
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: Elasticsearch, Fluent-logging, Kibana Ingress Policy  https://review.openstack.org/63407816:06
*** jamesgu has joined #openstack-helm16:16
*** jamesgu_ has joined #openstack-helm16:16
*** sdake has joined #openstack-helm16:21
*** sreejithp has joined #openstack-helm16:29
JimGauldportdirect, that worked using multistring, and providing list of values where each value is individually JSON encoded, gives correct result16:30
portdirectJimGauld: awesome - thanks for the feedback16:30
portdirecti was a little worried that the json would cause some fun there - so good to know it doesnt :)16:30
*** aaronsheffield has joined #openstack-helm16:34
*** sthussey has joined #openstack-helm16:39
openstackgerritSteve Wilkerson proposed openstack/openstack-helm master: WIP: Experimental job to update release uuids with Armada  https://review.openstack.org/63408716:53
*** spsurya has quit IRC16:54
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: Elasticsearch, Fluent-logging, Kibana Ingress Policy  https://review.openstack.org/63407817:25
openstackgerritchinasubbareddy mallavarapu proposed openstack/openstack-helm-infra master: ceph-rgw: Add network policy for ceph-rgw  pods  https://review.openstack.org/63256717:28
*** sdake has quit IRC17:28
openstackgerritChris Wedgwood proposed openstack/openstack-helm-infra master: [MariaDB] Fix non-default setting for admin user  https://review.openstack.org/60805717:32
openstackgerritChris Wedgwood proposed openstack/openstack-helm-infra master: [ceph-client] Disable monitoring by default, enable in gate  https://review.openstack.org/63362217:33
openstackgerritchinasubbareddy mallavarapu proposed openstack/openstack-helm master: OSH: Add ingress netpol for ceph-rgw pods  https://review.openstack.org/63304517:35
*** aojea has quit IRC17:37
*** lemko has quit IRC17:43
*** georgk has quit IRC17:45
openstackgerritChris Wedgwood proposed openstack/openstack-helm-infra master: [ceph-client] Disable monitoring by default, enable in gate  https://review.openstack.org/63362217:46
*** georgk has joined #openstack-helm17:54
*** georgk has quit IRC17:58
openstackgerritChris Wedgwood proposed openstack/openstack-helm-infra master: [RFC] [ingress] Disable monitoring by default, enable in gate  https://review.openstack.org/63362317:59
openstackgerritChris Wedgwood proposed openstack/openstack-helm-infra master: [RFC] [ingress] Disable monitoring by default, enable in gate  https://review.openstack.org/63362318:00
openstackgerritChris Wedgwood proposed openstack/openstack-helm-infra master: [DNM] experiment: alternate entrypoint container  https://review.openstack.org/60065118:05
*** sdake has joined #openstack-helm18:07
openstackgerritChris Wedgwood proposed openstack/openstack-helm master: [DNM] experiment: alternate entrypoint container  https://review.openstack.org/55867018:09
openstackgerritChris Wedgwood proposed openstack/openstack-helm-infra master: [RFC/DNM] [Calico] Show objects as they are applied  https://review.openstack.org/62637118:20
openstackgerritChris Wedgwood proposed openstack/openstack-helm-infra master: [gate] Use Calico v3.4  https://review.openstack.org/62831018:30
openstackgerritChris Wedgwood proposed openstack/openstack-helm-infra master: [DNM] [toolkit]: use explicit full path /kubernetes-entrypoint  https://review.openstack.org/58335518:31
*** georgk has joined #openstack-helm19:05
*** georgk has quit IRC19:09
*** jamesgu has quit IRC19:38
*** jamesgu_ has quit IRC19:38
*** jamesgu has joined #openstack-helm19:39
*** jamesgu_ has joined #openstack-helm19:39
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: Elasticsearch, Fluent-logging, Kibana Ingress Policy  https://review.openstack.org/63407820:15
*** sreejithp_ has joined #openstack-helm20:30
*** sreejithp has quit IRC20:31
openstackgerritDrew Walters proposed openstack/openstack-helm-images master: mini-mirror: Add support for multi-dist publishing  https://review.openstack.org/63134920:37
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: Update network-policy ldap deployment and test  https://review.openstack.org/63430720:38
openstackgerritMerged openstack/openstack-helm-infra master: Add pre-fixes to the Selenium jobs and remove "|| true"  https://review.openstack.org/63382620:39
openstackgerritMunish proposed openstack/openstack-helm-infra master: [WIP] adding text collector for VF stats from node.  https://review.openstack.org/62870020:42
openstackgerritSteve Wilkerson proposed openstack/openstack-helm master: WIP: Experimental job to update release uuids with Armada  https://review.openstack.org/63408720:45
openstackgerritMunish proposed openstack/openstack-helm-infra master: [WIP] adding text collector for VF stats from node.  https://review.openstack.org/62870020:48
openstackgerritMunish proposed openstack/openstack-helm-infra master: [WIP] adding text collector for VF stats from node.  https://review.openstack.org/62870020:50
openstackgerritMatthew Heler proposed openstack/openstack-helm-infra master: [WIP] [CEPH] Cleanup udev workaround  https://review.openstack.org/63431221:02
openstackgerritPete Birley proposed openstack/openstack-helm master: Cinder: Update auth_strategy to explictly specify keystone  https://review.openstack.org/63431421:11
*** bodgix_ has joined #openstack-helm21:26
*** bodgix has quit IRC21:26
*** bodgix_ has quit IRC21:27
*** bodgix has joined #openstack-helm21:27
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: Update network-policy ldap deployment and test  https://review.openstack.org/63430721:29
openstackgerritMohan V proposed openstack/openstack-helm-infra master: Do-not run nginx as root for Ingress helm chart  https://review.openstack.org/62235921:39
*** bodgix has quit IRC21:39
*** bodgix has joined #openstack-helm21:40
*** howell has quit IRC21:42
*** howell has joined #openstack-helm21:47
openstackgerritMatthew Heler proposed openstack/openstack-helm-infra master: [WIP] [CEPH] Switch to using ceph-volume for ceph-osd chart  https://review.openstack.org/63398122:09
openstackgerritkranthi kiran guttikonda proposed openstack/openstack-helm-infra master: Improves ceph-provisioner storageclasses  https://review.openstack.org/63354722:16
openstackgerritkranthi kiran guttikonda proposed openstack/openstack-helm-infra master: Improves ceph-provisioner storageclasses  https://review.openstack.org/63354722:16
*** sdake has quit IRC22:30
*** sdake has joined #openstack-helm22:44
*** roman_g has quit IRC23:03
*** howell has quit IRC23:06
*** sreejithp_ has quit IRC23:40
*** aaronsheffield has quit IRC23:50

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