Update migration.

This commit is contained in:
Ben Johnson
2013-11-04 13:16:45 -07:00
parent 3d4e604607
commit bf76af8fd1
9 changed files with 22 additions and 34 deletions

View File

@@ -12,4 +12,4 @@ $ tests/fixtures/v1/complete.2.sh
$ tests/fixtures/v1/complete.3.sh
$ tests/fixtures/v1/complete.4.sh
The resulting server state data can be found in tmp/node0.
The resulting server state data can be found in tmp/node*.

View File

@@ -1 +0,0 @@
{"commitIndex":16,"peers":[{"name":"node3","connectionString":""}]}

View File

@@ -1,18 +0,0 @@
{
"name": "node0",
"raftURL": "http://127.0.0.1:7001",
"etcdURL": "http://127.0.0.1:4001",
"webURL": "",
"raftListenHost": "127.0.0.1:7001",
"etcdListenHost": "127.0.0.1:4001",
"raftTLS": {
"CertFile": "",
"KeyFile": "",
"CAFile": ""
},
"etcdTLS": {
"CertFile": "",
"KeyFile": "",
"CAFile": ""
}
}

Binary file not shown.