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:
parent
993ebdf54c
commit
5e45ee856d
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
infra_config.yml
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user