Skip to content

Commit

Permalink
Merge pull request spinnaker#2 from spinnaker-netflix/enabling-titan
Browse files Browse the repository at this point in the history
Adding titan credentials
  • Loading branch information
ajordens committed Oct 2, 2015
2 parents d9678d0 + 8126bb4 commit 02389ef
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions root/apps/clouddriver/config/clouddriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ aws:
defaultKeyPairTemplate: nf-{{name}}-keypair-a
defaultFront50Template: http://front50.prod.netflix.net/{{name}}

titan:
enabled: false
accounts:
- name: titantest
regions:
- name: us-east-1
endpoint: http://titanapi.test.netflix.net
calypsoEndpoint: http://calypso.us-east-1.dyntest.netflix.net:7001

logging:
config: classpath:logback-defaults.xml

Expand Down Expand Up @@ -220,6 +229,14 @@ aws:

---

spring:
profiles: prestaging

titan:
enabled: true

---

spring:
profiles: test

Expand Down
2 changes: 1 addition & 1 deletion root/service/clouddriver/run
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ JAVA_OPTS="$EXTRA_OPTS \
-Dnetflix.stack=$NETFLIX_STACK \
-Dnetflix.appinfo.stack=$NETFLIX_STACK \
-Dnetflix.account=$NETFLIX_ACCOUNT \
-Dspring.profiles.active=$NETFLIX_ACCOUNT \
-Dspring.profiles.active=$NETFLIX_ACCOUNT,$NETFLIX_STACK \
-Dcaching.writeEnabled=$CACHE_WRITE"

cd /apps/${servicename}/config
Expand Down

0 comments on commit 02389ef

Please sign in to comment.