Sha256: 0f288243b922b050df435d95b8ce139f0a7ba29fa49cf2d9ee9444dcf99129c7

Contents?: true

Size: 912 Bytes

Versions: 25

Compression:

Stored size: 912 Bytes

Contents

iaas_type: aws

vm_shepherd:
  env_config:
    stack_name: aws-stack-name
    aws_access_key: aws-access-key
    aws_secret_key: aws-secret-key
    region: aws-region
    json_file: cloudformation.json
    parameters:
      key_pair_name: key_pair_name
    outputs:
      security_group: security-group-id
      public_subnet_id: public-subnet-id
      subnets: [private-subnet-id, public-subnet-id]
      s3_bucket_name: bucket-name
    elbs:
    - name: elb-1-name
      port_mappings: [[1111,11]]
      stack_output_keys:
        vpc_id: CloudFormationVpcIdOutputKey
        subnet_id: CloudFormationSubnetIdOutputKey
    - name: elb-2-name
      port_mappings: [[2222,22]]
      stack_output_keys:
        vpc_id: CloudFormationVpcIdOutputKey
        subnet_id: CloudFormationSubnetIdOutputKey
  vm_configs:
  - vm_name: vm-name
    key_name: ssh-key-name
  - vm_name: vm-name-2
    key_name: ssh-key-name-2

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
vm_shepherd-3.7.3 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.7.1 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.7.0 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.6.2 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.6.1 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.6.0 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.5.0 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.4.3 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.4.2 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.4.1 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.4.0 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.3.2 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.3.1 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.3.0 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.2.1 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.2.0 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.1.8 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.1.7 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.1.6 spec/fixtures/shepherd/aws.yml
vm_shepherd-3.1.5 spec/fixtures/shepherd/aws.yml