Skip to content

Commit d84f56f

Browse files
authored
Merge pull request #6016 from larsewi/demo
cf_remote_demo_sh: updated platforms
2 parents 381d74d + 2723b27 commit d84f56f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/cf_remote_demo.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ set -x
55

66
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
77

8-
cf-remote spawn --platform ubuntu-22-04-x64 --count 1 --name hub --role hub
8+
cf-remote spawn --platform ubuntu-24-04-x64 --count 1 --name hub --role hub
9+
cf-remote spawn --platform ubuntu-24-04-x64 --count 1 --name ubuntu-24 --role client
910
cf-remote spawn --platform ubuntu-22-04-x64 --count 1 --name ubuntu-22 --role client
10-
cf-remote spawn --platform ubuntu-20-04-x64 --count 1 --name ubuntu-20 --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
11+
cf-remote spawn --platform debian-13-x64 --count 1 --name debian-13 --role client
12+
cf-remote spawn --platform rhel-10-x64 --count 1 --name rhel-10 --role client
1313

1414
cf-remote --version master install --demo --bootstrap hub --hub hub
1515

1616
# cf-remote deploy --hub hub "$SCRIPTPATH/../../masterfiles"
1717

18+
cf-remote --version master install --demo --bootstrap hub --clients ubuntu-24
1819
cf-remote --version master install --demo --bootstrap hub --clients ubuntu-22
19-
cf-remote --version master install --demo --bootstrap hub --clients ubuntu-20
20-
cf-remote --version master install --demo --bootstrap hub --clients debian-12
21-
cf-remote --version master install --demo --bootstrap hub --clients rhel-8
20+
cf-remote --version master install --demo --bootstrap hub --clients debian-13
21+
cf-remote --version master install --demo --bootstrap hub --clients rhel-10
2222

2323
cf-remote info -H hub

0 commit comments

Comments
 (0)