Sha256: a0045900df26b76d34feb31c401629e15abd3143e47ade6432ff36aa0f6ffa4d

Contents?: true

Size: 879 Bytes

Versions: 34

Compression:

Stored size: 879 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:
      ssh_key_name: ssh-key-name
      security_group: security-group-id
      public_subnet_id: public-subnet-id
      private_subnet_id: private-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
  - vm_name: vm-name-2

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
vm_shepherd-1.12.7 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.12.6 spec/fixtures/shepherd/aws.yml
vm_shepherd-2.0.3 spec/fixtures/shepherd/aws.yml
vm_shepherd-2.0.2 spec/fixtures/shepherd/aws.yml
vm_shepherd-2.0.1 spec/fixtures/shepherd/aws.yml
vm_shepherd-2.0.0 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.12.5 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.12.4 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.12.3 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.12.2 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.12.1 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.12.0 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.11.8 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.11.7 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.11.6 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.11.5 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.11.4 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.11.3 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.11.2 spec/fixtures/shepherd/aws.yml
vm_shepherd-1.11.1 spec/fixtures/shepherd/aws.yml