introduce node.metadata['hostname'] to other bundles, update nodefiles to reflect changes
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
de73552700
commit
831545d8b1
11 changed files with 24 additions and 18 deletions
|
@ -2,6 +2,7 @@
|
|||
# Frankfurt, Germany
|
||||
|
||||
nodes['gce.bind01'] = {
|
||||
'hostname': '34.89.208.78',
|
||||
'bundles': {
|
||||
'nodejs',
|
||||
'powerdnsadmin',
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# Belgium
|
||||
|
||||
nodes['gce.dns02'] = {
|
||||
'hostname': '35.187.109.249',
|
||||
'bundles': set(),
|
||||
'groups': {
|
||||
'dns',
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# Finland
|
||||
|
||||
nodes['gce.dns03'] = {
|
||||
'hostname': '35.228.143.71',
|
||||
'bundles': set(),
|
||||
'groups': {
|
||||
'dns',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue