Skip to content

Commit

Permalink
Fixing the adopting the data plane doc
Browse files Browse the repository at this point in the history
Fixing the command to deploy a standalone environment with TLS,
create rootca-internal secret on openstack namespace.
  • Loading branch information
afaranha committed May 14, 2024
1 parent faba01b commit 2e65d00
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs_dev/assemblies/development_environment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,11 @@ To deploy using TLS everywhere enabled, instead run:
[,bash]
----
cd ~/install_yamls/devsetup
TLS_ENABLED=true make standalone
EDPM_COMPUTE_CEPH_ENABLED=false TLS_ENABLED=true DNS_DOMAIN=ooo.test make standalone
----

This will disable the Ceph deployment, as the CI is not deploying with Ceph.

== Install the openstack-k8s-operators (openstack-operator)

[,bash]
Expand Down
8 changes: 7 additions & 1 deletion docs_user/modules/proc_migrating-tls-everywhere.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ endif::[]
+
[subs=+quotes]
----
ifeval::["{build}" != "downstream"]
EDPM_PRIVATEKEY_PATH="~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa"
endif::[]
ifeval::["{build}" == "downstream"]
EDPM_PRIVATEKEY_PATH="*<path to SSH key>*"
endif::[]
declare -A computes
computes=(
["standalone.localdomain"]="192.168.122.100"
Expand Down Expand Up @@ -90,7 +96,7 @@ With that file, you can also separately get the certificate and the key by using
. Create the secret that contains the root CA:
+
----
oc create secret generic rootca-internal
oc create secret generic rootca-internal -n openstack
----

. Import the certificate and the key from FreeIPA:
Expand Down

0 comments on commit 2e65d00

Please sign in to comment.