-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlinks.html
58 lines (56 loc) · 2.22 KB
/
links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: page
title: Links
header: Interessante Verweise
group: navigation
links:
- Atomic: http://www.projectatomic.io/
- Auegas: http://augeas.net/
- bats: https://github.com/sstephenson/bats
- Berkshelf: http://berkshelf.com/
- Chef OpsCode : http://www.getchef.com/
- Chef Foreman # ChefConf 2014: https://www.youtube.com/watch?v=mtR0mCeisbs
- Chef Foreman # git: https://github.com/optiflows-cookbooks/foreman
- centos: http://www.centos.org/
- cobblerd: http://www.cobblerd.org/
- CoreOS: https://coreos.com/
- Cucumber: http://cukes.info/
- Docker: https://www.docker.io/
- Foreman: http://theforeman.org/
- geard: http://openshift.github.io/geard/
- gerrit: https://code.google.com/p/gerrit/
- github: http://github.com/
- guard: http://guardgem.org/
- Kitchen: http://kitchen.ci/
- Kitchen with Salt: https://github.com/simonmcc/kitchen-salt/blob/master/INTRODUCTION.md
- infrastester: https://github.com/ryotarai/infrataster
- infratester sildes: https://speakerdeck.com/ryotarai/infrataster-infra-behavior-testing-framework-number-oedo04
- jekyll: http://jekyllrb.com/
- jenkins: http://jenkins-ci.org/
- leibniz: http://leibniz.cc/
- opennebula: http://opennebula.org/
- openstack: https://www.openstack.org/
- Packer: http://www.packer.io/
- performanceci: http://www.performanceci.com/
- Puppet: http://puppetlabs.com/
- Puppet vagrant testing box: https://github.com/aschmidt75/puppet-testing-vm.git
- Rspec: http://rspec.info/
- Rspec Docs: https://relishapp.com/rspec
- Salt: http://www.saltstack.com/
- Serverspec: http://serverspec.org/
- ServerSpec Andreas auf der OSDC-2014: http://de.slideshare.net/aschmidt75/testing-server-infrastructure-with-serverspec
- ServerSpec und Sesnu: http://de.slideshare.net/m_richardson/serverspec-and-sensu-testing-and-monitoring-collide
- Vagrant: http://www.vagrantup.com/
- Vagrant Boxes: http://www.vagrantbox.es/
- Vagrant Shared Box Cloud # hashicorp: https://vagrantcloud.com/
- Veewee: https://github.com/jedi4ever/veewee
- Virtualbox: https://www.virtualbox.org/
- wercker: http://devcenter.wercker.com/
---
<ul>
{% for link_hash in page.links %}
<li>{% for link in link_hash %}
<a href="{{ link[1] }}">{{ link[0] }}</a>
{% endfor %}</li>
{% endfor %}
</ul>