openstackgerrit | Dmitrii Kabanov proposed openstack/openstack-helm-infra master: [WIP] Add Ceph CSI plugin https://review.opendev.org/750844 | 00:04 |
---|---|---|
openstackgerrit | Gage Hugo proposed openstack/openstack-helm-deployments master: Add README and CONTRIBUTING https://review.opendev.org/750845 | 00:22 |
openstackgerrit | Gage Hugo proposed openstack/openstack-helm-deployments master: Add initial zuul config yaml https://review.opendev.org/750847 | 00:30 |
openstackgerrit | Merged openstack/openstack-helm-deployments master: Add initial zuul config yaml https://review.opendev.org/750847 | 00:31 |
openstackgerrit | Gage Hugo proposed openstack/openstack-helm-deployments master: Add README and CONTRIBUTING https://review.opendev.org/750845 | 00:31 |
openstackgerrit | Merged openstack/openstack-helm-infra master: Alerta: Fix files with CRLF eol characters https://review.opendev.org/750667 | 00:49 |
openstackgerrit | Merged openstack/openstack-helm master: Implement missing security context for nginx container https://review.opendev.org/749323 | 00:57 |
openstackgerrit | Tin Lam proposed openstack/openstack-helm-infra master: Fix elasticsearch issue with JVM 14 https://review.opendev.org/750647 | 01:08 |
*** yingjisun has joined #openstack-helm | 01:14 | |
openstackgerrit | Merged openstack/openstack-helm-infra master: Alerta: Fix secret name and overrides https://review.opendev.org/750668 | 01:50 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: [tls] Add missing mysql certs to heat-purge-deleted cj https://review.opendev.org/750853 | 01:51 |
openstackgerrit | Merged openstack/openstack-helm master: Imported Translations from Zanata https://review.opendev.org/750594 | 01:52 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: [tls] Add missing mysql certs to heat-purge-deleted cj https://review.opendev.org/750853 | 02:04 |
openstackgerrit | Merged openstack/openstack-helm-deployments master: Add README and CONTRIBUTING https://review.opendev.org/750845 | 02:34 |
openstackgerrit | Merged openstack/openstack-helm-infra master: Add default reject rule at the end in Postgres pg_hba.conf to ensure all connections must be explicitly allowed. https://review.opendev.org/749202 | 02:52 |
openstackgerrit | Merged openstack/openstack-helm-images master: Fix TLS support in openstack-exporter osclient https://review.opendev.org/750010 | 03:28 |
*** stac- has quit IRC | 03:32 | |
*** stac_ has joined #openstack-helm | 03:33 | |
*** yingjisun has quit IRC | 03:38 | |
*** yingjisun has joined #openstack-helm | 03:38 | |
openstackgerrit | Merged openstack/openstack-helm master: [tls] Add missing mysql certs to heat-purge-deleted cj https://review.opendev.org/750853 | 03:47 |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-helm | 04:33 | |
*** yingjisun has joined #openstack-helm | 05:02 | |
*** suryasingh has joined #openstack-helm | 06:33 | |
openstackgerrit | Merged openstack/openstack-helm-infra master: Upgrade etcd to 3.4.3 https://review.opendev.org/749801 | 07:26 |
*** yingjisun_ has joined #openstack-helm | 08:45 | |
*** yingjisun has quit IRC | 08:46 | |
*** yingjisun_ is now known as yingjisun | 08:46 | |
mnaser | gagehugo: wondering about my question a little while back above about using openstack-helm charts in something like helm-operator when the deps are pointing to localhost ^ | 12:34 |
Deaddy | I just have made a small chart repo for that on localhost which I then serve with python -m http.server <helm port> | 12:37 |
mnaser | Deaddy: yeah but in my case, if i'm using something like helm-operator.. i guess i'd have to maybe run.. a sidecar or something that runs it? | 12:38 |
*** yingjisun has quit IRC | 12:39 | |
Deaddy | ah, I see | 12:39 |
portdirect | Why server them over http at all in this case? | 12:39 |
portdirect | *serve | 12:39 |
mnaser | portdirect: i haven't gotten that far yet but a lot of the helm charts have dependencies: http://localhost.. | 12:39 |
mnaser | so i cant point to the git repo commit as it'll probably try and do helm dep up and error out | 12:40 |
portdirect | Once built, you could just host the tarballs in the operator | 12:40 |
mnaser | portdirect: right, i was hoping to be able to point towards the git repo / specific commit and avoid having a 'build' step :) | 12:41 |
portdirect | Ah, I see | 12:41 |
mnaser | so this is where it (i suspect) will blow up: https://github.com/openstack/openstack-helm/blob/master/senlin/requirements.yaml | 12:41 |
portdirect | How are you constructing the charts then? | 12:41 |
portdirect | Are you using a helm plug in or something to allow you to point to a git repo? | 12:42 |
mnaser | portdirect: right now, we never do. helm-operator/argocd pointing directly at a git repo, and instead of using subcharts, we use another application(argocd)/helmrelease(operator) inside the helm chart itself | 12:42 |
mnaser | now i guess the issue is for a 'library', this won't cut it | 12:43 |
portdirect | By helm-operator, I assume you mean flux one? | 12:43 |
mnaser | yep | 12:43 |
portdirect | Ok, yeah that would need some work | 12:44 |
mnaser | portdirect: off the top of your head, what would you do in 'an ideal world'? | 12:44 |
portdirect | It would be nice if osh just published tarballs, which would make this easy | 12:44 |
mnaser | i'm wondering if people would be comfortable with the idea of running chart-testing against the repos | 12:44 |
mnaser | and enforce version bumps of charts on every change | 12:44 |
mnaser | i've already have that implemented as a zuul job | 12:44 |
portdirect | Nice, a ps would be awesome! | 12:45 |
mnaser | that would be step 1, and then perhaps after we can publish tarballs/repo somewhere like tarballs.openstack.org | 12:45 |
portdirect | Yup | 12:45 |
mnaser | the only pain is well, people's changes will fail if they don't bump the chart version | 12:45 |
mnaser | but it seems that openstack-helm is relatively low velocity | 12:45 |
portdirect | Its pretty mature at this point | 12:45 |
mnaser | the only other pita is going to be version bumps if helm-toolkit sees changes | 12:46 |
mnaser | so it would be a 2 stage change | 12:46 |
mnaser | bump helm-toolkit, then bump consumers of it.. which is reasonable and makes sure we don't ever break each other i guess | 12:46 |
portdirect | ++ | 12:47 |
mnaser | portdirect: i'll hack on this a bit, also btw i submitted a patch to loci to add re-add debian support under buster | 12:47 |
mnaser | but that's.. "busted" because we need octopus mirrors in infra | 12:47 |
mnaser | as ceph did not publish nautilus buster debs | 12:48 |
portdirect | Roger, will take a look today | 12:48 |
portdirect | Sorry for slow responses, I've been snowed under at work recently | 12:48 |
mnaser | no worries, i understand | 12:49 |
gagehugo | mnaser: would love to see a ps for that! | 13:10 |
mnaser | gagehugo: will have something for this soon | 13:11 |
*** mfixtex has joined #openstack-helm | 13:18 | |
*** vsaienk0 has quit IRC | 13:34 | |
*** belmoreira has quit IRC | 13:36 | |
openstackgerrit | Rahul Khiyani proposed openstack/openstack-helm-infra master: Implement missing security context template for daemonjob-controller https://review.opendev.org/748047 | 14:11 |
openstackgerrit | Rahul Khiyani proposed openstack/openstack-helm-infra master: Implement missing security context template for daemonjob-controller https://review.opendev.org/748047 | 14:12 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Move tls job to gate pipeline https://review.opendev.org/751002 | 14:32 |
*** sreejithp has joined #openstack-helm | 14:56 | |
openstackgerrit | Rahul Khiyani proposed openstack/openstack-helm-infra master: Implement missing security context template for daemonjob-controller https://review.opendev.org/748047 | 15:21 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 15:42 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 15:43 |
*** mfixtex has quit IRC | 15:51 | |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 15:53 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 15:55 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Move tls job to gate pipeline https://review.opendev.org/751002 | 15:59 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 15:59 |
openstackgerrit | Meghan Heisler proposed openstack/openstack-helm-images master: Hide the password in nagios error message https://review.opendev.org/748280 | 16:42 |
openstackgerrit | Merged openstack/openstack-helm-images master: Upgrade etcd to 3.4.3 https://review.opendev.org/749803 | 16:55 |
*** guilhermesp has joined #openstack-helm | 17:11 | |
openstackgerrit | RADHIKA PAI proposed openstack/openstack-helm-infra master: [update] Node problem detector path for conntrack https://review.opendev.org/751064 | 17:26 |
openstackgerrit | Merged openstack/openstack-helm-infra master: [ceph-osd] Allow logical disk labels to change for Ceph OSD disks https://review.opendev.org/745166 | 17:27 |
openstackgerrit | Merged openstack/openstack-helm-infra master: Implement missing security context template for daemonjob-controller https://review.opendev.org/748047 | 17:27 |
*** suryasingh has quit IRC | 17:35 | |
*** thiagop has joined #openstack-helm | 17:52 | |
*** thiagop has quit IRC | 17:54 | |
*** thiagop has joined #openstack-helm | 17:54 | |
openstackgerrit | Merged openstack/openstack-helm-images master: Alerta image https://review.opendev.org/746588 | 18:00 |
*** thiagop has quit IRC | 18:04 | |
*** thiagop has joined #openstack-helm | 18:05 | |
*** gmann is now known as gmann_afk | 18:11 | |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 18:28 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-helm-infra master: Run chart-testing on all charts https://review.opendev.org/751075 | 18:32 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-helm-infra master: Run chart-testing on all charts https://review.opendev.org/751075 | 18:33 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-helm-infra master: Run chart-testing on all charts https://review.opendev.org/751075 | 18:34 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 18:44 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-helm-infra master: Run chart-testing on all charts https://review.opendev.org/751075 | 18:44 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 18:49 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-helm-infra master: Run chart-testing on all charts https://review.opendev.org/751075 | 18:52 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-helm master: WIP: add chart-testing linter https://review.opendev.org/751083 | 18:55 |
openstackgerrit | Dmitrii Kabanov proposed openstack/openstack-helm-infra master: [ceph-client] Update queries in wait_for_pgs function https://review.opendev.org/751084 | 18:56 |
openstackgerrit | Dmitrii Kabanov proposed openstack/openstack-helm-infra master: [ceph-client] Update queries in wait_for_pgs function https://review.opendev.org/751084 | 18:56 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-helm-infra master: Run chart-testing on all charts https://review.opendev.org/751075 | 19:00 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 19:08 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 19:09 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 19:14 |
openstackgerrit | Meghan Heisler proposed openstack/openstack-helm-images master: Hide the password in nagios error message https://review.opendev.org/748280 | 19:28 |
*** yingjisun has joined #openstack-helm | 19:29 | |
*** yingjisun has quit IRC | 19:43 | |
openstackgerrit | Steven Fitzpatrick proposed openstack/openstack-helm-infra master: Alerta: Add ingress https://review.opendev.org/750669 | 19:48 |
openstackgerrit | Apurva Gokani proposed openstack/openstack-helm-infra master: adding archiving to postgres https://review.opendev.org/749850 | 19:50 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Optimize tls job to reduce build time https://review.opendev.org/751094 | 19:52 |
openstackgerrit | Dmitrii Kabanov proposed openstack/openstack-helm-infra master: [ceph-client] Update queries in wait_for_pgs function https://review.opendev.org/751084 | 19:54 |
openstackgerrit | Steven Fitzpatrick proposed openstack/openstack-helm-infra master: Alerta: Add ingress https://review.opendev.org/750669 | 20:19 |
openstackgerrit | Oleksandr Kozachenko proposed openstack/openstack-helm-infra master: Run chart-testing on all charts https://review.opendev.org/751075 | 20:27 |
*** openstackgerrit has quit IRC | 20:36 | |
*** thiagop has quit IRC | 20:55 | |
*** outbrito has joined #openstack-helm | 20:55 | |
*** outbrito has quit IRC | 21:11 | |
*** openstackgerrit has joined #openstack-helm | 21:54 | |
openstackgerrit | Dmitrii Kabanov proposed openstack/openstack-helm-infra master: [ceph-client] Update queries in wait_for_pgs function https://review.opendev.org/751084 | 21:54 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 22:12 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Optimize tls job to reduce build time https://review.opendev.org/751094 | 22:13 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add force cron jobs test run https://review.opendev.org/751035 | 22:15 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Optimize tls job to reduce build time https://review.opendev.org/751094 | 22:15 |
openstackgerrit | Oleksandr Kozachenko proposed openstack/openstack-helm-infra master: Run chart-testing on all charts https://review.opendev.org/751075 | 22:31 |
openstackgerrit | Sophie Huang proposed openstack/openstack-helm master: [Cinder] Configuration for external ceph backend https://review.opendev.org/750520 | 22:31 |
*** sreejithp has quit IRC | 22:38 | |
*** gmann_afk is now known as gmann | 22:49 | |
openstackgerrit | Dmitrii Kabanov proposed openstack/openstack-helm-infra master: [WIP] Add Ceph CSI plugin https://review.opendev.org/750844 | 23:32 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!