Skip to content
Snippets Groups Projects
Commit 909502b5 authored by garciadeblas's avatar garciadeblas
Browse files

Update gitops01 to craete KSU namespace before KSU1


Change-Id: Ia6e33cbe5941d6098807499265874f6dcd2d1a51
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 76790672
No related branches found
No related tags found
No related merge requests found
......@@ -79,20 +79,20 @@ Get Cluster Kubeconfig
Should Be Equal As Integers ${rc} ${SUCCESS_RETURN_CODE}
Log ${stdout}
Create KSU1 Without Params
[Documentation] Create KSU based on ${OKA1_NAME} without params.
[Tags] ksu ksu1 create
${id}= Create KSU ${KSU1_NAME} ${KSU1_NAME} ${CLUSTER_NAME} app-profile ${OKA1_NAME}
Set Suite Variable ${KSU1_ID} ${id}
Log ${KSU1_ID}
Create KSU Namespace For KSU2 and KSU3
Create KSU Namespace For All KSUs
[Documentation] Create KSU based on ${OKA_NS_NAME} with params.
[Tags] ksu ksu-ns create
${id}= Create KSU ${KSU_NS_NAME} ${KSU_NS_NAME} ${CLUSTER_NAME} app-profile ${OKA_NS_NAME} ${OKA_FOLDER}/apps/jenkins-ns-params.yaml
Set Suite Variable ${KSU_NS_ID} ${id}
Log ${KSU_NS_ID}
Create KSU1 Without Params
[Documentation] Create KSU based on ${OKA1_NAME} without params (default namespace).
[Tags] ksu ksu1 create
${id}= Create KSU ${KSU1_NAME} ${KSU1_NAME} ${CLUSTER_NAME} app-profile ${OKA1_NAME}
Set Suite Variable ${KSU1_ID} ${id}
Log ${KSU1_ID}
Create KSU2 With Params
[Documentation] Create KSU based on ${OKA2_NAME} with params.
[Tags] ksu ksu2 create
......@@ -117,16 +117,16 @@ Delete KSU2
[Tags] cleanup ksu ksu2
Delete KSU ${KSU2_ID}
Delete KSU Namespace
[Documentation] Delete KSU based on ${OKA_NS_NAME}.
[Tags] cleanup ksu ksu-ns
Delete KSU ${KSU_NS_ID}
Delete KSU1
[Documentation] Delete KSU1 based on ${OKA1_NAME}.
[Tags] cleanup ksu ksu1
Delete KSU ${KSU1_NAME}
Delete KSU Namespace
[Documentation] Delete KSU based on ${OKA_NS_NAME}.
[Tags] cleanup ksu ksu-ns
Delete KSU ${KSU_NS_ID}
Delete Cluster For Testsuite
[Documentation] Delete K8s cluster for the testsuite.
[Tags] cleanup cluster
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment