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

pridany subnet

parent e6f97de8
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,14 @@ resources:
internal_net:
type: OS::Neutron::Net
properties:
name: PV176-private-network
\ No newline at end of file
name: PV176-private-network
internal_subnet:
type: OS::Neutron::Subnet
properties:
network_id: { get_resource: internal_net }
cidr: "10.0.0.0/8"
dns_nameservers: [ "147.251.4.3", "8.8.8.8" ]
ip_version: 4
enable_dhcp: false
name: PV176-private-subnet
\ No newline at end of file
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