garden-cni job from cf-networking/0.15.0
              Github source:
              faf45bb4 or
              master branch
            
Properties¶
cf_networking¶
  
  
    
garden_external_networker¶
cni_config_dir¶Directory to store CNI config files. Other jobs may write files into here.
cni_plugin_dir¶Directory containing CNI plugins.
start_port¶Starting value for allocating host ports to containers
- Default
60000
total_ports¶Total number of host ports that may be allocated to containers
- Default
5000
network¶IP range used by the container network
- Default
10.255.0.0/16
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/garden-cni/ directory
            (learn more).
          
- config/adapter.json(from- adapter.json.erb)
- config/cni/30-bridge.conf(from- 30-bridge.conf.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.