Updated tutorial VM to 1.14.0

Change-Id: I46842f52e3b3068718fc125c9fbfe80e069151f4
diff --git a/tools/tutorials/vm/config/atomix-1.conf b/tools/tutorials/vm/config/atomix-1.conf
new file mode 100644
index 0000000..96e3251
--- /dev/null
+++ b/tools/tutorials/vm/config/atomix-1.conf
@@ -0,0 +1,34 @@
+cluster {
+  cluster-id: onos
+  node.id: atomix-1
+  node.address: "172.17.0.2:5679"
+  discovery {
+    type: bootstrap
+    nodes.1 {
+      id: atomix-1
+      address: "172.17.0.2:5679"
+    }
+    nodes.2 {
+      id: atomix-2
+      address: "172.17.0.3:5679"
+    }
+    nodes.3 {
+      id: atomix-3
+      address: "172.17.0.4:5679"
+    }
+  }
+}
+
+management-group {
+  type: raft
+  partitions: 1
+  storage.level: disk
+  members: [atomix-1, atomix-2, atomix-3]
+}
+
+partition-groups.raft {
+  type: raft
+  partitions: 7
+  storage.level: disk
+  members: [atomix-1, atomix-2, atomix-3]
+}
\ No newline at end of file
diff --git a/tools/tutorials/vm/config/atomix-2.conf b/tools/tutorials/vm/config/atomix-2.conf
new file mode 100644
index 0000000..966152d
--- /dev/null
+++ b/tools/tutorials/vm/config/atomix-2.conf
@@ -0,0 +1,34 @@
+cluster {
+  cluster-id: onos
+  node.id: atomix-2
+  node.address: "172.17.0.3:5679"
+  discovery {
+    type: bootstrap
+    nodes.1 {
+      id: atomix-1
+      address: "172.17.0.2:5679"
+    }
+    nodes.2 {
+      id: atomix-2
+      address: "172.17.0.3:5679"
+    }
+    nodes.3 {
+      id: atomix-3
+      address: "172.17.0.4:5679"
+    }
+  }
+}
+
+management-group {
+  type: raft
+  partitions: 1
+  storage.level: disk
+  members: [atomix-1, atomix-2, atomix-3]
+}
+
+partition-groups.raft {
+  type: raft
+  partitions: 7
+  storage.level: disk
+  members: [atomix-1, atomix-2, atomix-3]
+}
\ No newline at end of file
diff --git a/tools/tutorials/vm/config/atomix-3.conf b/tools/tutorials/vm/config/atomix-3.conf
new file mode 100644
index 0000000..4268ee3
--- /dev/null
+++ b/tools/tutorials/vm/config/atomix-3.conf
@@ -0,0 +1,34 @@
+cluster {
+  cluster-id: onos
+  node.id: atomix-3
+  node.address: "172.17.0.4:5679"
+  discovery {
+    type: bootstrap
+    nodes.1 {
+      id: atomix-1
+      address: "172.17.0.2:5679"
+    }
+    nodes.2 {
+      id: atomix-2
+      address: "172.17.0.3:5679"
+    }
+    nodes.3 {
+      id: atomix-3
+      address: "172.17.0.4:5679"
+    }
+  }
+}
+
+management-group {
+  type: raft
+  partitions: 1
+  storage.level: disk
+  members: [atomix-1, atomix-2, atomix-3]
+}
+
+partition-groups.raft {
+  type: raft
+  partitions: 7
+  storage.level: disk
+  members: [atomix-1, atomix-2, atomix-3]
+}
\ No newline at end of file
diff --git a/tools/tutorials/vm/config/cluster-1.json b/tools/tutorials/vm/config/cluster-1.json
new file mode 100644
index 0000000..36dfa5d
--- /dev/null
+++ b/tools/tutorials/vm/config/cluster-1.json
@@ -0,0 +1,25 @@
+{
+  "node": {
+    "ip": "172.17.0.5",
+    "id": "172.17.0.5",
+    "port": 9876
+  },
+  "storage": [
+    {
+      "ip": "172.17.0.2",
+      "id": "atomix-1",
+      "port": 5679
+    },
+    {
+      "ip": "172.17.0.3",
+      "id": "atomix-2",
+      "port": 5679
+    },
+    {
+      "ip": "172.17.0.4",
+      "id": "atomix-3",
+      "port": 5679
+    }
+  ],
+  "name": "onos"
+}
\ No newline at end of file
diff --git a/tools/tutorials/vm/config/cluster-2.json b/tools/tutorials/vm/config/cluster-2.json
new file mode 100644
index 0000000..e05fad0
--- /dev/null
+++ b/tools/tutorials/vm/config/cluster-2.json
@@ -0,0 +1,25 @@
+{
+  "node": {
+    "ip": "172.17.0.6",
+    "id": "172.17.0.6",
+    "port": 9876
+  },
+  "storage": [
+    {
+      "ip": "172.17.0.2",
+      "id": "atomix-1",
+      "port": 5679
+    },
+    {
+      "ip": "172.17.0.3",
+      "id": "atomix-2",
+      "port": 5679
+    },
+    {
+      "ip": "172.17.0.4",
+      "id": "atomix-3",
+      "port": 5679
+    }
+  ],
+  "name": "onos"
+}
\ No newline at end of file
diff --git a/tools/tutorials/vm/config/cluster-3.json b/tools/tutorials/vm/config/cluster-3.json
new file mode 100644
index 0000000..04642bb
--- /dev/null
+++ b/tools/tutorials/vm/config/cluster-3.json
@@ -0,0 +1,25 @@
+{
+  "node": {
+    "ip": "172.17.0.7",
+    "id": "172.17.0.7",
+    "port": 9876
+  },
+  "storage": [
+    {
+      "ip": "172.17.0.2",
+      "id": "atomix-1",
+      "port": 5679
+    },
+    {
+      "ip": "172.17.0.3",
+      "id": "atomix-2",
+      "port": 5679
+    },
+    {
+      "ip": "172.17.0.4",
+      "id": "atomix-3",
+      "port": 5679
+    }
+  ],
+  "name": "onos"
+}
\ No newline at end of file