Sha256: 4de6a251f371871ec5a3be0f82fd95829d0bc07ffff13f5cf6f3b65c027be037

Contents?: true

Size: 827 Bytes

Versions: 5

Compression:

Stored size: 827 Bytes

Contents

---
vapps:
  - name: <%= vapp_name %>
    vdc_name: <%= vdc_name %>
    catalog: <%= catalog %>
    catalog_item: <%= vapp_template %>
    vm:
      hardware_config:
        memory: 8192
        cpu: 4
      metadata:
        is_integer: -999
        is_string: Hello World
        is_datetime: <%= date_metadata %>
        is_true: true
        is_false: false
        integration_test_vm: true
      extra_disks:
      - size: '1024'
        name: Hard disk 2
      - size: '2048'
        name: Hard disk 3
      network_connections:
      - name: <%= network1 %>
        ip_address: <%= network1_ip %>
      - name: <%= network2 %>
        ip_address: <%= network2_ip %>
      bootstrap:
        script_path: <%= bootstrap_script %>
        vars:
          message: hello world
      storage_profile: <%= storage_profile %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vcloud-launcher-0.0.5 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.0.4 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.0.3 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.0.2 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.0.1 spec/integration/launcher/data/happy_path.yaml.erb