zoukankan      html  css  js  c++  java
  • kolla-ansible -i multinode bootstrap-servers

    Bootstrapping servers : 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
    [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-compute-storage]
    ok: [kolla-control-netw]

    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-compute-storage]
    changed: [kolla-control-netw]

    TASK [baremetal : Gather facts] *************************************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Ensure localhost in /etc/hosts] *******************************************************************************************************************************************
    ok: [kolla-compute-storage]
    ok: [kolla-control-netw]

    TASK [baremetal : Ensure hostname does not point to loopback in /etc/hosts] *****************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Generate /etc/hosts for all of the nodes] *********************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Ensure /etc/cloud/cloud.cfg exists] ***************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Disable cloud-init manage_etc_hosts] **************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Ensure sudo group is present] *********************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Ensure kolla group is present] ********************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [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-compute-storage]
    ok: [kolla-control-netw]

    TASK [baremetal : Enable docker yum repository] *********************************************************************************************************************************************
    ok: [kolla-compute-storage]
    ok: [kolla-control-netw]

    TASK [baremetal : Install docker rpm gpg key] ***********************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : include_tasks] ************************************************************************************************************************************************************
    included: /usr/share/kolla-ansible/ansible/roles/baremetal/tasks/install.yml for kolla-control-netw, kolla-compute-storage

    TASK [baremetal : Update apt cache] *********************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Set firewall default policy] **********************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Check if firewalld is installed] ******************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Disable firewalld] ********************************************************************************************************************************************************
    ok: [kolla-compute-storage] => (item=firewalld)
    ok: [kolla-control-netw] => (item=firewalld)

    TASK [baremetal : Check which containers are running] ***************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Install apt packages] *****************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Install deltarpm packages] ************************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Install yum packages] *****************************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Start docker] *************************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Wait for Docker to start] *************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Ensure containers are running after Docker upgrade] ***********************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Install virtualenv packages] **********************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Install pip] **************************************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Install latest pip in the virtualenv] *************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Install docker SDK for python] ********************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Remove packages] **********************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Remove packages] **********************************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : include_tasks] ************************************************************************************************************************************************************
    included: /usr/share/kolla-ansible/ansible/roles/baremetal/tasks/post-install.yml for kolla-control-netw, kolla-compute-storage

    TASK [baremetal : Create kolla user] ********************************************************************************************************************************************************
    ok: [kolla-control-netw]
    changed: [kolla-compute-storage]

    TASK [baremetal : Add public key to kolla user authorized keys] *****************************************************************************************************************************
    changed: [kolla-compute-storage]
    ok: [kolla-control-netw]

    TASK [baremetal : Grant kolla user passwordless sudo] ***************************************************************************************************************************************
    ok: [kolla-control-netw]
    changed: [kolla-compute-storage]

    TASK [baremetal : Ensure virtualenv has correct ownership] **********************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Ensure node_config_directory directory exists for user kolla] *************************************************************************************************************
    ok: [kolla-control-netw]
    changed: [kolla-compute-storage]

    TASK [baremetal : Ensure node_config_directory directory exists] ****************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Ensure docker config directory exists] ************************************************************************************************************************************
    ok: [kolla-control-netw]
    changed: [kolla-compute-storage]

    TASK [baremetal : Merge Zun docker config] **************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Warn about deprecations] **************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Setup docker insecure registries] *****************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Setup docker storage driver] **********************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Setup docker runtime directory] *******************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Merge custom docker config] ***********************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Write docker config] ******************************************************************************************************************************************************
    ok: [kolla-control-netw]
    changed: [kolla-compute-storage]

    TASK [baremetal : Remove old docker options file] *******************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Ensure docker service directory exists] ***********************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Configure docker service] *************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Reload docker service file] ***********************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Get stat of libvirtd apparmor profile] ************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Remove apparmor profile for libvirt] **************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Create docker group] ******************************************************************************************************************************************************
    ok: [kolla-control-netw]
    ok: [kolla-compute-storage]

    TASK [baremetal : Add kolla user to docker group] *******************************************************************************************************************************************
    ok: [kolla-control-netw]
    changed: [kolla-compute-storage]

    TASK [baremetal : Start docker] *************************************************************************************************************************************************************
    ok: [kolla-control-netw]
    changed: [kolla-compute-storage]

    TASK [baremetal : Restart docker] ***********************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    changed: [kolla-compute-storage]

    TASK [baremetal : Enable docker] ************************************************************************************************************************************************************
    ok: [kolla-control-netw]
    changed: [kolla-compute-storage]

    TASK [baremetal : Stop time service] ********************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Stop time service] ********************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Synchronizing time one-time] **********************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Start time sync service] **************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Start time sync service] **************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    TASK [baremetal : Change state of selinux] **************************************************************************************************************************************************
    [WARNING]: Reboot is required to set SELinux state to 'permissive'

    changed: [kolla-compute-storage]
    ok: [kolla-control-netw]

    TASK [baremetal : Reboot] *******************************************************************************************************************************************************************
    skipping: [kolla-control-netw]
    skipping: [kolla-compute-storage]

    PLAY RECAP **********************************************************************************************************************************************************************************
    kolla-compute-storage : ok=40 changed=12 unreachable=0 failed=0 skipped=32 rescued=0 ignored=0
    kolla-control-netw : ok=39 changed=1 unreachable=0 failed=0 skipped=33 rescued=0 ignored=0
    kolla-deploy : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0

  • 相关阅读:
    [oracle] Oracle存储过程里操作BLOB的字节数据的办法,例如写入32位整数
    [C#] 将NLog输出到RichTextBox,并在运行时动态修改日志级别过滤
    [Java] 绕过证书验证调 HTTPS 接口时报 “SSLHandshakeException: DHPublicKey does not comply to algorithm constraints”的解决办法
    [Chrome插件] SelectJd(京东自营筛选器) v1.0.0 发布
    全面解决.Net与Java互通时的RSA加解密问题,使用PEM格式的密钥文件
    [C#] 解决Silverlight反射安全关键(SecuritySafeCritical)时报“System.MethodAccessException: 安全透明方法 XXX 无法使用反射访问”的问题
    升级SilverLight为5.1.50907.0后,VS调试时报“无法启动调试--未安装 Silverlight Developer 运行时。请安装一个匹配版本”的处理办法
    JavaScript 定义类的最佳写法——完整支持面向对象(封装、继承、多态),兼容所有浏览器,支持用JSDuck生成文档
    JavaScript 实现命名空间(namespace)的最佳方案——兼容主流的定义类(class)的方法,兼容所有浏览器,支持用JSDuck生成文档
    Javascript自动化文档工具JSDuck在Windows下的使用心得
  • 原文地址:https://www.cnblogs.com/ruiy/p/12463429.html
Copyright © 2011-2022 走看看