summaryrefslogtreecommitdiffstats
path: root/lib/configure-deps-functions.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-08-03Enable nested kvm for virtual deploymentFeng Pan1-0/+19
For virtual deployment, we will attempt to enable nested kvm, if that is not possible, qemu will be used instead. Only support Intel for now. Change-Id: I951835c3e3faedfc698a4c879366d6c96249e5c1 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-07-06Splitting out deps configuration to a functions fileDan Radez1-0/+144
trying to reduce the monolith deploy.sh to smaller parts Change-Id: Ic788748969819637171a51d10b87b018fe286ae1 Signed-off-by: Dan Radez <dradez@redhat.com>