diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-07-24 11:10:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-24 11:10:21 +0000 |
commit | c51c387f8c7d1c9ee03e35822c896432e4d646a0 (patch) | |
tree | bf4c9730e994174b706d03645d83bec27be138e2 /mcp/config/states/virtual_control_plane | |
parent | 24572d5956da62b1492c053cac82037b266a6739 (diff) | |
parent | 54acfffcbc655b72912eef4c1b2133a3b8feec1d (diff) |
Merge "[salt-formulas] opnfv: Drop obsolete route_wrapper"
Diffstat (limited to 'mcp/config/states/virtual_control_plane')
-rwxr-xr-x | mcp/config/states/virtual_control_plane | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mcp/config/states/virtual_control_plane b/mcp/config/states/virtual_control_plane index 18e6d1cd2..8105b2666 100755 --- a/mcp/config/states/virtual_control_plane +++ b/mcp/config/states/virtual_control_plane @@ -54,7 +54,6 @@ wait_for 10.0 "salt -C 'E@^(?!cfg01|mas01|kvm|cmp00).*' state.apply linux,ntp" wait_for 10.0 "salt -C 'E@^(?!cfg01|mas01|kvm|cmp00).*' ssh.set_auth_key ${SUDO_USER} \ $(awk 'NR==1{print $2}' "$(eval echo "~${SUDO_USER}/.ssh/authorized_keys")")" -salt -C 'prx*' state.apply opnfv.route_wrapper salt -C 'prx*' system.reboot wait_for 30.0 "salt -C 'prx*' test.ping" |