Bug 1719760 - Backport broke deprecated enable-internal-tls environment file
Summary: Backport broke deprecated enable-internal-tls environment file
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: z9
: 13.0 (Queens)
Assignee: Harald Jensås
QA Contact: Sasha Smolyak
URL:
Whiteboard:
Depends On: 1719758
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-06-12 13:34 UTC by Harald Jensås
Modified: 2019-11-05 11:53 UTC (History)
3 users (show)

Fixed In Version: openstack-tripleo-heat-templates-8.3.1-83.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1719758
Environment:
Last Closed: 2019-11-05 11:53:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 664885 0 'None' 'MERGED' '[FUP] Backport - krb-service-principal metadata per-Role' 2019-11-29 20:02:43 UTC

Description Harald Jensås 2019-06-12 13:34:34 UTC
+++ This bug was initially created as a clone of Bug #1719758 +++

Description of problem:
The backport of https://review.opendev.org/#/q/I5ae3bc845b0a6ad6986d44b14ff4b0737a9b033b to Rocky and Queens missed updating a deprecated environment file.

Actual results:
Deployments using the deprecated environment file (which is referenced in Red Hat Documentation[1]) will fail with: 

Could not fetch contents for file:///tmp/tripleoclient-a1D50V/tripleo-heat-templates/extraconfig/nova_metadata/krb-service-principals.yaml
END return value: 1




Expected results:
Deployment should work using the deprecated file.

Additional info:

 Workaround:

  Changeing to use the new envrionment file: /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml


[1]  https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html-single/advanced_overcloud_customization/index#configure_overcloud_to_use_novajoin

Comment 1 Lon Hohberger 2019-09-25 10:45:04 UTC
According to our records, this should be resolved by openstack-tripleo-heat-templates-8.3.1-87.el7ost.  This build is available now.

Comment 2 Bob Fournier 2019-11-04 17:56:06 UTC
Verified that /usr/share/openstack-tripleo-heat-templates/environments/enable-internal-tls.j2.yaml contains the fix:
{%- for role in roles %}
  OS::TripleO::{{role.name}}ServiceServerMetadataHook: ../extraconfig/nova_metadata/krb-service-principals/{{role.name.lower()}}-role.yaml
{%- endfor %}


Note You need to log in before you can comment on or make changes to this bug.