Skip to content

Instantly share code, notes, and snippets.

@markllama
Last active December 20, 2015 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markllama/6166599 to your computer and use it in GitHub Desktop.
Save markllama/6166599 to your computer and use it in GitHub Desktop.
An example site fragment for an OpenShift Origin service description.
#
# OpenShift Origin service definitions
#
$openshift = {
# OpenShift Service Parameters
cloud_domain => 'app.example.org',
broker_hosts => ['broker.infra.example.org'],
datastore => {
plugin => 'mongo',
# more later
}
messaging => {
plugin => 'mcollective',
# more later
},
publication => {
plugin => 'route53',
# more later
},
authentication => {
plugin => 'remote',
# more later
}
}
import 'nodes/*.pp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment