Sha256: 71d24b1774669f704f6a91e80256fb831e8f076ad0860c4d7f42c64741f6ed1b

Contents?: true

Size: 875 Bytes

Versions: 2

Compression:

Stored size: 875 Bytes

Contents

---
name: test-bosh
logging:
  level: DEBUG
network:
  type: manual
  ip: 1.2.3.4
  dns:
  - 1.2.0.2
  cloud_properties:
    subnet: subnet-123456
resources:
  persistent_disk: 32768
  cloud_properties:
    instance_type: m3.medium
    ephemeral_disk:
      size: 163840
      type: gp2
cloud:
  plugin: aws
  properties:
    aws:
      access_key_id: ACCESS
      secret_access_key: SECRET
      region: us-west-2
      ec2_endpoint: ec2.us-west-2.amazonaws.com
      default_security_groups:
      - ssh-vpc-123456
      - dns-server-vpc-123456
      - bosh-vpc-123456
      default_key_name: test-bosh
      ec2_private_key: ~/.microbosh/ssh/test-bosh
apply_spec:
  agent:
    blobstore:
      address: 1.2.3.4
    nats:
      address: 1.2.3.4
  properties:
    hm:
      resurrector_enabled: true
    aws_registry:
      address: 1.2.3.4
    dns:
      recursor: 1.2.0.2

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bosh-bootstrap-0.17.1 spec/assets/microbosh_yml/micro_bosh.aws_vpc.yml
bosh-bootstrap-0.17.0 spec/assets/microbosh_yml/micro_bosh.aws_vpc.yml