Skip to content

Commit

Permalink
Add parameter for default SCF namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL committed Jan 13, 2020
1 parent abd5145 commit 184737d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions xml/cap_depl_aks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ 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: 3 additions & 1 deletion xml/cap_depl_eks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ 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 @@ -500,7 +502,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: 2 additions & 0 deletions xml/cap_depl_gke.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ 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: 2 additions & 0 deletions xml/cap_depl_install_caasp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ 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

0 comments on commit 184737d

Please sign in to comment.