Sergio Slobodrian | ba9cbd8 | 2017-06-22 11:45:49 -0400 | [diff] [blame] | 1 | #!/bin/bash |
Zack Williams | 41513bf | 2018-07-07 20:08:35 -0700 | [diff] [blame] | 2 | # Copyright 2017-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
Sergio Slobodrian | ba9cbd8 | 2017-06-22 11:45:49 -0400 | [diff] [blame] | 15 | |
Sergio Slobodrian | 6128779 | 2017-06-27 12:14:05 -0400 | [diff] [blame] | 16 | rm -f ansible/host_vars/* |
| 17 | rm -f ansible/roles/voltha/templates/daemon.json |
Sergio Slobodrian | ba9cbd8 | 2017-06-22 11:45:49 -0400 | [diff] [blame] | 18 | rm -fr volthaInstaller-2/ |
| 19 | rm -fr volthaInstaller/ |
Sergio Slobodrian | f74fa07 | 2017-06-28 09:33:24 -0400 | [diff] [blame] | 20 | rm -f ansible/*.retry |
Sergio Slobodrian | 6128779 | 2017-06-27 12:14:05 -0400 | [diff] [blame] | 21 | rm -fr .test |
Sergio Slobodrian | be82927 | 2017-07-17 14:45:45 -0400 | [diff] [blame] | 22 | rm -fr .tmp.keys |
Sergio Slobodrian | 6128779 | 2017-06-27 12:14:05 -0400 | [diff] [blame] | 23 | rm -f key.pem |
Sergio Slobodrian | ba9cbd8 | 2017-06-22 11:45:49 -0400 | [diff] [blame] | 24 | sed -i -e '/voltha_containers:/,$d' ansible/group_vars/all |
Sergio Slobodrian | 6128779 | 2017-06-27 12:14:05 -0400 | [diff] [blame] | 25 | git checkout ../ansible/roles/docker/templates/daemon.json |
Sergio Slobodrian | ba9cbd8 | 2017-06-22 11:45:49 -0400 | [diff] [blame] | 26 | git checkout ansible/hosts/voltha |
| 27 | git checkout ansible/hosts/installer |
| 28 | git checkout ../settings.vagrant.yaml |
Sergio Slobodrian | 6128779 | 2017-06-27 12:14:05 -0400 | [diff] [blame] | 29 | git checkout settings.vagrant.yaml |
| 30 | git checkout ansible/group_vars/all |
| 31 | git checkout ansible/roles/docker/templates/docker.cfg |
| 32 | git checkout install.cfg |
Sergio Slobodrian | 92136d0 | 2017-08-22 21:48:42 -0400 | [diff] [blame] | 33 | git checkout ../voltha/voltha.yml |
Sergio Slobodrian | ff15bef | 2017-08-24 16:15:08 -0400 | [diff] [blame] | 34 | git checkout ../ofagent/ofagent.yml |
| 35 | git checkout ../netconf/netconf.yml |