feat: add subnets to autosign
- add subnets in incus managed environments to autosign in puppet - update subnet facts comments
This commit is contained in:
parent
354a4f9ceb
commit
111bd9694c
@ -5,6 +5,13 @@ profiles::puppet::autosign::subnet_ranges:
|
|||||||
- '198.18.15.0/24'
|
- '198.18.15.0/24'
|
||||||
- '198.18.16.0/24'
|
- '198.18.16.0/24'
|
||||||
- '198.18.17.0/24'
|
- '198.18.17.0/24'
|
||||||
|
- '198.18.20.0/24'
|
||||||
|
- '198.18.24.0/24'
|
||||||
|
- '198.18.25.0/24'
|
||||||
|
- '198.18.26.0/24'
|
||||||
|
- '198.18.27.0/24'
|
||||||
|
- '198.18.28.0/24'
|
||||||
|
- '198.18.29.0/24'
|
||||||
|
|
||||||
profiles::puppet::autosign::domains:
|
profiles::puppet::autosign::domains:
|
||||||
- '*.main.unkin.net'
|
- '*.main.unkin.net'
|
||||||
|
|||||||
@ -12,7 +12,7 @@ class SubnetAttributes
|
|||||||
'198.18.17.0/24' => { environment: 'prod', region: 'drw1', country: 'au' },
|
'198.18.17.0/24' => { environment: 'prod', region: 'drw1', country: 'au' },
|
||||||
'198.18.18.0/24' => { environment: 'test', region: 'drw1', country: 'au' },
|
'198.18.18.0/24' => { environment: 'test', region: 'drw1', country: 'au' },
|
||||||
'198.18.19.0/24' => { environment: 'prod', region: 'syd1', country: 'au' }, # loopbacks
|
'198.18.19.0/24' => { environment: 'prod', region: 'syd1', country: 'au' }, # loopbacks
|
||||||
'198.18.20.0/24' => { environment: 'prod', region: 'syd1', country: 'au' }, # RESERVED
|
'198.18.20.0/24' => { environment: 'prod', region: 'syd1', country: 'au' }, # MPLS CORE BLOCKS
|
||||||
'198.18.21.0/24' => { environment: 'prod', region: 'syd1', country: 'au' }, # physical network 2.5gbe
|
'198.18.21.0/24' => { environment: 'prod', region: 'syd1', country: 'au' }, # physical network 2.5gbe
|
||||||
'198.18.22.0/24' => { environment: 'prod', region: 'syd1', country: 'au' }, # ceph cluster
|
'198.18.22.0/24' => { environment: 'prod', region: 'syd1', country: 'au' }, # ceph cluster
|
||||||
'198.18.23.0/24' => { environment: 'prod', region: 'syd1', country: 'au' }, # ceph public
|
'198.18.23.0/24' => { environment: 'prod', region: 'syd1', country: 'au' }, # ceph public
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user