blob: 6e996345bc91e6a5dc55da5cc533f6e43d05eadb [file] [log] [blame]
Thomas Vachuskae76f6532015-07-08 09:40:53 -07001#!/bin/bash
2# -----------------------------------------------------------------------------
3# Wipes out all data from the ONOS cluster. Temporary until wipe-out is fixed.
4# -----------------------------------------------------------------------------
5
Thomas Vachuska174bb912015-07-16 21:27:14 -07006for node in ${ONOS_INSTANCES:-$OCI}; do
7 onos $node wipe-out please
Thomas Vachuskae76f6532015-07-08 09:40:53 -07008done
Thomas Vachuska174bb912015-07-16 21:27:14 -07009onos-check-summary $OCI '.*' 0 0 0 0 0