bundlewrap/groups/locations.py
Franzi 21dd1b615d
All checks were successful
bundlewrap/pipeline/head This commit looks good
digitalocean is gone
Didn't provide what i was looking for.
2020-10-23 15:30:22 +02:00

39 lines
602 B
Python

groups['htz'] = {
'member_patterns': {
r"htz\..*",
},
'subgroups': {
'htz-cloud',
},
}
groups['htz-cloud'] = {
'member_patterns': {
r"htz\-cloud\..*",
},
}
groups['home'] = {
'member_patterns': {
r"home\..*",
},
}
groups['gce'] = {
'bundles': {
'gce-workaround',
},
'member_patterns': {
r"gce\..*",
},
'metadata': {
'hosts': {
'entries': {
'169.254.169.254': {
'metadata.google.internal',
},
},
},
},
}