Skip to content

Commit

Permalink
Replace with CaaSP4 content (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
btat authored Feb 1, 2020
1 parent e38e478 commit 3f7929d
Show file tree
Hide file tree
Showing 8 changed files with 265 additions and 605 deletions.
2 changes: 1 addition & 1 deletion xml/cap_admin_app_domains.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
If <literal>uaa</literal> is deployed, pass your <literal>uaa</literal>
secret and certificate to <literal>scf</literal>. Otherwise deploy
<literal>uaa</literal> first (See
<xref linkend="sec-cap-install-uaa-prod"/>), then proceed with this step:
<xref linkend="sec-cap-caasp-deploy-uaa"/>), then proceed with this step:
</para>

<screen>&prompt.user;SECRET=$(kubectl get pods --namespace uaa \
Expand Down
6 changes: 3 additions & 3 deletions xml/cap_admin_service_broker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
SERVICE_MYSQL_PASS: <replaceable>mysql-admin-password</replaceable>

# CAP access credentials, from your original deployment configuration
# (see <xref linkend="sec-cap-configure-prod"/>)
# file, scf-config-values.yaml
CF_ADMIN_USER: <replaceable>admin</replaceable>
CF_ADMIN_PASSWORD: <replaceable>password</replaceable>
CF_DOMAIN: <replaceable>example.com</replaceable>
Expand Down Expand Up @@ -308,7 +308,7 @@ kube:

<para>
&productname; includes charts for &mysql; and &postgresql; (see
<xref linkend="sec-cap-addrepo-prod"/> for information on managing your
<xref linkend="sec-cap-addrepo-caasp"/> for information on managing your
&helm; repository):
</para>

Expand Down Expand Up @@ -399,7 +399,7 @@ kube:
SERVICE_POSTGRESQL_SSLMODE: disable

# CAP access credentials, from your original deployment configuration
# (see <xref linkend="sec-cap-configure-prod"/>)
# file, scf-config-values.yaml
CF_ADMIN_USER: <replaceable>admin</replaceable>
CF_ADMIN_PASSWORD: <replaceable>password</replaceable>
CF_DOMAIN: <replaceable>example.com</replaceable>
Expand Down
4 changes: 2 additions & 2 deletions xml/cap_depl_ha.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ sizing:
</important>
<para>
After creating your configuration files, follow the steps in
<xref linkend="sec-cap-configure-prod"/> until you get to
<xref linkend="sec-cap-install-uaa-prod"/>. Then deploy
<xref linkend="sec-cap-caasp-config"/> until you get to
<xref linkend="sec-cap-caasp-deploy-uaa"/>. Then deploy
<literal>uaa</literal> with this command:
</para>
<screen>
Expand Down
Loading

0 comments on commit 3f7929d

Please sign in to comment.