X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible%2Fgroup_vars%2Fall.yml;h=9019abf031a5b8e5bff010744f264a6ee9a05c0c;hb=c419b5b589b8b92103b29cc34dcd625b50ec44d9;hp=f9d6726f332847a1e5768c286a57b338645c4d9b;hpb=aa32f08892e45208312e3c4e4f9b3bcdd250d8cd;p=oom%2Foffline-installer.git diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index f9d6726f..9019abf0 100755 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -9,14 +9,11 @@ resources_dir: # tarfile name within resources_dir directory with offline infrastructure binaries. -# Content of APP_BINARY_RESOURCES_DIR (defined in package.conf) packaged by package.sh to single tar file. resources_filename: # tarfile name within resources_dir directory with auxiliary resources. -# Content of APP_AUX_BINARIES (defined in package.conf) packaged by package.sh to single tar file. # the purpose of auxiliary resources is to provide user an interface # to distribute to infra node tar file with application specific files. -# Docker images in tar format are currently the only supported content of aux_resources package. aux_resources_filename: # resources can be exported via nfs @@ -31,6 +28,9 @@ resources_on_nfs: no # e.g. app_data_path: /opt/onap app_data_path: +# Path for tarballs with images loaded on infrastructure server +infra_images_path: "{{ app_data_path }}/offline_data/docker_images_infra" + # Path for auxiliary data in target infra server. # Data from resource host defined by aux_resources_filename variable is placed to this directory. # Currently docker images in tar format are supported (see runtime_images parameter). @@ -98,9 +98,6 @@ runtime_images: {} # Helm repository. # Content of the folder must be Helm chart directories of the app with Makefile. # In case of ONAP OOM it would be /kubernetes folder content. -# NOTE: This default value should not be changed if not really needed and it -# must match with the variable "HELM_CHARTS_DIR_IN_PACKAGE" value in package.sh -# script! app_helm_charts_install_directory: application/helm_charts # Specify target dir where helm charts are copied into on infra node. @@ -114,10 +111,8 @@ app_helm_charts_infra_directory: "{{ app_data_path }}/helm_charts" app_helm_chart_name: # Targets for helm charts repository build -# e.g. for ONAP Casablanca # app_helm_build_targets: # - all -# - onap app_helm_build_targets: # Directory with helm plugins