Sha256: 67cc9084570c9bdd8c01fa3021334b39997eecafba9665ff3efa39cea61e3592

Contents?: true

Size: 705 Bytes

Versions: 22

Compression:

Stored size: 705 Bytes

Contents

# Test AWS-specific security group references to other SGs, as well as our
# shorthand for load balancers SGs.
# clouds: AWS
---
appname: smoketest
vpcs:
- name: sgtest
loadbalancers:
- name: alb
  vpc:
    name: sgtest
  add_firewall_rules:
  - name: referenceable
  ingress_rules:
  - port: 8080
    hosts:
    - 0.0.0.0/0
  listeners:
  - lb-port: 80
    lb-protocol: HTTP
    instance-port: 80
    instance-protocol: HTTP
firewall_rules:
- name: referer
  vpc:
    name: sgtest
  rules:
  - port: 80
    hosts:
    - 0.0.0.0/0
  - proto: tcp
    port: 8080
    sgs:
    - referenceable
    lbs:
    - alb
- name: referenceable
  vpc:
    name: sgtest
  rules:
  - port: 443
    hosts:
    - 0.0.0.0/0

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cloud-mu-3.6.10 modules/tests/aws-sgs.yaml
cloud-mu-3.6.9 modules/tests/aws-sgs.yaml
cloud-mu-3.6.8 modules/tests/aws-sgs.yaml
cloud-mu-3.6.7 modules/tests/aws-sgs.yaml
cloud-mu-3.6.5 modules/tests/aws-sgs.yaml
cloud-mu-3.6.4 modules/tests/aws-sgs.yaml
cloud-mu-3.6.3 modules/tests/aws-sgs.yaml
cloud-mu-3.5.1 modules/tests/aws-sgs.yaml
cloud-mu-3.5.0 modules/tests/aws-sgs.yaml
cloud-mu-3.4.0 modules/tests/aws-sgs.yaml
cloud-mu-3.3.2 modules/tests/aws-sgs.yaml
cloud-mu-3.3.1 modules/tests/aws-sgs.yaml
cloud-mu-3.3.0 modules/tests/aws-sgs.yaml
cloud-mu-3.2.0 modules/tests/aws-sgs.yaml
cloud-mu-3.1.6 modules/tests/aws-sgs.yaml
cloud-mu-3.1.5 modules/tests/aws-sgs.yaml
cloud-mu-3.1.4 modules/tests/aws-sgs.yaml
cloud-mu-3.1.3 modules/tests/aws-sgs.yaml
cloud-mu-3.1.2 modules/tests/aws-sgs.yaml
cloud-mu-3.1.2beta2 modules/tests/aws-sgs.yaml