winc-network-hns-acls job from winc/2.3.0
              Github source:
              70ab3d9 or
              master branch
            
Properties¶
winc_network¶
  
  
    
allow_outbound_traffic_by_default¶Allow containers to have outbound traffic. Only respected when network properties are left unspecified.
- Default
false
dns_servers¶DNS servers that containers will use. If not set, will use DNS settings from the host.
- Default
[]
gateway_address¶Gateway address assigned to containers.
- Default
172.30.0.1
maximum_outgoing_bandwidth¶Maximum outgoing bandwidth in bytes for each container. If 0, no limit is set. Values under 10KB are not respected by HNS
- Default
0
mtu¶Maximum network transmission unit length in bytes.
- Default
0
search_domains¶DNS suffixes that the container will use to construct an FQDN that will be used for name resolution by the DNS client
- Default
[]
subnet_range¶Range of IP addresses assigned to containers.
- Default
172.30.0.0/22
wait_timeout_in_seconds¶Timeout to wait for commands to execute within a running container.
- Default
2
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/winc-network-hns-acls/ directory
            (learn more).
          
- bin/pre-start.ps1(from- pre-start.ps1.erb)
- config/interface.json(from- interface.json.erb)
- dns/addresses.json(from- addresses.json.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.