Skip to content

Commit

Permalink
Uncommenting commands in main.
Browse files Browse the repository at this point in the history
This commit will uncomment the commands in the main function. These should not be commented

Signed-off-by: tonyxrmdavidson <[email protected]>
  • Loading branch information
tonyxrmdavidson committed Jul 1, 2024
1 parent de4661a commit 4ce1cd4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions openshift-ci/scripts/oci-model-registry-istio-tls-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,21 +288,21 @@ run_deployment_tests() {
# Main function for orchestrating deployments
main() {
set_up_env
# deploy_and_wait "" $ATHORINO_SUBSCRIPTION 60
# monitoring_crds_installation $AUTHORINO_CRDS 120
# deploy_and_wait "" $SERVICE_MESH_SUBSCRIPTION 120
# monitoring_crds_installation $SERVICE_MESH_CRDS 120
# deploy_and_wait "" $OPENDATAHUB_SUBSCRIPTION 60
# monitoring_crds_installation $OPENDATAHUB_CRDS 120
# deploy_and_wait "" $DSC_INITIALIZATION_MANIFEST 20
# deploy_and_wait "" $DATA_SCIENCE_CLUSTER_MANIFEST 10
# monitoring_crds_installation $DATA_SCIENCE_CLUSTER_CRDS 120
# check_pod_status "opendatahub" "-l component.opendatahub.io/name=model-registry-operator" 2
# create_certs
# deploy_certs
# add_namespace_to_istio_cp
# deploy_and_wait "-n odh-model-registries" $MODEL_REGISTRY_SAMPLE_MANIFEST 20 "-k"
# monitoring_crds_installation $MODEL_REGISTRY_CRDS 120
deploy_and_wait "" $ATHORINO_SUBSCRIPTION 60
monitoring_crds_installation $AUTHORINO_CRDS 120
deploy_and_wait "" $SERVICE_MESH_SUBSCRIPTION 120
monitoring_crds_installation $SERVICE_MESH_CRDS 120
deploy_and_wait "" $OPENDATAHUB_SUBSCRIPTION 60
monitoring_crds_installation $OPENDATAHUB_CRDS 120
deploy_and_wait "" $DSC_INITIALIZATION_MANIFEST 20
deploy_and_wait "" $DATA_SCIENCE_CLUSTER_MANIFEST 10
monitoring_crds_installation $DATA_SCIENCE_CLUSTER_CRDS 120
check_pod_status "opendatahub" "-l component.opendatahub.io/name=model-registry-operator" 2
create_certs
deploy_certs
add_namespace_to_istio_cp
deploy_and_wait "-n odh-model-registries" $MODEL_REGISTRY_SAMPLE_MANIFEST 20 "-k"
monitoring_crds_installation $MODEL_REGISTRY_CRDS 120
run_deployment_tests
run_api_tests "-n istio-system"
}
Expand Down

0 comments on commit 4ce1cd4

Please sign in to comment.