~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/cleanmaas.sh

  • Committer: Gerrit Code Review
  • Author(s): Narinder Gupta
  • Date: 2017-12-15 17:28:31 UTC
  • mfrom: (753.2.1)
  • Revision ID: git-v1:f8fafff7aa8cbfb0d622b7ca1e631e1278600bb4
Merge "adding snap install of MAAS."

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
echo "removing existing maas ..."
6
6
sudo apt-get purge maas maas-cli maas-common maas-dhcp maas-dns maas-proxy maas-rack-controller maas-region-api maas-region-controller  -y
7
7
sudo rm -rf /var/lib/maas
 
8
sudo snap remove maas || true