From 01cbff16fbb23141b410caf930f331d3751669d4 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Fri, 31 Jul 2026 20:19:07 +0200 Subject: [PATCH] Fixed demo script Logged tickets to fix the real bugs in cf-remote: https://northerntech.atlassian.net/browse/ENT-14394 https://northerntech.atlassian.net/browse/ENT-14395 Signed-off-by: Ole Herman Schumacher Elgesem --- docs/cf_remote_demo.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/cf_remote_demo.sh b/docs/cf_remote_demo.sh index a63d2b5fce..44cd627295 100644 --- a/docs/cf_remote_demo.sh +++ b/docs/cf_remote_demo.sh @@ -5,11 +5,13 @@ set -x SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" -cf-remote spawn --platform ubuntu-24-04-x64 --count 1 --name hub --role hub -cf-remote spawn --platform ubuntu-24-04-x64 --count 1 --name ubuntu-24 --role client -cf-remote spawn --platform ubuntu-22-04-x64 --count 1 --name ubuntu-22 --role client -cf-remote spawn --platform debian-13-x64 --count 1 --name debian-13 --role client -cf-remote spawn --platform rhel-10-x64 --count 1 --name rhel-10 --role client +cf-remote spawn --platform ubuntu-24-04 --count 1 --name hub --role hub +cf-remote spawn --platform ubuntu-24-04 --count 1 --name ubuntu-24 --role client +cf-remote spawn --platform ubuntu-22-04 --count 1 --name ubuntu-22 --role client +cf-remote spawn --platform debian-13 --count 1 --name debian-13 --role client +cf-remote spawn --platform rhel-10 --count 1 --name rhel-10 --role client + +sleep 15 cf-remote --version master install --demo --bootstrap hub --hub hub