More scripts to restart fabric onos and provision config

Change-Id: Ieefe6ceb475d27dab9bac38170ba3192acc758be
diff --git a/mwc-fabric-restart.sh b/mwc-fabric-restart.sh
new file mode 100755
index 0000000..c21c5a7
--- /dev/null
+++ b/mwc-fabric-restart.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+ssh head "cd /opt/onos_fabric/ && docker-compose down && docker-compose up -d"