83f834455278b78b3d1481534e7bbdf1dc2d99e0
[ealt-edge.git] / ocd / infra / playbooks / config.yml
1 # Copyright 2020 Huawei Technologies Co., Ltd.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 ---
15
16 ######### Common parameters #########
17 ######### Mandatory #########
18 private_repo_ip:
19   name:
20
21 ######### Optional #########
22 eg_image_tag:
23   name: 0.9
24 # User can either give common pwd or can opt to provide individual pwds
25 common_pwd:
26   name:
27
28 ########## Edge config #############
29 ######### Optional #########
30 edge_management_interface:
31   name: eth0
32 edge_dataplane_interface:
33   name: eth1
34 eg-management-address:
35   name: 100.1.1.2/24
36 eg-dataplane-address:
37   name: 200.1.1.2/24
38
39 # All Edge related password which needs to be specified if user doesn't
40 # need common password for security purpose #
41
42 ########### Center config ###########
43 ######### Mandatory #########
44 mecm_meo_edgeRepoUserName:
45   name:
46 mecm_meo_edgeRepoPassword:
47   name:
48 center_node_ip:
49   name:
50
51 ######### Optional #########
52 usermgmt_port:
53   name: 30067
54 appstore_port:
55   name: 30091
56 developer_port:
57   name: 30092
58 mecm_port:
59   name: 30093
60
61 # All Center related password which needs to be specified if user
62 # doesn't need common password for security purpose #
63 # yamllint disable rule:new-line-at-end-of-file