Skip to content

cf-networking/0.24.0

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

Release Notes

This release allows operators to configure the UDP port used for the VXLAN devices and makes it possible to change the IP address range allocated for the container network.

In addition, it adds further improvements to the control scripts for all BOSH jobs and introduces basic uptime monitoring for the silk-daemon.

We do not recommend using cf-networking-release in production yet, but give it a try 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 host port for receiving VXLAN packets is now configurable as cf_networking.vtep_port for flannel and silk. Overriding this value is optional.

Significant Changes

BOSH configuration

BOSH job control scripts

Silk metrics

Other

Usage

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

- name: "cf-networking"
  version: "0.24.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/cf-networking-release?v=0.24.0"
  sha1: "8b6b564e7c4642da074f65bb28180b4e13601cc1"

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

bosh upload-release --sha1 8b6b564e7c4642da074f65bb28180b4e13601cc1 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/cf-networking-release?v=0.24.0"

Jobs

Packages