feat: add new syd1 prod networks
This commit is contained in:
@@ -5,6 +5,8 @@ require 'ipaddr'
|
||||
# a class that creates facts based on the subnet
|
||||
class SubnetAttributes
|
||||
SUBNET_TO_ATTRIBUTES = {
|
||||
'198.18.13.0/24' => { environment: 'prod', region: 'syd1', country: 'au' },
|
||||
'198.18.14.0/24' => { environment: 'prod', region: 'syd1', country: 'au' },
|
||||
'198.18.15.0/24' => { environment: 'prod', region: 'syd1', country: 'au' },
|
||||
'198.18.16.0/24' => { environment: 'test', region: 'syd1', country: 'au' },
|
||||
'198.18.17.0/24' => { environment: 'prod', region: 'drw1', country: 'au' },
|
||||
|
||||
Reference in New Issue
Block a user