When doing packstack --allinone with current mitaka delorean, installation fails to complete with an error from Cinder: 21:02:26 ERROR : Error appeared during Puppet run: 172.19.2.49_cinder.pp 21:02:26 Error: Unsupported backend configured at /var/tmp/packstack/491ab150779549a08058bf1b8f7693e6/modules/cinder/manifests/db.pp:75 on node pksk-rdo-wvxjb-rhos-ci-12-controller When looking at the manifest, we notice that it tries to configure the mysql database with the following string: database_connection => "mysql+pymysql://cinder:${cinder_rab_cfg_cinder_db_pw}@${cinder_rab_cfg_mariadb_host}/cinder", The cinder module provided by OPM does not have pymysql support merged. It seems an update to OPM in delorean repositories would fix this since this support has been upstream for a while. Complete logs: https://ci.centos.org/artifacts/rdo/jenkins-dmsimard-packstack-aio+tester-poc-12/
OPM spec and OPM build script in Delorean are now fixed to build OPM RPM from the appropriate branch and use git tags for the version.
Related fixes: * OPM spec https://review.gerrithub.io/259412 https://review.gerrithub.io/259515 * OPM build script https://review.gerrithub.io/259413 https://review.gerrithub.io/241135
New OPM was built last night in both mitaka and liberty deloreans.