Skip to content

Instantly share code, notes, and snippets.

@markllama
Created August 6, 2013 17:34
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/6166658 to your computer and use it in GitHub Desktop.
Save markllama/6166658 to your computer and use it in GitHub Desktop.
A set of node definitions using the information from the master service class
#
# Node definitions for an OpenShift Origin service
#
node 'broker.infra.example.org' {
class {'mcollective::client':
}
class {'openshift::broker':
}
}
node 'data1.infra.example.org' {
class {'mongodb-server':
}
class {'openshift::datastore':
}
}
node 'message1.infra.example.org' {
class {'activemq':
}
class {'openshift::message-queues::activemq':
}
}
node 'node1.infra.example.org' {
class {'mcollective::server':
}
class {'openshift::node': {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment