| *** KeithMnemonic has quit IRC | 00:18 | |
| *** markvoelker has joined #openstack-helm | 00:29 | |
| *** michael-beaver has quit IRC | 00:32 | |
| *** markvoelker has quit IRC | 00:33 | |
| *** markvoelker has joined #openstack-helm | 01:06 | |
| *** kranthikirang has joined #openstack-helm | 01:12 | |
| *** Liang__ has joined #openstack-helm | 01:13 | |
| *** kranthikirang has quit IRC | 01:16 | |
| openstackgerrit | Merged openstack/openstack-helm-infra master: Define default netpol for openstack-exporter https://review.opendev.org/685130 | 01:28 |
|---|---|---|
| *** HagunKim has joined #openstack-helm | 01:39 | |
| *** markvoelker has quit IRC | 02:25 | |
| *** rezroo has quit IRC | 02:26 | |
| *** kranthikirang has joined #openstack-helm | 03:00 | |
| *** kranthikirang has quit IRC | 03:04 | |
| openstackgerrit | Merged openstack/openstack-helm master: [Glance] add job-metadefs-load https://review.opendev.org/679963 | 03:12 |
| *** nicolasbock has quit IRC | 03:43 | |
| *** vsaienk0 has joined #openstack-helm | 03:56 | |
| *** vsaienk0 has quit IRC | 04:08 | |
| *** igordc has quit IRC | 04:08 | |
| *** markvoelker has joined #openstack-helm | 04:26 | |
| *** markvoelker has quit IRC | 04:30 | |
| *** kranthikirang has joined #openstack-helm | 04:48 | |
| *** kranthikirang has quit IRC | 04:52 | |
| *** dpawlik has joined #openstack-helm | 05:16 | |
| *** rezroo has joined #openstack-helm | 05:37 | |
| *** rezroo has quit IRC | 05:48 | |
| *** jamesgu has quit IRC | 05:57 | |
| *** vsaienk0 has joined #openstack-helm | 06:14 | |
| *** jsuchome has joined #openstack-helm | 06:14 | |
| *** pgaxatte has joined #openstack-helm | 06:40 | |
| *** pgaxatte has quit IRC | 07:00 | |
| *** pgaxatte has joined #openstack-helm | 07:02 | |
| *** witek has joined #openstack-helm | 07:04 | |
| *** vsaienk0 has quit IRC | 07:12 | |
| *** vsaienk0 has joined #openstack-helm | 07:15 | |
| *** Darcidride has joined #openstack-helm | 07:29 | |
| zhipeng[m] | itxaka: hi | 07:37 |
| *** Emine has joined #openstack-helm | 07:53 | |
| openstackgerrit | Vasyl Saienko proposed openstack/openstack-helm master: [Keystone] Add more jobs for upgrade https://review.opendev.org/681484 | 08:05 |
| *** pgaxatte has quit IRC | 08:07 | |
| *** vsaienk0 has quit IRC | 08:16 | |
| *** vsaienk0 has joined #openstack-helm | 08:24 | |
| *** pgaxatte has joined #openstack-helm | 08:30 | |
| zhipeng[m] | After upgrade openstack-helm, I have an issue about nova-compute-ssh | 08:43 |
| zhipeng[m] | this container could not be started as below cause. | 08:43 |
| zhipeng[m] | {"log":"Saving key \"/etc/ssh/ssh_host_rsa_key\" failed: Permission denied\r\n", | 08:43 |
| zhipeng[m] | Then I override as below | 08:44 |
| * zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/MkcYirOTmOQdJyRFasxMLPtc > | 08:44 | |
| zhipeng[m] | I still did not work, failed with same cause | 08:45 |
| zhipeng[m] | * It still did not work, failed with same cause | 08:45 |
| *** vsaienk0 has quit IRC | 08:57 | |
| *** vsaienk0 has joined #openstack-helm | 09:10 | |
| itxaka | hey zhipeng[m] | 09:13 |
| itxaka | umm, I have no idea about that nova-compute-ssh | 09:14 |
| itxaka | is that a pod? container? | 09:15 |
| zhipeng[m] | it should be a bug | 09:15 |
| itxaka | oh I see, it only deploys if values.network.sshd is set to enabled | 09:16 |
| itxaka | sorry I have no experience with that, let me have a look | 09:16 |
| zhipeng[m] | in openstack-helm\nova\templates\daemonset-compute.yaml | 09:16 |
| zhipeng[m] | line 318 | 09:16 |
| zhipeng[m] | {{ dict "envAll" $envAll "application" "nova_compute" "container" "nova_compute_ssh" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }} | 09:16 |
| zhipeng[m] | should be change to below I think | 09:16 |
| zhipeng[m] | {{ dict "envAll" $envAll "application" "nova" "container" "nova_compute_ssh" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }} | 09:16 |
| itxaka | umm, in that case the nova_compute perms are also wrong | 09:27 |
| zhipeng[m] | ? | 09:27 |
| itxaka | oh yeah, you are totally rigth | 09:28 |
| itxaka | and both nova_compute and nova_compute_ssh have the wrong perms | 09:28 |
| zhipeng[m] | below part added in recent code | 09:28 |
| * zhipeng[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/OwYnhejlyQbmJeoZUWSRMMoO > | 09:28 | |
| itxaka | zhipeng[m]: want to send a patch to fix that or should I? | 09:29 |
| zhipeng[m] | yes | 09:29 |
| zhipeng[m] | I will raise a patch for that | 09:29 |
| itxaka | thanks! | 09:30 |
| zhipeng[m] | wc | 09:30 |
| *** Liang__ has quit IRC | 09:39 | |
| *** vsaienk0 has quit IRC | 09:43 | |
| *** kranthikirang has joined #openstack-helm | 09:52 | |
| *** kranthikirang has quit IRC | 09:57 | |
| openstackgerrit | zhipeng liu proposed openstack/openstack-helm master: [Nova] Fix a bug introduced in implementing security context for nova https://review.opendev.org/685307 | 09:58 |
| jsuchome | sorry guys, i'm being picky... | 10:06 |
| openstackgerrit | zhipeng liu proposed openstack/openstack-helm master: [Nova] Fix a bug introduced in implementing security context for nova https://review.opendev.org/685307 | 10:08 |
| *** roman_g has joined #openstack-helm | 10:19 | |
| *** vsaienk0 has joined #openstack-helm | 10:28 | |
| *** ohryhorov has quit IRC | 10:33 | |
| openstackgerrit | Vasyl Saienko proposed openstack/openstack-helm-infra master: [mysql-exporter] Use flags depending on version https://review.opendev.org/683962 | 10:34 |
| *** HagunKim has quit IRC | 10:38 | |
| openstackgerrit | Merged openstack/openstack-helm master: Use configurable constraints to install clients https://review.opendev.org/682497 | 10:42 |
| openstackgerrit | Merged openstack/openstack-helm master: Remove explicit call to py2 https://review.opendev.org/682937 | 10:48 |
| *** pgaxatte has quit IRC | 10:49 | |
| *** mkarpin has quit IRC | 10:50 | |
| *** vsaienk0 has quit IRC | 10:59 | |
| *** vsaienk0 has joined #openstack-helm | 11:00 | |
| *** nicolasbock has joined #openstack-helm | 11:02 | |
| *** mkarpin has joined #openstack-helm | 11:07 | |
| *** ohryhorov has joined #openstack-helm | 11:19 | |
| *** ohryhorov has quit IRC | 11:26 | |
| *** jhesketh has quit IRC | 11:34 | |
| *** jhesketh has joined #openstack-helm | 11:35 | |
| *** kranthikirang has joined #openstack-helm | 11:40 | |
| *** Darcidride has quit IRC | 11:41 | |
| *** ohryhorov has joined #openstack-helm | 11:44 | |
| *** kranthikirang has quit IRC | 11:45 | |
| *** rihabb has quit IRC | 11:57 | |
| *** georgk5 has quit IRC | 11:57 | |
| *** georgk5 has joined #openstack-helm | 11:58 | |
| *** rihabb has joined #openstack-helm | 11:58 | |
| *** markvoelker has joined #openstack-helm | 12:02 | |
| *** markvoelker has quit IRC | 12:03 | |
| *** rchurch has quit IRC | 12:08 | |
| *** rchurch has joined #openstack-helm | 12:09 | |
| *** dpawlik has quit IRC | 12:09 | |
| *** dpawlik has joined #openstack-helm | 12:09 | |
| *** markvoelker has joined #openstack-helm | 12:15 | |
| *** dpawlik has quit IRC | 12:16 | |
| *** pgaxatte has joined #openstack-helm | 12:21 | |
| *** bobmel has quit IRC | 12:24 | |
| *** bobmel has joined #openstack-helm | 12:29 | |
| *** bobmel has quit IRC | 12:33 | |
| *** vsaienk0 has quit IRC | 12:38 | |
| *** dpawlik has joined #openstack-helm | 12:42 | |
| *** vsaienk0 has joined #openstack-helm | 12:44 | |
| *** jsuchome has quit IRC | 12:49 | |
| *** dpawlik has quit IRC | 12:53 | |
| *** dpawlik has joined #openstack-helm | 12:56 | |
| *** dpawlik has quit IRC | 13:00 | |
| *** Darcidride has joined #openstack-helm | 13:02 | |
| openstackgerrit | Steven Fitzpatrick proposed openstack/openstack-helm-infra master: Add extensible volume mounts to node-exporter https://review.opendev.org/685172 | 13:09 |
| *** michael-beaver has joined #openstack-helm | 13:09 | |
| *** kranthikirang has joined #openstack-helm | 13:29 | |
| *** kranthikirang has quit IRC | 13:33 | |
| *** sthussey has joined #openstack-helm | 13:45 | |
| *** kranthikirang has joined #openstack-helm | 13:46 | |
| *** kranthikirang has quit IRC | 13:50 | |
| *** kranthikirang has joined #openstack-helm | 13:50 | |
| *** nick_kar has quit IRC | 14:02 | |
| *** mkarpin has left #openstack-helm | 14:04 | |
| openstackgerrit | Merged openstack/openstack-helm master: Add network policy nonvoting checks https://review.opendev.org/681539 | 14:06 |
| *** witek has quit IRC | 14:15 | |
| openstackgerrit | Tin Lam proposed openstack/openstack-helm master: Apply network policy to all services https://review.opendev.org/684126 | 14:18 |
| *** munimeha1 has joined #openstack-helm | 14:23 | |
| openstackgerrit | Hari proposed openstack/openstack-helm-addons master: Include retry logic for checking status https://review.opendev.org/685188 | 14:30 |
| openstackgerrit | Gage Hugo proposed openstack/openstack-helm-infra master: Add RabbitMQ ingress Network Policy rules https://review.opendev.org/682490 | 14:33 |
| openstackgerrit | Hari proposed openstack/openstack-helm-addons master: Include retry logic for checking status https://review.opendev.org/685188 | 14:40 |
| openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: HTK: support csv list in oslo conf rendering https://review.opendev.org/685366 | 14:45 |
| openstackgerrit | Pete Birley proposed openstack/openstack-helm-infra master: HTK: support csv list in oslo conf rendering https://review.opendev.org/685366 | 14:45 |
| *** witek has joined #openstack-helm | 14:47 | |
| *** jamesgu has joined #openstack-helm | 15:13 | |
| openstackgerrit | Merged openstack/openstack-helm-infra master: Aligning OVS and Neutron configuration for DPDK https://review.opendev.org/676159 | 15:18 |
| *** pgaxatte has quit IRC | 15:22 | |
| openstackgerrit | Merged openstack/openstack-helm-infra master: ovs-dpdk: create separate cgroup for openvswitch-vswitchd pods https://review.opendev.org/679360 | 15:24 |
| *** vsaienk0 has quit IRC | 15:26 | |
| *** rchurch has quit IRC | 15:38 | |
| *** rchurch has joined #openstack-helm | 15:39 | |
| *** obravo has joined #openstack-helm | 16:00 | |
| *** Emine has quit IRC | 16:10 | |
| *** roman_g has quit IRC | 16:12 | |
| openstackgerrit | Hari proposed openstack/openstack-helm-addons master: Remove ssh configurations https://review.opendev.org/685395 | 16:14 |
| *** vsaienk0 has joined #openstack-helm | 16:29 | |
| *** vsaienk0 has quit IRC | 16:39 | |
| *** dpawlik has joined #openstack-helm | 16:42 | |
| *** witek has quit IRC | 16:46 | |
| *** vsaienk0 has joined #openstack-helm | 16:48 | |
| *** witek has joined #openstack-helm | 16:48 | |
| *** vsaienk0 has quit IRC | 16:58 | |
| *** vsaienk0 has joined #openstack-helm | 17:00 | |
| *** Darcidride has quit IRC | 17:05 | |
| *** igordc has joined #openstack-helm | 17:09 | |
| *** vsaienk0 has quit IRC | 17:10 | |
| *** vsaienk0 has joined #openstack-helm | 17:14 | |
| *** witek has quit IRC | 17:16 | |
| *** vsaienk0 has quit IRC | 17:24 | |
| openstackgerrit | Merged openstack/openstack-helm-infra master: helm-toolkit fix dependency resolver https://review.opendev.org/685136 | 17:24 |
| openstackgerrit | Stas Egorov proposed openstack/openstack-helm-infra master: Fix calico chart for hyperkube 1.12 https://review.opendev.org/685186 | 17:36 |
| *** itlinux has joined #openstack-helm | 17:39 | |
| openstackgerrit | Nishant Kumar proposed openstack/openstack-helm-infra master: [DNM/WIP] Test changes for k8s 1.16 https://review.opendev.org/685442 | 17:43 |
| *** markvoelker has quit IRC | 18:03 | |
| *** dpawlik has quit IRC | 18:06 | |
| *** markvoelker has joined #openstack-helm | 18:08 | |
| *** rezroo has joined #openstack-helm | 18:10 | |
| openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm-infra master: Add strict False param for Config parser https://review.opendev.org/685454 | 18:19 |
| *** KeithMnemonic has joined #openstack-helm | 18:41 | |
| openstackgerrit | chinasubbareddy mallavarapu proposed openstack/openstack-helm-infra master: [ceph-osd] Retry to create crush map for osd while ceph-mon service down for a while. https://review.opendev.org/685147 | 18:47 |
| *** obravo has quit IRC | 18:50 | |
| *** obravo_ has joined #openstack-helm | 18:50 | |
| *** obravo_ is now known as obravo | 18:50 | |
| openstackgerrit | Tin Lam proposed openstack/openstack-helm-infra master: Update egress HTK method https://review.opendev.org/679853 | 18:50 |
| *** obravo has quit IRC | 18:54 | |
| *** rezroo has quit IRC | 18:55 | |
| openstackgerrit | chinasubbareddy mallavarapu proposed openstack/openstack-helm-infra master: [ceph-osd] Retry to create crush map for osd while ceph-mon service down for a while. https://review.opendev.org/685147 | 18:56 |
| *** itlinux has quit IRC | 19:01 | |
| openstackgerrit | Denis Ipatov proposed openstack/openstack-helm-images master: Monitoring PVC-PV-RBD and mapping them https://review.opendev.org/683672 | 19:06 |
| *** KeithMnemonic has quit IRC | 19:23 | |
| openstackgerrit | Tin Lam proposed openstack/openstack-helm master: Add horizon ingress override https://review.opendev.org/685467 | 19:27 |
| *** kranthikirang has quit IRC | 19:47 | |
| *** kranthikirang has joined #openstack-helm | 19:48 | |
| *** igordc has quit IRC | 19:52 | |
| *** kranthikirang has quit IRC | 19:52 | |
| *** obravo has joined #openstack-helm | 19:57 | |
| openstackgerrit | Merged openstack/openstack-helm-infra master: HTK: support csv list in oslo conf rendering https://review.opendev.org/685366 | 20:18 |
| *** igordc has joined #openstack-helm | 20:23 | |
| openstackgerrit | Andrii Ostapenko proposed openstack/openstack-helm master: Add strict False param for Config parser https://review.opendev.org/685476 | 20:27 |
| openstackgerrit | Sophie Huang proposed openstack/openstack-helm master: Add keystone ingress netpol https://review.opendev.org/681939 | 20:28 |
| *** aaronsheffield has joined #openstack-helm | 20:33 | |
| openstackgerrit | Sophie Huang proposed openstack/openstack-helm master: Add keystone ingress netpol https://review.opendev.org/681939 | 20:52 |
| *** rezroo has joined #openstack-helm | 21:14 | |
| *** kranthikirang has joined #openstack-helm | 21:18 | |
| *** kranthikirang has quit IRC | 21:23 | |
| *** munimeha1 has quit IRC | 21:35 | |
| openstackgerrit | Sophie Huang proposed openstack/openstack-helm master: Add keystone ingress netpol https://review.opendev.org/681939 | 21:43 |
| openstackgerrit | Merged openstack/openstack-helm-infra master: Add strict False param for Config parser https://review.opendev.org/685454 | 21:52 |
| *** igordc has quit IRC | 22:01 | |
| *** igordc has joined #openstack-helm | 22:01 | |
| *** igordc has quit IRC | 22:17 | |
| openstackgerrit | Chi Lo proposed openstack/openstack-helm-addons master: Health probe for Ranger-agent pods https://review.opendev.org/685501 | 22:21 |
| openstackgerrit | Chi Lo proposed openstack/openstack-helm-addons master: Health probe for Ranger-agent pods https://review.opendev.org/685501 | 22:24 |
| *** igordc has joined #openstack-helm | 22:29 | |
| openstackgerrit | Stas Egorov proposed openstack/openstack-helm-infra master: [TMP]: for testing https://review.opendev.org/685187 | 22:47 |
| openstackgerrit | Stas Egorov proposed openstack/openstack-helm-infra master: Fix calico chart for hyperkube 1.12 https://review.opendev.org/685186 | 23:05 |
| *** kranthikirang has joined #openstack-helm | 23:07 | |
| *** kranthikirang has quit IRC | 23:11 | |
| *** michael-beaver has quit IRC | 23:19 | |
| *** igordc has quit IRC | 23:32 | |
| *** igordc has joined #openstack-helm | 23:34 | |
| *** igordc has quit IRC | 23:38 | |
| *** sthussey has quit IRC | 23:43 | |
| *** nicolasbock has quit IRC | 23:43 | |
| openstackgerrit | Merged openstack/openstack-helm master: Add strict False param for Config parser https://review.opendev.org/685476 | 23:56 |
| *** obravo has quit IRC | 23:59 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!