aboutsummaryrefslogtreecommitdiffstats
path: root/build
ModeNameSize
-rw-r--r--Makefile9948logstatsplain
-rw-r--r--README1260logstatsplain
-rw-r--r--add_opnfv_packages1011logstatsplain
-rw-r--r--apply_patches659logstatsplain
-rw-r--r--cache.mk1996logstatsplain
-rwxr-xr-xcache.sh5343logstatsplain
-rwxr-xr-xcheck_dependencies.sh1019logstatsplain
-rw-r--r--config.mk2980logstatsplain
d---------docker225logstatsplain
d---------f_isoroot689logstatsplain
d---------f_repos135logstatsplain
-rwxr-xr-xfuel_build_loop955logstatsplain
d---------install236logstatsplain
d---------patch-packages145logstatsplain
-rwxr-xr-xrepo_info.sh1423logstatsplain
-rwxr-xr-xselect_closest_fuel_mirror.py1271logstatsplain
"l l-Scalar l-Scalar-Plain">Whether to enable DHCP on the associated subnet. type: boolean InternalApiNetShared: default: false description: Whether this network is shared across all tenants. type: boolean InternalApiNetName: default: internal_api description: The name of the internal API network. type: string InternalApiSubnetName: default: internal_api_subnet description: The name of the internal API subnet in Neutron. type: string InternalApiAllocationPools: default: [{'start': '172.16.2.4', 'end': '172.16.2.250'}] description: Ip allocation pool range for the internal API network. type: json resources: InternalApiNetwork: type: OS::Neutron::Net properties: admin_state_up: {get_param: InternalApiNetAdminStateUp} name: {get_param: InternalApiNetName} shared: {get_param: InternalApiNetShared} value_specs: {get_param: InternalApiNetValueSpecs} InternalApiSubnet: type: OS::Neutron::Subnet properties: cidr: {get_param: InternalApiNetCidr} enable_dhcp: {get_param: InternalApiNetEnableDHCP} name: {get_param: InternalApiSubnetName} network: {get_resource: InternalApiNetwork} allocation_pools: {get_param: InternalApiAllocationPools} outputs: OS::stack_id: description: Neutron internal network value: {get_resource: InternalApiNetwork}