Skip to content
Snippets Groups Projects
Commit 93009a5d authored by cherifi's avatar cherifi
Browse files

Update deploy_all.sh

parent 30b0185c
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!67Partial update of Scenario 2
......@@ -37,20 +37,20 @@ kubectl apply -f nfvsdn22/nginx-ingress-controller-dom4.yaml
# Deploy TFS for Domain 1
source nfvsdn22/deploy_specs_dom1.sh
./deploy.sh
./deploy/all.sh
mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_dom1.sh
# Deploy TFS for Domain 2
source nfvsdn22/deploy_specs_dom2.sh
./deploy.sh
./deploy/all.sh
mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_dom2.sh
# Deploy TFS for Domain 3
source nfvsdn22/deploy_specs_dom3.sh
./deploy.sh
./deploy/all.sh
mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_dom3.sh
# Deploy TFS for Domain 4
source nfvsdn22/deploy_specs_dom4.sh
./deploy.sh
./deploy/all.sh
mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_dom4.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment