Commit b06742d04b97946c14012a7cdc218c4b54ca9524
1 parent
d97718ac
Exists in
dev
Ajout de mon ordi perso Dell dans la config de TNC
Showing
2 changed files
with
32 additions
and
0 deletions
Show diff stats
privatedev/config/tnc/computer_Dell_Precision5550_snLW2134IRC3.yml
0 → 100644
... | ... | @@ -0,0 +1,22 @@ |
1 | +# Schema file to check the syntax of this config file | |
2 | +schema: schema_computer-2.0.yml | |
3 | + | |
4 | +# Here is the description of the configuration of an isolated computer | |
5 | +COMPUTER: | |
6 | + | |
7 | + inventory_label: IRAP-LW2134IRC3 | |
8 | + manufacturer: Dell | |
9 | + model: Precision5550 | |
10 | + description: "Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz 2.71 GHz 32,0 Go" | |
11 | + sn: 00330-53790-62025-AAOEM | |
12 | + power: | |
13 | + voltage: 19 | |
14 | + intensity: 5 | |
15 | + socket: "USB-C" | |
16 | + | |
17 | + hostname: ORION | |
18 | + virtual_machine: False | |
19 | + os: Windows x64 | |
20 | + os_version: "10" | |
21 | + network_interfaces: | |
22 | + - 48-51-C5-DE-11-0B # Wifi | ... | ... |
privatedev/config/tnc/observatory_tnc.yml
... | ... | @@ -112,6 +112,16 @@ OBSERVATORY: |
112 | 112 | network_interface_index: 0 |
113 | 113 | # IP attributed by the Router |
114 | 114 | network_ip: 192.168.0.11 |
115 | + | |
116 | + - COMPUTER: | |
117 | + name: AKlotzPersoComputer | |
118 | + file: computer_Dell_Precision5550_snLW2134IRC3.yml | |
119 | + # Describe here the configuration of the computer in operation | |
120 | + role: Main | |
121 | + # Choice of the interface to connect the computer to the network (cf. _network_interfaces in _file) | |
122 | + network_interface_index: 0 | |
123 | + # IP attributed by the Router | |
124 | + network_ip: 192.168.1.7 | |
115 | 125 | |
116 | 126 | # === Assembly of devices into units |
117 | 127 | # A unit is a robotic telescope | ... | ... |