aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/ipv6_defaults-7dbb62113f4e5084.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/ipv6_defaults-7dbb62113f4e5084.yaml')
-rw-r--r--releasenotes/notes/ipv6_defaults-7dbb62113f4e5084.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/ipv6_defaults-7dbb62113f4e5084.yaml b/releasenotes/notes/ipv6_defaults-7dbb62113f4e5084.yaml
new file mode 100644
index 00000000..bbc67563
--- /dev/null
+++ b/releasenotes/notes/ipv6_defaults-7dbb62113f4e5084.yaml
@@ -0,0 +1,10 @@
+---
+other:
+ - |
+ Network templates are now rendered with jinja2 based on network_data.yaml.
+ The only required parameter for each network is the name, optional params
+ will populate the defaults in the network template. Network templates
+ will be generated for both IPv4 and IPv6 versions of the networks, setting
+ ipv6: true on the network will generate only IPv6 templates. An example for
+ overriding default IP addresses for IPv6 has been added in
+ environments/network-environment-v6.yaml.