Sha256: 205fc76f5cfc4ef6511455c040da91b667e8f86669a08dd959a4342cb1511b0d

Contents?: true

Size: 994 Bytes

Versions: 3

Compression:

Stored size: 994 Bytes

Contents

---
name: test-bosh
logging:
  level: DEBUG
network:
  type: dynamic
  vip: 1.2.3.4
  cloud_properties:
    net_id: 7b8788eb-b49e-4424-9065-75a6b07094ea
resources:
  persistent_disk: 32768
  cloud_properties:
    instance_type: m1.medium
cloud:
  plugin: openstack
  properties:
    openstack:
      auth_url: http://10.0.0.2:5000/v2.0/tokens
      username: USER
      api_key: PASSWORD
      tenant: TENANT
      region: REGION
      default_security_groups:
      - ssh
      - dns-server
      - bosh
      default_key_name: test-bosh
      state_timeout: 300
      private_key: ~/.microbosh/ssh/test-bosh
      connection_options:
        ssl_verify_peer: false
      boot_from_volume: false
apply_spec:
  agent:
    blobstore:
      address: 1.2.3.4
    nats:
      address: 1.2.3.4
  properties:
    dns:
      recursor: 4.5.6.7
    director:
      max_threads: 3
    hm:
      resurrector_enabled: true
    ntp:
      - 0.north-america.pool.ntp.org
      - 1.north-america.pool.ntp.org

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bosh-bootstrap-0.17.1 spec/assets/microbosh_yml/micro_bosh.openstack.with_recursor.yml
bosh-bootstrap-0.17.0 spec/assets/microbosh_yml/micro_bosh.openstack.with_recursor.yml
bosh-bootstrap-0.16.2 spec/assets/microbosh_yml/micro_bosh.openstack.with_recursor.yml