Updated hostnames
This commit is contained in:
@ -106,7 +106,7 @@ large1='''
|
||||
└─────────────────────────────────────────────────────────────┘
|
||||
'''
|
||||
|
||||
medium1='''
|
||||
compute-storage-gpu-01='''
|
||||
┌─────────────────────────────────────────────────────────────┐
|
||||
│ │
|
||||
│ ┌────────────┐ ┌────────────┐ ┌────────────┐ ┌────────────┐ │
|
||||
@ -120,7 +120,7 @@ medium1='''
|
||||
│ │
|
||||
│ │
|
||||
│ ┌─────────┐ │
|
||||
│ medium1 │ 9 │ │
|
||||
│ compute-storage-gpu-01 │ 9 │ │
|
||||
│ └─────────┘ │
|
||||
│ ┌─────────┐ │
|
||||
│ │ 10 │ │
|
||||
@ -205,13 +205,13 @@ case "$HOSTNAME" in
|
||||
"large1")
|
||||
echo -e "$large1"
|
||||
;;
|
||||
"medium1")
|
||||
echo -e "$medium1"
|
||||
"compute-storage-gpu-01")
|
||||
echo -e "$compute-storage-gpu-01"
|
||||
;;
|
||||
"medium2")
|
||||
generate_medium2_layout
|
||||
;;
|
||||
"micro1" | "micro2")
|
||||
"micro1" | "monitor-02")
|
||||
echo -e "$microGeneric"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user