qazxsw1 发表于 2017-12-4 23:39:53

kolla-ansible多节点安装openstack

TASK ********************************************************************************************************************************************************: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ (ceph_files_json.stdout | from_json).changed }}
  fatal: : FAILED! => {"failed": true, "msg": "The conditional check '{{ (ceph_files_json.stdout | from_json).changed }}' failed. The error was: No JSON object could be decoded"}
  ### 解决办法,先去对应节点删除ceph-mon容器,然后执行下面的命令
  # ansible -i multinode-a 'docker volume rm ceph_mon_config' ceph-mon
  TASK ***********************************************************************************************************************************************************************
  included: /usr/share/kolla-ansible/ansible/roles/ceph/tasks/generate_cluster.yml for 92.0.0.11
  TASK ***********************************************************************************************************************************
  fatal: : FAILED! => {"changed": true, "failed": true, "msg": "Container exited with non-zero return code"}
  TASK ***********************************************************************************************************************************************************************
  included: /usr/share/kolla-ansible/ansible/roles/ceph/tasks/distribute_keyrings.yml for 92.0.0.12
  TASK ********************************************************************************************************************************************************
  fatal: : FAILED! => {"failed": true, "msg": "'delegate_host' is undefined"}
页: [1]
查看完整版本: kolla-ansible多节点安装openstack