Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 16, 2023
1 parent 1f6593e commit 89fd705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/clusters-keeper/tests/manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CLUSTERS_KEEPER_EC2_ACCESS={}
CLUSTERS_KEEPER_EC2_ACCESS_KEY_ID=XXXXXXX
CLUSTERS_KEEPER_EC2_ENDPOINT=https://ec2.amazonaws.com
CLUSTERS_KEEPER_EC2_REGION_NAME=us-east-1
CLUSTERS_KEEPER_SECRET_EC2_ACCESS_KEY=XXXXXXX
CLUSTERS_KEEPER_EC2_SECRET_ACCESS_KEY=XXXXXXX

CLUSTERS_KEEPER_PRIMARY_EC2_INSTANCES={}
PRIMARY_EC2_INSTANCES_ALLOWED_TYPES="[\"t2.micro\"]"
Expand All @@ -79,6 +79,7 @@ WORKERS_EC2_INSTANCES_KEY_NAME=XXXXXXX
WORKERS_EC2_INSTANCES_MAX_INSTANCES=10
WORKERS_EC2_INSTANCES_SECURITY_GROUP_IDS="[\"XXXXXXX\"]"
WORKERS_EC2_INSTANCES_SUBNET_ID=XXXXXXX
WORKERS_EC2_INSTANCES_TIME_BEFORE_TERMINATION="00:03:00"
```

5. start osparc
Expand Down

0 comments on commit 89fd705

Please sign in to comment.