diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-06-02 16:39:58 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-06-06 14:17:11 +0400 |
commit | d433573b98d288feaff518dd3ac9a5b19e35f1e6 (patch) | |
tree | 0587efc8933affb7f7765dd1be5d6937c798420c /ci/deploy.sh | |
parent | f19e006f84e98bdee061d79e68c316364251dcbc (diff) |
[mcp] Mend dpdk scenario
Make a reboot of the compute nodes to activate hugepages support
and re-apply required states then. Also align ovs lcore & pmd
masks with two cpu nodes.
Change-Id: I4a5defe6f08e912aba2d939ba5ba057af768a40c
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index fe40b07b8..500d26e41 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -255,6 +255,9 @@ export SSH_OPTS="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i ./salt.sh ./openstack.sh +# enable dpdk on computes +[[ $DEPLOY_SCENARIO =~ dpdk ]] && ./dpdk.sh + ## Disable Fuel deployment engine # # echo "python deploy-config.py -dha ${BASE_CONFIG_URI}/labs/${TARGET_LAB}/${TARGET_POD}/fuel/config/dha.yaml -deab file://${DEPLOY_DIR}/config/dea_base.yaml -deao ${BASE_CONFIG_URI}/labs/${TARGET_LAB}/${TARGET_POD}/fuel/config/dea-pod-override.yaml -scenario-base-uri file://${DEPLOY_DIR}/scenario -scenario ${DEPLOY_SCENARIO} -plugins file://${DEPLOY_DIR}/config/plugins -output ${SCRIPT_PATH}/config" |