~0x44/nova/extdoc

« back to all changes in this revision

Viewing changes to contrib/puppet/manifests/templates.pp

  • Committer: NTT PF Lab.
  • Date: 2010-12-24 11:38:49 UTC
  • mto: This revision was merged to the branch mainline in revision 564.
  • Revision ID: openstack@lab.ntt.co.jp-20101224113849-z9nemzmki17bxnvw
SupportĀ IPv6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# templates.pp
 
2
 
 
3
import "classes/*"
 
4
 
 
5
class baseclass {
 
6
#  include dns-client  # FIXME: missing resolv.conf.erb??
 
7
  include issue
 
8
}
 
9
 
 
10
node default {
 
11
  $nova_site = "undef"
 
12
  $nova_ns1 = "undef"
 
13
  $nova_ns2 = "undef"
 
14
#  include baseclass
 
15
}
 
16
 
 
17
# novanode handles the system-level requirements for Nova/Swift nodes
 
18
class novanode {
 
19
  include baseclass
 
20
  include lvmconf
 
21
}