cni-flannel job from cf-networking/0.23.0
              Github source:
              3758fa0 or
              master branch
            
Properties¶
cf_networking¶
  
  
    
disable¶Disable container to container networking.
- Default
false
dns_servers¶DNS servers containers will use. If set, takes precedence over DNS servers configured through garden
- Default
[]
flannel_watchdog¶
metron_address¶Forward metrics to this metron agent
- Default
127.0.0.1:3457
health_check_port¶Port for health-check on flannel-watchdog
- Default
10007
iptables_asg_logging¶Enables global logging for all ASGs
- Default
false
iptables_c2c_logging¶Enables global logging for denied C2C packets
- Default
false
mtu¶MTU for containers
- Default
0
network¶CIDR block for overlay network.
- Default
10.255.0.0/16
plugin¶
etcd_ca_cert¶PEM encoded CA cert
etcd_client_cert¶PEM encoded client cert
etcd_client_key¶PEM encoded client key
etcd_endpoints¶List of etcd endpoints
- Default
[]
health_check_port¶Port for health-check on flanneld
- Default
19823
rep_listen_addr_admin¶admin endpoint on diego rep
- Default
127.0.0.1:1800
subnet_prefix_length¶Length, in bits, of the prefix for subnets allocated per Diego cell, e.g. ‘24’ for a ‘/24’ subnet.
- Default
24
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/cni-flannel/ directory
            (learn more).
          
- bin/drain(from- drain.erb)
- bin/flannel-watchdog_ctl(from- flannel-watchdog_ctl.erb)
- bin/flanneld_ctl(from- flanneld_ctl.erb)
- bin/pre-start(from- pre-start.erb)
- config/certs/etcd/ca.crt(from- etcd_ca.crt.erb)
- config/certs/etcd/client.crt(from- etcd_client.crt.erb)
- config/certs/etcd/client.key(from- etcd_client.key.erb)
- config/cni/30-cni-wrapper-plugin.conf(from- 30-cni-wrapper-plugin.conf.erb)
- config/flannel-watchdog.json(from- flannel-watchdog.json.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.