c4ea7085a04c30bee9d79459e757bbd5fa11f5c0
[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 # 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
25 # PORTAL_IP: xxx.xxx.xxx.xxx
26
27 # IP of the Controller master which is used for Edge to connect
28 # If you deploy Controller and Edge together in one cluster, then ther is no need to set this param
29 # CONTROLLER_MASTER_IP: xxx.xxx.xxx.xxx
30
31 # NIC name of master node
32 # If master node is with single NIC, not need to set it here and will get the default NIC name during the run time
33 # If master node is with multiple NICs, should set it here to be 2 different NICs
34 # EG_NODE_EDGE_MP1: eth0
35 # EG_NODE_EDGE_MM5: eth0
36
37 # Email Server Config for User Mgmt
38 usermgmt_mail_enabled: false
39 # If usermgmt_mail_enabled is true, then the following 4 params need to be set
40 # usermgmt_mail_host: xxxxx
41 # usermgmt_mail_port: xxxxx
42 # usermgmt_mail_sender: xxxxx
43 # usermgmt_mail_authcode: xxxxx