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
- Host: GitHub
- URL: https://github.com/michalswi/devops_training
- Owner: michalswi
- Created: 2017-02-07T14:59:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T08:35:35.000Z (over 9 years ago)
- Last Synced: 2025-01-13T10:51:23.740Z (over 1 year ago)
- Topics: chef, gitlab, jenkins, vagrant
- Language: Ruby
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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