fluke/devops-service/tests/templates/fixtures/ec2.yml

34 lines
573 B
YAML
Raw Normal View History

flavor:
id: &flavor_id "t1.micro"
cores: 2
disk: 0
name: "Micro Instance"
ram: 613
image:
id: &image_id "id"
provider: "ec2"
remote_user: "root"
name: &image_name ""
bootstrap_template: "omnibus"
network:
cidr: cidr
vpcId: vpcId
subnetId: subnetId
name: subnetId
zone: availabilityZone
provider_image:
id: *image_id
name: *image_name
status: available
deploy_env:
identifier: ec2_env
provider: "ec2"
run_list: []
expires: null
users: []
flavor: *flavor_id
image: *image_id
subnets: []
groups: []
stack_template: null