Merge "docker bench integrated with bluval"
[validation.git] / bluval / volumes.yaml
1 ##############################################################################
2 # Copyright (c) 2019 AT&T, ENEA AB, Nokia and others                         #
3 #                                                                            #
4 # Licensed under the Apache License, Version 2.0 (the "License");            #
5 # you maynot use this file except in compliance with the License.            #
6 #                                                                            #
7 # You may obtain a copy of the License at                                    #
8 #       http://www.apache.org/licenses/LICENSE-2.0                           #
9 #                                                                            #
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 ##############################################################################
16
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
20 #
21 # When running the tests, fill in the 'local' sections only for the volumes that are
22 # applicable to your setup
23
24 volumes:
25     # location of the ssh key to access the cluster
26     ssh_key_file:
27         local: ''
28         target: '/root/.ssh'
29     # location of the k8s access files (config file, certificates, keys)
30     kube_config_dir:
31         local: ''
32         target: '/root/.kube/'
33     # location of the customized variables.yaml
34     custom_variables_file:
35         local: ''
36         target: '/opt/akraino/validation/tests/variables.yaml'
37     # location of the bluval-<blueprint>.yaml file
38     blueprint_dir:
39         local: ''
40         target: '/opt/akraino/validation/bluval'
41     # location on where to store the results on the local jumpserver
42     results_dir:
43         local: ''
44         target: '/opt/akraino/results'
45
46 # parameters that will be passed to the container at each layer
47 layers:
48     # volumes mounted at all layers; volumes specific for a different layer are below
49     common:
50         - custom_variables_file
51         - blueprint_dir
52         - results_dir
53     hardware:
54         - ssh_key_file
55     os:
56         - ssh_key_file
57     networking:
58         - ssh_key_file
59     k8s:
60         - ssh_key_file
61         - kube_config_dir
62     k8s_networking:
63         - ssh_key_File
64         - kube_config_dir
65     sds:
66     sdn:
67     vim: