Skip to content

Commit

Permalink
Merge pull request CentOS-PaaS-SIG#195 from robled/beaker_topology_ex…
Browse files Browse the repository at this point in the history
…ample

Added Beaker topology example to docs
  • Loading branch information
herlo committed Mar 28, 2017
2 parents 1a8bbee + 2c58f1c commit dec689d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/topologies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Before, using Linchpin, Here are few Linchpin topology examples.
topologies_openstack
topologies_gcloud
topologies_hybrid
topologies_beaker
36 changes: 36 additions & 0 deletions docs/source/topologies_beaker.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Beaker Topologies
=================

.. contents:: Topics

.. _beaker_topologies:


Beaker Server
```````````````

.. code-block:: yaml
---
topology_name: beaker
resource_groups:
- resource_group_name: test1
res_group_type: beaker
job_group: ci-ops-central
recipesets:
- distro: RHEL-6.5
arch: x86_64
arches:
- X86_64
- X86_64
keyvalue:
- MEMORY>1000
- DISKSPACE>20000
hostrequire:
- arch=X86_64
count: 1
.. note::

Source of the above Beaker example can be found at `Example Topologies <https://github.com/CentOS-PaaS-SIG/linch-pin/tree/master/examples/topology>`_

0 comments on commit dec689d

Please sign in to comment.