bb5c1e609c22e87cdd3aba99bd1e0b2c86f93cba
[eliot.git] / blueprints / iotgateway / playbooks / eliot-inventory.ini
1 #
2 # Copyright 2020 Huawei Technologies Co., Ltd.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 [master]
18 controller1 ansible_host="" ansible_user="" ansible_password=""
19
20 [edge]
21 edge1 ansible_host="" ansible_user="" ansible_password=""
22
23 [ocdhost]
24 ocdhost ansible_host="" ansible_user="" ansible_password=""
25
26 ### OCD childrens ###
27
28 [ocdconsolidated:children]
29 ocdhost
30
31 ### Master node childrens ###
32
33 [master-infra:children]
34 master
35
36 [prerequisitemaster:children]
37 master
38
39 [thirdpartymaster:children]
40 master
41
42 [egmaster:children]
43 master
44
45 ### Edge node childrens ###
46
47 [edge-infra:children]
48 edge
49
50 [prerequisiteedge:children]
51 edge
52
53 [thirdpartyedge:children]
54 edge
55
56 [egedge:children]
57 edge