bce616c5237ac9f3e0c18ece4c1563263ffd92bb
[ealt-edge.git] / ocd / infra / playbooks / var.yml
1 #   Copyright 2021 Huawei Technologies Co., Ltd.
2 #
3 #   Licensed under the Apache License, Version 2.0 (the "License");
4 #   you may not use this file except in compliance with the License.
5 #   You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #   Unless required by applicable law or agreed to in writing, software
10 #   distributed under the License is distributed on an "AS IS" BASIS,
11 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #   See the License for the specific language governing permissions and
13 #   limitations under the License.
14
15 # Set the regex name of the network interface for calico
16 NETWORK_INTERFACE: ens.*
17
18 # Could be true or false
19 # true: Deploy k8s NFS Server to keep the persistence of all pods' data
20 # false: No need to keep the persistence of all pods' data
21 ENABLE_PERSISTENCE: true
22
23 # 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
24 # PORTAL_IP: xxx.xxx.xxx.xxx
25
26 # IP of the Controller master which is used for Edge to connect
27 # If you deploy Controller and Edge together in one cluster, then ther is no need to set this param
28 # CONTROLLER_MASTER_IP: xxx.xxx.xxx.xxx
29
30 # NIC name of master node
31 # If master node is with single NIC, not need to set it here and will get the default NIC name during the run time
32 # If master node is with multiple NICs, should set it here to be 2 different NICs
33 # EG_NODE_EDGE_MP1: eth0
34 # EG_NODE_EDGE_MM5: eth0
35
36 # Email Server Config for User Mgmt
37 usermgmt_mail_enabled: false
38 # If usermgmt_mail_enabled is true, then the following 4 params need to be set
39 # usermgmt_mail_host: xxxxx
40 # usermgmt_mail_port: xxxxx
41 # usermgmt_mail_sender: xxxxx
42 # usermgmt_mail_authcode: xxxxx