diff options
author | Thomas Backlund <tmb@mageia.org> | 2020-01-13 19:50:04 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2020-01-13 19:50:04 +0200 |
commit | c2c4b32c628bc5b936e8cce0464efea121fe5c8d (patch) | |
tree | 53131b7ef593b7829463294d55059bae6ebd41f6 | |
parent | 819894a1099939d83412fe806fe0b2102e4301eb (diff) | |
download | puppet-c2c4b32c628bc5b936e8cce0464efea121fe5c8d.tar puppet-c2c4b32c628bc5b936e8cce0464efea121fe5c8d.tar.gz puppet-c2c4b32c628bc5b936e8cce0464efea121fe5c8d.tar.bz2 puppet-c2c4b32c628bc5b936e8cce0464efea121fe5c8d.tar.xz puppet-c2c4b32c628bc5b936e8cce0464efea121fe5c8d.zip |
drop references to removed aarch64 nodes
-rw-r--r-- | deployment/dns/templates/mageia.org.zone | 4 | ||||
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index 8059114b..4f2f112b 100644 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -7,7 +7,7 @@ ; $Id$ $TTL 30m @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2020011201 ; Serial + 2020011301 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire @@ -125,8 +125,6 @@ scwx862 IN CNAME scwx86 scwx863 IN CNAME scwx86 scwaarch641 IN CNAME scwaarch64 scwaarch642 IN CNAME scwaarch64 -scwaarch644 IN CNAME scwaarch643 -scwaarch646 IN CNAME scwaarch645 ec2aa1-a IN CNAME ec2aa1 ec2aa1-b IN CNAME ec2aa1 ec2aa2-a IN CNAME ec2aa2 diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index e982fbf0..0ce0ce37 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -41,8 +41,6 @@ class mga_buildsystem::config { 'scwx863' => "scwx86.${::domain}", 'scwaarch641' => "scwaarch64.${::domain}", 'scwaarch642' => "scwaarch64.${::domain}", - 'scwaarch644' => "scwaarch643.${::domain}", - 'scwaarch646' => "scwaarch645.${::domain}", 'ec2aa1-a' => "ec2aa1.${::domain}", 'ec2aa1-b' => "ec2aa1.${::domain}", 'ec2aa2-a' => "ec2aa2.${::domain}", @@ -172,8 +170,6 @@ class mga_buildsystem::config { '2001:bc8:4400:2700::2729', $::nodes_ipaddr[scwx86][ipv6], $::nodes_ipaddr[scwaarch64][ipv6], - $::nodes_ipaddr[scwaarch643][ipv6], - $::nodes_ipaddr[scwaarch645][ipv6], '147.75.83.250', '2604:1380:2000:f100::1', '2a05:d014:e9:2c00::/56', |