Use package_state:present to avoid package installation issues 63/54263/2
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 21 Mar 2018 15:47:55 +0000 (16:47 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 21 Mar 2018 15:50:44 +0000 (16:50 +0100)
Using package_state:present should give our jobs better chance
to finish on time and perhaps improve the overall deployment times
even.

Change-Id: Ifa4e01318fe364a91c32f5326024d34c364e25c8
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
xci/installer/osa/files/ha/user_variables.yml
xci/installer/osa/files/mini/user_variables.yml
xci/installer/osa/files/noha/user_variables.yml

index ea34945..c6f1b06 100644 (file)
@@ -21,6 +21,9 @@
 # # Debug and Verbose options.
 debug: false
 
+# package_state: present should give us  a better chance to finish
+package_state: present
+
 # Allow root logins
 security_sshd_permit_root_login: yes
 
index c812f1d..9fb2001 100644 (file)
@@ -21,6 +21,9 @@
 # # Debug and Verbose options.
 debug: false
 
+# package_state: present should give us  a better chance to finish
+package_state: present
+
 # Allow root logins
 security_sshd_permit_root_login: yes
 
index 91ceba2..9545093 100644 (file)
@@ -21,6 +21,9 @@
 # # Debug and Verbose options.
 debug: false
 
+# package_state: present should give us  a better chance to finish
+package_state: present
+
 # Allow root logins
 security_sshd_permit_root_login: yes