eg 1.1.1 related
[eliot.git] / blueprints / iotgateway / playbooks / default-var.yml
1 #
2 #   Copyright 2021 Huawei Technologies Co., Ltd.
3 #
4 #   Licensed under the Apache License, Version 2.0 (the "License");
5 #   you may not use this file except in compliance with the License.
6 #   You may obtain a copy of the License at
7 #
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,
12 #   WITHOUT 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 # The image tag here could only be latest, and helm tag could only be 1.1.0
17 EG_IMAGE_TAG: latest
18 HELM_TAG: 1.1.0
19
20 # Mode for online or offline install, currently only support offline
21 NETWORK_MODE: offline
22
23 # Absolute file path of source offline .tar.gz file on ansible host node
24 TARBALL_FILE: "{{ inventory_dir }}/../ansible-{{ EG_IMAGE_TAG }}.tar.gz"
25
26 # Target path where offline tarball be decompossed into
27 TARBALL_PATH: /home/edgegallery-offline
28
29 # Whether copy the offline package from the ansible host node to other node
30 COPY_TAR_TO_TARGET: yes
31
32 # Whether clean the TARBALL_PATH before install and after uninstall
33 # true means clean and false means not clean
34 TARBALL_PATH_CLEANUP: true
35
36 HELM_CHARTS_PATH: "{{ TARBALL_PATH }}/helm/helm-charts"
37
38 APPSTORE_HELM_RELEASE_NAME: appstore-edgegallery
39 DEVELOPER_HELM_RELEASE_NAME: developer-edgegallery
40 MECM_FE_HELM_RELEASE_NAME: mecm-fe-edgegallery
41 ATP_HELM_RELEASE_NAME: atp-edgegallery
42
43 APPSTORE_PORT: 30091
44 DEVELOPER_PORT: 30092
45 MECM_PORT: 30093
46 ATP_PORT: 30094
47 USER_MGMT_PORT: 30067
48 LAB_PORT: 30096
49
50 # Could be true or false, currently only support false
51 ENABLE_PERSISTENCE: false
52
53 # Should set the following 2 params if ENABLE_PERSISTENCE is true
54 # NFS_SERVER_IP:
55 # NFS_PATH: