X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Fconfig.yml;h=83f834455278b78b3d1481534e7bbdf1dc2d99e0;hb=92d2add43553e74c0e6f94506497ef171c6a9799;hp=020d1d4bff84cccffc62a1bd5b9e7ec48859322b;hpb=fbc55c9bd67da1622ac8b49cfa796fe9eae37321;p=ealt-edge.git diff --git a/ocd/infra/playbooks/config.yml b/ocd/infra/playbooks/config.yml index 020d1d4..83f8344 100644 --- a/ocd/infra/playbooks/config.yml +++ b/ocd/infra/playbooks/config.yml @@ -13,29 +13,51 @@ # 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