Upgrade to Atomix 3.0-rc5
* Upgrade Raft primitives to Atomix 3.0
* Replace cluster store and messaging implementations with Atomix cluster management/messaging
* Add test scripts for installing/starting Atomix cluster
* Replace core primitives with Atomix primitives.

Change-Id: I7623653c81292a34f21b01f5f38ca11b5ef15cad
diff --git a/tools/package/onos-run-karaf b/tools/package/onos-run-karaf
index 1b53640..d35468a 100755
--- a/tools/package/onos-run-karaf
+++ b/tools/package/onos-run-karaf
@@ -55,8 +55,7 @@
     cat > $ONOS_DIR/config/cluster.json <<-EOF
     {
       "name": "default",
-      "nodes": [ {"id": "$IP", "ip": "$IP", "port": 9876 } ],
-      "partitions": [ { "id": 1, "members": [ "$IP" ] } ]
+      "cluster": [ {"id": "$IP", "ip": "$IP", "port": 9876 } ]
     }
 EOF