Signed-off-by: David Galloway <dgallowa@redhat.com>
[ "$TEST" = true ] && chacra_ref="test" || chacra_ref="${RELEASE}"
target=$DIST
-if [ "$target" = "centos6" ] ; then
- target=el6
- chacra_baseurl="ceph-release/${chacra_ref}/HEAD/centos/6"
-fi
if [ "$target" = "centos7" ] ; then
target=el7
chacra_baseurl="ceph-release/${chacra_ref}/HEAD/centos/7"
parameters:
- string:
name: RELEASE
- default: firefly
+ default: pacific
- bool:
name: TEST
type: label-expression
name: DIST
values:
- - centos6
- centos7
- centos8