diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-12-11 17:15:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-11 17:15:05 +0000 |
commit | cce966ccdff1ef69898e1028bb8370923e3629d9 (patch) | |
tree | 063f177012b06578bcfb8ae728f1ce871979e7d8 /mcp/config/states/virtual_control_plane | |
parent | a184534e19e2afcfd08b4bade6e87dae4c454b71 (diff) | |
parent | 4c0566331943dbc481f868e5596d0e68934c1309 (diff) |
Merge "[baremetal] Fixup pike deployment"
Diffstat (limited to 'mcp/config/states/virtual_control_plane')
-rwxr-xr-x | mcp/config/states/virtual_control_plane | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcp/config/states/virtual_control_plane b/mcp/config/states/virtual_control_plane index 5de4673cc..3856bef10 100755 --- a/mcp/config/states/virtual_control_plane +++ b/mcp/config/states/virtual_control_plane @@ -63,3 +63,5 @@ salt -C 'prx*' file.write /etc/dhcp/dhclient-enter-hooks.d/no-default-route \ salt -C 'prx*' system.reboot wait_for 30 "! salt -C 'prx*' test.ping | " \ "tee /dev/stderr | grep -Fq 'Not connected'" + +salt -C 'E@^(?!cfg01|mas01|kvm|cmp00).*' pkg.upgrade refresh=False |