-
Notifications
You must be signed in to change notification settings - Fork 1
Meeting 25 Jan 2019
Sebastian Fehlandt edited this page Jan 25, 2019
·
6 revisions
- Alessandro Caproni (ESO)
- Arturo Hoffstadt (ALMA
- Sebastian Fehlandt (Inria Chile)
- Maximiliano Olivares (Inria Chile)
- Antennas config is incomplete
- Will be fixed changing all config to use 4 templates, create issue for that
- Separation of private configuration and info:
- Currently there are lots of information that maybe should be private, such as the CDB
- We also have some files (e.g. .env files) with configuration that is private and it is not versioned in Github, we maintain changes in the Server and we never commit them. We should keep track of them too
- Our plugins may have configuration info about the system where they read data that may be better to keep private
- We propose to move the cdb out of the integration tools repo to a private repo, it could be the ias-private-files repo
- We can add a folder for CDB, DisplaysConfig, and PluginsConfig and keep everything there.
- This way we can maintain the code public and this sensible info private
- Another option is to use something like git-crypt
- Decision: Arturo will provide a private repo and we will move the CDB and private files there
- Bacnet plugin:
- Sebastián will email Cesar to request videocon to clarify properties of request
- After that Inria team will discuss with Alessandro how to transform the script into a plugin
- Timestamp for Heartbeat (Core produced alarms):
- We will use a single timestamp "productionTimestamp"
- Inria team will proceed with feedback form operators in the meantime (before we meet with Cesar)
- Issues will be created
- Heartbeat IDs and message refactored (@see #145)
- Reasearch for development of BacNet plugin to get alarms from Metasys
- Finish refactor alarms configuration in Webserver and Display