ibumarskov | c71ddd5 | 2019-01-30 11:14:23 +0400 | [diff] [blame^] | 1 | classes: |
2 | - service.neutron.client | ||||
3 | parameters: | ||||
4 | neutron: | ||||
5 | client: | ||||
6 | resources: | ||||
7 | v2: | ||||
8 | admin_identity: | ||||
9 | network: | ||||
10 | public: | ||||
11 | shared: False | ||||
12 | router_external: True | ||||
13 | subnet: | ||||
14 | public-subnet: | ||||
15 | cidr: ${_param:openstack_public_neutron_subnet_cidr} | ||||
16 | gateway_ip: ${_param:openstack_public_neutron_subnet_gateway} | ||||
17 | allocation_pools: | ||||
18 | - start: ${_param:openstack_public_neutron_subnet_allocation_start} | ||||
19 | end: ${_param:openstack_public_neutron_subnet_allocation_end} | ||||
20 | enable_dhcp: False | ||||
21 | ip_version: 4 |