Remove defaults from provision_infra_servers role
Those defaults were not really defaults, since that data is very environment specific. This is better injected via -e "@infra_config.yaml" on the command line as an argument to ansible-playbook
This commit is contained in:
parent
8ba4e42579
commit
2b2667fb11
@ -1,32 +0,0 @@
|
||||
---
|
||||
infra_servers:
|
||||
- name: puppetdb.infra.test.rcarrillocruz.cloud
|
||||
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
|
||||
flavor: standard.small
|
||||
net_name: infra-test-network
|
||||
infra_type: puppetdb
|
||||
- name: puppetmaster.infra.test.rcarrillocruz.cloud
|
||||
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
|
||||
flavor: standard.small
|
||||
net_name: infra-test-network
|
||||
infra_type: puppetmaster
|
||||
- name: zuul.infra.test.rcarrillocruz.cloud
|
||||
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
|
||||
flavor: standard.small
|
||||
net_name: infra-test-network
|
||||
infra_type: zuul
|
||||
- name: jenkins.infra.test.rcarrillocruz.cloud
|
||||
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
|
||||
flavor: standard.small
|
||||
net_name: infra-test-network
|
||||
infra_type: jenkins
|
||||
- name: gerrit.infra.test.rcarrillocruz.cloud
|
||||
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
|
||||
flavor: standard.small
|
||||
net_name: infra-test-network
|
||||
infra_type: gerrit
|
||||
- name: nodepool.infra.test.rcarrillocruz.cloud
|
||||
image: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
|
||||
flavor: standard.small
|
||||
net_name: infra-test-network
|
||||
infra_type: nodepool
|
Loading…
x
Reference in New Issue
Block a user