Remove infra_config.yml from being controlled by git

infra_config.yml is environment specific, thus no point in having
it in repo
This commit is contained in:
Ricardo Carrillo Cruz 2015-04-15 13:26:14 +02:00
parent 993ebdf54c
commit 5e45ee856d
2 changed files with 1 additions and 27 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
infra_config.yml

View File

@ -1,27 +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: 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