Add an example file

This file contains an example for how to build
a glance single node installation.
This commit is contained in:
Dan Bode 2012-03-16 22:46:40 -07:00
parent 2167074954
commit 0d205ba2e2
1 changed files with 15 additions and 0 deletions

15
examples/single.pp Normal file
View File

@ -0,0 +1,15 @@
node glance {
# set up glance server
class { 'glance::api':
swift_store_user => 'foo_user',
swift_store_key => 'foo_pass',
}
class { 'glance::registry': }
}
node default {
fail("could not find a matching node entry for ${clientcert}")
}