Skip to content

Commit 187c73a

Browse files
use new registry and correct s3 endpoints
1 parent e53f8cc commit 187c73a

3 files changed

Lines changed: 14 additions & 10 deletions

File tree

ansible/beta-hosts/variables

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ optimus_github_deploy_keys_bucket=runnable.deploykeys.production-beta
3636
[palantiri:vars]
3737
palantiri_rollbar_key=f675e9090d6f483ca4e742af2c7f2f83
3838

39+
[registry:vars]
40+
registry_s3_access_key=AKIAJK5EN7W6E62A3C3Q
41+
registry_s3_bucket=runnableimages.beta
42+
registry_s3_secret_key=ZFLePZdrHUNhTzuV4Ir/NgwPWOnU41Ur9DbH6UAp
43+
registry_s3_region=us-east-1
44+
3945
[shiva:vars]
4046
aws_access_key_id=AKIAJ3RCYU6FCULAJP2Q
4147
aws_secret_access_key=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
@@ -56,7 +62,4 @@ rabbit_password=wKK7g7NWKpQXEeSzyWB7mIpxZIL8H2mDSf3Q6czR3Vk
5662
rabbit_port=54321
5763
rabbit_username=o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM
5864
registry_host=10.20.1.55
59-
registry_s3_access_key=AKIAJK5EN7W6E62A3C3Q
60-
registry_s3_bucket=runnableimages.beta
61-
registry_s3_secret_key=ZFLePZdrHUNhTzuV4Ir/NgwPWOnU41Ur9DbH6UAp
6265
user_content_domain=runnablecloud.com

ansible/group_vars/alpha-registry.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
name: "registry"
33

44
container_image: "registry"
5-
container_tag: "2"
5+
container_tag: "2.1.1"
66
hosted_ports: ["80"]
77

88
container_envs: >
9-
-e REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY=/registry
109
-e REGISTRY_STORAGE_S3_ACCESSKEY={{ registry_s3_access_key }}
1110
-e REGISTRY_STORAGE_S3_SECRETKEY={{ registry_s3_secret_key }}
12-
-e REGISTRY_STORAGE_S3_REGION=us-east-1
11+
-e REGISTRY_STORAGE_S3_REGION={{ registry_s3_region }}
1312
-e REGISTRY_STORAGE_S3_BUCKET={{ registry_s3_bucket }}
14-
-e REGISTRY_STORAGE_CACHE_BLOBDESCRIPTOR=runnableimages.beta
1513
-e REGISTRY_ENVIRONMENT=production
1614
-e REGISTRY_STORAGE=s3
1715

ansible/prod-hosts/variables

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ optimus_github_deploy_keys_bucket=runnable.deploykeys.production
3636
[palantiri:vars]
3737
palantiri_rollbar_key=f675e9090d6f483ca4e742af2c7f2f83
3838

39+
[registry:vars]
40+
registry_s3_access_key=AKIAJKCSFJCHFDITLBUQ
41+
registry_s3_bucket=runnableimages.alpha
42+
registry_s3_secret_key=LXxpb4F7Kxum1HvYkG0P20Yb/9Qpr+e5Gtt/0bIY
43+
registry_s3_region=us-west-2
44+
3945
[shiva:vars]
4046
aws_access_key_id=AKIAJ3RCYU6FCULAJP2Q
4147
aws_secret_access_key=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
@@ -56,7 +62,4 @@ rabbit_password=6df7983b76a22bbbffee11a29860cda8
5662
rabbit_port=54321
5763
rabbit_username=a4c1ac709c3bc685a6665fc1d23d737d
5864
registry_host=10.0.1.254
59-
registry_s3_access_key=AKIAJKCSFJCHFDITLBUQ
60-
registry_s3_bucket=runnableimages
61-
registry_s3_secret_key=LXxpb4F7Kxum1HvYkG0P20Yb/9Qpr+e5Gtt/0bIY
6265
user_content_domain=runnableapp.com

0 commit comments

Comments
 (0)