nasa / opera-sds-pcm

Observational Products for End-Users from Remote Sensing Analysis (OPERA)
Apache License 2.0
16 stars 12 forks source link

terraform feature: Create a text file on Mozart upon deployment that contains PCM release version information #764

Closed philipjyoon closed 8 months ago

philipjyoon commented 8 months ago

Checked for duplicates

Yes - I've already checked

Alternatives considered

Yes - and alternatives don't suffice

Related problems

I'm frustrated when it's basically impossible to figure out which PCM version a particular deployment is running. We have to manually track this and it's prone to user-error.

Describe the feature request

Create a terraform resource that creates a text file in the home directory of hysdsops user on Mozart machine that includes information such as following:

hhlee445 commented 8 months ago

'sds pkg ls' for the PCM version
'docker image ls' for the PGE versions

philipjyoon commented 8 months ago

What @hhlee445 mentioned meets the need.