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

Version Path
cloud-mu-3.6.10 modules/tests/win2k19.yaml
cloud-mu-3.6.9 modules/tests/win2k19.yaml
cloud-mu-3.6.8 modules/tests/win2k19.yaml
cloud-mu-3.6.7 modules/tests/win2k19.yaml
cloud-mu-3.6.5 modules/tests/win2k19.yaml
cloud-mu-3.6.4 modules/tests/win2k19.yaml
cloud-mu-3.6.3 modules/tests/win2k19.yaml
cloud-mu-3.5.1 modules/tests/win2k19.yaml
cloud-mu-3.5.0 modules/tests/win2k19.yaml
cloud-mu-3.4.0 modules/tests/win2k19.yaml
cloud-mu-3.3.2 modules/tests/win2k19.yaml
cloud-mu-3.3.1 modules/tests/win2k19.yaml
cloud-mu-3.3.0 modules/tests/win2k19.yaml
cloud-mu-3.2.0 modules/tests/win2k19.yaml
cloud-mu-3.1.6 modules/tests/win2k19.yaml
cloud-mu-3.1.5 modules/tests/win2k19.yaml