redhat-performance / scale-ci-tripleo

An ansible role to pull large scale baremetal into the standard CI system for TripleO
1 stars 5 forks source link

Consolidate deployment templates into this repo #36

Closed akrzos closed 6 years ago

akrzos commented 6 years ago

I noticed that the templates for deploying are actually hosted in a separate repo:

https://github.com/redhat-performance/tripleo-quickstart-scalelab/blob/master/profiles/openshift-deploy.yml#L96

And they are cloned into the machine building the undercloud via:

https://github.com/redhat-performance/tripleo-quickstart-scalelab/blob/master/roles/overcloud-prepare-templates/tasks/main.yml#L4

Why not just host them directly in this repo to remove one more dependency and reduce complexity? (or is there an added advantage to hosting the templates in a separate repo?)

akrzos commented 6 years ago

77 finished this.