Merge "[vcp] kvm: Re-apply sysctl settings after libvirt" into stable/gambia
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 28 Nov 2018 14:11:46 +0000 (14:11 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 28 Nov 2018 14:11:46 +0000 (14:11 +0000)
mcp/config/states/virtual_control_plane

index ef6ce59..5b54bb8 100755 (executable)
@@ -34,7 +34,7 @@ fi
 wait_for 5.0 "salt -C 'kvm*' state.sls libvirt"
 
 salt -C 'kvm* or cmp*' state.apply salt
-wait_for 10.0 "salt -C 'kvm*' state.sls salt.control"
+wait_for 10.0 "salt -C 'kvm*' state.sls salt.control,linux.system.kernel"
 
 vcp_nodes=$(salt --out yaml 'kvm01*' pillar.get salt:control:cluster:internal:node | \
             awk '/\s+\w+[[:digit:]]+:$/ {gsub(/:$/, "*"); printf "%s ", $1}')