Skip to content

Commit

Permalink
Remove copilot (#329)
Browse files Browse the repository at this point in the history
- copilot is archived and not maintained so should remove
- cc_route_syncer only existed to sync cc and copilot routes
  • Loading branch information
moleske authored Nov 2, 2023
1 parent 22a534a commit fc5473f
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 544 deletions.
6 changes: 0 additions & 6 deletions jobs/cc_deployment_updater/spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ templates:
mutual_tls_ca.crt.erb: config/certs/mutual_tls_ca.crt
mutual_tls.crt.erb: config/certs/mutual_tls.crt
mutual_tls.key.erb: config/certs/mutual_tls.key
copilot_ca.crt.erb: config/certs/copilot_ca.crt
copilot.crt.erb: config/certs/copilot.crt
copilot.key.erb: config/certs/copilot.key
credhub_ca.crt.erb: config/certs/credhub_ca.crt
packages_ca_cert.pem.erb: config/certs/packages_ca_cert.pem
resource_pool_ca_cert.pem.erb: config/certs/resource_pool_ca_cert.pem
Expand All @@ -45,9 +42,6 @@ consumes:
- name: credhub
type: credhub
optional: true
- name: cloud_controller_to_copilot_conn
type: cloud_controller_to_copilot_conn
optional: true
- name: cloud_controller_internal
type: cloud_controller_internal
- name: file_server
Expand Down
11 changes: 0 additions & 11 deletions jobs/cc_deployment_updater/templates/cloud_controller_ng.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,6 @@ database_encryption:
pbkdf2_hmac_iterations: <%= link("cloud_controller_internal").p("cc.database_encryption.experimental_pbkdf2_hmac_iterations") %>
<% end %>

<% if_link("cloud_controller_to_copilot_conn") do |copilot_conn| %>
copilot:
enabled: <%= link("cloud_controller_internal").p("copilot.enabled") %>
host: <%= link("cloud_controller_internal").p("copilot.host") %>
port: <%= copilot_conn.p("listen_port_for_cloud_controller") %>
temporary_istio_domains: <%= link("cloud_controller_internal").p("copilot.temporary_istio_domains") %>
client_ca_file: /var/vcap/jobs/cc_deployment_updater/config/certs/copilot_ca.crt
client_key_file: /var/vcap/jobs/cc_deployment_updater/config/certs/copilot.key
client_chain_file: /var/vcap/jobs/cc_deployment_updater/config/certs/copilot.crt
<% end %>

<%
file_server_url = p("cc.diego.file_server_url")
if_link("file_server") do |file_server|
Expand Down
1 change: 0 additions & 1 deletion jobs/cc_deployment_updater/templates/copilot.crt.erb

This file was deleted.

1 change: 0 additions & 1 deletion jobs/cc_deployment_updater/templates/copilot.key.erb

This file was deleted.

1 change: 0 additions & 1 deletion jobs/cc_deployment_updater/templates/copilot_ca.crt.erb

This file was deleted.

8 changes: 0 additions & 8 deletions jobs/cc_route_syncer/monit

This file was deleted.

111 changes: 0 additions & 111 deletions jobs/cc_route_syncer/spec

This file was deleted.

5 changes: 0 additions & 5 deletions jobs/cc_route_syncer/templates/bin/cc_route_syncer.erb

This file was deleted.

11 changes: 0 additions & 11 deletions jobs/cc_route_syncer/templates/bpm.yml.erb

This file was deleted.

110 changes: 0 additions & 110 deletions jobs/cc_route_syncer/templates/cloud_controller_ng.yml.erb

This file was deleted.

6 changes: 0 additions & 6 deletions jobs/cc_route_syncer/templates/console.erb

This file was deleted.

1 change: 0 additions & 1 deletion jobs/cc_route_syncer/templates/copilot.crt.erb

This file was deleted.

1 change: 0 additions & 1 deletion jobs/cc_route_syncer/templates/copilot.key.erb

This file was deleted.

1 change: 0 additions & 1 deletion jobs/cc_route_syncer/templates/copilot_ca.crt.erb

This file was deleted.

1 change: 0 additions & 1 deletion jobs/cc_route_syncer/templates/db_ca.crt.erb

This file was deleted.

5 changes: 0 additions & 5 deletions jobs/cc_route_syncer/templates/drain.sh.erb

This file was deleted.

14 changes: 0 additions & 14 deletions jobs/cc_route_syncer/templates/post-start.sh.erb

This file was deleted.

25 changes: 0 additions & 25 deletions jobs/cc_route_syncer/templates/pre-start.sh.erb

This file was deleted.

1 change: 0 additions & 1 deletion jobs/cc_route_syncer/templates/ruby_version.sh.erb

This file was deleted.

Loading

0 comments on commit fc5473f

Please sign in to comment.