shawnHartsell / vagrant-rancher-environment

sets up a "realistic" Rancher environment via Vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rancher Vagrant

Vagrant file for setting up a Rancher environment. Inspired by examples from vagrant-rancher

Prerequisities

What's installed

The following VMs are created by the Vagrantfile

| Name | IP | RAM (GB) | Purpose | |---|---|---|---|---| | rancher-server | 192.168.33.100 | 1.5 | Hosts the rancher-server container (with no agent) | | rancher-agent1 | 192.168.33.101 | 1.0 | Hosts the rancher-agent container | | rancher-agent2 | 192.168.33.102 | 1.0 | Hosts the rancher-agent container | | rancher-agent3 | 192.168.33.103 | 1.0 | Hosts the rancher-agent container |

note 1: networking is set to host only

note 2: RAM requirements are for Rancher to run and for the agents to support database containers with certain RAM requirements (MySQL, etc)

Sync Folders

The /vagrant directory on each machine is mapped to /data/<machine-hostname>/ on the host

Usage

About

sets up a "realistic" Rancher environment via Vagrant


Languages

Language:Ruby 100.0%