Skip to content

Commit

Permalink
Add note to other public cloud sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL committed Jan 16, 2020
1 parent 1fb75ec commit 55b25b8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 19 deletions.
28 changes: 9 additions & 19 deletions xml/cap_depl_stratos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,7 @@ sed 's/"namespace": "default"/"namespace": "stratos"/' | kubectl create --filena
deploy<literal>uaa</literal> and <literal>scf</literal>:
</para>

<important>
<title>Non-default &scf; namespace</title>
<para>If you used a non-default namespace for &scf;, you need to change the
<literal>UAA_ZONE</literal> environment variable in the
<filename>scf-config-values.yaml</filename> to the correct namespace. You
can do so in the <literal>env</literal> section:
</para>
<screen>
env:
# Enter the domain you created for your CAP cluster
DOMAIN: example.com

# uaa host and port
UAA_HOST: uaa.example.com
UAA_PORT: 2793
# scf namespace, default is "scf"
UAA_ZONE: scf2
</screen>
</important>
&defaul-scf-namespace-note;

<screen>&prompt.user;helm install suse/console \
--name <replaceable>susecf-console</replaceable> \
Expand Down Expand Up @@ -273,6 +255,9 @@ gp2scoped kubernetes.io/aws-ebs 1d
<para>
Use &helm; to install Stratos:
</para>

&defaul-scf-namespace-note;

<screen>&prompt.user;helm install suse/console \
--name susecf-console \
--namespace stratos \
Expand Down Expand Up @@ -400,6 +385,8 @@ gp2scoped kubernetes.io/aws-ebs 1d
have been successfully deployed on &aks; (see <xref linkend="cha-cap-depl-aks"/>).
</para>

&defaul-scf-namespace-note;

<para>
Use &helm; to install Stratos:
</para>
Expand Down Expand Up @@ -519,6 +506,9 @@ gp2scoped kubernetes.io/aws-ebs 1d
<para>
Use &helm; to install Stratos:
</para>

&defaul-scf-namespace-note;

<screen>&prompt.user;helm install suse/console \
--name susecf-console \
--namespace stratos \
Expand Down
23 changes: 23 additions & 0 deletions xml/repeated-content-decl.ent
Original file line number Diff line number Diff line change
Expand Up @@ -1308,3 +1308,26 @@ agent.log</screen>
</itemizedlist>
</listitem>
</itemizedlist>'>

<!--ENTITY defaul-scf-namespace-note.........................................-->

<!ENTITY defaul-scf-namespace-note
'<important xmlns="http://docbook.org/ns/docbook">
<title>Non-default &scf; namespace</title>
<para>If you used a non-default namespace for &scf;, you need to change the
<literal>UAA_ZONE</literal> environment variable in the
<filename>scf-config-values.yaml</filename> to the correct namespace. You
can do so in the <literal>env</literal> section:
</para>
<screen>
env:
# Enter the domain you created for your CAP cluster
DOMAIN: example.com

# uaa host and port
UAA_HOST: uaa.example.com
UAA_PORT: 2793
# scf namespace, default is "scf"
UAA_ZONE: scf2
</screen>
</important>'>

0 comments on commit 55b25b8

Please sign in to comment.