X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Fealt-inventory.ini;h=719aaf41172c3ea4b5392c90da37ef2d613d1b00;hb=cc87a7ed674a340de64fd9b380c66d7c695c0d96;hp=767e9d9f5db8f15da8ae4397d488576b6ded205a;hpb=e9b85b62dc28f25f5bb70886628c34f598526438;p=ealt-edge.git diff --git a/ocd/infra/playbooks/ealt-inventory.ini b/ocd/infra/playbooks/ealt-inventory.ini index 767e9d9..719aaf4 100644 --- a/ocd/infra/playbooks/ealt-inventory.ini +++ b/ocd/infra/playbooks/ealt-inventory.ini @@ -1,3 +1,4 @@ +# # Copyright 2020 Huawei Technologies Co., Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,22 +12,46 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# -[mecm] +[center] controller1 ansible_host="" ansible_user="" ansible_password="" -[mep] +[edge] edge1 ansible_host="" ansible_user="" ansible_password="" -[infra-k8s] +[ocdhost] ocdhost ansible_host="" ansible_user="" ansible_password="" -[infra-helm:children] -mecm -mep +### OCD childrens ### + +[ocdconsolidated:children] +ocdhost + +### Center node childrens ### + +[center-infra:children] +center + +[prerequisitecenter:children] +center + +[thirdpartycenter:children] +center + +[egcenter:children] +center + +### Edge node childrens ### + +[edge-infra:children] +edge + +[prerequisiteedge:children] +edge -[infra-k3s:children] -mep +[thirdpartyedge:children] +edge -[mepautomate:children] -mep +[egedge:children] +edge \ No newline at end of file