diff --git a/CHANGELOG b/CHANGELOG index 925947d..49e3dcc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +02-02-2023 (AKo): v0.6.17.O + - Add computer config for astroguita + +01-02-2023 (AKo): v0.6.17.0 + - Add parse arg function to Agent + 19-01-2023 (AKo): v0.6.17.0 - Add API docs to website - Larger command column in agents commands list diff --git a/privatedev/config/tnc/computer_astroguita.yml b/privatedev/config/tnc/computer_astroguita.yml new file mode 100644 index 0000000..c23f724 --- /dev/null +++ b/privatedev/config/tnc/computer_astroguita.yml @@ -0,0 +1,23 @@ +# Schema file to check the syntax of this config file +schema: schema_computer-2.0.yml + +# Here is the description of the configuration of an isolated computer +COMPUTER: + + inventory_label: IRAP-xxx + manufacturer: HP + model: EliteBook840 + description: "Intel(R)" + sn: xxx + power: + voltage: 19 + intensity: 5 + socket: "USB-C" + + hostname: ceres + + virtual_machine: False + os: Ubuntu + os_version: "22" + network_interfaces: + - 48-51-C5-DE-11-0B # Wifi diff --git a/privatedev/config/tnc/observatory_tnc.yml b/privatedev/config/tnc/observatory_tnc.yml index 9d2a37d..63f2143 100644 --- a/privatedev/config/tnc/observatory_tnc.yml +++ b/privatedev/config/tnc/observatory_tnc.yml @@ -153,6 +153,13 @@ OBSERVATORY: # IP attributed by the Router network_ip: 192.168.0.12 + - COMPUTER: + name: astroguitaComputer + file: computer_astroguita.yml + role: Main + network_interface_index: 0 + # IP attributed by the Router + network_ip: 192.168.0.13 # === Assembly of devices into units # A unit is a robotic telescope @@ -371,7 +378,10 @@ OBSERVATORY: - AGENT: name: AgentSST1 computer: AKoralewskiPersoComputer - + - AGENT: + name: AgentSST4 + computer: astroguitaComputer + - AGENT: name: AgentSST2 computer: AKlotzPersoComputer -- libgit2 0.21.2