Skip to content

Commit

Permalink
Remove registry from AWS ops files
Browse files Browse the repository at this point in the history
As of bosh v272.0.0 this is no longer required and has been removed.

GCP never required the registry so this is only a change to AWS ops
files.

This change mirrors what was done in bosh-deployment in cloudfoundry/bosh-deployment@6cc17e7
  • Loading branch information
crsimmons committed Mar 1, 2022
1 parent 150e23e commit 8d60fd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
25 changes: 0 additions & 25 deletions resource/assets/aws/cpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,6 @@
value:
subnet: ((subnet_id))

- type: replace
path: /instance_groups/name=bosh/jobs/-
value:
name: registry
release: bosh

- type: replace
path: /instance_groups/name=bosh/properties/registry?
value:
address: ((internal_ip))
host: ((internal_ip))
db:
host: 127.0.0.1
user: postgres
password: ((postgres_password))
database: bosh
adapter: postgres
http:
user: registry
password: ((registry_password))
port: 25777
username: registry
password: ((registry_password))
port: 25777

- type: replace
path: /instance_groups/name=bosh/jobs/-
value: &cpi_job
Expand Down
18 changes: 0 additions & 18 deletions resource/assets/aws/custom-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,6 @@
port: ((db_port))
user: ((db_username))

- type: replace
path: /instance_groups/name=bosh/properties/registry/db
value:
adapter: postgres
database: ((db_name))
host: ((db_host))
password: ((db_password))
port: ((db_port))
user: ((db_username))

- type: replace
path: /instance_groups/name=bosh/properties/registry/http/user
value: admin

- type: replace
path: /instance_groups/name=bosh/properties/registry/username
value: admin

- type: replace
path: /resource_pools/name=vms/cloud_properties/instance_type
value: t3.small
Expand Down

0 comments on commit 8d60fd5

Please sign in to comment.