-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make specifying zookeeper in topo files optional
For pure golang topologies we don't require zookeeper anymore, so we should also not require zookeeper to be specified in the topo file.
- Loading branch information
1 parent
a9de604
commit 37a390f
Showing
3 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
--- # Tiny Topology | ||
defaults: | ||
zookeepers: | ||
1: | ||
addr: 127.0.0.1 | ||
ASes: | ||
"1-ff00:0:110": # old 1-11 | ||
core: true | ||
|