Glance internal endpoint is not configured properly for some TLS cases

Bug #2018622 reported by Alexey Stupnikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
In Progress
Undecided
Alexey Stupnikov

Bug Description

Separate Glance service was introduced recently to adopt the recommendation outlined in OSSN-0090 https://github.com/openstack/tripleo-heat-templates/commit/3605d45e417a77a1d0f153fbeffcbb283ec85fe6

Shortly speaking, admin and internal endpoints should point to port 9293 instead of 9292, but some THT definitions were not updated (output for stable/wallaby):

openstack-tripleo-heat-templates $ grep -r GlanceAdmin | grep 9292
sample-env-generator/ssl.yaml: GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
sample-env-generator/ssl.yaml: GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
sample-env-generator/ssl.yaml: GlanceAdmin: {protocol: http, port: '9292', host: IP_ADDRESS}
environments/ssl/no-tls-endpoints-public-ip.yaml: GlanceAdmin: {protocol: http, port: '9292', host: IP_ADDRESS}
environments/ssl/tls-endpoints-public-ip.yaml: GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
environments/ssl/tls-endpoints-public-dns.yaml: GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2184424

description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (stable/wallaby)

Fix proposed to branch: stable/wallaby
Review: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/882474

Changed in tripleo:
status: New → In Progress
assignee: nobody → Alexey Stupnikov (astupnikov)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/882474
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/ddd78c8e9053dce4a6f66cdaa6abccb51e107fb4
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit ddd78c8e9053dce4a6f66cdaa6abccb51e107fb4
Author: Alexey Stupnikov <email address hidden>
Date: Fri May 5 20:47:21 2023 +0200

    Fix admin and internal Glance endpoint ports

    Separate Glance service was introduced recently to adopt
    recommendations outlined in OSSN-0090:
    Id093613f9d410eb3fe5564a724c0f75275eeb4e8

    Some TLS-related environment files are missing in master and
    stable/zed, but present in stable/wallaby. So backport introduced
    regression.

    This patch fixes inconsistend GlanceAdmin and GlanceInternal
    endpoint definitions in various environment files.

    RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=2184424
    Closes-bug: #2018622
    Change-Id: I4d3fb7ba5b33425e0efab9293b36c75ee9111f4b

tags: added: in-stable-wallaby
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.