blob: 17996d8e15da8cd6d31fa527bb734cf0da7837c6 [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
Sergio Slobodrianbe829272017-07-17 14:45:45 -04009rm -fr .tmp.keys
Sergio Slobodrian61287792017-06-27 12:14:05 -040010rm -f key.pem
Sergio Slobodrianba9cbd82017-06-22 11:45:49 -040011sed -i -e '/voltha_containers:/,$d' ansible/group_vars/all
Sergio Slobodrian61287792017-06-27 12:14:05 -040012git checkout ../ansible/roles/docker/templates/daemon.json
Sergio Slobodrianba9cbd82017-06-22 11:45:49 -040013git checkout ansible/hosts/voltha
14git checkout ansible/hosts/installer
15git checkout ../settings.vagrant.yaml
Sergio Slobodrian61287792017-06-27 12:14:05 -040016git checkout settings.vagrant.yaml
17git checkout ansible/group_vars/all
18git checkout ansible/roles/docker/templates/docker.cfg
19git checkout install.cfg
Sergio Slobodrian92136d02017-08-22 21:48:42 -040020git checkout ../voltha/voltha.yml
Sergio Slobodrianff15bef2017-08-24 16:15:08 -040021git checkout ../ofagent/ofagent.yml
22git checkout ../netconf/netconf.yml