2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

[rfe] ability to specify which version of openshift enterprise to deploy #90

Closed kenthua closed 8 years ago

kenthua commented 8 years ago

This would allow for consistency and predictability of rollouts. So that pre-testing performed for an existing roadshow does not get affected when a new version is released or in the processed of getting rolled out.

The best way would be to parameterize this in the run.py?

Currently it can be hardcoded in openshift_setup.yml, example here

thoraxe commented 8 years ago

This is a standard openshift-ansible installer option, so it wouldn't be hard to update run.py to accept an override.

thoraxe commented 8 years ago

This is hard-coded into the openshift_setup plays and is tested against specific tags of openshift-ansible.