zoukankan      html  css  js  c++  java
  • kolla 多节点网络及其基础设施配置

    控制节点+网络节点的enp0s8的3个接口子网划分

    3个接口地址分别是

    192.168.10.10

    192.168.20.10

    192.168.30.10

    计算节点+存储节点enp0s83接口划分地址分别是

    192.168.10.20

    192.168.20.20

    192.168.30.10

     

     

    Restarting network (via systemctl): Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.
    [FAILED]
    [root@kolla-control-netw network-scripts]# systemctl status network.service
    ● network.service - LSB: Bring up/down networking
    Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
    Active: failed (Result: exit-code) since Fri 2020-03-06 13:32:42 CST; 17s ago
    Docs: man:systemd-sysv-generator(8)
    Process: 12129 ExecStop=/etc/rc.d/init.d/network stop (code=exited, status=0/SUCCESS)
    Process: 12723 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)

    Mar 06 13:32:42 kolla-control-netw network[12723]: RTNETLINK answers: File exists
    Mar 06 13:32:42 kolla-control-netw network[12723]: RTNETLINK answers: File exists
    Mar 06 13:32:42 kolla-control-netw network[12723]: RTNETLINK answers: File exists
    Mar 06 13:32:42 kolla-control-netw network[12723]: RTNETLINK answers: File exists
    Mar 06 13:32:42 kolla-control-netw network[12723]: RTNETLINK answers: File exists
    Mar 06 13:32:42 kolla-control-netw network[12723]: RTNETLINK answers: File exists
    Mar 06 13:32:42 kolla-control-netw systemd[1]: network.service: control process exited, code=exited status=1
    Mar 06 13:32:42 kolla-control-netw systemd[1]: Failed to start LSB: Bring up/down networking.
    Mar 06 13:32:42 kolla-control-netw systemd[1]: Unit network.service entered failed state.
    Mar 06 13:32:42 kolla-control-netw systemd[1]: network.service failed.

    问题解决方法  systemctl stop NetworkManager;   systemctl disable NetworkManager;

    在ifcfg-enp0s8的3个子接口地址配置文件中增加HWADDR=“”

    然后关闭虚拟机的混杂模式即可

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    kolla-ansible -i multinode bootstrap-servers
    Bootstrapping servers : ansible-playbook -i multinode -e @/etc/kolla/globals.yml -e @/etc/kolla/password                                                                                     s.yml -e CONFIG_DIR=/etc/kolla  -e kolla_action=bootstrap-servers /usr/share/kolla-ansible/ansible/kolla                                                                                     -host.yml
    [DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to allow bad characters in
    group names by default, this will change, but still be user configurable on deprecation. This feature
    will be removed in version 2.10. Deprecation warnings can be disabled by setting
    deprecation_warnings=False in ansible.cfg.
    [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
    
    
    PLAY [Gather facts for all hosts] **********************************************************************
    
    TASK [Gather facts] ************************************************************************************
    ok: [kolla-deploy]
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]
    
    TASK [Group hosts to determine when using --limit] *****************************************************
    ok: [kolla-compute-storage]
    ok: [kolla-control-netw]
    ok: [kolla-deploy]
    [WARNING]: Could not match supplied host pattern, ignoring: all_using_limit_True
    
    
    PLAY [Gather facts for all hosts (if using --limit)] ***************************************************
    skipping: no hosts matched
    
    PLAY [Apply role baremetal] ****************************************************************************
    
    TASK [baremetal : include_tasks] ***********************************************************************
    included: /usr/share/kolla-ansible/ansible/roles/baremetal/tasks/bootstrap-servers.yml for kolla-control-netw, kolla-compute-storage
    
    TASK [baremetal : include_tasks] ***********************************************************************
    included: /usr/share/kolla-ansible/ansible/roles/baremetal/tasks/pre-install.yml for kolla-control-netw, kolla-compute-storage
    
    TASK [baremetal : Install python2] *********************************************************************
    changed: [kolla-control-netw]
    changed: [kolla-compute-storage]
    
    TASK [baremetal : Gather facts] ************************************************************************
    ok: [kolla-compute-storage]
    ok: [kolla-control-netw]
    
    TASK [baremetal : Ensure localhost in /etc/hosts] ******************************************************
    changed: [kolla-control-netw]
    changed: [kolla-compute-storage]
    
    TASK [baremetal : Ensure hostname does not point to loopback in /etc/hosts] ****************************
    ok: [kolla-compute-storage]
    ok: [kolla-control-netw]
    
    TASK [baremetal : Generate /etc/hosts for all of the nodes] ********************************************
    changed: [kolla-control-netw]
    changed: [kolla-compute-storage]
    
    TASK [baremetal : Ensure /etc/cloud/cloud.cfg exists] **************************************************
    ok: [kolla-compute-storage]
    ok: [kolla-control-netw]
    
    TASK [baremetal : Disable cloud-init manage_etc_hosts] *************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]
    
    TASK [baremetal : Ensure sudo group is present] ********************************************************
    changed: [kolla-compute-storage]
    changed: [kolla-control-netw]
    
    TASK [baremetal : Ensure kolla group is present] *******************************************************
    changed: [kolla-control-netw]
    changed: [kolla-compute-storage]
    
    TASK [baremetal : Install apt packages] ****************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]
    
    TASK [baremetal : Install ca certs] ********************************************************************
    skipping: [kolla-control-netw] => (item=ca-certificates)
    skipping: [kolla-control-netw] => (item=apt-transport-https)
    skipping: [kolla-compute-storage] => (item=ca-certificates)
    skipping: [kolla-compute-storage] => (item=apt-transport-https)
    
    TASK [baremetal : Ensure apt sources list directory exists] ********************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]
    
    TASK [baremetal : Install docker apt gpg key] **********************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]
    
    TASK [baremetal : Enable docker apt repository] ********************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]
    
    TASK [baremetal : Ensure yum repos directory exists] ***************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]
    
    TASK [baremetal : Enable docker yum repository] ********************************************************
    changed: [kolla-compute-storage]
    changed: [kolla-control-netw]
    
    TASK [baremetal : Install docker rpm gpg key] **********************************************************
    changed: [kolla-compute-storage]
    An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ssl.SSLError: ('The read operation timed out',)
    fatal: [kolla-control-netw]: FAILED! => {"changed": false, "module_stderr": "Shared connection to kolla-control-netw closed.
    ", "module_stdout": "Traceback (most recent call last):
      File "/root/.ansible/tmp/ansible-tmp-1583498509.99-83755959339688/AnsiballZ_rpm_key.py", line 102, in <module>
        _ansiballz_main()
      File "/root/.ansible/tmp/ansible-tmp-1583498509.99-83755959339688/AnsiballZ_rpm_key.py", line 94, in _ansiballz_main
        invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)
      File "/root/.ansible/tmp/ansible-tmp-1583498509.99-83755959339688/AnsiballZ_rpm_key.py", line 40, in invoke_module
        runpy.run_module(mod_name='ansible.modules.packaging.os.rpm_key', init_globals=None, run_name='__main__', alter_sys=True)
      File "/usr/lib64/python2.7/runpy.py", line 176, in run_module
        fname, loader, pkg_name)
      File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code
        mod_name, mod_fname, mod_loader, pkg_name)
      File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
        exec code in run_globals
      File "/tmp/ansible_rpm_key_payload_VjdXez/ansible_rpm_key_payload.zip/ansible/modules/packaging/os/rpm_key.py", line 243, in <module>
      File "/tmp/ansible_rpm_key_payload_VjdXez/ansible_rpm_key_payload.zip/ansible/modules/packaging/os/rpm_key.py", line 239, in main
      File "/tmp/ansible_rpm_key_payload_VjdXez/ansible_rpm_key_payload.zip/ansible/modules/packaging/os/rpm_key.py", line 107, in __init__
      File "/tmp/ansible_rpm_key_payload_VjdXez/ansible_rpm_key_payload.zip/ansible/modules/packaging/os/rpm_key.py", line 148, in fetch_key
      File "/usr/lib64/python2.7/socket.py", line 351, in read
        data = self._sock.recv(rbufsize)
      File "/usr/lib64/python2.7/httplib.py", line 611, in read
        s = self.fp.read(amt)
      File "/usr/lib64/python2.7/socket.py", line 380, in read
        data = self._sock.recv(left)
      File "/usr/lib64/python2.7/ssl.py", line 757, in recv
        return self.read(buflen)
      File "/usr/lib64/python2.7/ssl.py", line 651, in read
        v = self._sslobj.read(len or 1024)
    ssl.SSLError: ('The read operation timed out',)
    ", "msg": "MODULE FAILURE
    See stdout/stderr for the exact error", "rc": 1}
    
    TASK [baremetal : include_tasks] ***********************************************************************
    included: /usr/share/kolla-ansible/ansible/roles/baremetal/tasks/install.yml for kolla-compute-storage
    
    TASK [baremetal : Update apt cache] ********************************************************************
    skipping: [kolla-compute-storage]
    
    TASK [baremetal : Set firewall default policy] *********************************************************
    skipping: [kolla-compute-storage]
    
    TASK [baremetal : Check if firewalld is installed] *****************************************************
    ok: [kolla-compute-storage]
    
    TASK [baremetal : Disable firewalld] *******************************************************************
    changed: [kolla-compute-storage] => (item=firewalld)
    
    TASK [baremetal : Check which containers are running] **************************************************
    ok: [kolla-compute-storage]
    
    TASK [baremetal : Install apt packages] ****************************************************************
    skipping: [kolla-compute-storage]
    
    TASK [baremetal : Install deltarpm packages] ***********************************************************
    changed: [kolla-compute-storage]
    
    TASK [baremetal : Install yum packages] ****************************************************************
    

      

     

     

     

     

     

    TASK [baremetal : Install yum packages] *****************************************************************************************************************************************************
    
    fatal: [kolla-control-netw]: FAILED! => {"changed": false, "changes": {"installed": ["docker-ce", "git", "python-setuptools"]}, "msg": "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation timed out after 30001 milliseconds with 0 out of 0 bytes received')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    
    
    Error downloading packages:
      containerd.io-1.2.13-3.1.el7.x86_64: [Errno 256] No more mirrors to try.
      3:docker-ce-19.03.7-3.el7.x86_64: [Errno 256] No more mirrors to try.
      1:docker-ce-cli-19.03.7-3.el7.x86_64: [Errno 256] No more mirrors to try.
    
    ", "rc": 1, "results": ["sudo-1.8.23-4.el7.x86_64 providing sudo is already installed", "Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * base: mirrors.cn99.com
     * extras: mirrors.cn99.com
     * updates: mirrors.cn99.com
    Resolving Dependencies
    --> Running transaction check
    ---> Package docker-ce.x86_64 3:19.03.7-3.el7 will be installed
    --> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-19.03.7-3.el7.x86_64
    --> Processing Dependency: containerd.io >= 1.2.2-3 for package: 3:docker-ce-19.03.7-3.el7.x86_64
    --> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-19.03.7-3.el7.x86_64
    --> Processing Dependency: docker-ce-cli for package: 3:docker-ce-19.03.7-3.el7.x86_64
    --> Processing Dependency: libcgroup for package: 3:docker-ce-19.03.7-3.el7.x86_64
    --> Processing Dependency: libseccomp.so.2()(64bit) for package: 3:docker-ce-19.03.7-3.el7.x86_64
    ---> Package git.x86_64 0:1.8.3.1-21.el7_7 will be installed
    --> Processing Dependency: perl-Git = 1.8.3.1-21.el7_7 for package: git-1.8.3.1-21.el7_7.x86_64
    --> Processing Dependency: rsync for package: git-1.8.3.1-21.el7_7.x86_64
    --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-21.el7_7.x86_64
    --> Processing Dependency: perl(Git) for package: git-1.8.3.1-21.el7_7.x86_64
    --> Processing Dependency: perl(Error) for package: git-1.8.3.1-21.el7_7.x86_64
    ---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed
    --> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
    --> Running transaction check
    ---> Package container-selinux.noarch 2:2.107-3.el7 will be installed
    --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.107-3.el7.noarch
    ---> Package containerd.io.x86_64 0:1.2.13-3.1.el7 will be installed
    ---> Package docker-ce-cli.x86_64 1:19.03.7-3.el7 will be installed
    ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
    ---> Package libseccomp.x86_64 0:2.3.1-3.el7 will be installed
    ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
    ---> Package perl-Git.noarch 0:1.8.3.1-21.el7_7 will be installed
    ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
    ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed
    --> Processing Dependency: python-ipaddress for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
    --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
    ---> Package rsync.x86_64 0:3.1.2-6.el7_6.1 will be installed
    --> Running transaction check
    ---> Package policycoreutils-python.x86_64 0:2.5-33.el7 will be installed
    --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64
    ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
    ---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed
    --> Running transaction check
    ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
    ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
    ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
    ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
    ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ================================================================================
     Package                              Arch    Version            Repository
                                                                               Size
    ================================================================================
    Installing:
     docker-ce                            x86_64  3:19.03.7-3.el7    docker    25 M
     git                                  x86_64  1.8.3.1-21.el7_7   updates  4.4 M
     python-setuptools                    noarch  0.9.8-7.el7        base     397 k
    Installing for dependencies:
     audit-libs-python                    x86_64  2.8.5-4.el7        base      76 k
     checkpolicy                          x86_64  2.5-8.el7          base     295 k
     container-selinux                    noarch  2:2.107-3.el7      extras    39 k
     containerd.io                        x86_64  1.2.13-3.1.el7     docker    23 M
     docker-ce-cli                        x86_64  1:19.03.7-3.el7    docker    40 M
     libcgroup                            x86_64  0.41-21.el7        base      66 k
     libseccomp                           x86_64  2.3.1-3.el7        base      56 k
     libsemanage-python                   x86_64  2.5-14.el7         base     113 k
     perl-Error                           noarch  1:0.17020-2.el7    base      32 k
     perl-Git                             noarch  1.8.3.1-21.el7_7   updates   55 k
     perl-TermReadKey                     x86_64  2.30-20.el7        base      31 k
     policycoreutils-python               x86_64  2.5-33.el7         base     457 k
     python-IPy                           noarch  0.75-6.el7         base      32 k
     python-backports                     x86_64  1.0-8.el7          base     5.8 k
     python-backports-ssl_match_hostname  noarch  3.5.0.1-1.el7      base      13 k
     python-ipaddress                     noarch  1.0.16-2.el7       base      34 k
     rsync                                x86_64  3.1.2-6.el7_6.1    base     404 k
     setools-libs                         x86_64  3.3.8-4.el7        base     620 k
    
    Transaction Summary
    ================================================================================
    Install  3 Packages (+18 Dependent packages)
    
    Total download size: 94 M
    Installed size: 394 M
    Downloading packages:
    "]}
    fatal: [kolla-compute-storage]: FAILED! => {"changed": false, "changes": {"installed": ["docker-ce", "git", "python-setuptools"]}, "msg": "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation timed out after 30015 milliseconds with 0 out of 0 bytes received')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation timed out after 30002 milliseconds with 0 out of 0 bytes received')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation timed out after 30157 milliseconds with 0 out of 0 bytes received')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.13-3.1.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-cli-19.03.7-3.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
    Trying other mirror.
    
    
    Error downloading packages:
      containerd.io-1.2.13-3.1.el7.x86_64: [Errno 256] No more mirrors to try.
      3:docker-ce-19.03.7-3.el7.x86_64: [Errno 256] No more mirrors to try.
      1:docker-ce-cli-19.03.7-3.el7.x86_64: [Errno 256] No more mirrors to try.
    
    ", "rc": 1, "results": ["sudo-1.8.23-4.el7.x86_64 providing sudo is already installed", "Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * base: mirrors.cn99.com
     * extras: mirrors.cn99.com
     * updates: mirrors.cn99.com
    Resolving Dependencies
    --> Running transaction check
    ---> Package docker-ce.x86_64 3:19.03.7-3.el7 will be installed
    --> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-19.03.7-3.el7.x86_64
    --> Processing Dependency: containerd.io >= 1.2.2-3 for package: 3:docker-ce-19.03.7-3.el7.x86_64
    --> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-19.03.7-3.el7.x86_64
    --> Processing Dependency: docker-ce-cli for package: 3:docker-ce-19.03.7-3.el7.x86_64
    --> Processing Dependency: libcgroup for package: 3:docker-ce-19.03.7-3.el7.x86_64
    --> Processing Dependency: libseccomp.so.2()(64bit) for package: 3:docker-ce-19.03.7-3.el7.x86_64
    ---> Package git.x86_64 0:1.8.3.1-21.el7_7 will be installed
    --> Processing Dependency: perl-Git = 1.8.3.1-21.el7_7 for package: git-1.8.3.1-21.el7_7.x86_64
    --> Processing Dependency: rsync for package: git-1.8.3.1-21.el7_7.x86_64
    --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-21.el7_7.x86_64
    --> Processing Dependency: perl(Git) for package: git-1.8.3.1-21.el7_7.x86_64
    --> Processing Dependency: perl(Error) for package: git-1.8.3.1-21.el7_7.x86_64
    ---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed
    --> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
    --> Running transaction check
    ---> Package container-selinux.noarch 2:2.107-3.el7 will be installed
    --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.107-3.el7.noarch
    ---> Package containerd.io.x86_64 0:1.2.13-3.1.el7 will be installed
    ---> Package docker-ce-cli.x86_64 1:19.03.7-3.el7 will be installed
    ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
    ---> Package libseccomp.x86_64 0:2.3.1-3.el7 will be installed
    ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
    ---> Package perl-Git.noarch 0:1.8.3.1-21.el7_7 will be installed
    ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
    ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed
    --> Processing Dependency: python-ipaddress for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
    --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
    ---> Package rsync.x86_64 0:3.1.2-6.el7_6.1 will be installed
    --> Running transaction check
    ---> Package policycoreutils-python.x86_64 0:2.5-33.el7 will be installed
    --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64
    --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-33.el7.x86_64
    ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
    ---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed
    --> Running transaction check
    ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
    ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
    ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
    ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
    ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ================================================================================
     Package                              Arch    Version            Repository
                                                                               Size
    ================================================================================
    Installing:
     docker-ce                            x86_64  3:19.03.7-3.el7    docker    25 M
     git                                  x86_64  1.8.3.1-21.el7_7   updates  4.4 M
     python-setuptools                    noarch  0.9.8-7.el7        base     397 k
    Installing for dependencies:
     audit-libs-python                    x86_64  2.8.5-4.el7        base      76 k
     checkpolicy                          x86_64  2.5-8.el7          base     295 k
     container-selinux                    noarch  2:2.107-3.el7      extras    39 k
     containerd.io                        x86_64  1.2.13-3.1.el7     docker    23 M
     docker-ce-cli                        x86_64  1:19.03.7-3.el7    docker    40 M
     libcgroup                            x86_64  0.41-21.el7        base      66 k
     libseccomp                           x86_64  2.3.1-3.el7        base      56 k
     libsemanage-python                   x86_64  2.5-14.el7         base     113 k
     perl-Error                           noarch  1:0.17020-2.el7    base      32 k
     perl-Git                             noarch  1.8.3.1-21.el7_7   updates   55 k
     perl-TermReadKey                     x86_64  2.30-20.el7        base      31 k
     policycoreutils-python               x86_64  2.5-33.el7         base     457 k
     python-IPy                           noarch  0.75-6.el7         base      32 k
     python-backports                     x86_64  1.0-8.el7          base     5.8 k
     python-backports-ssl_match_hostname  noarch  3.5.0.1-1.el7      base      13 k
     python-ipaddress                     noarch  1.0.16-2.el7       base      34 k
     rsync                                x86_64  3.1.2-6.el7_6.1    base     404 k
     setools-libs                         x86_64  3.3.8-4.el7        base     620 k
    
    Transaction Summary
    ================================================================================
    Install  3 Packages (+18 Dependent packages)
    
    Total size: 94 M
    Total download size: 87 M
    Installed size: 394 M
    Downloading packages:
    No Presto metadata available for docker
    "]}
    
    PLAY RECAP **********************************************************************************************************************************************************************************
    kolla-compute-storage      : ok=20   changed=1    unreachable=0    failed=1    skipped=9    rescued=0    ignored=0
    kolla-control-netw         : ok=20   changed=3    unreachable=0    failed=1    skipped=9    rescued=0    ignored=0
    kolla-deploy               : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
    
    Command failed ansible-playbook -i multinode -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla  -e kolla_action=bootstrap-servers /usr/share/kolla-ansible/ansible/kolla-host.yml
    

     

     

     

  • 相关阅读:
    mysql-master-ha 实现mysql master的高可用。
    一个不错的工具版本管理工具
    java的日志知识
    从解决一个java.lang.NoSuchMethodError想到的
    一个单点登录问题的解决
    关于2013年1月21日的DNS故障分析文章
    每日好的资源整理
    mongodb3.4 sharding安装文档
    python 函数
    codis3安装测试
  • 原文地址:https://www.cnblogs.com/ruiy/p/12427661.html
Copyright © 2011-2022 走看看