bundlewrap/groups/locations.py
Franzi 81db0e6e44
All checks were successful
bundlewrap/pipeline/head This commit looks good
groups/home: introduce
2020-09-27 16:47:10 +02:00

40 lines
603 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',
},
},
},
},
}