Skip to content
This repository was archived by the owner on Aug 21, 2020. It is now read-only.
/ MongoDBCluster Public archive

A Vagrant and Ansible project to deploy a test MongoDB Cluster with sharding.

Notifications You must be signed in to change notification settings

rhysmeister/MongoDBCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDBCluster

A Vagrant and Ansible project to deploy a test MongoDB Cluster with sharding.

A total of 9 VMs will be created by vagrant.

To get started (from project root)

vagrant up;

Check VM status

vagrant status;

Current machine states:

mongos1                   running (virtualbox)
mongos2                   running (virtualbox)
mongos3                   running (virtualbox)
mongod1                   running (virtualbox)
mongod2                   running (virtualbox)
mongod3                   running (virtualbox)
mongod4                   running (virtualbox)
mongod5                   running (virtualbox)
mongod6                   running (virtualbox)

This environment represents multiple VMs. The VMs are all listed
above with their current state. For more information about a specific
VM, run `vagrant status NAME`.

Ansible Playbook

Role created with;

ansible-galaxy init MongoDBCluster;

Archived. see here for the future: https://github.com/rhysmeister/AutomatingMongoDBWithAnsible

About

A Vagrant and Ansible project to deploy a test MongoDB Cluster with sharding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages