Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waiting for review: Chore(QA): DCF PROD Release 2020 Q1 1585800777 #1330

Conversation

themarcelor
Copy link
Contributor

@themarcelor themarcelor commented Apr 2, 2020

copying files from nci-crdc-staging.datacommons.io to nci-crdc.datacommons.io.

This PR has been created with:

python gen3release-sdk/env_cli.py copy 
-s ~/workspace/cdis-manifest/nci-crdc-staging.datacommons.io 
-e ~/workspace/cdis-manifest/nci-crdc.datacommons.io 
-pr "JUST A TEST, PLEASE IGNORE: Chore(QA): DCF PROD Release 2020 Q1 1585800777"

@PlanXCyborg
Copy link
Contributor

nci-crdc.datacommons.io/manifest.json

Deployment changes

  • fence
  • peregrine
  • portal
    • New optional title parameter in Terra Export Warning configuration: terraExportWarning: { subjectThreshold: int, title: string(optional), message: string(optional) } (uc-cdis/portal#656)
    • Added terraExportWarning: { subjectThreshold: <number>, message: <string, optional> } to portal config. (uc-cdis/portal#642)
    • New optional portal config flag: dataExplorerConfig.terraTemplate. The value of this parameter is placed in the Terra export URL as the value of the query parameter 'template'. (uc-cdis/portal#645)
    • InCommon login needs fence 4.8.0 (uc-cdis/portal#595)
    • Need Guppy 0.3.7+ to handle large file size (uc-cdis/portal#603)
    • if deployed with "useArboristUI": true, needs Arborist's GET /auth/mapping endpoint to be exposed via revproxy. (useArboristUI false by default) (uc-cdis/portal#592)
    • New optional portal config field called adminPreAppliedFilters. Goes in data/config/*.json. (uc-cdis/portal#576)
    • For a "cert" if the required document is a quiz, then hasCorrectAnswers should be true, otherwise false. (uc-cdis/portal#571)
    • Windmill lists unmapped files by checking Indexd. Before centralized auth's deployment, a file was determined to be unmapped by checking if the acl field was null. After centralized auth, we use the authz field instead. The new manifest configuration setting use_indexd_authz in the global block specifies which of the two fields should be used. This field defaults to false. (uc-cdis/portal#570)
    • Deployed in https://qa-canine.planx-pla.net with fence version < 3, index authz field set to false (uc-cdis/portal#570)
    • (by default). (uc-cdis/portal#570)
    • Deployed in https://qa-brain.planx-pla.net with fence version > 3, index authz field set to true. (uc-cdis/portal#570)
    • New portal configuration and images for AnVIL (uc-cdis/portal#569)
    • Requires a url to be specified in dataExplorerConfig called terraExportURL (uc-cdis/portal#568)
    • This should be bvdp-saturn-${env}.appspot.com/#import-data, where ${env} is dev, staging, or prod (uc-cdis/portal#568)
    • Needs a version of cloud-automation that exposes arborist's auth/proxy endpoint (uc-cdis/portal#565)
    • fixed DAT requires Guppy >= 0.3.1 (uc-cdis/portal#563)
    • DAT requires Guppy >= 0.3.0 (uc-cdis/portal#561)
    • This change requires sower version >= 0.3.0. (uc-cdis/portal#562)
    • This PR requires feat/support is not op for filter guppy#45 (0.2.1+) if want to use Guppy for NIAID (uc-cdis/portal#558)
    • require fileExplorerConfig block with buttons (uc-cdis/portal#554)
    • New manifest.json variable: logout_inactive_users. Defaults to true if not provided. (uc-cdis/portal#526)
    • Feat/logout user opt out cloud-automation#818 (uc-cdis/portal#526)
    • enable source map tool so that developers could have better debugging under dev mode (uc-cdis/portal#514)
    • Fix warning from fsevents packages during docker image building (uc-cdis/portal#488)
    • Add flag to npm ci in dockerfile to support npm prepared files from ui-component library (uc-cdis/portal#488)
    • Workspace button in DCF Sandbox (uc-cdis/portal#466)
  • sheepdog

@themarcelor themarcelor changed the title JUST A TEST, PLEASE IGNORE: Chore(QA): DCF PROD Release 2020 Q1 1585800777 DO NOT MERGE! - JUST A TEST, PLEASE IGNORE: Chore(QA): DCF PROD Release 2020 Q1 1585800777 Apr 2, 2020
@themarcelor themarcelor changed the title DO NOT MERGE! - JUST A TEST, PLEASE IGNORE: Chore(QA): DCF PROD Release 2020 Q1 1585800777 Waiting for review: Chore(QA): DCF PROD Release 2020 Q1 1585800777 Apr 7, 2020
@@ -1,137 +1,14 @@
S3_BUCKETS:
tcga-protected-dcf-databucket-gen3:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this has been deleted?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR was created by a new Gen3-QA autoamtion (from our gen3release-sdk) so it blindly copies everything from preprod to prod.
That seems to be one exception I will need to accommodate in that PR-creation logic.

Thanks for checking!

@PlanXCyborg
Copy link
Contributor

nci-crdc.datacommons.io/manifest.json

Deployment changes

  • fence
  • peregrine
  • portal
    • New optional title parameter in Terra Export Warning configuration: terraExportWarning: { subjectThreshold: int, title: string(optional), message: string(optional) } (uc-cdis/portal#656)
    • Added terraExportWarning: { subjectThreshold: <number>, message: <string, optional> } to portal config. (uc-cdis/portal#642)
    • New optional portal config flag: dataExplorerConfig.terraTemplate. The value of this parameter is placed in the Terra export URL as the value of the query parameter 'template'. (uc-cdis/portal#645)
    • InCommon login needs fence 4.8.0 (uc-cdis/portal#595)
    • Need Guppy 0.3.7+ to handle large file size (uc-cdis/portal#603)
    • if deployed with "useArboristUI": true, needs Arborist's GET /auth/mapping endpoint to be exposed via revproxy. (useArboristUI false by default) (uc-cdis/portal#592)
    • New optional portal config field called adminPreAppliedFilters. Goes in data/config/*.json. (uc-cdis/portal#576)
    • For a "cert" if the required document is a quiz, then hasCorrectAnswers should be true, otherwise false. (uc-cdis/portal#571)
    • Windmill lists unmapped files by checking Indexd. Before centralized auth's deployment, a file was determined to be unmapped by checking if the acl field was null. After centralized auth, we use the authz field instead. The new manifest configuration setting use_indexd_authz in the global block specifies which of the two fields should be used. This field defaults to false. (uc-cdis/portal#570)
    • Deployed in https://qa-canine.planx-pla.net with fence version < 3, index authz field set to false (uc-cdis/portal#570)
    • (by default). (uc-cdis/portal#570)
    • Deployed in https://qa-brain.planx-pla.net with fence version > 3, index authz field set to true. (uc-cdis/portal#570)
    • New portal configuration and images for AnVIL (uc-cdis/portal#569)
    • Requires a url to be specified in dataExplorerConfig called terraExportURL (uc-cdis/portal#568)
    • This should be bvdp-saturn-${env}.appspot.com/#import-data, where ${env} is dev, staging, or prod (uc-cdis/portal#568)
    • Needs a version of cloud-automation that exposes arborist's auth/proxy endpoint (uc-cdis/portal#565)
    • fixed DAT requires Guppy >= 0.3.1 (uc-cdis/portal#563)
    • DAT requires Guppy >= 0.3.0 (uc-cdis/portal#561)
    • This change requires sower version >= 0.3.0. (uc-cdis/portal#562)
    • This PR requires feat/support is not op for filter guppy#45 (0.2.1+) if want to use Guppy for NIAID (uc-cdis/portal#558)
    • require fileExplorerConfig block with buttons (uc-cdis/portal#554)
    • New manifest.json variable: logout_inactive_users. Defaults to true if not provided. (uc-cdis/portal#526)
    • Feat/logout user opt out cloud-automation#818 (uc-cdis/portal#526)
    • enable source map tool so that developers could have better debugging under dev mode (uc-cdis/portal#514)
    • Fix warning from fsevents packages during docker image building (uc-cdis/portal#488)
    • Add flag to npm ci in dockerfile to support npm prepared files from ui-component library (uc-cdis/portal#488)
    • Workspace button in DCF Sandbox (uc-cdis/portal#466)
  • sheepdog

1 similar comment
@PlanXCyborg
Copy link
Contributor

nci-crdc.datacommons.io/manifest.json

Deployment changes

  • fence
  • peregrine
  • portal
    • New optional title parameter in Terra Export Warning configuration: terraExportWarning: { subjectThreshold: int, title: string(optional), message: string(optional) } (uc-cdis/portal#656)
    • Added terraExportWarning: { subjectThreshold: <number>, message: <string, optional> } to portal config. (uc-cdis/portal#642)
    • New optional portal config flag: dataExplorerConfig.terraTemplate. The value of this parameter is placed in the Terra export URL as the value of the query parameter 'template'. (uc-cdis/portal#645)
    • InCommon login needs fence 4.8.0 (uc-cdis/portal#595)
    • Need Guppy 0.3.7+ to handle large file size (uc-cdis/portal#603)
    • if deployed with "useArboristUI": true, needs Arborist's GET /auth/mapping endpoint to be exposed via revproxy. (useArboristUI false by default) (uc-cdis/portal#592)
    • New optional portal config field called adminPreAppliedFilters. Goes in data/config/*.json. (uc-cdis/portal#576)
    • For a "cert" if the required document is a quiz, then hasCorrectAnswers should be true, otherwise false. (uc-cdis/portal#571)
    • Windmill lists unmapped files by checking Indexd. Before centralized auth's deployment, a file was determined to be unmapped by checking if the acl field was null. After centralized auth, we use the authz field instead. The new manifest configuration setting use_indexd_authz in the global block specifies which of the two fields should be used. This field defaults to false. (uc-cdis/portal#570)
    • Deployed in https://qa-canine.planx-pla.net with fence version < 3, index authz field set to false (uc-cdis/portal#570)
    • (by default). (uc-cdis/portal#570)
    • Deployed in https://qa-brain.planx-pla.net with fence version > 3, index authz field set to true. (uc-cdis/portal#570)
    • New portal configuration and images for AnVIL (uc-cdis/portal#569)
    • Requires a url to be specified in dataExplorerConfig called terraExportURL (uc-cdis/portal#568)
    • This should be bvdp-saturn-${env}.appspot.com/#import-data, where ${env} is dev, staging, or prod (uc-cdis/portal#568)
    • Needs a version of cloud-automation that exposes arborist's auth/proxy endpoint (uc-cdis/portal#565)
    • fixed DAT requires Guppy >= 0.3.1 (uc-cdis/portal#563)
    • DAT requires Guppy >= 0.3.0 (uc-cdis/portal#561)
    • This change requires sower version >= 0.3.0. (uc-cdis/portal#562)
    • This PR requires feat/support is not op for filter guppy#45 (0.2.1+) if want to use Guppy for NIAID (uc-cdis/portal#558)
    • require fileExplorerConfig block with buttons (uc-cdis/portal#554)
    • New manifest.json variable: logout_inactive_users. Defaults to true if not provided. (uc-cdis/portal#526)
    • Feat/logout user opt out cloud-automation#818 (uc-cdis/portal#526)
    • enable source map tool so that developers could have better debugging under dev mode (uc-cdis/portal#514)
    • Fix warning from fsevents packages during docker image building (uc-cdis/portal#488)
    • Add flag to npm ci in dockerfile to support npm prepared files from ui-component library (uc-cdis/portal#488)
    • Workspace button in DCF Sandbox (uc-cdis/portal#466)
  • sheepdog

"fluentd": "fluent/fluentd-kubernetes-daemonset:v1.2-debian-cloudwatch",
"jupyterhub": "quay.io/occ_data/jupyterhub:master"
"metadata": "quay.io/cdis/metadata-service:2020.03",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I did not realize metadata service was part of the March Release, that's really cool, I'm okay with rolling it out.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That has been copied over from DCF staging.
Checking...

@PlanXCyborg
Copy link
Contributor

nci-crdc.datacommons.io/manifest.json

⚠️ Services on branch

  • metadata

Deployment changes

  • fence
  • peregrine
  • portal
    • New optional title parameter in Terra Export Warning configuration: terraExportWarning: { subjectThreshold: int, title: string(optional), message: string(optional) } (uc-cdis/portal#656)
    • Added terraExportWarning: { subjectThreshold: <number>, message: <string, optional> } to portal config. (uc-cdis/portal#642)
    • New optional portal config flag: dataExplorerConfig.terraTemplate. The value of this parameter is placed in the Terra export URL as the value of the query parameter 'template'. (uc-cdis/portal#645)
    • InCommon login needs fence 4.8.0 (uc-cdis/portal#595)
    • Need Guppy 0.3.7+ to handle large file size (uc-cdis/portal#603)
    • if deployed with "useArboristUI": true, needs Arborist's GET /auth/mapping endpoint to be exposed via revproxy. (useArboristUI false by default) (uc-cdis/portal#592)
    • New optional portal config field called adminPreAppliedFilters. Goes in data/config/*.json. (uc-cdis/portal#576)
    • For a "cert" if the required document is a quiz, then hasCorrectAnswers should be true, otherwise false. (uc-cdis/portal#571)
    • Windmill lists unmapped files by checking Indexd. Before centralized auth's deployment, a file was determined to be unmapped by checking if the acl field was null. After centralized auth, we use the authz field instead. The new manifest configuration setting use_indexd_authz in the global block specifies which of the two fields should be used. This field defaults to false. (uc-cdis/portal#570)
    • Deployed in https://qa-canine.planx-pla.net with fence version < 3, index authz field set to false (uc-cdis/portal#570)
    • (by default). (uc-cdis/portal#570)
    • Deployed in https://qa-brain.planx-pla.net with fence version > 3, index authz field set to true. (uc-cdis/portal#570)
    • New portal configuration and images for AnVIL (uc-cdis/portal#569)
    • Requires a url to be specified in dataExplorerConfig called terraExportURL (uc-cdis/portal#568)
    • This should be bvdp-saturn-${env}.appspot.com/#import-data, where ${env} is dev, staging, or prod (uc-cdis/portal#568)
    • Needs a version of cloud-automation that exposes arborist's auth/proxy endpoint (uc-cdis/portal#565)
    • fixed DAT requires Guppy >= 0.3.1 (uc-cdis/portal#563)
    • DAT requires Guppy >= 0.3.0 (uc-cdis/portal#561)
    • This change requires sower version >= 0.3.0. (uc-cdis/portal#562)
    • This PR requires feat/support is not op for filter guppy#45 (0.2.1+) if want to use Guppy for NIAID (uc-cdis/portal#558)
    • require fileExplorerConfig block with buttons (uc-cdis/portal#554)
    • New manifest.json variable: logout_inactive_users. Defaults to true if not provided. (uc-cdis/portal#526)
    • Feat/logout user opt out cloud-automation#818 (uc-cdis/portal#526)
    • enable source map tool so that developers could have better debugging under dev mode (uc-cdis/portal#514)
    • Fix warning from fsevents packages during docker image building (uc-cdis/portal#488)
    • Add flag to npm ci in dockerfile to support npm prepared files from ui-component library (uc-cdis/portal#488)
    • Workspace button in DCF Sandbox (uc-cdis/portal#466)
  • sheepdog

cred: 'fence_bot'
tcga-public-dcf-databucket-gen3:
cred: 'fence_bot'
target-open:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a lot of these buckets are still being removed? Should keep these buckets here.

@PlanXCyborg
Copy link
Contributor

nci-crdc.datacommons.io/manifest.json

Deployment changes

  • fence
  • peregrine
  • portal
    • New optional title parameter in Terra Export Warning configuration: terraExportWarning: { subjectThreshold: int, title: string(optional), message: string(optional) } (uc-cdis/portal#656)
    • Added terraExportWarning: { subjectThreshold: <number>, message: <string, optional> } to portal config. (uc-cdis/portal#642)
    • New optional portal config flag: dataExplorerConfig.terraTemplate. The value of this parameter is placed in the Terra export URL as the value of the query parameter 'template'. (uc-cdis/portal#645)
    • InCommon login needs fence 4.8.0 (uc-cdis/portal#595)
    • Need Guppy 0.3.7+ to handle large file size (uc-cdis/portal#603)
    • if deployed with "useArboristUI": true, needs Arborist's GET /auth/mapping endpoint to be exposed via revproxy. (useArboristUI false by default) (uc-cdis/portal#592)
    • New optional portal config field called adminPreAppliedFilters. Goes in data/config/*.json. (uc-cdis/portal#576)
    • For a "cert" if the required document is a quiz, then hasCorrectAnswers should be true, otherwise false. (uc-cdis/portal#571)
    • Windmill lists unmapped files by checking Indexd. Before centralized auth's deployment, a file was determined to be unmapped by checking if the acl field was null. After centralized auth, we use the authz field instead. The new manifest configuration setting use_indexd_authz in the global block specifies which of the two fields should be used. This field defaults to false. (uc-cdis/portal#570)
    • Deployed in https://qa-canine.planx-pla.net with fence version < 3, index authz field set to false (uc-cdis/portal#570)
    • (by default). (uc-cdis/portal#570)
    • Deployed in https://qa-brain.planx-pla.net with fence version > 3, index authz field set to true. (uc-cdis/portal#570)
    • New portal configuration and images for AnVIL (uc-cdis/portal#569)
    • Requires a url to be specified in dataExplorerConfig called terraExportURL (uc-cdis/portal#568)
    • This should be bvdp-saturn-${env}.appspot.com/#import-data, where ${env} is dev, staging, or prod (uc-cdis/portal#568)
    • Needs a version of cloud-automation that exposes arborist's auth/proxy endpoint (uc-cdis/portal#565)
    • fixed DAT requires Guppy >= 0.3.1 (uc-cdis/portal#563)
    • DAT requires Guppy >= 0.3.0 (uc-cdis/portal#561)
    • This change requires sower version >= 0.3.0. (uc-cdis/portal#562)
    • This PR requires feat/support is not op for filter guppy#45 (0.2.1+) if want to use Guppy for NIAID (uc-cdis/portal#558)
    • require fileExplorerConfig block with buttons (uc-cdis/portal#554)
    • New manifest.json variable: logout_inactive_users. Defaults to true if not provided. (uc-cdis/portal#526)
    • Feat/logout user opt out cloud-automation#818 (uc-cdis/portal#526)
    • enable source map tool so that developers could have better debugging under dev mode (uc-cdis/portal#514)
    • Fix warning from fsevents packages during docker image building (uc-cdis/portal#488)
    • Add flag to npm ci in dockerfile to support npm prepared files from ui-component library (uc-cdis/portal#488)
    • Workspace button in DCF Sandbox (uc-cdis/portal#466)
  • sheepdog

@PlanXCyborg
Copy link
Contributor

nci-crdc.datacommons.io/manifest.json

Deployment changes

  • fence
  • peregrine
  • portal
    • New optional title parameter in Terra Export Warning configuration: terraExportWarning: { subjectThreshold: int, title: string(optional), message: string(optional) } (uc-cdis/portal#656)
    • Added terraExportWarning: { subjectThreshold: <number>, message: <string, optional> } to portal config. (uc-cdis/portal#642)
    • New optional portal config flag: dataExplorerConfig.terraTemplate. The value of this parameter is placed in the Terra export URL as the value of the query parameter 'template'. (uc-cdis/portal#645)
    • InCommon login needs fence 4.8.0 (uc-cdis/portal#595)
    • Need Guppy 0.3.7+ to handle large file size (uc-cdis/portal#603)
    • if deployed with "useArboristUI": true, needs Arborist's GET /auth/mapping endpoint to be exposed via revproxy. (useArboristUI false by default) (uc-cdis/portal#592)
    • New optional portal config field called adminPreAppliedFilters. Goes in data/config/*.json. (uc-cdis/portal#576)
    • For a "cert" if the required document is a quiz, then hasCorrectAnswers should be true, otherwise false. (uc-cdis/portal#571)
    • Windmill lists unmapped files by checking Indexd. Before centralized auth's deployment, a file was determined to be unmapped by checking if the acl field was null. After centralized auth, we use the authz field instead. The new manifest configuration setting use_indexd_authz in the global block specifies which of the two fields should be used. This field defaults to false. (uc-cdis/portal#570)
    • Deployed in https://qa-canine.planx-pla.net with fence version < 3, index authz field set to false (uc-cdis/portal#570)
    • (by default). (uc-cdis/portal#570)
    • Deployed in https://qa-brain.planx-pla.net with fence version > 3, index authz field set to true. (uc-cdis/portal#570)
    • New portal configuration and images for AnVIL (uc-cdis/portal#569)
    • Requires a url to be specified in dataExplorerConfig called terraExportURL (uc-cdis/portal#568)
    • This should be bvdp-saturn-${env}.appspot.com/#import-data, where ${env} is dev, staging, or prod (uc-cdis/portal#568)
    • Needs a version of cloud-automation that exposes arborist's auth/proxy endpoint (uc-cdis/portal#565)
    • fixed DAT requires Guppy >= 0.3.1 (uc-cdis/portal#563)
    • DAT requires Guppy >= 0.3.0 (uc-cdis/portal#561)
    • This change requires sower version >= 0.3.0. (uc-cdis/portal#562)
    • This PR requires feat/support is not op for filter guppy#45 (0.2.1+) if want to use Guppy for NIAID (uc-cdis/portal#558)
    • require fileExplorerConfig block with buttons (uc-cdis/portal#554)
    • New manifest.json variable: logout_inactive_users. Defaults to true if not provided. (uc-cdis/portal#526)
    • Feat/logout user opt out cloud-automation#818 (uc-cdis/portal#526)
    • enable source map tool so that developers could have better debugging under dev mode (uc-cdis/portal#514)
    • Fix warning from fsevents packages during docker image building (uc-cdis/portal#488)
    • Add flag to npm ci in dockerfile to support npm prepared files from ui-component library (uc-cdis/portal#488)
    • Workspace button in DCF Sandbox (uc-cdis/portal#466)
  • sheepdog

@themarcelor themarcelor merged commit 9f3541a into master Apr 7, 2020
@themarcelor themarcelor deleted the chore/copy_nci-crdc-staging_datacommons_io_to_nci-crdc_datacommons_io_1585801082 branch April 29, 2020 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants