From f329f68f9afc4caa29c1727d6c9cb491e10e1c50 Mon Sep 17 00:00:00 2001 From: James Pace Date: Wed, 19 Apr 2023 20:11:56 -0400 Subject: [PATCH] Add j7s-cluster bootstrap script. --- j7s-cluster/bootstrap.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 j7s-cluster/bootstrap.sh diff --git a/j7s-cluster/bootstrap.sh b/j7s-cluster/bootstrap.sh new file mode 100755 index 0000000..58c75a6 --- /dev/null +++ b/j7s-cluster/bootstrap.sh @@ -0,0 +1,7 @@ +flux bootstrap git \ + --author-email=flux@internal.jpace121.net \ + --author-name=Flux \ + --context=j7s \ + --url=ssh://git@git.jpace121.net:2222/cd/flux-cluster.git \ + --branch=master \ + --path=clusters/j7s-cluster