Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1265 from cloudfoundry/remove_bypass_bridge_overr…
Browse files Browse the repository at this point in the history
…ides

Remove default bridge temporary_* flags for bosh-lite

[Finishes #153078566]
  • Loading branch information
tophat8855 committed Dec 13, 2017
2 parents b21a959 + dac15d5 commit 5585e37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
14 changes: 7 additions & 7 deletions spec/fixtures/bosh-lite/cf-manifest.yml
Expand Up @@ -2920,13 +2920,13 @@ properties:
url: null
insecure_docker_registry_list: null
pid_limit: null
temporary_cc_uploader_mtls: false
temporary_droplet_download_mtls: false
temporary_local_apps: false
temporary_local_staging: false
temporary_local_sync: false
temporary_local_tasks: false
temporary_local_tps: false
temporary_cc_uploader_mtls: null
temporary_droplet_download_mtls: null
temporary_local_apps: null
temporary_local_staging: null
temporary_local_sync: null
temporary_local_tasks: null
temporary_local_tps: null
use_privileged_containers_for_running: null
use_privileged_containers_for_staging: null
directories: null
Expand Down
8 changes: 0 additions & 8 deletions templates/cf-infrastructure-bosh-lite.yml
Expand Up @@ -488,14 +488,6 @@ properties:
monitor_port: 4221

cc:
diego:
temporary_local_staging: false
temporary_local_tasks: false
temporary_local_apps: false
temporary_local_sync: false
temporary_local_tps: false
temporary_cc_uploader_mtls: false
temporary_droplet_download_mtls: false
tls_port: 9023
mutual_tls:
ca_cert: |
Expand Down

0 comments on commit 5585e37

Please sign in to comment.