X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fplaybooks%2Fdefault-var.yml;fp=blueprints%2Fiotgateway%2Fplaybooks%2Fdefault-var.yml;h=22d0dc77c90a55a228bcd0d183642c429ebff3a8;hb=233fedcbae7166783277ed538d454b106b9d52ae;hp=0000000000000000000000000000000000000000;hpb=8d3b452ed742e3b9e3e7e5ed9633038437fbdca9;p=eliot.git diff --git a/blueprints/iotgateway/playbooks/default-var.yml b/blueprints/iotgateway/playbooks/default-var.yml new file mode 100644 index 0000000..22d0dc7 --- /dev/null +++ b/blueprints/iotgateway/playbooks/default-var.yml @@ -0,0 +1,55 @@ +# +# Copyright 2021 Huawei Technologies Co., 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. + +# The image tag here could only be latest, and helm tag could only be 1.1.0 +EG_IMAGE_TAG: latest +HELM_TAG: 1.1.0 + +# Mode for online or offline install, currently only support offline +NETWORK_MODE: offline + +# Absolute file path of source offline .tar.gz file on ansible host node +TARBALL_FILE: "{{ inventory_dir }}/../ansible-{{ EG_IMAGE_TAG }}.tar.gz" + +# Target path where offline tarball be decompossed into +TARBALL_PATH: /home/edgegallery-offline + +# Whether copy the offline package from the ansible host node to other node +COPY_TAR_TO_TARGET: yes + +# Whether clean the TARBALL_PATH before install and after uninstall +# true means clean and false means not clean +TARBALL_PATH_CLEANUP: true + +HELM_CHARTS_PATH: "{{ TARBALL_PATH }}/helm/helm-charts" + +APPSTORE_HELM_RELEASE_NAME: appstore-edgegallery +DEVELOPER_HELM_RELEASE_NAME: developer-edgegallery +MECM_FE_HELM_RELEASE_NAME: mecm-fe-edgegallery +ATP_HELM_RELEASE_NAME: atp-edgegallery + +APPSTORE_PORT: 30091 +DEVELOPER_PORT: 30092 +MECM_PORT: 30093 +ATP_PORT: 30094 +USER_MGMT_PORT: 30067 +LAB_PORT: 30096 + +# Could be true or false, currently only support false +ENABLE_PERSISTENCE: false + +# Should set the following 2 params if ENABLE_PERSISTENCE is true +# NFS_SERVER_IP: +# NFS_PATH: