X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Fvar.yml;h=d15ee7d3225d33bd482a240223b5473f05cc42e6;hb=refs%2Fchanges%2F71%2F4671%2F1;hp=6da65dfae8c561de2081de144e2c62a46a7bbca3;hpb=e6d40ddb2640f434a9d7d7ed99566e5e8fa60cc1;p=ealt-edge.git diff --git a/ocd/infra/playbooks/var.yml b/ocd/infra/playbooks/var.yml index 6da65df..d15ee7d 100644 --- a/ocd/infra/playbooks/var.yml +++ b/ocd/infra/playbooks/var.yml @@ -1,3 +1,4 @@ +# # Copyright 2021 Huawei Technologies Co., Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,19 +14,22 @@ # limitations under the License. # Set the regex name of the network interface for calico -NETWORK_INTERFACE: ens.* +NETWORK_INTERFACE: eth.* # Could be true or false # true: Deploy k8s NFS Server to keep the persistence of all pods' data # false: No need to keep the persistence of all pods' data ENABLE_PERSISTENCE: true +# One IP of the cluster master node +MASTER_IP: xxx.xxx.xxx.xxx + # 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 -PORTAL_IP: 192.168.17.47 +# PORTAL_IP: xxx.xxx.xxx.xxx # IP of the Controller master which is used for Edge to connect -# If you deploy Controller and Edge together in one cluster, then ther is no need to set this param -CONTROLLER_MASTER_IP: 10.0.0.15 +# If you deploy Controller and Edge together in one cluster, then there is no need to set this param +# CONTROLLER_MASTER_IP: xxx.xxx.xxx.xxx # NIC name of master node # If master node is with single NIC, not need to set it here and will get the default NIC name during the run time