brooklyncentral / clocker

Apache Brooklyn cloud native infrastructure blueprints
Apache License 2.0
428 stars 66 forks source link

Single Docker VM on Clocker 1.1.1 fails on AWS #360

Open grkvlt opened 8 years ago

grkvlt commented 8 years ago

This blueprint should create a single VM docker cloud, but fails due to errors with the configuration. What is the best way to create a single VM that can be used as a DockerLocation in Clocker 1.x?

services:
  - type: 'docker-cloud-single:1.1.1'
    brooklyn.config:
      entity.dynamicLocation.name: DockerEngineSingle
      docker.host.cluster.initial.size: 1
      docker.registry.start: true
      docker.version: 1.10.3