File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 6
6
SCRIPTPATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
7
7
8
8
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
9
10
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
14
13
15
14
cf-remote --version master install --demo --bootstrap hub --hub hub
16
15
17
16
# cf-remote deploy --hub hub "$SCRIPTPATH/../../masterfiles"
18
17
18
+ cf-remote --version master install --demo --bootstrap hub --clients ubuntu-22
19
19
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
24
22
25
23
cf-remote info -H hub
You can’t perform that action at this time.
0 commit comments