&引用;OpenShiftCheckException“&引用;并非所有要求的软件包都有其要求的版本\n版本:3.10.0

&引用;OpenShiftCheckException“&引用;并非所有要求的软件包都有其要求的版本\n版本:3.10.0,openshift,openshift-origin,okd,Openshift,Openshift Origin,Okd,我正在安装OpenShift origin 3.10.0,在运行deploy_cluster.yml时,下面的Ansible任务失败 OpenShift origin 3.9.0运行良好 环境: 操作系统版本为CentOS 7.5的虚拟机 当前,当我运行premissions.yml脚本时,“ansible playbook-i inventory.ini openshift ansible/playbooks/premissions.yml”已成功运行 下面是错误跟踪 CHECK [memor

我正在安装OpenShift origin 3.10.0,在运行deploy_cluster.yml时,下面的Ansible任务失败

OpenShift origin 3.9.0运行良好

环境: 操作系统版本为CentOS 7.5的虚拟机

当前,当我运行premissions.yml脚本时,“ansible playbook-i inventory.ini openshift ansible/playbooks/premissions.yml”已成功运行

下面是错误跟踪

CHECK [memory_availability : x.0.x.x] **********************************
fatal: [x.x.x.x]: FAILED! => 
{  
   "changed":false,
   "checks":{  
      "disk_availability":{  
         "skipped":true,
         "skipped_reason":"Disabled by user request"
      },
      "docker_image_availability":{  
         "skipped":true,
         "skipped_reason":"Disabled by user request"
      },
      "docker_storage":{  
         "skipped":true,
         "skipped_reason":"Disabled by user request"
      },
      "memory_availability":{  
         "skipped":true,
         "skipped_reason":"Disabled by user request"
      },
      "package_availability":{  
         "changed":false,
         "invocation":{  
            "module_args":{  
               "packages":[  
                  "PyYAML",
                  "bash-completion",
                  "bind",
                  "ceph-common",
                  "cockpit-bridge",
                  "cockpit-docker",
                  "cockpit-system",
                  "cockpit-ws",
                  "dnsmasq",
                  "docker",
                  "etcd",
                  "firewalld",
                  "flannel",
                  "glusterfs-fuse",
                  "httpd-tools",
                  "iptables",
                  "ip 
tables-services",
                  "iscsi-initiator-utils",
                  "libselinux-python",
                  "nfs-utils",
                  "ntp",
                  "openssl",
                  "origin",
                  "origin-clients",
                  "origin-master",
                  "origin-node",
                  "origin-sdn-ovs",
                  "pyparted",
                  "python-httplib2",
                  "yum-utils"
               ]
            }
         }
      },
      "package_version":{  
         "failed":true,
         "failures":[  
            [  
               "OpenShiftCheckException",
               "Not all of the required packages are available at their requested version\norigin:3.10.0 \norigin-node:3.10.0 \norigin-master:3.10.0 \nPlease check your subscriptions and enabled repositories."
            ]
         ],
         "invocation":{  
            "module_args":{  
               "package_list":[  
                  {  
                     "check_multi":false,
                     "name":"origin",
                     "version":"3.10.0"
                  },
                  {  
                     "check_multi":false,
                     "name":"origin-master",
                     "version":"3.10.0"
                  },
                  {  
                     "check_multi":false,
                     "name":"origin-node 
",
                     "version":"3.10.0"
                  }
               ],
               "package_mgr":"yum"
            }
         },
         "last_failed":{  
            "failed":true,
            "invocation":{  
               "module_args":{  
                  "package_list":[  
                     {  
                        "check_multi":false,
                        "name":"origin",
                        "version":"3.10.0"
                     },
                     {  
                        "check_multi":false,
                        "name":"origin-master",
                        "version":"3.10.0"
                     },
                     {  
                        "check_multi":false,
                        "name":"origin-node",
                        "version":"3.10.0"
                     }
                  ],
                  "package_mgr":"yum"
               }
            },
            "msg 
":"Not all of the required packages are available at their requested version\norigin:3.10.0 \norigin-node:3.10.0 \norigin-master:3.10.0 \nPlease check your subscriptions and enabl 
ed repositories."
         },
         "msg":"Not all of the required packages are available at their requested version\norigin:3.10.0 \norigin-node:3.10.0 \norigin-master:3.10.0 \nPlease check your 
 subscriptions and enabled repositories."
      }
   },
   "msg":"One or more checks failed",
   "playbook_context":"install"
}

yum search origin cmd可以检查所需的包是否从您当前的存储库中找到。@Daein是否意味着CentOS repos for 3.10.0现在不可用?如果我错了,请纠正我好吗?由于这在3.9.0版中运行良好,我搜索过这个问题,发现了类似的问题:,他们说存储库还不可用。