Franziska Kunsmann
81db0e6e44
All checks were successful
bundlewrap/pipeline/head This commit looks good
39 lines
603 B
Python
39 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',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|