Docker issue
[eliot.git] / blueprints / iotgateway / 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 ######### Mandatory #########
30 mep_kong_pg_pwd:
31   name:
32 ######### Optional #########
33 edge_management_interface:
34   name: eth0
35 edge_dataplane_interface:
36   name: eth1
37 eg-management-address:
38   name: 100.1.1.2/24
39 eg-dataplane-address:
40   name: 200.1.1.2/24
41
42 # All Edge related password which needs to be specified if user doesn't
43 # need common password for security purpose
44 mep_pg_admin_pwd:
45   name:
46 mep_cert_pwd:
47   name:
48 generate_cert_pass:
49   name:
50 mecm_mepm_postgresPassword:
51   name:
52 mecm_mepm_postgresLcmCntlrPassword:
53   name:
54 mecm_mepm_postgresk8sPluginPassword:
55   name:
56
57 ########### Master config ###########
58 ######### Mandatory #########
59 mecm_meo_edgeRepoUserName:
60   name:
61 mecm_meo_edgeRepoPassword:
62   name:
63
64 ######### Optional #########
65 usermgmt_port:
66   name: 30067
67 appstore_port:
68   name: 30091
69 developer_port:
70   name: 30092
71 mecm_port:
72   name: 30093
73 docker_registry_port:
74   name: 5000
75 prometheus_node_port:
76   name: 30009
77
78 # All Master related password which needs to be specified if user
79 # doesn't need common password for security purpose
80 user_mgmt_encryptPassword:
81   name:
82 mecm_meo_keystorePassword:
83   name:
84 mecm_meo_truststorePassword:
85   name:
86 mecm_meo_postgresPassword:
87   name:
88 mecm_meo_postgresApmPassword:
89   name:
90 mecm_meo_postgresAppoPassword:
91   name:
92 mecm_meo_postgresInventoryPassword:
93   name:
94 # Only if env structure, ocd in arm and master and edge in x86_64
95 master_edge_processor:
96   name: "x86_64"