-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding vars and needed bits to enable tls in adoption multinode job
This adds enable_tls for the multinode-no-ceph job as part of [1]. It passes the enable-tls and cloud domain vars through to the tripleo deployment and adoption tests execution. Includes needed workarounds for TLS such as creating missing /etc/pki/CA directory, updating resolv.conf and creating needed IP route for overcloud nodes. Depends-On: openstack-k8s-operators/install_yamls#897 [1] https://issues.redhat.com/browse/OSPRH-8973 Change-Id: I440f123df34b2ba0a118ecaceb90fb44bad63ae5
- Loading branch information
Showing
5 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
search {{ cloud_domain | default('ooo.test') }} | ||
nameserver {{ ipa_container_ip | default('10.255.255.25') }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters