diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes_ip.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 1359f82c..4c18a516 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -54,6 +54,12 @@ $nodes_ipaddr = { }, pktaa1 => { ipv4 => '147.75.69.246', + }, + ociaa1 => { + ipv6 => '2603:c026:c101:f00::1:1', + }, + ociaa2 => { + ipv6 => '2603:c026:c101:f00::1:2', } } |