![Cliff Parsons](/assets/img/avatar_default.png)
This commit contains the scripts for the Valet Devstack plugin. The plugin.sh file is the entry point into the plugin. These scripts provide the "stack", "unstack" and "clean" capabilities. Task: #4591 Story: #2001035 Change-Id: Ib7ec301802bb05969ebc83d060823c0bb8146f53
12 lines
257 B
Bash
Executable File
12 lines
257 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Uninstalling services required by valet..."
|
|
apt -y remove cassandra
|
|
apt -y remove zookeeper
|
|
apt -y remove zookeeperd
|
|
apt -y remove tomcat7
|
|
dpkg -r music_3.5.0-0_amd64
|
|
pip uninstall --yes notario
|
|
pip uninstall --yes pecan-notario
|
|
|