diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-18 17:49:36 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-18 15:50:45 +0000 |
commit | b58c6aee590cc39ce9c1b16809a52daddfb4fa0e (patch) | |
tree | 6a34d8ae215a9ac144f8f36ff56c528f8c78e444 /patches/opnfv-fuel/0010-Add-opnfv-user-to-the-deployment.patch | |
parent | 7347b178eef6d74ec1bad4182bbc474b2fc90b3f (diff) |
u/fuel: Bump for cmp linux.system retry
Change-Id: I2359b88bfb3ec6c1a1515b3874af6b6a456be318
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 8905694cb9cce2841407d82d403b9d5abde2de6f)
Diffstat (limited to 'patches/opnfv-fuel/0010-Add-opnfv-user-to-the-deployment.patch')
-rw-r--r-- | patches/opnfv-fuel/0010-Add-opnfv-user-to-the-deployment.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/opnfv-fuel/0010-Add-opnfv-user-to-the-deployment.patch b/patches/opnfv-fuel/0010-Add-opnfv-user-to-the-deployment.patch index 083cf37d..a5196f38 100644 --- a/patches/opnfv-fuel/0010-Add-opnfv-user-to-the-deployment.patch +++ b/patches/opnfv-fuel/0010-Add-opnfv-user-to-the-deployment.patch @@ -22,7 +22,7 @@ Signed-off-by: Guillermo Herrero <Guillermo.Herrero@enea.com> create mode 100644 mcp/salt-formulas/opnfv/adduser.sls diff --git a/mcp/config/states/baremetal_init b/mcp/config/states/baremetal_init -index 0c41557d..799a9419 100755 +index 54ffb873..07dcef27 100755 --- a/mcp/config/states/baremetal_init +++ b/mcp/config/states/baremetal_init @@ -23,6 +23,7 @@ salt -C 'kvm* or cmp*' file.replace $debian_ip_source \ @@ -32,7 +32,7 @@ index 0c41557d..799a9419 100755 +salt -C 'kvm* or cmp*' state.apply opnfv.adduser salt -C 'kvm*' state.apply linux.network,linux.system.kernel salt -C 'kvm* or cmp*' state.apply salt.minion - salt -C 'cmp*' state.apply linux.system + wait_for 5.0 "salt -C 'cmp*' state.apply linux.system" diff --git a/mcp/config/states/virtual_control_plane b/mcp/config/states/virtual_control_plane index 02a813c9..a179b22c 100755 --- a/mcp/config/states/virtual_control_plane |