Ajout d'une machine puppet pour des tests.
Ignore-this: 6ab3492d7eb33bd4065221b957d4aedc darcs-hash:20121203002543-b6762-5fc36e69d3cfcdf2a4d84d150b4de88af168f787.gz
This commit is contained in:
parent
e0a82fc83c
commit
8e86dbc11e
3 changed files with 20 additions and 0 deletions
13
Cfg/etc/xen/puppet/puppet
Normal file
13
Cfg/etc/xen/puppet/puppet
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# -*- coding: utf-8; mode: python -*-
|
||||||
|
|
||||||
|
execfile("/etc/xen/common_squeeze.py")
|
||||||
|
|
||||||
|
name = "puppet"
|
||||||
|
|
||||||
|
disk = [ vol(name, "slash", "xvda"),
|
||||||
|
vol(name, "var", "xvdb"),
|
||||||
|
vol(name, "swap", "xvdc") ]
|
||||||
|
|
||||||
|
|
||||||
|
vif = [ #pub('02:8c:42:42:67:4b'),
|
||||||
|
adm('02:8c:42:42:67:4c') ]
|
|
@ -48,6 +48,7 @@
|
||||||
<Client name="dhcp.adm.crans.org" profile="dhcp"/>
|
<Client name="dhcp.adm.crans.org" profile="dhcp"/>
|
||||||
<Client name="log.adm.crans.org" profile="log"/>
|
<Client name="log.adm.crans.org" profile="log"/>
|
||||||
<Client name="routeur.adm.crans.org" profile="routeur"/>
|
<Client name="routeur.adm.crans.org" profile="routeur"/>
|
||||||
|
<Client name="puppet.adm.crans.org" profile="puppet" pingable="Y"/>
|
||||||
|
|
||||||
<!-- Containers OpenVZ -->
|
<!-- Containers OpenVZ -->
|
||||||
<Client name="notyetbroken.adm.crans.org" profile="notyetbroken" pingable="N" pingtime="1252769390.14"/>
|
<Client name="notyetbroken.adm.crans.org" profile="notyetbroken" pingable="N" pingtime="1252769390.14"/>
|
||||||
|
|
|
@ -409,6 +409,12 @@
|
||||||
<Group name="dnssec-validation"/>
|
<Group name="dnssec-validation"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
|
<Group name="puppet"
|
||||||
|
profile="true">
|
||||||
|
<Group name="adm-only" />
|
||||||
|
<Group name="crans-squeeze"/>
|
||||||
|
<Group name="domu"/>
|
||||||
|
</Group>
|
||||||
<!-- profile de test -->
|
<!-- profile de test -->
|
||||||
|
|
||||||
<Group name="bcfg2tmp0" profile="true">
|
<Group name="bcfg2tmp0" profile="true">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue