We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7f199d + 8394a29 commit 10c46adCopy full SHA for 10c46ad
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.4.0
+ rev: v6.0.0
5
hooks:
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
tests/roles/ironic_adoption/defaults/main.yaml
@@ -1,6 +1,11 @@
storage_class_name: local-storage
-dns_server_provisioning_ip: 192.168.122.80
+dns_server_provisioning_ip: >-
+ {{
+ (ctlplane_prefix_ipv6 | default('2620:cf:cf:aaaa')) ~ '::50'
+ if ipv6_enabled | default(false)
+ else (ctlplane_prefix | default('192.168.122')) ~ '.80'
8
+ }}
9
ironic_network: baremetal
10
ironic_patch: |
11
spec:
0 commit comments