diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-11-28 14:11:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-28 14:11:46 +0000 |
commit | e9b01dfe5454b112bc6c95f82797e4fff0c5f61f (patch) | |
tree | 1eb1e144ccff26ad857e7580c542e4582bcf179e /mcp | |
parent | 7e539ba9740df20538dca3d7c5c9ab5cab0bb21a (diff) | |
parent | cc60adcf859084607f95f44b1f7b76ce44e0b465 (diff) |
Merge "[vcp] kvm: Re-apply sysctl settings after libvirt" into stable/gambia
Diffstat (limited to 'mcp')
-rwxr-xr-x | mcp/config/states/virtual_control_plane | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/config/states/virtual_control_plane b/mcp/config/states/virtual_control_plane index ef6ce59c3..5b54bb8a4 100755 --- a/mcp/config/states/virtual_control_plane +++ b/mcp/config/states/virtual_control_plane @@ -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}') |