*** kranthikirang has joined #openstack-helm | 00:33 | |
*** kranthikirang has quit IRC | 00:38 | |
*** Liang__ has joined #openstack-helm | 01:08 | |
*** Liang__ has left #openstack-helm | 01:17 | |
openstackgerrit | Tin Lam proposed openstack/openstack-helm master: Implements egress network policy https://review.opendev.org/685634 | 01:37 |
---|---|---|
openstackgerrit | Tin Lam proposed openstack/openstack-helm master: Implements egress network policy https://review.opendev.org/685634 | 01:40 |
*** kranthikirang has joined #openstack-helm | 02:21 | |
*** kranthikirang has quit IRC | 02:26 | |
zhipeng[m] | Hi all, after upgrade openstack-helm, I always encounter below issue for horizon | 02:38 |
* zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/vZrXJTqJzjsbQGydUrZxBOib > | 02:38 | |
zhipeng[m] | Is there anyone experiencing the same issue? | 02:39 |
lamt | zhipeng[m]: I have not seen a readiness probe failure with horizon. Are you seeing this using what's in master without any customization? | 02:42 |
zhipeng[m] | Before upgrading ,it really works with our costomization | 02:43 |
lamt | while working on network policies, I had seen some probe failures, but that's not enabled | 02:43 |
zhipeng[m] | now, horizon container is running but always not ready | 02:44 |
portdirect | Is it actually serving requests on port 80? | 02:44 |
zhipeng[m] | yes | 02:44 |
* zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/aGCeseZbPxzAoVYQulspmZVn > | 02:45 | |
zhipeng[m] | this part added in latest version, is there any impact | 02:45 |
portdirect | Ok, so to confirm, you curl the pods ip at port 80, and get a <400 http response back? | 02:45 |
*** markvoelker has joined #openstack-helm | 02:46 | |
portdirect | If so, then this looks to be a k8s or network policy issue. | 02:46 |
zhipeng[m] | you mean? | 02:47 |
zhipeng[m] | controller-0:~$ curl 172.16.192.109:80 | 02:47 |
zhipeng[m] | curl: (7) Failed to connect to 172.16.192.109: Invalid argument | 02:47 |
zhipeng[m] | controller-0:/var/log/containers$ curl 172.16.192.109:80 | 02:48 |
zhipeng[m] | curl: (7) Failed connect to 172.16.192.109:80; Connection refused | 02:48 |
zhipeng[m] | * | 02:48 |
portdirect | Ok, the invalid argument is odd, you running some dual stackery? | 02:49 |
zhipeng[m] | see my update above | 02:50 |
portdirect | But the latter, well that's not looking great :( | 02:50 |
lamt | you don't have any network policy right? | 02:50 |
zhipeng[m] | not have this one | 02:50 |
portdirect | Can you paste the logs from the horizon pod? | 02:51 |
zhipeng[m] | network_policy: false | 02:51 |
zhipeng[m] | we set it to false before | 02:51 |
lamt | Yeah, curious if horizon is actually running and listening for request | 02:52 |
* zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/lRTgPREXApeCWlimsZzhnoQJ > | 02:53 | |
lamt | can you do kubectl -n openstack logs <horizon pod>? | 02:54 |
* zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/HLlWREJTSgoqdAnthGLxPkLP > | 02:54 | |
portdirect | What cni are you running with? | 02:56 |
portdirect | Looks like calico, multus/chi genie and somthing else? | 02:56 |
zhipeng[m] | calico | 02:57 |
portdirect | What's providing this annotation | 02:58 |
portdirect | k8s.v1.cni.cncf.io/networks-status | 02:58 |
portdirect | That looks like multus? | 02:59 |
zhipeng[m] | not sure | 03:00 |
* zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/pjMZmoVhUAKPMMOsADxbUtQA > | 03:03 | |
zhipeng[m] | * multus is a top level cni, it will call calico | 03:04 |
zhipeng[m] | * multus is a top level cni, it will call calico | 03:04 |
portdirect | I suspect somthing is up with your network config | 03:12 |
portdirect | Can you attempt connection to apache from within the same network ns as your pod | 03:13 |
* zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/gIGBvmgAIPrWAtRdRsNYbElo > | 03:23 | |
* zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/GnRsUVKkTaHxnmWcnHiBmhJJ > | 03:23 | |
portdirect | Try 127.0.0.1 | 03:24 |
zhipeng[m] | apache not started? | 03:24 |
portdirect | Why would it be 8080? | 03:24 |
portdirect | From your logs it looks like it has | 03:25 |
zhipeng[m] | typo | 03:25 |
zhipeng[m] | controller-0:/var/log/containers$ kubectl -n openstack exec -it horizon-7f6499b6df-b2468 bash | 03:25 |
zhipeng[m] | [root@horizon-7f6499b6df-b2468 /]# curl 127.0.0.1:80 | 03:25 |
zhipeng[m] | curl: (7) Failed connect to 127.0.0.1:80; Connection refused | 03:25 |
portdirect | Ok, so yeah looks like Apache ain't listening | 03:25 |
portdirect | I'd check your image at this point | 03:26 |
zhipeng[m] | The image works with old openstack-helm version | 03:27 |
* zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/VupfQBDqzRsmeorDnsCRisOI > | 03:27 | |
portdirect | Ok, can you give the commit you were using, and the one your using now? | 03:27 |
zhipeng[m] | latest verson add <IfVersion < 2.4> | 03:27 |
zhipeng[m] | ok | 03:28 |
portdirect | Looks like that may be an issue for your Apache version? | 03:28 |
portdirect | Its tested on ubuntu and opensuse | 03:28 |
zhipeng[m] | apache2.4.7 | 03:28 |
portdirect | If starlingx would add image overrides, we'd be happy to test them too ;) | 03:29 |
zhipeng[m] | great!!! | 03:29 |
zhipeng[m] | openstack-helm-6c71637222f47d85681038994f02feac92f75bd2.tar.gz | 03:30 |
zhipeng[m] | openstack-helm-82c72367c85ca94270f702661c7b984899c1ae38.tar.gz | 03:30 |
zhipeng[m] | 6c71 works 82c7 not work | 03:30 |
zhipeng[m] | I will paste our overrides | 03:31 |
* zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/pCzPYCUgvRJBfTdwBgEfrNOB > | 03:34 | |
portdirect | Just over-ride the Apache conf to the way it used to be for now | 03:36 |
portdirect | If that works for you, then let's get this fixed | 03:36 |
portdirect | And also please let's get starlingx images in the osh gates | 03:36 |
zhipeng[m] | Apache conf? | 03:37 |
zhipeng[m] | actually, I override the values.conf.horizon.apache with the one we used before | 03:38 |
zhipeng[m] | however, it still doesn't work. | 03:40 |
openstackgerrit | Tin Lam proposed openstack/openstack-helm master: Implements egress network policy https://review.opendev.org/685634 | 03:44 |
openstackgerrit | Merged openstack/openstack-helm-infra master: Prometheus: Relabeling the node-exporter label https://review.opendev.org/685119 | 03:45 |
* zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/oroflVLwzZQmmKAiOPwNKbhd > | 03:54 | |
zhipeng[m] | portdirect: Is it possible for below setting | 04:06 |
zhipeng[m] | allowPrivilegeEscalation: false | 04:06 |
*** kranthikirang has joined #openstack-helm | 04:09 | |
*** kranthikirang has quit IRC | 04:13 | |
zhipeng[m] | @I might find the issue | 04:34 |
zhipeng[m] | site_dir: /etc/apache2/sites-enable | 04:35 |
zhipeng[m] | changed to sites-available | 04:35 |
zhipeng[m] | Apache when starting actually reads the configuration from any .conf files (or symlinks to .conf files) in the sites-enabled folder. | 04:39 |
*** markvoelker has quit IRC | 05:02 | |
*** jamesgu has joined #openstack-helm | 05:16 | |
*** rezroo has joined #openstack-helm | 05:17 | |
*** dpawlik has joined #openstack-helm | 05:28 | |
*** rezroo has quit IRC | 05:34 | |
zhipeng[m] | @port | 05:38 |
zhipeng[m] | * @freenode_portdirect:matrix.org I confirmed it caused by this issue | 05:39 |
zhipeng[m] | btw, does our latest openstack-helm support openstack train? | 05:40 |
zhipeng[m] | we are upgrading openstack to train | 05:40 |
zhipeng[m] | https://github.com/openstack/openstack-helm/commit/8b8e568d21228c16cfa065e46c709a43f32f81c2 | 05:47 |
zhipeng[m] | this patch change conf->software->apache2-> site_dir: | 05:47 |
zhipeng[m] | /etc/apache2/sites-available | 05:47 |
zhipeng[m] | From my side, it should be changed to /etc/apache2/sites-enabled | 05:47 |
zhipeng[m] | - name: horizon-etc | 05:47 |
zhipeng[m] | mountPath: /etc/apache2/sites-enabled/000-default.conf | 05:47 |
zhipeng[m] | Otherwise, Apache2 could not read 000-default.conf from above folder | 05:48 |
*** kranthikirang has joined #openstack-helm | 05:58 | |
*** markvoelker has joined #openstack-helm | 05:58 | |
*** dpawlik has quit IRC | 06:01 | |
*** markvoelker has quit IRC | 06:02 | |
*** kranthikirang has quit IRC | 06:03 | |
*** nick_kar has joined #openstack-helm | 06:03 | |
*** dpawlik has joined #openstack-helm | 06:29 | |
*** vsaienk0 has joined #openstack-helm | 06:36 | |
*** pgaxatte has joined #openstack-helm | 06:38 | |
*** jamesgu has quit IRC | 06:47 | |
*** pgaxatte has quit IRC | 06:58 | |
*** pgaxatte has joined #openstack-helm | 07:00 | |
*** jsuchome has joined #openstack-helm | 07:08 | |
*** Darcidride has joined #openstack-helm | 07:34 | |
*** bobmel has joined #openstack-helm | 07:39 | |
*** dpawlik has quit IRC | 07:45 | |
*** kranthikirang has joined #openstack-helm | 07:46 | |
*** kranthikirang has quit IRC | 07:50 | |
*** witek has joined #openstack-helm | 07:52 | |
*** markvoelker has joined #openstack-helm | 08:00 | |
*** dpawlik has joined #openstack-helm | 08:04 | |
*** markvoelker has quit IRC | 08:04 | |
*** jsuchome has quit IRC | 08:31 | |
*** dpawlik has quit IRC | 08:39 | |
*** georgk5 has quit IRC | 08:41 | |
*** georgk has joined #openstack-helm | 08:41 | |
openstackgerrit | Vasyl Saienko proposed openstack/openstack-helm-infra master: [mysql-exporter] Use flags depending on version https://review.opendev.org/683962 | 08:42 |
*** dpawlik has joined #openstack-helm | 08:59 | |
*** vsaienk0 has quit IRC | 09:00 | |
*** vsaienk0 has joined #openstack-helm | 09:01 | |
*** dpawlik has quit IRC | 09:04 | |
*** cheng1 has quit IRC | 09:04 | |
openstackgerrit | Vasyl Saienko proposed openstack/openstack-helm master: [Keystone] Fix indentation in values.yaml https://review.opendev.org/685663 | 09:05 |
*** dpawlik has joined #openstack-helm | 09:13 | |
*** cheng1 has joined #openstack-helm | 09:14 | |
*** dpawlik has quit IRC | 09:29 | |
*** kranthikirang has joined #openstack-helm | 09:34 | |
*** kranthikirang has quit IRC | 09:39 | |
*** dpawlik has joined #openstack-helm | 09:48 | |
*** vsaienk0 has quit IRC | 10:12 | |
*** obravo has joined #openstack-helm | 10:19 | |
*** jsuchome has joined #openstack-helm | 10:20 | |
*** vsaienk0 has joined #openstack-helm | 10:20 | |
*** vsaienk0 has quit IRC | 10:47 | |
*** vsaienk0 has joined #openstack-helm | 10:57 | |
*** markvoelker has joined #openstack-helm | 11:01 | |
*** markvoelker has quit IRC | 11:06 | |
openstackgerrit | Vasyl Saienko proposed openstack/openstack-helm-infra master: [mysql-exporter] Use flags depending on version https://review.opendev.org/683962 | 11:11 |
pma78 | please review https://review.opendev.org/683111 (Support override of ironic agent image) | 11:14 |
*** witek has quit IRC | 11:20 | |
*** kranthikirang has joined #openstack-helm | 11:22 | |
*** witek has joined #openstack-helm | 11:23 | |
*** kranthikirang has quit IRC | 11:26 | |
*** ianychoi has quit IRC | 11:39 | |
*** ianychoi has joined #openstack-helm | 11:40 | |
openstackgerrit | zhipeng liu proposed openstack/openstack-helm master: Add placement chart https://review.opendev.org/662229 | 12:02 |
*** nicolasbock has joined #openstack-helm | 12:03 | |
*** vsaienk0 has quit IRC | 12:42 | |
*** vsaienk0 has joined #openstack-helm | 12:45 | |
*** aaronsheffield has joined #openstack-helm | 12:52 | |
*** bobmel has quit IRC | 12:59 | |
*** bobmel has joined #openstack-helm | 12:59 | |
*** markvoelker has joined #openstack-helm | 13:02 | |
*** markvoelker has quit IRC | 13:06 | |
*** kranthikirang has joined #openstack-helm | 13:10 | |
*** kranthikirang has quit IRC | 13:15 | |
*** sthussey has joined #openstack-helm | 13:30 | |
*** dpawlik has quit IRC | 13:36 | |
*** roman_g has joined #openstack-helm | 13:41 | |
openstackgerrit | Hari proposed openstack/openstack-helm-addons master: Include retry logic for checking status https://review.opendev.org/685188 | 13:43 |
*** kranthikirang has joined #openstack-helm | 13:46 | |
openstackgerrit | Hari proposed openstack/openstack-helm-addons master: Include retry logic for checking status https://review.opendev.org/685188 | 13:47 |
*** munimeha1 has joined #openstack-helm | 13:49 | |
*** obravo has quit IRC | 14:00 | |
*** bobmel has quit IRC | 14:15 | |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm master: Heat: Add ingress network policy overrides https://review.opendev.org/685723 | 14:25 |
*** pgaxatte has quit IRC | 14:32 | |
*** rezroo has joined #openstack-helm | 14:35 | |
openstackgerrit | Hari proposed openstack/openstack-helm-addons master: Remove ssh configurations https://review.opendev.org/685395 | 14:48 |
*** kranthikirang has quit IRC | 14:48 | |
*** jamesgu has joined #openstack-helm | 15:01 | |
*** markvoelker has joined #openstack-helm | 15:02 | |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm master: Heat: Add ingress network policy overrides https://review.opendev.org/685723 | 15:06 |
*** roman_g has quit IRC | 15:07 | |
*** witek has quit IRC | 15:17 | |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm master: Heat: Add ingress network policy overrides https://review.opendev.org/685723 | 15:20 |
*** bobmel has joined #openstack-helm | 15:21 | |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm master: Heat: Add ingress network policy overrides https://review.opendev.org/685723 | 15:37 |
openstackgerrit | Hari proposed openstack/openstack-helm-addons master: Remove ssh configurations https://review.opendev.org/685395 | 15:48 |
openstackgerrit | Tin Lam proposed openstack/openstack-helm master: Add horizon ingress override https://review.opendev.org/685467 | 15:56 |
*** roman_g has joined #openstack-helm | 15:59 | |
openstackgerrit | Cliff Parsons proposed openstack/openstack-helm master: Add Cinder ingress network policy overrides https://review.opendev.org/685751 | 16:02 |
*** itlinux has joined #openstack-helm | 16:06 | |
*** AlexNoskov has joined #openstack-helm | 16:07 | |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm-infra master: Memcached: Add ingress network policy overrides https://review.opendev.org/685755 | 16:29 |
*** kranthikirang has joined #openstack-helm | 16:33 | |
*** obravo has joined #openstack-helm | 16:33 | |
*** coboluxx has joined #openstack-helm | 16:35 | |
*** obravo has quit IRC | 16:37 | |
*** kranthikirang has quit IRC | 16:38 | |
openstackgerrit | Sophie Huang proposed openstack/openstack-helm master: Add keystone ingress netpol https://review.opendev.org/681939 | 16:38 |
openstackgerrit | Sophie Huang proposed openstack/openstack-helm master: Add keystone ingress netpol https://review.opendev.org/681939 | 16:39 |
openstackgerrit | Sophie Huang proposed openstack/openstack-helm master: Add keystone ingress netpol https://review.opendev.org/681939 | 16:46 |
*** cfriesen has joined #openstack-helm | 17:01 | |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm master: Tools: Update test-networkpolicy.sh https://review.opendev.org/685761 | 17:03 |
*** vsaienk0 has quit IRC | 17:04 | |
openstackgerrit | Cliff Parsons proposed openstack/openstack-helm master: [WIP] Add Nova ingress network policy overrides https://review.opendev.org/685762 | 17:05 |
*** Darcidride has quit IRC | 17:07 | |
*** igordc has joined #openstack-helm | 17:08 | |
*** markvoelker has quit IRC | 17:17 | |
*** markvoelker has joined #openstack-helm | 17:20 | |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm master: Heat: Add ingress network policy overrides https://review.opendev.org/685723 | 17:53 |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm master: Tools: Update test-networkpolicy.sh https://review.opendev.org/685761 | 17:54 |
*** itlinux has quit IRC | 17:59 | |
*** gmann is now known as gmann_afk | 18:19 | |
*** kranthikirang has joined #openstack-helm | 18:21 | |
*** kranthikirang has quit IRC | 18:25 | |
*** bobmel has quit IRC | 18:31 | |
*** bobmel has joined #openstack-helm | 18:32 | |
*** bobmel has quit IRC | 18:35 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Update Kubernetes version to 1.16.0 https://review.opendev.org/685775 | 18:43 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Update Kubernetes version to 1.16.0 https://review.opendev.org/685775 | 19:02 |
openstackgerrit | Sangeet Gupta proposed openstack/openstack-helm master: Heat: Add ingress network policy overrides https://review.opendev.org/685723 | 19:08 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Update Kubernetes version to 1.16.0 https://review.opendev.org/685775 | 19:13 |
*** jsuchome has quit IRC | 19:27 | |
openstackgerrit | Sophie Huang proposed openstack/openstack-helm master: Add keystone ingress netpol https://review.opendev.org/681939 | 19:30 |
openstackgerrit | Sophie Huang proposed openstack/openstack-helm master: Add keystone ingress netpol https://review.opendev.org/681939 | 19:35 |
*** kranthikirang has joined #openstack-helm | 19:41 | |
*** markvoelker has quit IRC | 20:04 | |
*** obravo has joined #openstack-helm | 20:07 | |
openstackgerrit | Nishant Kumar proposed openstack/openstack-helm-infra master: [PodSecurityPolicy] Move to 'policy/v1beta1' apiVersion https://review.opendev.org/685442 | 20:08 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Update Kubernetes version to 1.16.0 https://review.opendev.org/685775 | 20:09 |
*** obravo has quit IRC | 20:13 | |
openstackgerrit | Chi Lo proposed openstack/openstack-helm-addons master: Health probe for Ranger-agent pods https://review.opendev.org/685501 | 20:16 |
*** obravo has joined #openstack-helm | 20:25 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Update Kubernetes version to 1.16.0 https://review.opendev.org/685775 | 20:39 |
*** markvoelker has joined #openstack-helm | 20:52 | |
*** irclogbot_2 has quit IRC | 20:54 | |
*** irclogbot_1 has joined #openstack-helm | 20:55 | |
*** irclogbot_1 has quit IRC | 21:01 | |
*** irclogbot_3 has joined #openstack-helm | 21:01 | |
*** irclogbot_3 has quit IRC | 21:07 | |
*** irclogbot_0 has joined #openstack-helm | 21:07 | |
*** irclogbot_0 has quit IRC | 21:13 | |
*** irclogbot_0 has joined #openstack-helm | 21:14 | |
*** irclogbot_0 has quit IRC | 21:19 | |
*** irclogbot_3 has joined #openstack-helm | 21:20 | |
*** irclogbot_3 has quit IRC | 21:25 | |
*** irclogbot_3 has joined #openstack-helm | 21:25 | |
*** irclogbot_3 has quit IRC | 21:33 | |
*** irclogbot_2 has joined #openstack-helm | 21:35 | |
*** irclogbot_2 has quit IRC | 21:41 | |
*** irclogbot_2 has joined #openstack-helm | 21:41 | |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Update Kubernetes version to 1.16.0 https://review.opendev.org/685775 | 21:42 |
openstackgerrit | Steve Wilkerson proposed openstack/openstack-helm-infra master: Update Kubernetes version to 1.16.0 https://review.opendev.org/685775 | 21:44 |
*** irclogbot_2 has quit IRC | 21:46 | |
*** irclogbot_2 has joined #openstack-helm | 21:47 | |
openstackgerrit | Merged openstack/openstack-helm-infra master: Add extensible volume mounts to node-exporter https://review.opendev.org/685172 | 21:49 |
*** irclogbot_2 has quit IRC | 21:53 | |
*** irclogbot_3 has joined #openstack-helm | 21:53 | |
*** irclogbot_3 has quit IRC | 21:59 | |
*** irclogbot_2 has joined #openstack-helm | 21:59 | |
*** irclogbot_2 has quit IRC | 22:05 | |
*** irclogbot_3 has joined #openstack-helm | 22:05 | |
*** kranthikirang has quit IRC | 22:06 | |
*** kranthikirang has joined #openstack-helm | 22:07 | |
openstackgerrit | Cliff Parsons proposed openstack/openstack-helm master: Add Cinder ingress network policy overrides https://review.opendev.org/685751 | 22:09 |
openstackgerrit | Tin Lam proposed openstack/openstack-helm master: Add horizon ingress override https://review.opendev.org/685467 | 22:10 |
*** kranthikirang has quit IRC | 22:12 | |
*** irclogbot_3 has quit IRC | 22:14 | |
*** irclogbot_2 has joined #openstack-helm | 22:15 | |
*** kranthikirang has joined #openstack-helm | 22:17 | |
*** munimeha1 has quit IRC | 22:28 | |
*** obravo has quit IRC | 22:35 | |
*** obravo has joined #openstack-helm | 22:36 | |
*** obravo has quit IRC | 22:38 | |
*** kranthikirang has quit IRC | 22:45 | |
*** kranthikirang has joined #openstack-helm | 22:46 | |
*** kranthikirang has quit IRC | 22:50 | |
*** AlexNoskov has quit IRC | 22:58 | |
*** aaronsheffield has quit IRC | 23:12 | |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm-infra master: Make all prints python3 compatible https://review.opendev.org/685861 | 23:30 |
openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm-infra master: Make all prints python3 compatible https://review.opendev.org/685861 | 23:33 |
openstackgerrit | Tin Lam proposed openstack/openstack-helm-infra master: Add default netpol to LMA charts https://review.opendev.org/685862 | 23:38 |
openstackgerrit | Tin Lam proposed openstack/openstack-helm-infra master: Add default netpol to LMA charts https://review.opendev.org/685862 | 23:40 |
*** kranthikirang has joined #openstack-helm | 23:45 | |
*** kranthikirang has quit IRC | 23:50 | |
*** sthussey has quit IRC | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!