From 7fc6df6e06b41cd192e7b380c2dcb05b86eb4dd1 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Fri, 1 Dec 2023 18:51:11 +0100 Subject: [PATCH] cf_remote_demo.sh: Updated demo script with newer platforms Signed-off-by: Ole Herman Schumacher Elgesem --- docs/cf_remote_demo.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/cf_remote_demo.sh b/docs/cf_remote_demo.sh index db8353c93d..8302a91e89 100644 --- a/docs/cf_remote_demo.sh +++ b/docs/cf_remote_demo.sh @@ -6,20 +6,20 @@ 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-18-04-x64 --count 1 --name ubuntu18 --role client -cf-remote spawn --platform ubuntu-16-04-x64 --count 1 --name ubuntu16 --role client -cf-remote spawn --platform centos-7-x64 --count 1 --name centos7 --role client -cf-remote spawn --platform debian-10-x64 --count 1 --name debian10 --role client -cf-remote spawn --platform rhel-7-x64 --count 1 --name rhel7 --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 --version master install --demo --bootstrap hub --hub hub # cf-remote deploy --hub hub "$SCRIPTPATH/../../masterfiles" -cf-remote --version master install --demo --bootstrap hub --clients ubuntu18 -cf-remote --version master install --demo --bootstrap hub --clients ubuntu16 -cf-remote --version master install --demo --bootstrap hub --clients centos7 -cf-remote --version master install --demo --bootstrap hub --clients debian10 -cf-remote --version master install --demo --bootstrap hub --clients rhel7 +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 info -H hub