diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-03-22 19:03:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-22 19:03:47 +0000 |
commit | 735296eefc3dd8d14dc71def05ab26f79a41e4d7 (patch) | |
tree | 4614d663ae076d25b44b7815048bb886c6fe1745 /xci/installer/osa/files | |
parent | ea3b94a68f3bc74aa71fa8bfea62443c3ebb53e2 (diff) | |
parent | a3dc7a6e17f954e32eb692da4e65994bde39b787 (diff) |
Merge "Use package_state:present to avoid package installation issues"
Diffstat (limited to 'xci/installer/osa/files')
-rw-r--r-- | xci/installer/osa/files/ha/user_variables.yml | 3 | ||||
-rw-r--r-- | xci/installer/osa/files/mini/user_variables.yml | 3 | ||||
-rw-r--r-- | xci/installer/osa/files/noha/user_variables.yml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/xci/installer/osa/files/ha/user_variables.yml b/xci/installer/osa/files/ha/user_variables.yml index ea349456..c6f1b065 100644 --- a/xci/installer/osa/files/ha/user_variables.yml +++ b/xci/installer/osa/files/ha/user_variables.yml @@ -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 diff --git a/xci/installer/osa/files/mini/user_variables.yml b/xci/installer/osa/files/mini/user_variables.yml index c812f1df..9fb2001e 100644 --- a/xci/installer/osa/files/mini/user_variables.yml +++ b/xci/installer/osa/files/mini/user_variables.yml @@ -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 diff --git a/xci/installer/osa/files/noha/user_variables.yml b/xci/installer/osa/files/noha/user_variables.yml index 91ceba2d..95450937 100644 --- a/xci/installer/osa/files/noha/user_variables.yml +++ b/xci/installer/osa/files/noha/user_variables.yml @@ -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 |