AIO and MUNO mode upgrade for EG 1.5.0 version
[eliot.git] / blueprints / iotgateway / playbooks / muno-config / controller / 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 # Set the regex name of the network interface for calico
17 NETWORK_INTERFACE: ens.*
18
19 # Could be true or false
20 # true: Deploy k8s NFS Server to keep the persistence of all pods' data
21 # false: No need to keep the persistence of all pods' data
22 ENABLE_PERSISTENCE: true
23
24 # One IP of the cluster master node
25 MASTER_IP: xxx.xxx.xxx.xxx
26
27 # ip for portals, will be set to private IP of master node default or reset it to be the public IP of master node here
28 #PORTAL_IP: xxx.xxx.xxx.xxx
29
30 # IP of the Controller master which is used for Edge to connect
31 # If you deploy Controller and Edge together in one cluster, then there is no need to set this param
32 #CONTROLLER_MASTER_IP: xxx.xxx.xxx.xxx
33
34 # NIC name of master node
35 # If master node is with single NIC, not need to set it here and will get the default NIC name during the run time
36 # If master node is with multiple NICs, should set it here to be 2 different NICs
37 # EG_NODE_EDGE_MP1: eth0
38 # EG_NODE_EDGE_MM5: eth0
39
40 # Email Server Config for User Mgmt
41 usermgmt_mail_enabled: false
42 # If usermgmt_mail_enabled is true, then the following 4 params need to be set
43 # usermgmt_mail_host: xxxxx
44 # usermgmt_mail_port: xxxxx
45 # usermgmt_mail_sender: xxxxx
46 # usermgmt_mail_authcode: xxxxx