Sha256: fff96830ac8b6680b70cf51dce2c8c7df533199a87e76bc94fc1dc077050e1e8

Contents?: true

Size: 842 Bytes

Versions: 7

Compression:

Stored size: 842 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
      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

7 entries across 7 versions & 1 rubygems

Version Path
vcloud-launcher-0.6.0 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.5.0 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.4.0 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.3.1 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.3.0 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.2.0 spec/integration/launcher/data/happy_path.yaml.erb
vcloud-launcher-0.1.0 spec/integration/launcher/data/happy_path.yaml.erb