Kcr19 / mender_gcp_ota_demo

Demo scripts for a GCP+Mender demo.
Apache License 2.0
0 stars 1 forks source link

bake in project and registry id #5

Closed ptone closed 5 years ago

ptone commented 5 years ago

these need to be incorporated into the build, these then still need to be read in from the python script

These could be put in /etc/gcp as a simple ini or json file, then read in by the python script

currently the python agent that starts on boot has these hardcoded

drewmoseley commented 5 years ago

A first pass at this is now in https://github.com/Kcr19/mender_gcp_ota_demo/pull/10

ptone commented 5 years ago

This seems to work as intended - I have some fixes for the agent code with some syntax and line ending issues