Skip to content

Commit

Permalink
system tests and ci-env: enable raft
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomi-noach committed May 18, 2020
1 parent 9477d99 commit 9814a26
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/orchestrator-ci-env.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
"MasterFailoverDetachReplicaMasterHost": false,
"MasterFailoverLostInstancesDowntimeMinutes": 0,
"PostponeReplicaRecoveryOnLagMinutes": 0,
"RaftEnabled": true,
"RaftDataDir": "/tmp",
"RaftBind": "127.0.0.1",
"DefaultRaftPort": 10008,
"RaftNodes": [
"127.0.0.1"
],
"ConsulAddress": "127.0.0.1:8500",
"ConsulAclToken": ""
}
7 changes: 7 additions & 0 deletions tests/system/orchestrator-ci-system.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
"MasterFailoverDetachReplicaMasterHost": false,
"MasterFailoverLostInstancesDowntimeMinutes": 0,
"PostponeReplicaRecoveryOnLagMinutes": 0,
"RaftEnabled": true,
"RaftDataDir": "/tmp",
"RaftBind": "127.0.0.1",
"DefaultRaftPort": 10008,
"RaftNodes": [
"127.0.0.1"
],
"ConsulAddress": "127.0.0.1:8500",
"ConsulAclToken": ""
}

0 comments on commit 9814a26

Please sign in to comment.