When internal vip address is undefined, error message is about "kolla_internal_address"

Bug #1864206 reported by Radosław Piliszek
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
kolla-ansible
Fix Released
Low
Mark Goddard

Bug Description

For some reason k-a default to kolla_internal_address for kolla_internal_vip_address.
Since the former is not documented/defined at all, it would be better to undefine kolla_internal_address to avoid confusion and get proper errors (documentation backed).

summary: - When internal vip address is undefined error message is about
+ When internal vip address is undefined, error message is about
"kolla_internal_address"
Mark Goddard (mgoddard)
description: updated
Revision history for this message
Radosław Piliszek (yoctozepto) wrote :

Good one, thanks, Mark.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (master)

Fix proposed to branch: master
Review: https://review.opendev.org/720338

Changed in kolla-ansible:
assignee: nobody → Chason Chan (chen-xing)
status: Triaged → In Progress
Changed in kolla-ansible:
assignee: Chason Chan (chen-xing) → Mark Goddard (mgoddard)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/720338
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=b4603d927152f95848e56f6cf3ed4acd88baa377
Submitter: Zuul
Branch: master

commit b4603d927152f95848e56f6cf3ed4acd88baa377
Author: chenxing <email address hidden>
Date: Thu Apr 16 11:59:53 2020 +0800

    Deprecate kolla_internal_address variable

    The "kolla_internal_address" variable is not documented or defined
    anywhere. When "kolla_internal_vip_address" is undefined, the error
    message is about "kolla_internal_address", which will confuse operators.

    This change deprecates "kolla_internal_address", and adds a default
    value for "kolla_internal_vip_address" when "kolla_internal_address" is
    undefined.

    Change-Id: I09694b38420ea67896bb8cf4ffd7ce6f131af10e
    Closes-Bug: #1864206

Changed in kolla-ansible:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (stable/ussuri)

Fix proposed to branch: stable/ussuri
Review: https://review.opendev.org/749899

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (stable/train)

Fix proposed to branch: stable/train
Review: https://review.opendev.org/749900

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (stable/stein)

Fix proposed to branch: stable/stein
Review: https://review.opendev.org/749901

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (stable/rocky)

Fix proposed to branch: stable/rocky
Review: https://review.opendev.org/749902

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla-ansible (stable/rocky)

Change abandoned by Radosław Piliszek (<email address hidden>) on branch: stable/rocky
Review: https://review.opendev.org/749902
Reason: let's not do this for https://review.opendev.org/749910

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla-ansible (stable/stein)

Change abandoned by Radosław Piliszek (<email address hidden>) on branch: stable/stein
Review: https://review.opendev.org/749901
Reason: let's not do this for https://review.opendev.org/749910

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla-ansible (stable/train)

Change abandoned by Radosław Piliszek (<email address hidden>) on branch: stable/train
Review: https://review.opendev.org/749900
Reason: let's not do this for https://review.opendev.org/749910

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla-ansible (stable/ussuri)

Change abandoned by Radosław Piliszek (<email address hidden>) on branch: stable/ussuri
Review: https://review.opendev.org/749899
Reason: let's not do this for https://review.opendev.org/749910

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla-ansible (stable/rocky)

Change abandoned by Radosław Piliszek (<email address hidden>) on branch: stable/rocky
Review: https://review.opendev.org/749902
Reason: we don't have it bugged in rocky

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/ussuri)

Reviewed: https://review.opendev.org/749899
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=0e9287fe083dded241c5d35147996737afceae59
Submitter: Zuul
Branch: stable/ussuri

commit 0e9287fe083dded241c5d35147996737afceae59
Author: chenxing <email address hidden>
Date: Thu Apr 16 11:59:53 2020 +0800

    Add default value for kolla_internal_address variable

    The "kolla_internal_address" variable is not documented or defined
    anywhere. When "kolla_internal_vip_address" is undefined, the error
    message is about "kolla_internal_address", which will confuse operators.

    This change adds a default value for "kolla_internal_vip_address" when
    "kolla_internal_address" is undefined.

    Change-Id: I09694b38420ea67896bb8cf4ffd7ce6f131af10e
    Closes-Bug: #1864206
    (cherry picked from commit b4603d927152f95848e56f6cf3ed4acd88baa377)

tags: added: in-stable-ussuri
tags: added: in-stable-stein
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/stein)

Reviewed: https://review.opendev.org/749901
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=c9845c0e63f3978b3ac2825997bba03faae09b2c
Submitter: Zuul
Branch: stable/stein

commit c9845c0e63f3978b3ac2825997bba03faae09b2c
Author: chenxing <email address hidden>
Date: Thu Apr 16 11:59:53 2020 +0800

    Add default value for kolla_internal_address variable

    The "kolla_internal_address" variable is not documented or defined
    anywhere. When "kolla_internal_vip_address" is undefined, the error
    message is about "kolla_internal_address", which will confuse operators.

    This change adds a default value for "kolla_internal_vip_address" when
    "kolla_internal_address" is undefined.

    Change-Id: I09694b38420ea67896bb8cf4ffd7ce6f131af10e
    Closes-Bug: #1864206
    (cherry picked from commit b4603d927152f95848e56f6cf3ed4acd88baa377)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/train)

Reviewed: https://review.opendev.org/749900
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=c5e8162ff84478ec81e49b0f54a6821c31c432c6
Submitter: Zuul
Branch: stable/train

commit c5e8162ff84478ec81e49b0f54a6821c31c432c6
Author: chenxing <email address hidden>
Date: Thu Apr 16 11:59:53 2020 +0800

    Add default value for kolla_internal_address variable

    The "kolla_internal_address" variable is not documented or defined
    anywhere. When "kolla_internal_vip_address" is undefined, the error
    message is about "kolla_internal_address", which will confuse operators.

    This change adds a default value for "kolla_internal_vip_address" when
    "kolla_internal_address" is undefined.

    Change-Id: I09694b38420ea67896bb8cf4ffd7ce6f131af10e
    Closes-Bug: #1864206
    (cherry picked from commit b4603d927152f95848e56f6cf3ed4acd88baa377)

tags: added: in-stable-train
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 8.3.0

This issue was fixed in the openstack/kolla-ansible 8.3.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 10.2.0

This issue was fixed in the openstack/kolla-ansible 10.2.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 9.3.0

This issue was fixed in the openstack/kolla-ansible 9.3.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.