To provision a 3 node DataStax Enterprise Cassandra cluster with OpsCenter using Ansible and Vagrant for the Centos7 cluster.
To create a Cassandra Cluster via Vagrant + Ansible.
Install the following packages in yur base machine,
Vagrant
VirtualBox
Ansible
Also, make sure you are running Ansible v1.7.2 or higher with ansible --version
.
For more information, checkout the installation pages of Vagrant, VirtualBox and Ansible.
In terminals, run the following command,
vagrant up
to check the statu
vagrant status
to ssh to the virtual machine,
vagrant ssh cassandra-node-1
Running Demo :