Sha256: fc5651420e62299c93837af5ed044d5a81e1d9b5f598814559cc1acdcb05b1cd

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

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:
    director:
      max_threads: 3
      env:
        http_proxy: http://192.168.1.100:8080
        https_proxy: https://192.168.1.100:8080
    hm:
      resurrector_enabled: true
    ntp:
      - 0.north-america.pool.ntp.org
      - 1.north-america.pool.ntp.org

Version data entries

2 entries across 2 versions & 1 rubygems

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