eg 1.1.1 related
[eliot.git] / blueprints / iotgateway / playbooks / muno-config / edge / 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 Password of Harbor admin account, no default value,
17 # must set by users here
18 HARBOR_ADMIN_PASSWORD: Harbor@edge
19
20 # Could be true or false
21 # true: Deploy k8s NFS Server to keep the persistence of all pods' data
22 # false: No need to keep the persistence of all pods' data
23 ENABLE_PERSISTENCE: false
24
25 # ip for portals, will be set to private IP of master node default or
26 # reset it to be the public IP of master node here
27 # PORTAL_IP: xxx.xxx.xxx.xxx
28
29 # NIC name of master node
30 # If master node is with single NIC, not need to set it here and will get
31 # the default NIC name during the run time
32 # If master node is with multiple NICs, should set it here to be
33 # 2 different NICs
34 # EG_NODE_EDGE_MP1: eth0
35 # EG_NODE_EDGE_MM5: eth0
36
37 OCD_IP: 10.0.0.33