Khodayar,
I added all those repos, but sitll, those packages are missing. I can of course search for the exact package name like this: [root@node1 ~]# yum search python3-cherrypy Loaded plugins: fastestmirror, langpacks, priorities Loading mirror speeds from cached hostfile * base: pkg.adfinis-sygroup.ch * centos-ceph-nautilus: pkg.adfinis-sygroup.ch * centos-nfs-ganesha28: pkg.adfinis-sygroup.ch * centos-openstack-stein: pkg.adfinis-sygroup.ch * centos-qemu-ev: pkg.adfinis-sygroup.ch * centos-sclo-rh: pkg.adfinis-sygroup.ch * centos-sclo-sclo: pkg.adfinis-sygroup.ch * epel: pkg.adfinis-sygroup.ch * extras: pkg.adfinis-sygroup.ch * updates: pkg.adfinis-sygroup.ch Warning: No matches found for: python3-cherrypy No matches found But as you can see, it cannot find it. Anything else I can try? Regards, Simon ________________________________ Von: Khodayar Doustar <[email protected]> Gesendet: Donnerstag, 23. April 2020 14:41:38 An: Simon Sutter Cc: [email protected] Betreff: Re: [ceph-users] Re: Upgrading to Octopus Simon, You can try to search for the exact package name, you can try these repos as well: yum<https://www.server-world.info/en/command/html/yum.html> -y install epel-release centos-release-ceph-nautilus centos-release-openstack-stein On Thu, Apr 23, 2020 at 11:57 AM Simon Sutter <[email protected]<mailto:[email protected]>> wrote: Hello Khodayar Of cours I tried installing them with yum... They are not available in the centos base or epel repos, here are the ones, which are available: [root@node1 ~]# yum list | egrep "cherrypy|jwt|routes" python-cherrypy.noarch 3.2.2-4.el7 @base python-cherrypy2.noarch 2.3.0-19.el7 @epel python-jwt.noarch 1.5.3-1.el7 @base python-routes.noarch 1.13-2.el7 @epel nodejs-jwt-simple.noarch 0.2.0-1.el7 epel python36-jwt.noarch 1.6.4-2.el7 epel How do I get either: The right packages or a workaround because i can install the dependencies with pip? Regards, Simon ________________________________ Von: Khodayar Doustar <[email protected]<mailto:[email protected]>> Gesendet: Mittwoch, 22. April 2020 20:02:04 An: Simon Sutter Cc: [email protected]<mailto:[email protected]> Betreff: Re: [ceph-users] Upgrading to Octopus Hi Simon, Have you tried installing them with yum? On Wed, Apr 22, 2020 at 6:16 PM Simon Sutter <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>> wrote: Hello everybody In octopus there are some interesting looking features, so I tried to upgrading my Centos 7 test nodes, according to: https://docs.ceph.com/docs/master/releases/octopus/ Everything went fine and the cluster is healthy. To test out the new dashboard functions, I tried to install it, but there are missing dependencies: yum install ceph-mgr-dashboard.noarch ..... --> Finished Dependency Resolution Error: Package: 2:ceph-mgr-dashboard-15.2.1-0.el7.noarch (Ceph-noarch) Requires: python3-routes Error: Package: 2:ceph-mgr-dashboard-15.2.1-0.el7.noarch (Ceph-noarch) Requires: python3-jwt Error: Package: 2:ceph-mgr-dashboard-15.2.1-0.el7.noarch (Ceph-noarch) Requires: python3-cherrypy Installing them with pip3 does of course make no difference, because those are yum dependencies. Does anyone know a workaround? Do I have to upgrade to Centos 8 for this to work? Thanks in advance, Simon _______________________________________________ ceph-users mailing list -- [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>> To unsubscribe send an email to [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>> _______________________________________________ ceph-users mailing list -- [email protected]<mailto:[email protected]> To unsubscribe send an email to [email protected]<mailto:[email protected]> _______________________________________________ ceph-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
