oVirt / ovirt-openshift-extensions

Implementation of flexvolume driver and provisioner for oVirt
Apache License 2.0
31 stars 16 forks source link

installer-container: use ovirt 4.3 sdk #146

Closed rgolangh closed 5 years ago

rgolangh commented 5 years ago

installer-container: use ovirt 4.3 sdk

MOTIVATION The upstream CI is still using the old installer container, ovirt-openshift-extension-ci

MODIFICATION Use the ovirt sdk 4.3

RESULT The installer container uses ovirt's sdk level 4.3 which is the supported sdk. This would prevent the installer from accidently failing on old ovirt 4.2 bugs which where already fixed in 4.3, and any mismatch with the ansible modules.

rgolangh commented 5 years ago

ci build please