Skip to content

Commit

Permalink
revert formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jun 20, 2024
1 parent c54a2fd commit 1787a9e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions config/infra-dev/nextflow-ecs-task-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
- infra-dev/nextflow-elasticache-cluster.yaml

parameters:
TowerSmtpHost: "email-smtp.us-east-1.amazonaws.com"
TowerSmtpPort: "587"
TowerSmtpUser: !ssm "smtp-username"
TowerSmtpPassword: !ssm "smtp-password"
TowerSmtpHost: 'email-smtp.us-east-1.amazonaws.com'
TowerSmtpPort: '587'
TowerSmtpUser: !ssm 'smtp-username'
TowerSmtpPassword: !ssm 'smtp-password'
TowerContactEmail: nextflow-admins@sagebase.org
TowerServerUrl: https://tower-dev.sagebionetworks.org
TowerRedisUrl: !stack_output_external nextflow-elasticache-cluster::RedisEndpoint
Expand All @@ -22,17 +22,17 @@ parameters:
TowerDbPassword: !aws_secrets_manager nextflow-aurora-mysql-NextflowTowerDatabaseUserSecret::SecretString::password
TowerGoogleClientId: !aws_secrets_manager nextflow/google_oauth_app::SecretString::client
TowerGoogleSecret: !aws_secrets_manager nextflow/google_oauth_app::SecretString::secret
CronContainerImage: "cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}"
FrontendContainerImage: "cr.seqera.io/private/nf-tower-enterprise/frontend:{{stack_group_config.tower_version}}"
BackendContainerImage: "cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}"
MigrateDBContainerImage: "cr.seqera.io/private/nf-tower-enterprise/migrate-db:{{stack_group_config.tower_version}}"
CronContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}'
FrontendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/frontend:{{stack_group_config.tower_version}}'
BackendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}'
MigrateDBContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/migrate-db:{{stack_group_config.tower_version}}'
EfsFileSystemId: !stack_output_external nextflow-efs-file-system::FileSystemId
EfsVolumeMountPath: "/efs"
TowerUserWorkspace: "false"
EfsVolumeMountPath: '/efs'
TowerUserWorkspace: 'false'
TowerRootUsers:
- thomas.yu@sagebase.org
- khai.do@sagebase.org
TowerConfigFileName: "tower.yaml"
TowerConfigFileName: 'tower.yaml'

stack_tags:
{{stack_group_config.default_stack_tags}}
Expand Down
22 changes: 11 additions & 11 deletions config/infra-prod/nextflow-ecs-task-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
- infra-prod/nextflow-elasticache-cluster.yaml

parameters:
TowerSmtpHost: "email-smtp.us-east-1.amazonaws.com"
TowerSmtpPort: "587"
TowerSmtpUser: !ssm "smtp-username"
TowerSmtpPassword: !ssm "smtp-password"
TowerSmtpHost: 'email-smtp.us-east-1.amazonaws.com'
TowerSmtpPort: '587'
TowerSmtpUser: !ssm 'smtp-username'
TowerSmtpPassword: !ssm 'smtp-password'
TowerContactEmail: nextflow-admins@sagebase.org
TowerServerUrl: https://tower.sagebionetworks.org
TowerRedisUrl: !stack_output_external nextflow-elasticache-cluster::RedisEndpoint
Expand All @@ -22,16 +22,16 @@ parameters:
TowerDbPassword: !aws_secrets_manager nextflow-aurora-mysql-NextflowTowerDatabaseUserSecret::SecretString::password
TowerGoogleClientId: !aws_secrets_manager nextflow/google_oauth_app::SecretString::client
TowerGoogleSecret: !aws_secrets_manager nextflow/google_oauth_app::SecretString::secret
CronContainerImage: "cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}"
FrontendContainerImage: "cr.seqera.io/private/nf-tower-enterprise/frontend:{{stack_group_config.tower_version}}"
BackendContainerImage: "cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}"
MigrateDBContainerImage: "cr.seqera.io/private/nf-tower-enterprise/migrate-db:{{stack_group_config.tower_version}}"
CronContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}'
FrontendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/frontend:{{stack_group_config.tower_version}}'
BackendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}'
MigrateDBContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/migrate-db:{{stack_group_config.tower_version}}'
EfsFileSystemId: !stack_output_external nextflow-efs-file-system::FileSystemId
EfsVolumeMountPath: "/efs"
TowerUserWorkspace: "false"
EfsVolumeMountPath: '/efs'
TowerUserWorkspace: 'false'
TowerRootUsers:
- thomas.yu@sagebase.org
TowerConfigFileName: "tower.yaml"
TowerConfigFileName: 'tower.yaml'

stack_tags:
{{stack_group_config.default_stack_tags}}
Expand Down

0 comments on commit 1787a9e

Please sign in to comment.