aboutsummaryrefslogtreecommitdiffstats
path: root/tools/run.sh
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-05-03 00:37:18 -0700
committerVictor Morales <victor.morales@intel.com>2018-05-03 00:37:18 -0700
commit1d88c96c47c15d06b4a85f4b579e51df84a052b3 (patch)
tree490d95a3f0fc494795f8251b9c9fe9be70dc14e3 /tools/run.sh
parent9659e8fceedd5b8b0b75456c4b30f1d1848baffb (diff)
General improvements
This script contains several changes to improve the code: - The OOM configuration file for deploying ONAP services has been changed to enable more services. - Expose the proxy configuration process for docker. - Remove All-in-One scenario from the options and documentation Change-Id: I7e089f846148fc3ee2ba3572628b7175a677d324 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
Diffstat (limited to 'tools/run.sh')
-rwxr-xr-xtools/run.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/run.sh b/tools/run.sh
index 9718370..b09ddde 100755
--- a/tools/run.sh
+++ b/tools/run.sh
@@ -15,7 +15,6 @@ Optional arguments:
-c <case>
Test case to use in testing mode.
Commands:
- all-in-one Deploy in all-in-one mode.
dns|mr|sdc|aai|mso|robot|vid|sdnc|portal|dcae|policy|appc|vfc|vnfsdk|multicloud|ccsdk|vvp|openstack|msb|oom|dmaap|integration Deploy chosen service.
testing Deploy in testing mode.
EOF
@@ -62,9 +61,6 @@ while getopts "ygis:c:" OPTION "${@:2}"; do
done
case $COMMAND in
- "all-in-one" )
- export DEPLOY_MODE='all-in-one'
- ;;
"dns" | "mr" | "sdc" | "aai" | "mso" | "robot" | "vid" | "sdnc" | "portal" | "dcae" | "policy" | "appc" | "vfc" | "vnfsdk"| "multicloud" | "ccsdk" | "vvp" | "openstack" | "msb" | "oom" | "dmaap" | "integration" )
export DEPLOY_MODE='individual'
;;