Skip to content

Instantly share code, notes, and snippets.

@Yerrak
Last active June 14, 2016 10:24
Show Gist options
  • Save Yerrak/08ec4fbc97676716ebda6ce7172c2b3e to your computer and use it in GitHub Desktop.
Save Yerrak/08ec4fbc97676716ebda6ce7172c2b3e to your computer and use it in GitHub Desktop.
Central node configuration file for distributed key value storage system hosted on EC2.
<hosts>
<host node="nodeA" ip="52.77.244.70:8081"/>
<host node="nodeB" ip="52.34.239.216:8082"/>
<host node="nodeC" ip="52.18.90.179:8083"/>
<host node="nodeD" ip="52.58.179.190:8084"/>
<host node="nodeE" ip="52.62.230.45:8085"/>
</hosts>
<replicationpaths>
<path start="nodeA">
<link src="nodeA" type="quorum" qsize="2">
<qparticipant name="nodeB"/>
<qparticipant name="nodeC"/>
<qparticipant name="nodeD"/>
<qparticipant name="nodeE"/>
</link>
</path>
</replicationpaths>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment