Activity log for bug #1791266

Date Who What changed Old value New value Message
2018-09-07 09:47:30 Alexey Perevalov bug added bug
2018-09-07 09:47:45 Alexey Perevalov kuryr-kubernetes: assignee Alexey Perevalov (alexeyperevalov)
2018-09-07 09:53:15 Alexey Perevalov description Commit 8f2729cedd1845f65bd138c79ee029bffc400edc replaced hard coded path - path: /var/run/openvswitch + path: ${OVS_HOST_PATH} by OVS_HOST_PATH. Now when OVS_HOST_PATH is empty path: field will be empty in generated cni_ds.yaml too. It lead to the following error when we try to apply this cni_ds.yaml. error: error validating "/tmp/resource_no_fixed/cni_ds.yml": error validating data: ValidationError(DaemonSet.spec.template.spec.volumes[4].hostPath): missing required field "path" in io.k8s.api.core.v1.HostPathVolumeSource; if you choose to ignore these errors, turn validation off with --validate=false Commit 8f2729cedd1845f65bd138c79ee029bffc400edc replaced hard coded path - path: /var/run/openvswitch + path: ${OVS_HOST_PATH} by OVS_HOST_PATH. Now when OVS_HOST_PATH is empty path: field will be empty in generated cni_ds.yaml too. It lead to the following error when we try to apply this cni_ds.yaml. error: error validating "/tmp/resource_no_fixed/cni_ds.yml": error validating data: ValidationError(DaemonSet.spec.template.spec.volumes[4].hostPath): missing required field "path" in io.k8s.api.core.v1.HostPathVolumeSource; if you choose to ignore these errors, turn validation off with --validate=false The steps for making kuryr-kubernetes as kubernetes addon are described here https://docs.openstack.org/kuryr-kubernetes/latest/installation/containerized.html as a workaround OVS_HOST_PATH could be defined as environment variable, but in some use cases it's better to omit openvswitch mount volume.
2018-09-07 09:56:56 Alexey Perevalov bug added subscriber Luis Tomas Bolivar
2018-09-07 10:05:53 OpenStack Infra kuryr-kubernetes: status New In Progress
2018-09-10 08:48:15 Antoni Segura Puimedon kuryr-kubernetes: importance Undecided Medium
2018-09-11 00:35:00 OpenStack Infra kuryr-kubernetes: status In Progress Fix Released
2018-09-12 16:09:25 OpenStack Infra tags in-stable-rocky