Skip to content
Snippets Groups Projects
Commit f1b8efbe authored by Martin Čuchran's avatar Martin Čuchran
Browse files

Update infrastructure_init.yaml

parent 6d292c21
No related branches found
No related tags found
No related merge requests found
......@@ -18,18 +18,20 @@ resources:
dns_nameservers: [ "147.251.4.3", "8.8.8.8" ]
ip_version: 4
enable_dhcp: false
name: PV176-private
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 }
name: PV176-private-interface
full_access_secgroup:
type: OS::Neutron::SecurityGroup
......
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