Add infra_config.yaml sample

This is a sample config for users to create their own infra-ansible
config file, which will be passed to ansible-playbook with
-e "@infra_config.yaml' switch.
This commit is contained in:
Ricardo Carrillo Cruz 2015-04-18 23:20:45 +02:00
parent abc67376b7
commit 9d5650d0b7
1 changed files with 32 additions and 0 deletions

32
infra_config.yml.sample Normal file
View File

@ -0,0 +1,32 @@
---
infra_servers:
- name: puppetmaster.yourdomain.cloud
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
flavor: standard.small
net_name: your_neutron_network
security_groups: default
infra_type: puppetmaster
- name: zuul.yourdomain.cloud
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
flavor: standard.small
net_name: your_neutron_network
security_groups: default
infra_type: zuul
- name: jenkins.yourdomain.cloud
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
flavor: standard.medium
net_name: your_neutron_network
security_groups: "default,webserver"
infra_type: jenkins
- name: gerrit.yourdomain.cloud
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
flavor: standard.large
net_name: your_neutron_network
security_groups: "default,webserver"
infra_type: gerrit
- name: nodepool.yourdomain.cloud
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
flavor: standard.small
net_name: your_neutron_network
security_groups: default
infra_type: nodepool