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
Task to integrate DIST-S1 PGE v6.0.0-er.2.0 with OPERA PCM. Sub-tasks should include:
Update the DIST-S1 version in the following terraform modules under cluster_provisioning
dev-e2e/variables.tf
dev-int/override.tf
dev/variables.tf`
ebs-snapshot/variables.tf
modules/common/variables.tf
Update regular expressions for DIST-S1 as-needed in the following files:
conf/settings.yaml
conf/pge_outputs.yaml
conf/sds/files/datasets.json
conf/sds/files/datasets.json.tmpl.asg
Update conf/schema/RunConfig_schema.L3_DIST_S1.yaml with any changes to the SAS schema
Update conf/RunConfig.yaml.L3_DIST_S1.jinja2.tmpl to account for any updates to the SAS schema
Update the entry for DIST-S1 in conf/sds/rules/user_rules-cnm.json.tmpl to ensure the following
staged_data_types["browse"] includes a *.png entry
staged_data_types["metadata"] includes a *.iso.xml entry
Update the DIST-S1 version in docker/job-spec.json.SCIFLO_L3_DIST_S1
Add an entry for DIST-S1 to the dependency_images section of docker/job-spec.json.pge_smoke_test
Update opera_chimera/configs/pge_configs/PGE_L3_DIST_S1.yaml to account for any changes made to conf/RunConfig.yaml.L3_DIST_S1.jinja2.tmpl
Update opera_chimera/precondition_functions.py as needed
Update util/pge_util.get_dist_s1_simulated_output_filenames() to account for any changes to the expected file name conventions
Revisit wrapper/pge_functions.dist_s1_lineage_metadata() and wrapper/pge_functions.update_dist_s1_runconfig() to see if any updates are required based on any of the other changes made
Deploy dev cluster and test the following
DIST-S1 in simulation mode
DIST-S1 in real mode
PGE on-demand smoke test for DIST-S1
Describe the feature request
I need or want [...]
The text was updated successfully, but these errors were encountered:
Checked for duplicates
Yes - I've already checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
Task to integrate DIST-S1 PGE v6.0.0-er.2.0 with OPERA PCM. Sub-tasks should include:
cluster_provisioning
dev-e2e/variables.tf
dev-int/override.tf
ebs-snapshot/variables.tf
modules/common/variables.tf
conf/settings.yaml
conf/pge_outputs.yaml
conf/sds/files/datasets.json
conf/sds/files/datasets.json.tmpl.asg
conf/schema/RunConfig_schema.L3_DIST_S1.yaml
with any changes to the SAS schemaconf/RunConfig.yaml.L3_DIST_S1.jinja2.tmpl
to account for any updates to the SAS schemaconf/sds/rules/user_rules-cnm.json.tmpl
to ensure the followingstaged_data_types["browse"]
includes a*.png
entrystaged_data_types["metadata"]
includes a*.iso.xml
entrydocker/job-spec.json.SCIFLO_L3_DIST_S1
dependency_images
section ofdocker/job-spec.json.pge_smoke_test
opera_chimera/configs/pge_configs/PGE_L3_DIST_S1.yaml
to account for any changes made toconf/RunConfig.yaml.L3_DIST_S1.jinja2.tmpl
opera_chimera/precondition_functions.py
as neededutil/pge_util.get_dist_s1_simulated_output_filenames()
to account for any changes to the expected file name conventionswrapper/pge_functions.dist_s1_lineage_metadata()
andwrapper/pge_functions.update_dist_s1_runconfig()
to see if any updates are required based on any of the other changes madeDescribe the feature request
I need or want [...]
The text was updated successfully, but these errors were encountered: