Skip to content

Commit

Permalink
Merge pull request spinnaker#1 from spinnaker-netflix/env_and_account…
Browse files Browse the repository at this point in the history
…Type

adding environment and accountType
  • Loading branch information
cfieber committed Sep 23, 2015
2 parents be02889 + 978e72f commit d9678d0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions root/apps/clouddriver/config/clouddriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,17 @@ aws:
# - name: oss
# accountId: 751929122243
- name: mceprod
environment: prod
accountType: mce
defaultKeyPair: prod
edda: http://edda-mce.{{region}}.prod.netflix.net:7001
discovery: "http://{{region}}.discoveryprod.netflix.net:7001/discovery"
accountId: 662787462842
regions:
- name: us-east-1
- name: prod
environment: prod
accountType: main
edda: http://edda-main.{{region}}.prod.netflix.net:7001
discovery: "http://{{region}}.discoveryprod.netflix.net:7001/discovery"
accountId: 149510111645
Expand All @@ -129,6 +133,8 @@ aws:
- name: us-west-2
- name: eu-west-1
- name: mcetest
environment: test
accountType: mce
defaultKeyPair: test
edda: http://edda-mce.{{region}}.test.netflix.net:7001
discovery: "http://{{region}}.discoverytest.netflix.net:7001/discovery"
Expand All @@ -137,6 +143,8 @@ aws:
- name: us-east-1
- name: us-west-2
- name: test
environment: test
accountType: main
edda: http://edda-main.{{region}}.test.netflix.net:7001
front50: http://front50.test.netflix.net/test
discovery: "http://{{region}}.discoverytest.netflix.net:7001/discovery"
Expand All @@ -147,33 +155,43 @@ aws:
- name: us-west-2
- name: eu-west-1
- name: cpl
environment: prod
accountType: cpl
edda: http://edda-cpl.{{region}}.prod.netflix.net:7001
front50: http://front50-cpl.prod.netflix.net/cpl
discovery: "http://{{region}}.discoveryprod.netflix.net:7001/discovery"
accountId: 267481021547
regions:
- name: us-east-1
- name: dataeng
environment: prod
accountType: dse
edda: http://edda-dse.{{region}}.prod.netflix.net:7001
discovery: "http://{{region}}.discoveryprod.netflix.net:7001/discovery"
accountId: 219382154434
regions:
- name: us-east-1
- name: itopsprod
environment: prod
accountType: itops
edda: http://edda-itops.{{region}}.prod.netflix.net:7001
discovery: "http://{{region}}.discoveryprod.netflix.net:7001/discovery"
accountId: 788777746278
regions:
- name: us-east-1
- name: us-west-2
- name: itopsdev
environment: test
accountType: itops
edda: http://edda-itops.{{region}}.test.netflix.net:7001
discovery: "http://{{region}}.discoverytest.netflix.net:7001/discovery"
accountId: "020769165682"
regions:
- name: us-east-1
- name: us-west-2
- name: mgmttest
environment: test
accountType: mgmt
edda: http://edda-mgmt.{{region}}.test.netflix.net:7001
discovery: "http://{{region}}.discoverytest.netflix.net:7001/discovery"
accountId: 521597827845
Expand All @@ -186,6 +204,8 @@ aws:
- mgmt_spinnaker
- meechumsg-mgmt_spinnaker@netflix.com
- name: mgmt
environment: prod
accountType: mgmt
edda: http://edda-mgmt.{{region}}.prod.netflix.net:7001
discovery: "http://{{region}}.discoveryprod.netflix.net:7001/discovery"
accountId: 567395257996
Expand Down

0 comments on commit d9678d0

Please sign in to comment.