Skip to content

Commit

Permalink
Move note to the Stratos section.
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL committed Jan 15, 2020
1 parent 184737d commit 81dc7d0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
3 changes: 0 additions & 3 deletions xml/cap_depl_aks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,6 @@ env:
# the UAA prefix is required
UAA_HOST: uaa.<replaceable>example.com</replaceable>
UAA_PORT: 2793
# default SCF namespace
UAA_ZONE: scf

GARDEN_ROOTFS_DRIVER: "overlay-xfs"

kube:
Expand Down
4 changes: 1 addition & 3 deletions xml/cap_depl_eks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@ env:
DOMAIN: <replaceable>example.com</replaceable>
UAA_HOST: uaa.<replaceable>example.com</replaceable>
UAA_PORT: 2793
# default SCF namespace
UAA_ZONE: scf

GARDEN_ROOTFS_DRIVER: overlay-xfs
GARDEN_APPARMOR_PROFILE: ""
Expand Down Expand Up @@ -502,7 +500,7 @@ suse https://kubernetes-charts.suse.com/</screen>
load balancer name will be the string preceding the first
<literal>-</literal> character.
</para>

<screen>&prompt.user;kubectl get service -n scf tcp-router-tcp-router-public</screen>

<para>
Expand Down
2 changes: 0 additions & 2 deletions xml/cap_depl_gke.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ env:
# the UAA prefix is required
UAA_HOST: uaa.<replaceable>example.com</replaceable>
UAA_PORT: 2793
# default SCF namespace
UAA_ZONE: scf
GARDEN_ROOTFS_DRIVER: "overlay-xfs"

kube:
Expand Down
2 changes: 0 additions & 2 deletions xml/cap_depl_install_caasp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,6 @@ env:
# <literal>uaa</literal> host and port
UAA_HOST: uaa.<replaceable>&exampledomain;</replaceable>
UAA_PORT: 2793
# default SCF namespace
UAA_ZONE: scf

# btrfs (the default) is required for SLE-based &kube; nodes
GARDEN_ROOTFS_DRIVER: "btrfs"
Expand Down
20 changes: 20 additions & 0 deletions xml/cap_depl_stratos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,26 @@ 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>

<screen>&prompt.user;helm install suse/console \
--name <replaceable>susecf-console</replaceable> \
--namespace stratos \
Expand Down

0 comments on commit 81dc7d0

Please sign in to comment.