diff options
author | Jack Lucas <jflucas@research.att.com> | 2017-11-01 19:25:06 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2017-11-01 19:26:27 +0000 |
commit | 53322ff163ed59d060011f9f1e5bc9f7db469efb (patch) | |
tree | 46e90187ed520924709c395957419876956e8917 /bootstrap/teardown.sh | |
parent | 85812470a882048a741001d109a68e994f4aad39 (diff) |
Add pg and component installs
Change-Id: I6209f8edb4a15c0a099447bcec60f7faa0dcec44
Issue-Id: DCAEGEN2-190
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'bootstrap/teardown.sh')
-rwxr-xr-x | bootstrap/teardown.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/teardown.sh b/bootstrap/teardown.sh index ccfc64f..eb7ed61 100755 --- a/bootstrap/teardown.sh +++ b/bootstrap/teardown.sh @@ -29,11 +29,16 @@ source ./dcaeinstall/bin/activate cd ./consul cfy status set +e +cfy uninstall -d hengine +cfy uninstall -d hrules +cfy uninstall -d tca +cfy uninstall -d ves cfy uninstall -d cdapbroker cfy uninstall -d cdap7 cfy uninstall -d policy_handler cfy uninstall -d DeploymentHandler cfy uninstall -d PlatformServicesInventory +cfy uninstall -d pgaas cfy uninstall -d config_binding_service cfy executions start -w uninstall -d DockerComponent cfy deployments delete -d DockerComponent |