Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgwalters/vagrant-atomic-cluster
Project Atomic (Vagrant style)
https://github.com/cgwalters/vagrant-atomic-cluster
Last synced: 1 day ago
JSON representation
Project Atomic (Vagrant style)
- Host: GitHub
- URL: https://github.com/cgwalters/vagrant-atomic-cluster
- Owner: cgwalters
- Created: 2015-04-15T02:19:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T02:13:29.000Z (over 7 years ago)
- Last Synced: 2024-11-16T21:41:56.246Z (about 1 month ago)
- Language: Shell
- Size: 90.8 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Atomic (Vagrant style)
------------------------------Use Vagrant and https://github.com/eparis/kubernetes-ansible to
provision a 3 machine local VM cluster of Project Atomic Hosts.Getting started: Vagrant installation
-------------------------------------Install Vagrant on:
- Fedora: https://fedoraproject.org/wiki/Changes/Vagrant
- CentOS (coming soon)Getting started: Initializing this module
-----------------------------------------$ git submodule update --init
You will need to do this every time the submodule changes.
Configuring
-----------Edit `config.yml` to use either `f22` or `centos7`.
Running
-------$ vagrant up
will get you the chosen Atomic Host, configured in a Kubernetes
cluster, with a master (hostname `master`) and two nodes (`node-1` and
`node-2).Updating the box
----------------$ atomic host upgrade -r
Destroying and redownloading the latest box
-------------------------------------------$ vagrant destroy
$ vagrant box remove $distro-atomic-host
$ virsh -c qemu:///system 'vol-delete --pool=default $distro-atomic-host_vagrant_box_image.img'