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

Update infrastructure_init.yaml

parent f1b8efbe
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ parameters:
resources:
internal_net:
type: OS::Neutron::Net
properties:
name: PV176-private-network
internal_subnet:
type: OS::Neutron::Subnet
......@@ -31,11 +33,11 @@ resources:
properties:
router_id: { get_resource: internal_router }
subnet: { get_resource: internal_subnet }
name: PV176-private-interface
full_access_secgroup:
type: OS::Neutron::SecurityGroup
properties:
name: PV176-security-group-MUNI
rules:
- protocol: tcp
remote_ip_prefix: 147.251.0.0/16
......
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