--- /dev/null
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+namespace: jenkins
+inline_values:
+ service:
+ ports:
+ http: "8080"
+ https: "8443"
+secret_values:
+ jenkinsUser: admin
+ jenkinsPassword: myJ3nk1n2P2ssw0rd
+
${KSU_NS_NAME} jenkins-ns
${KSU1_NAME} testacme
${KSU2_NAME} jenkins
+${KSU2_PARAMS} jenkins-params.yaml
${KSU_NS_ID} ${EMPTY}
${KSU1_ID} ${EMPTY}
${KSU2_ID} ${EMPTY}
Create KSU2 With Params
[Documentation] Create KSU based on ${OKA2_NAME} with params.
[Tags] ksu ksu2 create
- ${id}= Create KSU ${KSU2_NAME} ${KSU2_NAME} ${CLUSTER_NAME} app-profile ${OKA2_NAME} ${OKA_FOLDER}/apps/jenkins-params.yaml
+ ${id}= Create KSU ${KSU2_NAME} ${KSU2_NAME} ${CLUSTER_NAME} app-profile ${OKA2_NAME} %{ROBOT_DEVOPS_FOLDER}/resources/${KSU2_PARAMS}
Set Suite Variable ${KSU2_ID} ${id}
Log ${KSU2_ID}