From 442a79bcf36b53288adad76b41176372a4c71530 Mon Sep 17 00:00:00 2001 From: agrawalgaurav Date: Thu, 29 Oct 2020 15:01:10 +0530 Subject: [PATCH] Renaming hosts from upstream to proper naming Signed-off-by: agrawalgaurav Change-Id: Ied3218bca4894bf94e90d5efa4866370aeb70457 --- ocd/infra/playbooks/ealt-all.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ocd/infra/playbooks/ealt-all.yml b/ocd/infra/playbooks/ealt-all.yml index 8fd2bce..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. +# --- @@ -107,10 +109,10 @@ roles: - certmanager -- hosts: center +- hosts: egcenter become: yes tags: - - center + - egcenter roles: - eg_certs @@ -121,10 +123,10 @@ - eg_appstore - eg_developer -- hosts: edge +- hosts: egedge become: yes tags: - - edge + - egedge roles: - eg_certs -- 2.16.6