Blame view

config/old_config/config.yml 1.99 KB
4497eb3e   Alexis Koralewski   updating config, ...
1
OBSERVATORY: 
ca0e0b5b   aklotz   tests yaml pour l...
2
3
4
    _name: TNC

    UNITS: 
4497eb3e   Alexis Koralewski   updating config, ...
5
        - UNIT: 
ca0e0b5b   aklotz   tests yaml pour l...
6
7
8
9
10
11
12
13
14
15
            _name: TNC-Telescope
            # _Site: (home, ligne d'horizon)

            MOUNT:
                _name: TNC-Mount
                _components:
                    - Mount_TM350-Astromecca_sn459.yml
            
            CHANNELS:
            
4497eb3e   Alexis Koralewski   updating config, ...
16
                - CHANNEL:
ca0e0b5b   aklotz   tests yaml pour l...
17
18
19
20
21
22
                    _name: TNC-NW
                    _components: 
                        - Camera_FLIKepler4040_sn123.yml
                        - Focuser_Optec_sn341.yml
                        - Optic_TakahashiED180_sn445.yml
                
4497eb3e   Alexis Koralewski   updating config, ...
23
                - CHANNEL:
ca0e0b5b   aklotz   tests yaml pour l...
24
25
                    _name: TNC-NE

4497eb3e   Alexis Koralewski   updating config, ...
26
                - CHANNEL:
ca0e0b5b   aklotz   tests yaml pour l...
27
28
                    _name: TNC-SW

4497eb3e   Alexis Koralewski   updating config, ...
29
                - CHANNEL:
ca0e0b5b   aklotz   tests yaml pour l...
30
31
32
33
                    _name: TNC-SE

            COMPUTERS:
            
4497eb3e   Alexis Koralewski   updating config, ...
34
                - COMPUTER:
ca0e0b5b   aklotz   tests yaml pour l...
35
36
37
38
39
40
41
                    _name: PyROS_bdd
                    _file: Computer_DELL_PowerEdge7000_sn599.yml
                    _hostname: TNC_PC_DB
                    database:
                        name: MySQL
                        port: 3306

4497eb3e   Alexis Koralewski   updating config, ...
42
                - COMPUTER:
ca0e0b5b   aklotz   tests yaml pour l...
43
44
45
46
47
48
49
50
                    _name: PyROS_principal
                    _file: Computer_DELL_E6430_sn000.yml
                    _hostname: TNC_PC1
                    _role: Main
                    agents:
                        - Majordome: /home/pyros/private/majordome_perso
                        - Monitoring: ~

4497eb3e   Alexis Koralewski   updating config, ...
51
                - COMPUTER:
ca0e0b5b   aklotz   tests yaml pour l...
52
53
54
55
56
57
58
59
60
                    _name: PyROS_spare
                    _file: Computer_DELL_E6430_sn001.yml
                    _hostname: TNC_PC2
                    _role: Spare
                    _main: TNC_PC1
                    agents:
                        - Majordome: ~
                        - Monitoring: ~

4497eb3e   Alexis Koralewski   updating config, ...
61
                - COMPUTER:
ca0e0b5b   aklotz   tests yaml pour l...
62
63
64
65
66
67
                    _name: PyROS_channel
                    _file: Computer_DELL_MiniPC_s772.yml
                    _hostname: TNC_MINIPC_SW
                    _role: Main
                    agents:
                        - Camera: ~