Sha256: 97cf8d130599e3a2c9ab0676e7406c6cd3d7ad755b6fd9517cbb7134b85bf424

Contents?: true

Size: 910 Bytes

Versions: 6

Compression:

Stored size: 910 Bytes

Contents

---
vapps:
  - name: <%= vapp_name %>
    vdc_name: <%= vdc_name %>
    catalog_name: <%= catalog %>
    vapp_template_name: <%= 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
      independent_disks:
      - name: <%= independent_disk_name %>
      network_connections:
      - name: <%= network_1 %>
        ip_address: <%= network_1_ip %>
      - name: <%= network_2 %>
        ip_address: <%= network_2_ip %>
      bootstrap:
        script_path: <%= bootstrap_script %>
        vars:
          message: hello world
      storage_profile: <%= storage_profile %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vcloud-launcher-2.1.1 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-2.1.0 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-2.0.0 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-1.1.0 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-1.0.0 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.7.0 spec/integration/launcher/data/happy_path.yaml.erb