Skip to content

Commit d8de863

Browse files
committed
Reintroduce TLS-e instructions for Standalone deployment
Restore instructions on enabling TLS Everywhere (TLS-e) when deploying the TripleO Standalone dev environment, including example with LS_ENABLED and DNS_DOMAIN. Mirrors previous instructions removed in 2abb38e. Signed-off-by: Grzegorz Grasza <[email protected]>
1 parent 673bf72 commit d8de863

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs_dev/assemblies/development_environment.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,19 @@ EDPM_CONFIGURE_HUGEPAGES=false make standalone <1>
153153
----
154154
<1> To configure the host for a simplistic hugepages setup, set `EDPM_CONFIGURE_HUGEPAGES=true`.
155155

156+
=== Enabling TLS everywhere (TLS-e) on Standalone
157+
158+
To deploy the Standalone environment with TLS everywhere enabled, set `TLS_ENABLED=true` and provide a DNS domain to be used for certificates. Optionally disable the Ceph backend for a faster setup.
159+
160+
[,bash]
161+
----
162+
cd ~/install_yamls/devsetup
163+
TLS_ENABLED=true DNS_DOMAIN=ooo.test EDPM_COMPUTE_CEPH_ENABLED=false make standalone
164+
----
165+
166+
[NOTE]
167+
Disabling Ceph here mirrors the CI setup and speeds up the deployment.
168+
156169
=== Snapshot/revert
157170

158171
When the deployment of the Standalone OpenStack is finished, it's a

0 commit comments

Comments
 (0)