X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Fmuno-config%2Fcontroller%2Fvar.yml;h=032b4ef6886b381616350cdac1611bd906f7a842;hb=4b73692b90f9d28934d6c6009d2ef125a029d459;hp=29fe1fb9cf0a99f38d2e57127ad07f0def6323cc;hpb=3c1bb1c727ca416486ab96384557ee3d12acf1e9;p=ealt-edge.git diff --git a/ocd/infra/playbooks/muno-config/controller/var.yml b/ocd/infra/playbooks/muno-config/controller/var.yml index 29fe1fb..032b4ef 100644 --- a/ocd/infra/playbooks/muno-config/controller/var.yml +++ b/ocd/infra/playbooks/muno-config/controller/var.yml @@ -13,21 +13,34 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Set the Password of Harbor admin account, no default value, -# must set by users here -HARBOR_ADMIN_PASSWORD: any_password +# Set the regex name of the network interface for calico +NETWORK_INTERFACE: ens.* # 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 -# ENABLE_PERSISTENCE: true -ENABLE_PERSISTENCE: false +# 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: 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 there is no need to set this param +OCD_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: xxx.xxx.xxx.xxx -PORTAL_IP: IP_master_node +# 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 +# If master node is with multiple NICs, should set it here to be 2 different NICs +# EG_NODE_EDGE_MP1: eth0 +# EG_NODE_EDGE_MM5: eth0 +# Email Server Config for User Mgmt +usermgmt_mail_enabled: false +# If usermgmt_mail_enabled is true, then the following 4 params need to be set +# usermgmt_mail_host: xxxxx +# usermgmt_mail_port: xxxxx +# usermgmt_mail_sender: xxxxx +# usermgmt_mail_authcode: xxxxx