blob: 4282846acac1a8c5a55f430285664e4a246d74c9 [file] [log] [blame]
Sergio Slobodrianba9cbd82017-06-22 11:45:49 -04001#!/bin/bash
2
Sergio Slobodrian61287792017-06-27 12:14:05 -04003rm -f ansible/host_vars/*
4rm -f ansible/roles/voltha/templates/daemon.json
Sergio Slobodrianba9cbd82017-06-22 11:45:49 -04005rm -fr volthaInstaller-2/
6rm -fr volthaInstaller/
Sergio Slobodrianf74fa072017-06-28 09:33:24 -04007rm -f ansible/*.retry
Sergio Slobodrian61287792017-06-27 12:14:05 -04008rm -fr .test
9rm -f key.pem
Sergio Slobodrianba9cbd82017-06-22 11:45:49 -040010sed -i -e '/voltha_containers:/,$d' ansible/group_vars/all
Sergio Slobodrian61287792017-06-27 12:14:05 -040011git checkout ../ansible/roles/docker/templates/daemon.json
Sergio Slobodrianba9cbd82017-06-22 11:45:49 -040012git checkout ansible/hosts/voltha
13git checkout ansible/hosts/installer
14git checkout ../settings.vagrant.yaml
Sergio Slobodrian61287792017-06-27 12:14:05 -040015git checkout settings.vagrant.yaml
16git checkout ansible/group_vars/all
17git checkout ansible/roles/docker/templates/docker.cfg
18git checkout install.cfg