Skip to content

cf-networking/1.0.0

You can find the source of this version on GitHub at cloudfoundry-incubator/cf-networking-release. It was created based on the commit 560e00f.

Release Notes

CF networking features are now generally available! This release doesn’t include any major changes, just some metrics and logging enhancements and miscellaneous chores.

Try it out and give us your feedback in the #container-networking channel on cloudfoundry.slack.com.

Take a look at known issues for current limitations and known issues. Verified with the following: - CF deployment

Manifest Changes

New Properties

  • The following optional parameters have been added to override the timeout values for database connections and DNS health checks for the silk controller and policy server:

    • cf_networking.silk_controller.connect_timeout_seconds
    • cf_networking.policy_server.connect_timeout_seconds
  • This optional property has been added to override the metron port on the silk controller:

    • cf_networking.silk_controller.metron_port
  • This optional property has been added to override the health check port on the silk controller:

    • cf_networking.silk_controller.health_check_port

Removed Properties

  • The following properties have been removed from the silk-controller job, but still must be set on the silk-daemon job.
    • cf_networking.silk_daemon.ca_cert
    • cf_networking.silk_daemon.client_cert
    • cf_networking.silk_daemon.client_key

Significant Changes

Metrics

Logging

Stability

Chores

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "cf-networking"
  version: "1.0.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/cf-networking-release?v=1.0.0"
  sha1: "1297f615af9ed7601e21549679433337461bb432"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 1297f615af9ed7601e21549679433337461bb432 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/cf-networking-release?v=1.0.0"

Jobs

Packages