X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fplaybooks%2Fvar.yml;fp=blueprints%2Fiotgateway%2Fplaybooks%2Fvar.yml;h=c4ea7085a04c30bee9d79459e757bbd5fa11f5c0;hb=875c217ea655eb3bce7d33292d65b0a2103f8c17;hp=9cb47bdd616a0a262067af649349e124d8b41439;hpb=434326c60fb0434bda587102b4746173fe425dea;p=eliot.git diff --git a/blueprints/iotgateway/playbooks/var.yml b/blueprints/iotgateway/playbooks/var.yml index 9cb47bd..c4ea708 100644 --- a/blueprints/iotgateway/playbooks/var.yml +++ b/blueprints/iotgateway/playbooks/var.yml @@ -13,13 +13,31 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Password of Harbor admin -HARBOR_ADMIN_PASSWORD: Harbor@edge +# Set the regex name of the network interface for calico +NETWORK_INTERFACE: ens.* -# ip for portals,will be set to private -# iP of master node default or reset it here -# PORTAL_IP: 111.222.333.444 +# 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 -# If not set, will get the default one during the run time +# 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 ther 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 +# 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