An open API service indexing awesome lists of open source software.

https://github.com/michalswi/devops_training

vagrant boxes for devops training
https://github.com/michalswi/devops_training

chef gitlab jenkins vagrant

Last synced: 3 months ago
JSON representation

vagrant boxes for devops training

Awesome Lists containing this project

README

          

## devops training
In listed directories you can find Vagrantfile

**chef related:**
- main:
workstation + server(for chef-server)* + node
- for CI:
gitlab* + jenkins*

**additional directories:**
- bento, related to [this one](https://github.com/chef/bento)
- virt_py, virtualenv
- multi_machine, related to [this one](https://www.vagrantup.com/docs/multi-machine/ )
- kitchen_test, related to [this one](https://docs.chef.io/kitchen.html)
- jenkins_test_node, node added to jenkins for testing purposes

**docker with jenkins:**
```bash
$ docker run -d --name jenkins -p 8080:8080 jenkins:2.7.2
```

`*` requires manual config