W dniu 24.01.2020 o 20:20, Alfredo Moralejo Alonso pisze:
We were given access to CBS to build centos8 dependencies a couple of days ago and we are still in the process of re-bootstraping it. I hope we'll have all that is missing in the next days.
Good to hear that.
https://review.opendev.org/#/c/699414/9/kolla/image/build.py
NOTE(mgoddard): Mark images with missing dependencies as unbuildable for CentOS 8. 'centos8': { "elasticsearch", # Missing elasticsearch
Out of CentOS repo.
"hacluster-base", # Missing hacluster repo
Note that centos8.1 includes pacemaker, corosync and pcs in HighAvailability repo. Maybe it could be used instead of the > current one.
https://review.opendev.org/702706 enables this repo. One image is still disabled due to lack of 'crmsh'.
"mongodb", # Missing mongodb and mongodb-server packages
Mongodb was retired from RDO time ago as it was not longer the recommended backend for any service. In CentOS7 is pulled from EPEL.
I think we need to deprecate it in Ussuri and remove in V cycle.
"monasca-grafana", # Using python2
This is nightmare image.
"tgtd", # Not supported on CentOS 8
tgtd was replace by scsi-target-utils. It's was never provided in RDO, in kolla was pulled from epel for 7
https://review.opendev.org/#/c/613815/15 (merged) took care of it.