First time here? Check out the FAQ!
![]() | 1 | initial version |
Thank you @lperrin for the answer. It did not fully fixed the issue with the steps provided... but the following steps did:
yum clean all
yum install python-cudet
update-prepare prepare master
<this will="" give="" an="" error...><="" p="">
systemctl stop nailgun assassind receiverd oswl_flavor_collectord oswl_image_collectord oswl_keystone_user_collectord oswl_tenant_collectord oswl_vm_collectord oswl_volume_collectord receiverd statsenderd
systemctl stop postgresql
systemctl start postgresql
manage.py syncdb
systemctl start nailgun assassind receiverd oswl_flavor_collectord oswl_image_collectord oswl_keystone_user_collectord oswl_tenant_collectord oswl_vm_collectord oswl_volume_collectord receiverd statsenderd
update-prepare prepare master
After that, no more errors. Many thanks for the list of commands.
![]() | 2 | No.2 Revision |
Thank you @lperrin for the answer. It did not fully fixed the issue with the steps provided... but the following steps did:
yum clean At that point you get the error. Move on with the following:
yum install python-cudet
update-prepare prepare master
<this will="" give="" an="" error...><="" p="">
systemctl stop nailgun assassind receiverd oswl_flavor_collectord oswl_image_collectord oswl_keystone_user_collectord oswl_tenant_collectord oswl_vm_collectord oswl_volume_collectord receiverd manage.py syncdb
After that, no more errors. Many thanks for the list of commands.
![]() | 3 | No.3 Revision |
Thank you @lperrin for the answer. It did not fully fixed the issue with the steps provided... but the following steps did:
yum-config-manager --add-repo=http://mirror.fuel-infra.org/mos-repos/centos/mos9.0-centos7/updates/x86_64/
rpm --import http://mirror.fuel-infra.org/mos-repos/centos/mos9.0-centos7/updates/RPM-GPG-KEY-mos9.0
yum clean all
yum install python-cudet
update-prepare prepare master
At that point you get the error. Move on with the following:
systemctl stop nailgun assassind receiverd oswl_flavor_collectord oswl_image_collectord oswl_keystone_user_collectord oswl_tenant_collectord oswl_vm_collectord oswl_volume_collectord receiverd statsenderd
systemctl stop postgresql
systemctl start postgresql
manage.py syncdb
systemctl start nailgun assassind receiverd oswl_flavor_collectord oswl_image_collectord oswl_keystone_user_collectord oswl_tenant_collectord oswl_vm_collectord oswl_volume_collectord receiverd statsenderd
update-prepare prepare master
After that, no more errors. Many thanks for the list of commands.