- Vagrant Multi Instance:
- Vertica Community Edition Three Node Cluster
- Tested on 9.3
- Vagrant installed and following plugins:
- vagrant plugin install vagrant-vbguest
- vagrant plugin install vagrant-hostmanager
- Vertica RPM. Click on following link to register and proceed to download:
Download the Vertica CE software and put it in salt/vertica/packages folder renaming it in vertica.rpm.
Then run:
vagrant up
If something goes wrong (sometimes minions are not ready), you can run again Salt procedure without destroy the instance, doing:
vagrant provision
At the end of the bootstrap you can connect to the cluster via Sql Client, e.g DBeaver:
- JDBC Connection: jdbc:vertica://192.168.99.3:5433/vertica
- Credentials:
- username: dbadmin
- password: Vertica!