1 ##############################################################################
2 # Copyright (c) 2019 AT&T, ENEA AB, Nokia and others #
4 # Licensed under the Apache License, Version 2.0 (the "License"); #
5 # you maynot use this file except in compliance with the License. #
7 # You may obtain a copy of the License at #
8 # http://www.apache.org/licenses/LICENSE-2.0 #
10 # Unless required by applicable law or agreed to in writing, software #
11 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
12 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
13 # See the License for the specific language governing permissions and #
14 # limitations under the License. #
15 ##############################################################################
17 # Full list of volumes that can be mounted to the containers when running the tests.
18 # When adding volumes, add file or dir at the end of the keyword to ease identifying
19 # the type of the volume
21 # When running the tests, fill in the 'local' sections only for the volumes that are
22 # applicable to your setup
25 # location of the ssh key to access the cluster
29 # location of the k8s access files (config file, certificates, keys)
32 target: '/root/.kube/'
33 # location of the customized variables.yaml
34 custom_variables_file:
36 target: '/opt/akraino/validation/tests/variables.yaml'
37 # location of the bluval-<blueprint>.yaml file
40 target: '/opt/akraino/validation/bluval'
41 # location on where to store the results on the local jumpserver
44 target: '/opt/akraino/results'
46 # parameters that will be passed to the container at each layer
48 # volumes mounted at all layers; volumes specific for a different layer are below
50 - custom_variables_file