Activity log for bug #1789425

Date Who What changed Old value New value Message
2018-08-28 13:41:58 Radu Popescu bug added bug
2018-08-28 14:16:28 Launchpad Janitor magnum (Ubuntu): status New Confirmed
2018-08-28 14:51:58 Corey Bryant summary magnum deb v6.1.0 not containing queens/stable data [SRU] magnum deb v6.1.0 not containing queens/stable data
2018-08-28 14:52:50 Corey Bryant description It's about this file: https://github.com/openstack/magnum/blob/stable/queens/magnum/drivers/common/templates/kubernetes/fragments/configure-kubernetes-master.sh The version installed has this condition: if [ -n "$CERT_MANAGER_API" ]; then KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi The version that should be installed, has this condition: if [ "$(echo $CERT_MANAGER_API | tr '[:upper:] ' '[:lower:]')" = "true" ]; then KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi CERT_MANAGER_API is either true or false, never empty. Thanks [Impact] It's about this file: https://github.com/openstack/magnum/blob/stable/queens/magnum/drivers/common/templates/kubernetes/fragments/configure-kubernetes-master.sh The version installed has this condition: if [ -n "$CERT_MANAGER_API" ]; then     KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi The version that should be installed, has this condition: if [ "$(echo $CERT_MANAGER_API | tr '[:upper:] ' '[:lower:]')" = "true" ]; then     KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi CERT_MANAGER_API is either true or false, never empty. Thanks [Test Case] [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion]
2018-08-28 14:53:08 Corey Bryant nominated for series Ubuntu Bionic
2018-08-28 14:53:08 Corey Bryant bug task added magnum (Ubuntu Bionic)
2018-08-28 14:53:53 Corey Bryant description [Impact] It's about this file: https://github.com/openstack/magnum/blob/stable/queens/magnum/drivers/common/templates/kubernetes/fragments/configure-kubernetes-master.sh The version installed has this condition: if [ -n "$CERT_MANAGER_API" ]; then     KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi The version that should be installed, has this condition: if [ "$(echo $CERT_MANAGER_API | tr '[:upper:] ' '[:lower:]')" = "true" ]; then     KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi CERT_MANAGER_API is either true or false, never empty. Thanks [Test Case] [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion] [Impact] It's about this file: https://github.com/openstack/magnum/blob/stable/queens/magnum/drivers/common/templates/kubernetes/fragments/configure-kubernetes-master.sh The version installed has this condition: if [ -n "$CERT_MANAGER_API" ]; then     KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi The version that should be installed, has this condition: if [ "$(echo $CERT_MANAGER_API | tr '[:upper:] ' '[:lower:]')" = "true" ]; then     KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi CERT_MANAGER_API is either true or false, never empty. Thanks [Test Case] [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion] Updating to stable point release 6.1.1 fixes the aforementioned issue.
2018-08-28 14:58:27 Gabriel Samfira description [Impact] It's about this file: https://github.com/openstack/magnum/blob/stable/queens/magnum/drivers/common/templates/kubernetes/fragments/configure-kubernetes-master.sh The version installed has this condition: if [ -n "$CERT_MANAGER_API" ]; then     KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi The version that should be installed, has this condition: if [ "$(echo $CERT_MANAGER_API | tr '[:upper:] ' '[:lower:]')" = "true" ]; then     KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi CERT_MANAGER_API is either true or false, never empty. Thanks [Test Case] [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion] Updating to stable point release 6.1.1 fixes the aforementioned issue. [Impact] It's about this file: https://github.com/openstack/magnum/blob/stable/queens/magnum/drivers/common/templates/kubernetes/fragments/configure-kubernetes-master.sh The version installed has this condition: if [ -n "$CERT_MANAGER_API" ]; then     KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi The version that should be installed, has this condition: if [ "$(echo $CERT_MANAGER_API | tr '[:upper:] ' '[:lower:]')" = "true" ]; then     KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi CERT_MANAGER_API is either true or false, never empty. Thanks [Test Case] This deb will be deployed by our magnum juju charm and configured as part of an Ubuntu OpenStack deployment. Any relevant test results will be posted back in this bug report. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion] Updating to stable point release 6.1.1 fixes the aforementioned issue.
2018-08-28 15:21:01 Corey Bryant bug added subscriber Ubuntu Stable Release Updates Team
2018-09-07 21:18:01 Steve Langasek magnum (Ubuntu Bionic): status New Incomplete