Last active
November 8, 2017 20:20
-
-
Save imosquera/bebd7774fb147f22a2acbc2d4c38dc35 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server: | |
port: 8084 | |
services: | |
barometer: | |
baseUrl: http://localhost:9092 | |
deck: | |
baseUrl: http://localhost:9000 | |
lighthouse: | |
baseUrl: http://localhost:5000 | |
orca: | |
baseUrl: http://localhost:8083 | |
front50: | |
canaryConfigStore: false | |
baseUrl: http://localhost:8080 | |
clouddriver: | |
baseUrl: http://localhost:7002 | |
# semi-optional services (Everybody except Netflix needs these): | |
rosco: | |
enabled: true | |
baseUrl: http://localhost:8087 | |
# These are here only for Netflix, whose bakery does not support dynamically fetching these properties. | |
# Modifying the details below when rosco.enabled is true will have no effect (do it in the Rosco config). | |
defaults: | |
bakeOptions: | |
- cloudProvider: aws | |
baseImages: | |
- id: trusty | |
shortDescription: v14.04 | |
detailedDescription: Ubuntu Trusty Tahr v14.04 | |
packageType: DEB | |
- id: ubuntu | |
shortDescription: v12.04 | |
detailedDescription: Ubuntu Precise Pangolin v12.04 | |
packageType: DEB | |
- id: centos | |
shortDescription: deprecated | |
detailedDescription: CentOS v5.11 | |
packageType: RPM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment