-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore(qa): Preparing 1st TheAnvil PROD release #1149
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,32 +7,32 @@ | |
"autodeploy": "yes" | ||
}, | ||
"versions": { | ||
"arborist": "quay.io/cdis/arborist:deploy_anvil-staging", | ||
"arborist": "quay.io/cdis/arborist:2020.02", | ||
"arranger-adminapi": "quay.io/cdis/arranger-server:master", | ||
"arranger-dashboard": "quay.io/cdis/arranger-dashboard:master", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you can remove these |
||
"aws-es-proxy": "abutaha/aws-es-proxy:0.8", | ||
"fence": "quay.io/cdis/fence:4.2.1", | ||
"fence": "quay.io/cdis/fence:2020.02", | ||
"fluentd": "fluent/fluentd-kubernetes-daemonset:v1.2-debian-cloudwatch", | ||
"guppy": "quay.io/cdis/guppy:0.3.0", | ||
"hatchery": "quay.io/cdis/hatchery:0.1.0", | ||
"indexd": "quay.io/cdis/indexd:2.0.0", | ||
"manifestservice": "quay.io/cdis/manifestservice:master", | ||
"peregrine": "quay.io/cdis/peregrine:master", | ||
"pidgin": "quay.io/cdis/pidgin:1.1.0", | ||
"portal": "quay.io/cdis/data-portal:2.17.0", | ||
"guppy": "quay.io/cdis/guppy:2020.02", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please verify the |
||
"hatchery": "quay.io/cdis/hatchery:2020.02", | ||
"indexd": "quay.io/cdis/indexd:2020.02", | ||
"manifestservice": "quay.io/cdis/manifestservice:2020.02", | ||
"peregrine": "quay.io/cdis/peregrine:2020.02", | ||
"pidgin": "quay.io/cdis/pidgin:2020.02", | ||
"portal": "quay.io/cdis/data-portal:2020.02", | ||
"revproxy": "quay.io/cdis/nginx:1.15.5-ctds", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We need to deploy |
||
"sheepdog": "quay.io/cdis/sheepdog:master", | ||
"sower": "quay.io/cdis/sower:0.3.0", | ||
"spark": "quay.io/cdis/gen3-spark:master", | ||
"tube": "quay.io/cdis/tube:0.3.18", | ||
"sheepdog": "quay.io/cdis/sheepdog:2020.02", | ||
"sower": "quay.io/cdis/sower:2020.02", | ||
"spark": "quay.io/cdis/gen3-spark:2020.02", | ||
"tube": "quay.io/cdis/tube:2020.02", | ||
"ambassador": "quay.io/datawire/ambassador:0.60.3", | ||
"wts": "quay.io/cdis/workspace-token-service:master" | ||
}, | ||
"global": { | ||
"environment": "anvilprod", | ||
"hostname": "gen3.theanvil.io", | ||
"revproxy_arn": "arn:aws:acm:us-east-1:474789003679:certificate/9fd731e3-3366-4bd0-a3ef-0453dc07289a", | ||
"dictionary_url": "https://s3.amazonaws.com/dictionary-artifacts/gtexdictionary/3.1.4/schema.json", | ||
"dictionary_url": "https://s3.amazonaws.com/dictionary-artifacts/anvil/1.1.0/schema.json", | ||
"portal_app": "gitops", | ||
"kube_bucket": "kube-anvilprod-gen3", | ||
"logs_bucket": "logs-anvilprod-gen3", | ||
|
@@ -67,7 +67,7 @@ | |
"sidecar": { | ||
"cpu-limit": "1.0", | ||
"memory-limit": "512Mi", | ||
"image": "quay.io/cdis/gen3fuse-sidecar:chore_sidecar", | ||
"image": "quay.io/cdis/gen3fuse-sidecar:2020.02", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please bump the sidecar to |
||
"env": {"NAMESPACE":"default", "HOSTNAME": "gen3.datastage.io"}, | ||
"args": [], | ||
"command": ["/bin/bash", "/sidecarDockerrun.sh"], | ||
|
@@ -111,7 +111,7 @@ | |
"action": "export", | ||
"container": { | ||
"name": "job-task", | ||
"image": "quay.io/cdis/pelican:0.1.3", | ||
"image": "quay.io/cdis/pelican-export:2020.02", | ||
"pull_policy": "Always", | ||
"env": [ | ||
{ | ||
|
@@ -173,5 +173,61 @@ | |
], | ||
"canary": { | ||
"default": 0 | ||
}, | ||
"scaling": { | ||
"arborist": { | ||
"strategy": "auto", | ||
"min": 2, | ||
"max": 4, | ||
"targetCpu": 40 | ||
}, | ||
"portal": { | ||
"strategy": "auto", | ||
"min": 2, | ||
"max": 4, | ||
"targetCpu": 40 | ||
}, | ||
"fence": { | ||
"strategy": "auto", | ||
"min": 5, | ||
"max": 15, | ||
"targetCpu": 40 | ||
}, | ||
"presigned-url-fence": { | ||
"strategy": "auto", | ||
"min": 8, | ||
"max": 25, | ||
"targetCpu": 40 | ||
}, | ||
"indexd": { | ||
"strategy": "auto", | ||
"min": 4, | ||
"max": 8, | ||
"targetCpu": 40 | ||
}, | ||
"peregrine": { | ||
"strategy": "auto", | ||
"min": 2, | ||
"max": 4, | ||
"targetCpu": 40 | ||
}, | ||
"revproxy": { | ||
"strategy": "auto", | ||
"min": 2, | ||
"max": 4, | ||
"targetCpu": 40 | ||
}, | ||
"sheepdog": { | ||
"strategy": "auto", | ||
"min": 2, | ||
"max": 4, | ||
"targetCpu": 40 | ||
}, | ||
"guppy": { | ||
"strategy": "auto", | ||
"min": 2, | ||
"max": 4, | ||
"targetCpu": 40 | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can remove these
arranger-*