File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
66SCRIPTPATH=" $( 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
910cf-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
1414cf-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
1819cf-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
2323cf-remote info -H hub
You can’t perform that action at this time.
0 commit comments