Skip to content

Instantly share code, notes, and snippets.

@gromakovsky
Last active October 7, 2017 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gromakovsky/ba73d690fbe2c122f4e6e5d62e725b48 to your computer and use it in GitHub Desktop.
Save gromakovsky/ba73d690fbe2c122f4e6e5d62e725b48 to your computer and use it in GitHub Desktop.
nodes:
'a1':
type: core
region: eu-central-1
zone: eu-central-1b
static-routes: [["b1","c1"], ["r1"], ["d1"]]
host: a1.cardano
port: 3000
'b1':
type: core
region: eu-west-1
zone: eu-west-1a
static-routes: [["c1","d1"], ["r2"], ["a1"]]
host: b1.cardano
port: 3000
'c1':
type: core
region: ap-southeast-1
zone: ap-southeast-1b
static-routes: [["d1","a1"], ["r3"], ["b1"]]
host: c1.cardano
port: 3000
'd1':
type: core
region: eu-central-1
zone: eu-central-1b
static-routes: [["a1","b1"], ["c1"]]
host: d1.cardano
port: 3000
'r1':
type: relay
region: ap-southeast-1
zone: ap-southeast-1b
static-routes: [["a1"], ["b1"]]
host: r1.cardano
port: 3000
'r2':
type: relay
region: eu-central-1
zone: eu-central-1b
static-routes: [["b1"], ["c1"]]
host: r2.cardano
port: 3000
'r3':
type: relay
region: eu-central-1
zone: eu-central-1b
static-routes: [["c1"], ["d1"]]
host: r3.cardano
port: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment