You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
187 improve initial default adm load process (#323)
* Grafana updates including: Upgraded to v12, switched internal DB to PostgresSQL, consolidated dashboard+widget definitions and moved to a text provisioning file, and updated anms-ui monitor to use the new dashboard. Address #282 and #283
* Added to UI a prototype Help page and a Not Found page handler.
* Resolve default database warning in grafana (hopefully).
* Added upgrading file
* Add amp-manager to UI Status page
* added inifinity-datasource plugin and example panels
* updated layout of panels
* Fix core '/services' REST API to return JSON instead of text
* Core REST API bugfixes to detect timeouts and resolve potential error with overloaded status variable.
* initial dev creating a internal transcoder
* working version, added new profile default is internal transcoding
* working transcoder fixed issue with threading and DB
* Automatically create GHCR images when a tag is created. This supplements the formal release process which also triggers publication.
* Fix ghcr name if triggered by tag
* Fixing grafana authnz/demo websocket proxy configuration.
* removed services related to transcoder since they arent up by default
* added --ignore flag for podman volume creaete to avoid name error
* moved grafana db password to enviroment var
* moving adms init
* moved init adms logic into transcoder
* added new folder for adding new ADMS in core
* added gitignore to extra_adms to avoid extra adms be added to main
* moved init logic to avoid loop startup error
* loading default ADMs controlled by a new route
* removed uneeded f-string
---------
Co-authored-by: David Edell <david.edell@jhuapl.edu>
Co-authored-by: David Linko <david.linko@jhuapl.edu>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ point. With ANMS running, go to `localhost:8080` and log in to the database with
193
193
194
194
### ADM and Agent Updates
195
195
196
-
Changes to ADMs are handled on the Manager by uploading a new version of the ADM via the Web UI.
196
+
By default after building the system, ANMS starts with the ADMs defined in `deps/dtnma-adms` and ADMs added to `anms-core/extra_adms`. Changes to and adding new ADMs are handled on the Manager by uploading a new version of the ADM via the Web UI or the REST POST endpoint `http://localhost:5555/adms/`.
197
197
The manager will then be able to use the new ADM.
198
198
199
199
Changes to a test Agent are more complicated, and require auto-generated C sources built into the ION source tree.
0 commit comments