Sha256: 80bf7efd178f8ee8d6e4e7f2260595fb8847fc003f165d20533c81dc89af6e22
Contents?: true
Size: 484 Bytes
Versions: 16
Compression:
Stored size: 484 Bytes
Contents
# Windows Server tests # clouds: AWS, Google --- appname: smoketest us_only: true vpcs: - name: windows cloud: <%= cloud %> servers: - name: win2k19 platform: win2k19 cloud: <%= cloud %> <% if cloud == "AWS" %> size: m4.large <% elsif cloud == "Azure" %> size: Standard_DS1_v2 <% elsif cloud == "Google" %> size: n1-standard-2 <% end %> vpc: name: windows subnet_pref: public associate_public_ip: true static_ip: assign_ip: true
Version data entries
16 entries across 16 versions & 1 rubygems