Merge "Optimizing configurations for usability"
[ealt-edge.git] / ocd / infra / playbooks / config.yml
index 020d1d4..83f8344 100644 (file)
 # limitations under the License.
 ---
 
-firstvar:
+######### Common parameters #########
+######### Mandatory #########
+private_repo_ip:
   name:
-swrusr:
-  name:
-swrpass:
-  name:
-sUserName:
-  name:
-sPass:
-  name:
-authServer:
-  name:
-authServerMecm:
-  name:
-adminpwd:
-  name:
-kongpgpwd:
-  name:
-interface1:
+
+######### Optional #########
+eg_image_tag:
+  name: 0.9
+# User can either give common pwd or can opt to provide individual pwds
+common_pwd:
   name:
-interface2:
+
+########## Edge config #############
+######### Optional #########
+edge_management_interface:
+  name: eth0
+edge_dataplane_interface:
+  name: eth1
+eg-management-address:
+  name: 100.1.1.2/24
+eg-dataplane-address:
+  name: 200.1.1.2/24
+
+# All Edge related password which needs to be specified if user doesn't
+# need common password for security purpose #
+
+########### Center config ###########
+######### Mandatory #########
+mecm_meo_edgeRepoUserName:
   name:
-ipaddregmep1:
+mecm_meo_edgeRepoPassword:
   name:
-ipaddregmep5:
+center_node_ip:
   name:
+
+######### Optional #########
+usermgmt_port:
+  name: 30067
+appstore_port:
+  name: 30091
+developer_port:
+  name: 30092
+mecm_port:
+  name: 30093
+
+# All Center related password which needs to be specified if user
+# doesn't need common password for security purpose #
+# yamllint disable rule:new-line-at-end-of-file
\ No newline at end of file