Skip to content
Snippets Groups Projects
Commit d2fd4b7b authored by Martin Cuchran's avatar Martin Cuchran
Browse files

oprava odsadenia

parent 5d1c23f7
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,12 @@ parameters:
resources:
internal_net:
type: OS::Neutron::Net
properties:
name: PV176-private-network
name: PV176-private-network
internal_subnet:
type: OS::Neutron::Subnet
properties:
......@@ -28,16 +30,19 @@ resources:
ip_version: 4
enable_dhcp: false
name: PV176-private-subnet
internal_router:
type: OS::Neutron::Router
properties:
external_gateway_info: { network: public-float-21 }
name: PV176-router
internal_interface:
type: OS::Neutron::RouterInterface
properties:
router_id: { get_resource: internal_router }
subnet: { get_resource: internal_subnet }
full_access_secgroup:
type: OS::Neutron::SecurityGroup
properties:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment