Skip to content

Commit 66fdf7f

Browse files
committed
add: cloud checks
1 parent 901e3e9 commit 66fdf7f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/library/ocp_aro.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ ocp_aro_machineset_clone_worker(){
4343
usage: ocp_aro_machineset_clone_worker < instance type, default Standard_D4s_v3 > < machine set name >
4444
"
4545

46+
ocp_aro_cluster || return
47+
4648
INSTANCE_TYPE=${1:-Standard_D4s_v3}
4749
SHORT_NAME=${2:-${INSTANCE_TYPE//_/-}}
4850
SHORT_NAME=${SHORT_NAME,,}

scripts/library/ocp_aws.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ ocp_aws_machineset_clone_worker(){
2929
usage: ocp_aws_machineset_clone_worker < instance type, default g4dn.4xlarge > < machine set name >
3030
"
3131

32+
ocp_aws_cluster || return
33+
3234
INSTANCE_TYPE=${1:-g4dn.4xlarge}
3335
SHORT_NAME=${2:-${INSTANCE_TYPE//./-}}
3436

0 commit comments

Comments
 (0)