blob: 8a997fb2035a564c3b6aca838089a116902c2f02 [file] [log] [blame]
Sergio Slobodrianba9cbd82017-06-22 11:45:49 -04001#!/bin/bash
Zack Williams41513bf2018-07-07 20:08:35 -07002# 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 Slobodrianba9cbd82017-06-22 11:45:49 -040015
Sergio Slobodrian61287792017-06-27 12:14:05 -040016rm -f ansible/host_vars/*
17rm -f ansible/roles/voltha/templates/daemon.json
Sergio Slobodrianba9cbd82017-06-22 11:45:49 -040018rm -fr volthaInstaller-2/
19rm -fr volthaInstaller/
Sergio Slobodrianf74fa072017-06-28 09:33:24 -040020rm -f ansible/*.retry
Sergio Slobodrian61287792017-06-27 12:14:05 -040021rm -fr .test
Sergio Slobodrianbe829272017-07-17 14:45:45 -040022rm -fr .tmp.keys
Sergio Slobodrian61287792017-06-27 12:14:05 -040023rm -f key.pem
Sergio Slobodrianba9cbd82017-06-22 11:45:49 -040024sed -i -e '/voltha_containers:/,$d' ansible/group_vars/all
Sergio Slobodrian61287792017-06-27 12:14:05 -040025git checkout ../ansible/roles/docker/templates/daemon.json
Sergio Slobodrianba9cbd82017-06-22 11:45:49 -040026git checkout ansible/hosts/voltha
27git checkout ansible/hosts/installer
28git checkout ../settings.vagrant.yaml
Sergio Slobodrian61287792017-06-27 12:14:05 -040029git checkout settings.vagrant.yaml
30git checkout ansible/group_vars/all
31git checkout ansible/roles/docker/templates/docker.cfg
32git checkout install.cfg
Sergio Slobodrian92136d02017-08-22 21:48:42 -040033git checkout ../voltha/voltha.yml
Sergio Slobodrianff15bef2017-08-24 16:15:08 -040034git checkout ../ofagent/ofagent.yml
35git checkout ../netconf/netconf.yml