blob: 721eedb2e39949f606811d53e4863bd4d3ec1d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
basic_network:
tosca_file_from_SDC: service-basic_network-template
version: "1.0"
subscription_type: "net"
networks:
- network_name: net_internal
vl_name: "Generic NeutronNet"
subnets: [
{
"subnet-name": "net_internal-subnet",
"start-address": "10.200.0.0",
"cidr-mask": "24",
"ip-version": "4",
"dhcp-enabled": False,
"gateway-address": "10.200.0.1",
}
]
|