29fe1fb9cf0a99f38d2e57127ad07f0def6323cc
[ealt-edge.git] / ocd / infra / 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 Password of Harbor admin account, no default value, 
17 # must set by users here
18 HARBOR_ADMIN_PASSWORD: any_password
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
24 # ENABLE_PERSISTENCE: true
25 ENABLE_PERSISTENCE: false
26
27
28
29 # ip for portals, will be set to private IP of master node default or 
30 # reset it to be the public IP of master node here
31 # PORTAL_IP: xxx.xxx.xxx.xxx
32 PORTAL_IP: IP_master_node
33