Skip to content

shawnHartsell/vagrant-rancher-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages