diff options
author | 00184532 <lu.yao135@zte.com.cn> | 2018-01-08 17:11:19 +0800 |
---|---|---|
committer | 00184532 <lu.yao135@zte.com.cn> | 2018-01-08 17:11:19 +0800 |
commit | 1ff254d110de82929780a2334ac4d2b785107c9b (patch) | |
tree | f5d2f7118c36109f2905249ed71063bea14672eb | |
parent | 431ed2baa96538fd48ebc1e7df8454b60b903de1 (diff) |
no need to separate dpdk from network.yaml.j2
Change-Id: I1e2f89f0c6ad1d292a2788910755df17802b3683
Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
-rwxr-xr-x | ci/deploy/deploy.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh index ff74061e..b617a174 100755 --- a/ci/deploy/deploy.sh +++ b/ci/deploy/deploy.sh @@ -186,11 +186,7 @@ function update_dha_by_pdf() local pdf_yaml=labs/$LAB_NAME/${POD_NAME}.yaml local pod_template=config/installers/daisy/pod_config.yaml.j2 local generate_config=config/utils/generate_config.py - if [[ $DEPLOY_SCENARIO =~ (dpdk) ]]; then - local network_template=config/installers/daisy/network-dpdk.yaml.j2 - else - local network_template=config/installers/daisy/network.yaml.j2 - fi + local network_template=config/installers/daisy/network.yaml.j2 if [ ! -f ${generate_config} ] || [ ! -f ${pdf_yaml} ] || [ ! -f ${pod_template} ] || [ ! -f ${network_template} ] ; then echo "Template files donot exist in ${SECURELABDIR}." return |