Skip to content

Commit 39fb658

Browse files
committed
replaced link with code block
1 parent ab1472e commit 39fb658

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs_user/modules/proc_adopting-the-loadbalancer-service.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ To adopt the {loadbalancer_first_ref}, you patch an existing `OpenStackControlPl
1111
. Migrate the server certificate authority (CA) passphrase from the previous deployment:
1212
+
1313
----
14-
include::../../tests/roles/octavia_adoption/tasks/octavia_certs.yaml[lines="6..16",indent=0]
14+
SERVER_CA_PASSPHRASE=$($CONTROLLER1_SSH grep ^ca_private_key_passphrase /var/lib/config-data/puppet-generated/octavia/etc/octavia/octavia.conf)
15+
16+
oc apply -f - <<EOF
17+
apiVersion: v1
18+
kind: Secret
19+
metadata:
20+
name: octavia-ca-passphrase
21+
type: Opaque
22+
data:
23+
server-ca-passphrase: $(echo -n $SERVER_CA_PASSPHRASE | base64 -w0)
24+
EOF
1525
----
1626

1727
. To isolate the management network, add the network interface for the VLAN base interface:

0 commit comments

Comments
 (0)