X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Fealt-all.yml;h=e4d34a709e4b4e389e141d04d7efc8a4574ad874;hb=5a96855385ed2fe197daea2d3f128d7fbd534998;hp=5aefc0c8522172c06f5e85e6da289d169dc6f54e;hpb=0b5508b62e4d2752df53905ed70adbe7f23aab8a;p=ealt-edge.git diff --git a/ocd/infra/playbooks/ealt-all.yml b/ocd/infra/playbooks/ealt-all.yml index 5aefc0c..e4d34a7 100644 --- a/ocd/infra/playbooks/ealt-all.yml +++ b/ocd/infra/playbooks/ealt-all.yml @@ -1,3 +1,4 @@ +# # Copyright 2020 Huawei Technologies Co., Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,7 @@ # 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. +# --- @@ -106,3 +108,28 @@ roles: - certmanager + +- hosts: egcenter + become: yes + tags: + - egcenter + + roles: + - eg_certs + - service_center + - eg_user-mgmt + - eg_mecm-meo + - eg_mecm-fe + - eg_appstore + - eg_developer + +- hosts: egedge + become: yes + tags: + - egedge + + roles: + - eg_certs + - eg_mep + - eg_mecm-mepm + # yamllint disable rule:new-line-at-end-of-file \ No newline at end of file