diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-12-12 13:00:30 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-12-12 13:00:30 +0400 |
commit | 198a1980aa7341800c2c82ded62b5b43a845f445 (patch) | |
tree | 845f554db4df5e996845b16faa11ea3543b909c4 /mcp/config | |
parent | e9cce3a7cb13b00c631518a53e85ea90dd654ac4 (diff) |
[baremetal] Fixup pike deployment (2)
* align dpdk packages list
* add missing libvirtd group to vcp host nodes
Change-Id: Ideab2b16ca0561035b225e58bf3d0c5653d303bb
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/config')
-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 3856bef10..d92e99232 100755 --- a/mcp/config/states/virtual_control_plane +++ b/mcp/config/states/virtual_control_plane @@ -27,6 +27,8 @@ if [ "${ERASE_ENV}" -eq 1 ]; then fi # KVM libvirt first, VCP deployment +#FIXME Should be removed once upstream patch get merged +salt -C 'kvm*' group.add libvirtd wait_for 5 "salt -C 'kvm*' state.sls libvirt" salt -C 'kvm* or cmp*' state.apply salt |