fleet: single-host ultix — all 9 accounts, offstage collapsed (Charles)
This commit is contained in:
@@ -5,10 +5,9 @@
|
||||
# ultix-streaming: bash root-create-accounts.sh streaming
|
||||
# ultix-offstage: bash root-create-accounts.sh offstage
|
||||
set -eu
|
||||
HOST="${1:?usage: root-create-accounts.sh streaming|offstage}"
|
||||
HOST="${1:?usage: root-create-accounts.sh ultix}"
|
||||
case "$HOST" in
|
||||
streaming) USERS="reachableceo TSGBOD TSGCOO TSGCTO TSGCCO" ;;
|
||||
offstage) USERS="reachableceo-offstage COSRCEO-Personal COSRCEO-Biz COSWFO" ;;
|
||||
ultix) USERS="reachableceo TSGBOD TSGCOO TSGCTO TSGCCO reachableceo-offstage COSRCEO-Personal COSRCEO-Biz COSWFO" ;;
|
||||
*) echo "unknown host $HOST" >&2; exit 1 ;;
|
||||
esac
|
||||
DOCKER_GID="$(stat -c %g /var/run/docker.sock)"
|
||||
|
||||
Reference in New Issue
Block a user