Sergio Slobodrian | ba9cbd8 | 2017-06-22 11:45:49 -0400 | [diff] [blame^] | 1 | #!/bin/bash |
2 | |||||
3 | rm ansible/host_vars/* | ||||
4 | rm ansible/roles/voltha/templates/daemon.json | ||||
5 | rm -fr volthaInstaller-2/ | ||||
6 | rm -fr volthaInstaller/ | ||||
7 | rm ansible/volthainstall.retry | ||||
8 | rm key.pem | ||||
9 | sed -i -e '/voltha_containers:/,$d' ansible/group_vars/all | ||||
10 | git checkout ansible/hosts/voltha | ||||
11 | git checkout ansible/hosts/installer | ||||
12 | git checkout ../settings.vagrant.yaml | ||||
13 |