Skip to content

Commit 09307a0

Browse files
authored
Merge pull request #118 from ravigurram8/topic-release-10
1.14.0 build updates
2 parents fd97322 + bfd364d commit 09307a0

6 files changed

Lines changed: 18 additions & 11 deletions

File tree

config/config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
"endTime": "21:10:00"
201201
},
202202
"cronJobForEodSync" : "*/60 * * * *",
203+
"cronJobForSync" : "00 08 * * *",
204+
"cronJobForEodPIReport": "00 10 * * *",
203205
"sampleCSVForUser": "users.csv",
204206
"sampleCSVBucketRegion": "REPLACE_WITH_REGION",
205207
"sessionMaxAge" : 900000

config/settings-config.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
],
790790
"action": []
791791
},
792-
"external": {
792+
"internal": {
793793
"connect":[
794794
{
795795
"menu": "Explore",
@@ -800,7 +800,12 @@
800800
"imageUrl": "../../assets/images/link@2x.png"
801801
}
802802
],
803-
"action":[]
803+
"action":[
804+
{
805+
"action": "Edit",
806+
"imageUrl": "../../assets/images/editStudy.png"
807+
}
808+
]
804809
},
805810
"Personal": {
806811
"connect": [
@@ -876,7 +881,7 @@
876881
},
877882
{
878883
"key": "studyType",
879-
"value": "external"
884+
"value": "internal"
880885
},
881886
{
882887
"key": "studyType",

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- sp2net
1919

2020
cc-3102:
21-
image: 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.13.2_b1352
21+
image: 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.14.0_b1444
2222
secrets:
2323
- source: sp2prod-config.json
2424
target: /rlc/cc/server/app/config/config.json
@@ -42,7 +42,7 @@ services:
4242
command: /bin/bash start.sh
4343

4444
scheduler-3102:
45-
image: 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.13.2_b1352
45+
image: 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.14.2_b1444
4646
secrets:
4747
- source: sp2prod-config.json
4848
target: /rlc/cc/server/app/config/config.json
@@ -62,7 +62,7 @@ services:
6262
command: node ./app/scheduler/app.js
6363

6464
notificationsink:
65-
image: 045938549113.dkr.ecr.us-east-2.amazonaws.com/notificationsink:1.13.2_b3
65+
image: 045938549113.dkr.ecr.us-east-2.amazonaws.com/notificationsink:1.14.0_b3
6666
secrets:
6767
- source: sp2prod-config.json
6868
target: /opt/app/config/config.json

provisioners/provision-ecr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xe
22
sudo docker login -u AWS -p $(aws ecr get-login-password --region us-east-2) 045938549113.dkr.ecr.us-east-2.amazonaws.com
3-
sudo docker pull 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.13.2_b1352
3+
sudo docker pull 045938549113.dkr.ecr.us-east-2.amazonaws.com/researchportal:_fd_1.14.0_b1444
44
sudo docker pull 045938549113.dkr.ecr.us-east-2.amazonaws.com/nginx:latest
5-
sudo docker pull 045938549113.dkr.ecr.us-east-2.amazonaws.com/notificationsink:1.13.2_b3
5+
sudo docker pull 045938549113.dkr.ecr.us-east-2.amazonaws.com/notificationsink:1.14.0_b3

rg_document_db.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Resources:
140140
MasterUsername: rguser
141141
MasterUserPassword:
142142
Fn::Sub: "{{resolve:secretsmanager:${DocDBClusterRotationSecret}::password}}"
143-
EngineVersion: 3.6.0
143+
EngineVersion: 4.0.0
144144
DBSubnetGroupName : !Ref DocumentDBSubnetGroup
145145
VpcSecurityGroupIds:
146146
- !GetAtt DocumentDBSecurityGroup.GroupId
@@ -189,4 +189,4 @@ Outputs:
189189
ClusterPort:
190190
Value: !GetAtt DBCluster.Port
191191
EngineVersion:
192-
Value: "3.6.0"
192+
Value: "4.0.0"

rg_main_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Resources:
165165
Type: AWS::EC2::Instance
166166
Properties:
167167
ImageId: ami-0fb3fe843311c4412
168-
InstanceType: t3.medium
168+
InstanceType: t3.large
169169
Monitoring: "true"
170170
DisableApiTermination: "false"
171171
IamInstanceProfile:

0 commit comments

Comments
 (0)