aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2022-07-14 19:45:03 +0000
committerPascal Terjan <pterjan@mageia.org>2022-07-14 19:46:23 +0000
commit44222e4c2bc7028d63fdf5e5d59059d5ee27241e (patch)
treeb8c139affd3958bb9fb4417cb64db29d3513b22f /manifests
parent1ef87173139760a23563e139243529a15d1e9144 (diff)
downloadpuppet-44222e4c2bc7028d63fdf5e5d59059d5ee27241e.tar
puppet-44222e4c2bc7028d63fdf5e5d59059d5ee27241e.tar.gz
puppet-44222e4c2bc7028d63fdf5e5d59059d5ee27241e.tar.bz2
puppet-44222e4c2bc7028d63fdf5e5d59059d5ee27241e.tar.xz
puppet-44222e4c2bc7028d63fdf5e5d59059d5ee27241e.zip
Add Oracle Cloud build nodes
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes_ip.pp6
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',
}
}