Activity log for bug #2018622

Date Who What changed Old value New value Message
2023-05-05 18:41:49 Alexey Stupnikov bug added bug
2023-05-05 18:43:21 Alexey Stupnikov 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: 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 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
2023-05-05 18:55:47 Alexey Stupnikov tripleo: status New In Progress
2023-05-05 18:55:49 Alexey Stupnikov tripleo: assignee Alexey Stupnikov (astupnikov)
2023-05-19 06:06:21 OpenStack Infra tags in-stable-wallaby
2023-05-19 06:06:22 OpenStack Infra bug watch added https://bugzilla.redhat.com/show_bug.cgi?id=2184424