Skip to content

Commit

Permalink
Updated to newer platforms in demo script
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
  • Loading branch information
olehermanse committed Jun 20, 2024
1 parent 003f410 commit e62cc28
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/cf_remote_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,18 @@ set -x
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"

cf-remote spawn --platform ubuntu-22-04-x64 --count 1 --name hub --role hub
cf-remote spawn --platform ubuntu-22-04-x64 --count 1 --name ubuntu-22 --role client
cf-remote spawn --platform ubuntu-20-04-x64 --count 1 --name ubuntu-20 --role client
cf-remote spawn --platform ubuntu-18-04-x64 --count 1 --name ubuntu-18 --role client
cf-remote spawn --platform centos-7-x64 --count 1 --name centos-7 --role client
cf-remote spawn --platform debian-11-x64 --count 1 --name debian-11 --role client
cf-remote spawn --platform rhel-7-x64 --count 1 --name rhel-7 --role client
cf-remote spawn --platform debian-12-x64 --count 1 --name debian-12 --role client
cf-remote spawn --platform rhel-8-x64 --count 1 --name rhel-8 --role client

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

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

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

cf-remote info -H hub

0 comments on commit e62cc28

Please sign in to comment.