diff --git a/work-notes.md b/work-notes.md index d9f09b9..25290ba 100644 --- a/work-notes.md +++ b/work-notes.md @@ -2,26 +2,10 @@ ## Working on -### MS-8883 - Update ms-agent to support cumulus-linux ZTP -~~Asked Eduard and Ciprian for status~~ - -ZTP flow expects that the switch exists in the database. We need to change that so it's creating a switch if missing. TBD how - -**Meeting notes:** -* According to Sergiu this is a known limitation -* It should be possible to use the same AFC flow as for ONIE -* There doesn't seem to be a defect/story for it -* Unknown priorty, check with Mike if needed -* should be able to test in GNS3 -* MS-8883 can't be tested because they don't have a image compatible with GNS3 - -Will add the functionality from the onie and check if it's enough by asking some from networking to test. - -https://chat.metalsoft.io/bigstep/pl/9f8apnf6cfd88pgd98ggw7q6pr -need to figure out what is going on with reprovisioning, and as usual there is no documentation for that ### MS-7764 - Bare Metal Instances support for Morpheus +TOP PRIORITY https://developer.morpheusdata.com/start/ @@ -44,17 +28,10 @@ Sergiu ? There is a discussion on matermost that Mike will add in the defect -### MS-9347 - Unhandled exception causes chain restarts in the Inventory ms and erratic behavior for the server after multiple deploys -**Multiple actual issues:** -* inventory microservice was exiting on a SQL error due await missing - added await -* the size of the field for the agent_version was limited in the database - updated the size to 255 for both the `agent_version` and the calculated field `agent_type_and_version` -* there was a panic in the ms-tunnel, handled both by me and Sergiu - ***TODO*** - verify how to reproduce -* updated the version checking in the ms-tunnel to convert known tags to a semantic version - ***TODO*** - clarify the changes, and document them -**TODO** -* add changes summary and test hints in the defect -* reasign to Andrei + + ### MS-7455 - Implement support for HTTPS Proxy tunneling in ms-agent @@ -76,6 +53,36 @@ https://developer.morpheusdata.com/start/ ## Waiting for +### MS-8883 - Update ms-agent to support cumulus-linux ZTP + +~~Asked Eduard and Ciprian for status~~ + +ZTP flow expects that the switch exists in the database. We need to change that so it's creating a switch if missing. TBD how + +**Meeting notes:** +* According to Sergiu this is a known limitation +* It should be possible to use the same AFC flow as for ONIE +* There doesn't seem to be a defect/story for it +* Unknown priorty, check with Mike if needed +* should be able to test in GNS3 +* MS-8883 can't be tested because they don't have a image compatible with GNS3 + +Will add the functionality from the onie and check if it's enough by asking some from networking to test. + +https://chat.metalsoft.io/bigstep/pl/9f8apnf6cfd88pgd98ggw7q6pr +need to figure out what is going on with reprovisioning, and as usual there is no documentation for that + + +### MS-9347 - Unhandled exception causes chain restarts in the Inventory ms and erratic behavior for the server after multiple deploys + +added fix information and sent to QA, waiting for any questions + +**Multiple actual issues:** +* inventory microservice was exiting on a SQL error due await missing - added await +* the size of the field for the agent_version was limited in the database - updated the size to 255 for both the `agent_version` and the calculated field `agent_type_and_version` +* there was a panic in the ms-tunnel, handled both by me and Sergiu +* updated the version checking in the ms-tunnel to convert known tags to a semantic version + ### MS-9358 - Remove syslog priority filter from API and backend