Skip to content

Commit

Permalink
chore(halyard): Add bootstrapping profile to orca (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Mar 14, 2017
1 parent 4c0082d commit b448901
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions halconfig/orca-bootstrap.yml
@@ -0,0 +1,36 @@
# halconfig

server:
port: ${services.orcaBootstrap.port:8083}
address: ${services.orcaBootstrap.host:localhost}

oort:
baseUrl: ${services.clouddriverBootstrap.baseUrl:localhost:7002}

front50:
baseUrl: ${services.front50Bootstrap.baseUrl:localhost:8080}

mort:
baseUrl: ${services.clouddriverBootstrap.baseUrl:localhost:7002}

kato:
baseUrl: ${services.clouddriverBootstrap.baseUrl:localhost:7002}

bakery:
baseUrl: ${services.bakeryBootstrap.baseUrl:localhost:8087}
extractBuildDetails: ${services.bakeryBootstrap.extractBuildDetails:true}
allowMissingPackageInstallation: ${services.bakeryBootstrap.allowMissingPackageInstallation:false}

echo:
enabled: false
baseUrl: ${services.echoBootstrap.baseUrl:localhost:8089}

igor:
baseUrl: ${services.igorBootstrap.baseUrl:localhost:8088}

redis:
connection: ${services.redisBootstrap.baseUrl:redis://localhost:6379}

tasks:
executionWindow:
timezone: ${global.spinnaker.timezone:America/Los_Angeles}

0 comments on commit b448901

Please sign in to comment.