Fix system-update role missing failure 86/70986/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 16 Apr 2018 14:32:25 +0000 (10:32 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 16 Apr 2018 14:32:27 +0000 (10:32 -0400)
The system-update role should be lfit.system-update now that it's
being pulled in from ansible galaxy.

Change-Id: I50c0ee6f3d4f1ca6c0c0a770f67b8001df5545d4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
packer/provision/local-builder.yaml
packer/provision/local-docker.yaml
packer/provision/mininet-ovs-2.8.yaml

index 7881b130653f62b3d8018d4b16431b60b68ba43b..0e9fd5f889be88216632248f7520c156a5b7b6f0 100644 (file)
@@ -13,7 +13,7 @@
     hbase_version: 0.94.27
 
   pre_tasks:
-    - include_role: name=system-update
+    - include_role: name=lfit.system-update
 
   roles:
     - mono-install
index 919ba279a8c2414924e71d90826d908edb091bf1..0d0e1142c15058b3b09171fbc070d475e93f3f6d 100644 (file)
@@ -6,7 +6,7 @@
   become_method: sudo
 
   pre_tasks:
-    - include_role: name=system-update
+    - include_role: name=lfit.system-update
 
   post_tasks:
     - name: System Reseal
index e85baf21ef71ba49af618c11904324726ac255bf..f07daa8a1f7da9206f4fc9eb4313ef5dc7c3f267 100644 (file)
@@ -9,7 +9,7 @@
     ovs_version: 2.8.1
 
   pre_tasks:
-    - include_role: name=system-update
+    - include_role: name=lfit.system-update
 
   tasks:
     - name: 'Install OpenVSwitch {{ovs_version}}'