Skip to content

Commit e62cc28

Browse files
committed
Updated to newer platforms in demo script
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
1 parent 003f410 commit e62cc28

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/cf_remote_demo.sh

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@ set -x
66
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
77

88
cf-remote spawn --platform ubuntu-22-04-x64 --count 1 --name hub --role hub
9+
cf-remote spawn --platform ubuntu-22-04-x64 --count 1 --name ubuntu-22 --role client
910
cf-remote spawn --platform ubuntu-20-04-x64 --count 1 --name ubuntu-20 --role client
10-
cf-remote spawn --platform ubuntu-18-04-x64 --count 1 --name ubuntu-18 --role client
11-
cf-remote spawn --platform centos-7-x64 --count 1 --name centos-7 --role client
12-
cf-remote spawn --platform debian-11-x64 --count 1 --name debian-11 --role client
13-
cf-remote spawn --platform rhel-7-x64 --count 1 --name rhel-7 --role client
11+
cf-remote spawn --platform debian-12-x64 --count 1 --name debian-12 --role client
12+
cf-remote spawn --platform rhel-8-x64 --count 1 --name rhel-8 --role client
1413

1514
cf-remote --version master install --demo --bootstrap hub --hub hub
1615

1716
# cf-remote deploy --hub hub "$SCRIPTPATH/../../masterfiles"
1817

18+
cf-remote --version master install --demo --bootstrap hub --clients ubuntu-22
1919
cf-remote --version master install --demo --bootstrap hub --clients ubuntu-20
20-
cf-remote --version master install --demo --bootstrap hub --clients ubuntu-18
21-
cf-remote --version master install --demo --bootstrap hub --clients centos-7
22-
cf-remote --version master install --demo --bootstrap hub --clients debian-11
23-
cf-remote --version master install --demo --bootstrap hub --clients rhel-7
20+
cf-remote --version master install --demo --bootstrap hub --clients debian-12
21+
cf-remote --version master install --demo --bootstrap hub --clients rhel-8
2422

2523
cf-remote info -H hub

0 commit comments

Comments
 (0)