X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Fresources%2Fk8s_juju_template.yaml;fp=robot-systest%2Fresources%2Fk8s_juju_template.yaml;h=e218e5ce571f594ac74e7a84d860af7d179f4f7e;hb=9b272c5957aa517abcc01aaca364f8e21a60626e;hp=0000000000000000000000000000000000000000;hpb=764873c0a568e327847299bbd8d32ed3d41ff07b;p=osm%2Ftests.git diff --git a/robot-systest/resources/k8s_juju_template.yaml b/robot-systest/resources/k8s_juju_template.yaml new file mode 100644 index 0000000..e218e5c --- /dev/null +++ b/robot-systest/resources/k8s_juju_template.yaml @@ -0,0 +1,55 @@ +# Copyright 2020 Canonical Ltd. +# +# 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. + +--- +additionalParamsForVnf: + - + member-vnf-index: k8s_juju + additionalParams: + MACHINE1: "{{ IP_VM1 }}" + MACHINE2: "{{ IP_VM2 }}" + MACHINE3: "{{ IP_VM3 }}" + MACHINE4: "{{ IP_VM4 }}" + MACHINE5: "" + MACHINE6: "" + MACHINE7: "" + MACHINE8: "" + MACHINE9: "" + MACHINE10: "" + BUNDLE: "" +vld: + - + name: mgmtnet + vim-network-name: {{ NETWORK }} #The network in the VIM to connect all nodes of the clusters + vnfd-connection-point-ref: + - + ip-address: "{{ IP_VM1 }}" + member-vnf-index-ref: k8s_vnf1 + vnfd-connection-point-ref: mgmt + - + ip-address: "{{ IP_VM2 }}" + member-vnf-index-ref: k8s_vnf2 + vnfd-connection-point-ref: mgmt + - + ip-address: "{{ IP_VM3 }}" + member-vnf-index-ref: k8s_vnf3 + vnfd-connection-point-ref: mgmt + - + ip-address: "{{ IP_VM4 }}" + member-vnf-index-ref: k8s_vnf4 + vnfd-connection-point-ref: mgmt + - + ip-address: "{{ IP_JUJU }}" + member-vnf-index-ref: k8s_juju + vnfd-connection-point-ref: mgmt