Sha256: 898c9000ff0e1f49dba01388095e9000d52843ab469587dfe9f10b90522c2413
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
--- vapps: - name: <%= vapp_name_1 %> vdc_name: <%= vdc_name_1 %> catalog: <%= catalog %> catalog_item: <%= vapp_template %> vm: hardware_config: &hardware_config memory: 4096 cpu: 2 bootstrap: &bootstrap script_path: <%= bootstrap_script %> vars: message: hello world storage_profile: <%= storage_profile %> - name: <%= vapp_name_2 %> vdc_name: <%= vdc_name_2 %> catalog: <%= catalog %> catalog_item: <%= vapp_template %> vm: hardware_config: <<: *hardware_config bootstrap: <<: *bootstrap storage_profile: <%= storage_profile %> - name: <%= vapp_name_3 %> vdc_name: <%= vdc_name_1 %> catalog: <%= catalog %> catalog_item: <%= vapp_template %> vm: hardware_config: <<: *hardware_config metadata: storage_profile_test_vm: true bootstrap: <<: *bootstrap - name: <%= vapp_name_4 %> vdc_name: <%= vdc_name_1 %> catalog: <%= catalog %> catalog_item: <%= vapp_template %> vm: hardware_config: <<: *hardware_config metadata: storage_profile_test_vm: true bootstrap: <<: *bootstrap storage_profile: <%= nonsense_storage_profile %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vcloud-launcher-0.0.5 | spec/integration/launcher/data/storage_profile.yaml.erb |
vcloud-launcher-0.0.4 | spec/integration/launcher/data/storage_profile.yaml.erb |