Sha256: 01f819b377d996dfe6f2a374546ae527a3ccfc71515c634a8f33cb8ec7937047

Contents?: true

Size: 484 Bytes

Versions: 9

Compression:

Stored size: 484 Bytes

Contents

# Windows Server tests
# clouds: AWS, Google
---
appname: smoketest
us_only: true
vpcs:
- name: windows
  cloud: <%= cloud %>
servers:
- name: win2k12
  platform: win2k12
  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

9 entries across 9 versions & 1 rubygems

Version Path
cloud-mu-3.5.1 modules/tests/win2k12.yaml
cloud-mu-3.5.0 modules/tests/win2k12.yaml
cloud-mu-3.4.0 modules/tests/win2k12.yaml
cloud-mu-3.3.2 modules/tests/win2k12.yaml
cloud-mu-3.3.1 modules/tests/win2k12.yaml
cloud-mu-3.3.0 modules/tests/win2k12.yaml
cloud-mu-3.2.0 modules/tests/win2k12.yaml
cloud-mu-3.1.6 modules/tests/win2k12.yaml
cloud-mu-3.1.5 modules/tests/win2k12.yaml