Renaming hosts from upstream to proper naming 59/3859/2
authoragrawalgaurav <gaurav.agrawal@huawei.com>
Thu, 29 Oct 2020 09:31:10 +0000 (15:01 +0530)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Thu, 29 Oct 2020 10:42:18 +0000 (10:42 +0000)
Signed-off-by: agrawalgaurav <gaurav.agrawal@huawei.com>
Change-Id: Ied3218bca4894bf94e90d5efa4866370aeb70457

ocd/infra/playbooks/ealt-all.yml

index 8fd2bce..e4d34a7 100644 (file)
@@ -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.
+#
 
 ---
 
   roles:
   - certmanager
 
-- hosts: center
+- hosts: egcenter
   become: yes
   tags:
-  - center
+  - egcenter
 
   roles:
   - eg_certs
   - eg_appstore
   - eg_developer
 
-- hosts: edge
+- hosts: egedge
   become: yes
   tags:
-  - edge
+  - egedge
 
   roles:
   - eg_certs