Projet

Général

Profil

70_psin.xml

Philippe Carre, 05/12/2014 15:26

Télécharger (3,79 ko)

 
1
<?xml version='1.0' encoding='utf-8'?>
2

    
3
<creole>
4
    <files>
5
<!--        <file name='/usr/share/eole/firewall/00_root_psin.fw' mode='500' owner='root'/>
6
        <file name='/root/scripts/accounting.sh' mode='500' owner='root' mkdir='True'/>
7

8
        <package>supervision-psin</package> -->
9
    </files>
10
    <variables>
11
        <family name='sshd' mode='expert'>
12
            <variable name='ssh_allow_groups' redefine='True'>
13
                <value>nagios</value>
14
            </variable>
15
        </family>
16
        <family name='services locaux'>
17
            <variable name='activer_supervision_psin' type='oui/non' description='Alerter le PSIN pour la mise en supervision' mode='expert' exists='False'>
18
                <value>non</value>
19
            </variable>
20
        </family>
21
        <family name='supervision' mode='expert'>
22
            <variable name='activer_accounting' type='oui/non' description="Activer l'accounting" exists='False'>
23
                <value>non</value>
24
            </variable>
25
            <variable name='module_type' type='string' description='Type de module' exists='False'>
26
                <value>amon</value>
27
            </variable>
28
            <variable name='variante_type' type='string' description='Type de variante' exists='False'>
29
                <value>eSSL Morea</value>
30
            </variable>
31
            <variable name='psin_ip' type='ip' description='Adresse réseau à ajouter dans la supervision' multi='True' exists='False'>
32
                <value>192.168.250.0</value>
33
            </variable>
34
            <variable name='psin_netmask' type='netmask' description='Masque de sous réseau associé' multi='True' exists='False'>
35
                <value>255.255.255.224</value>
36
            </variable>
37
            <variable name='psin_email' type='string' description='Adresse Email du PSIN' exists='False'>
38
                <value>psin@developpement-durable.gouv.fr</value>
39
            </variable>
40
            <variable name='pne_email' type='string' description='adresse Email du PNE en charge du module' exists='False'>
41
                <value>pne-reseaux@developpement-durable.gouv.fr</value>
42
            </variable>
43
            <variable name='smtp_relais' type='string' description='relais smtp alternatif' exists='False'>
44
                <value>facteur.pne-reseaux.i2</value>
45
            </variable>
46
            <variable name='smtp_sender' type='string' description="compte d'envoi smtp alternatif" exists='False'>
47
                <value>eole@pne-reseaux.i2</value>
48
            </variable>
49
            <variable name='depots_key' type='string' description='path des cles de depots' exists='False'>
50
                <value>gpg</value>
51
            </variable>
52
            <variable name='dell_path' type='string' description='path du depot Dell' exists='False'>
53
                <value>/dell/omsa_6.5</value>
54
            </variable>
55
            <variable name='dell_key' type='string' description='cle du depot Dell' exists='False'>
56
                <value>cle_omsa_6.5.gpg</value>
57
            </variable>
58
            <variable name='hp_path' type='string' description='path du depot HP' exists='False'>
59
                <value>/hp/PSP/ubuntu</value>
60
            </variable>
61
            <variable name='hp_key' type='string' description='cle du depot HP' exists='False'>
62
                <value>cle_ProLiantSupportPack_8.70.gpg</value>
63
            </variable>
64
        </family>
65
    </variables>
66
    <constraints>
67
        <group master='psin_ip'>
68
            <slave>psin_netmask</slave>
69
        </group>
70

    
71
        <check name='valid_enum' target='module_type'>
72
            <param>['amon','eCDL','eSBL','zephir']</param>
73
        </check>
74
        <check name='valid_enum' target='variante_type'>
75
            <param>['standard','Applis Web','eSSL Morea','eSSL Internet','ppp']</param>
76
        </check>
77
    </constraints>
78
    <help/>
79
</creole>