Create os-nosdn-osm scenario
[releng-xci-scenarios.git] / scenarios / os-nosdn-osm / role / os-nosdn-osm / defaults / main.yml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2018 Ericsson AB and others.
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10 lxd_bridge: "lxdbr0"
11 lxd_domain: "lxd"
12 lxd_ipv4_addr: "10.0.8.1"
13 lxd_ipv4_netmask: "255.255.255.0"
14 lxd_ipv4_network: "10.0.8.1/24"
15 lxd_ipv4_dhcp_range: "10.0.8.2,10.0.8.254"
16 lxd_ipv4_dhcp_max: "250"
17 lxd_ipv4_nat: "true"
18 lxd_ipv6_addr: ""
19 lxd_ipv6_mask: ""
20 lxd_ipv6_network: ""
21 lxd_ipv6_nat: "false"
22 lxd_ipv6_proxy: "false"