Added simulator autostart and cf deployment.

This commit is contained in:
Kai Zimmermann
2016-04-02 21:00:34 +02:00
parent 16e737a716
commit 6d143273f7
10 changed files with 212 additions and 19 deletions

View File

@@ -9,13 +9,13 @@
---
applications:
- name: hawkbit-simulator
memory: 512M
memory: 1024M
instances: 1
buildpack: https://github.com/cloudfoundry/java-buildpack
path: hawkbit-example-app-0.2.0-SNAPSHOT.jar
path: ${project.build.finalName}.jar
services:
- dmf-rabbit
env:
SPRING_PROFILES_ACTIVE: cloudsandbox,amqp
SPRING_PROFILES_ACTIVE: cloud,amqp
CF_STAGING_TIMEOUT: 15
CF_STARTUP_TIMEOUT: 15