Last active
August 15, 2017 21:49
-
-
Save abrader/a2290a533e663c2f8ac08f916e89570a to your computer and use it in GitHub Desktop.
spec/acceptance/nodesets/default.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Requires that ~/.fog have aws_access_key_id and aws_secret_access_key | |
| HOSTS: | |
| "puppet": | |
| roles: | |
| - master | |
| - default | |
| - database | |
| - dashboard | |
| - agent | |
| vmname: "centos-7-x86-64-west" | |
| hypervisor: "ec2" | |
| # hypervisor: "none" | |
| vmname: "centos-7-x86-64-west" | |
| hypervisor: "ec2" | |
| # hypervisor: "none" | |
| # ip: | |
| platform: "el-7-x86_64" | |
| snapshot: "ebs" | |
| amisize: m3.xlarge | |
| pe_dir: http://www.pluke.me/ | |
| "f5-dut": | |
| roles: | |
| - "f5" | |
| vmname: "f5-11.6.0-25mbps-good" | |
| hypervisor: "ec2" | |
| # hypervisor: "none" | |
| # ip: | |
| platform: "f5-11.6.0-25mbps-good" | |
| snapshot: "default" | |
| amisize: "m3.large" | |
| user: "admin" | |
| additional_ports: 443 | |
| CONFIG: | |
| type: 'pe' | |
| ec2_yaml: "spec/acceptance/nodesets/ec2.yaml" | |
| log_level: "debug" | |
| ssh: | |
| keys: "~/.ssh/id_rsa" | |
| datastore: "instance0" | |
| folder: "Delivery/Quality Assurance/Enterprise/Dynamic" | |
| resourcepool: "delivery/Quality Assurance/Enterprise/Dynamic" | |
| pooling_api: "http://vcloud.delivery.puppetlabs.net/" | |
| fetch_local_then_push_to_host: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment