Advertisement
Guest User

Untitled

a guest
Mar 29th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. [root@deployhost playbooks]# openstack-ansible haproxy-install.yml
  2. Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml "
  3. [WARNING]: Unable to parse /etc/openstack_deploy/inventory.ini as an inventory source
  4.  
  5. [WARNING]: Found both group and host with same name: infra1
  6.  
  7. [WARNING]: Found both group and host with same name: infra2
  8.  
  9. [WARNING]: Found both group and host with same name: infra3
  10.  
  11. [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions. This feature will be removed in a future release. Deprecation warnings can be disabled by setting
  12. deprecation_warnings=False in ansible.cfg.
  13. [DEPRECATION WARNING]: include is kept for backwards compatibility but usage is discouraged. The module documentation details page may explain more about this rationale.. This feature will be removed in a future release. Deprecation warnings can be disabled by setting
  14. deprecation_warnings=False in ansible.cfg.
  15. [DEPRECATION WARNING]: The use of 'static' has been deprecated. Use 'import_tasks' for static inclusion, or 'include_tasks' for dynamic inclusion. This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in
  16. ansible.cfg.
  17.  
  18. PLAY [haproxy base config] ****************************************************************************************************************************************************************************************************************************************************************
  19.  
  20. TASK [include] ****************************************************************************************************************************************************************************************************************************************************************************
  21. Friday 29 March 2019 21:38:20 -0500 (0:00:00.352) 0:00:00.352 **********
  22. included: /opt/openstack-ansible/playbooks/common-tasks/os-lxc-container-setup.yml for infra1, infra2, infra3
  23.  
  24. TASK [Set default bind mounts (bind var/log)] *********************************************************************************************************************************************************************************************************************************************
  25. Friday 29 March 2019 21:38:21 -0500 (0:00:00.334) 0:00:00.687 **********
  26. ok: [infra1]
  27. ok: [infra2]
  28. ok: [infra3]
  29.  
  30. TASK [Ensure mount directories exists] ****************************************************************************************************************************************************************************************************************************************************
  31. Friday 29 March 2019 21:38:21 -0500 (0:00:00.177) 0:00:00.864 **********
  32. fatal: [infra1]: FAILED! => {"failed": true, "msg": "The conditional check 'not is_metal | bool' failed. The error was: error while evaluating conditional (not is_metal | bool): {{ properties.is_metal | default(false) }}: 'properties' is undefined\n\nThe error appears to have been in '/opt/openstack-ansible/playbooks/common-tasks/os-lxc-container-setup.yml': line 38, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Ensure mount directories exists\n ^ here\n"}
  33. fatal: [infra2]: FAILED! => {"failed": true, "msg": "The conditional check 'not is_metal | bool' failed. The error was: error while evaluating conditional (not is_metal | bool): {{ properties.is_metal | default(false) }}: 'properties' is undefined\n\nThe error appears to have been in '/opt/openstack-ansible/playbooks/common-tasks/os-lxc-container-setup.yml': line 38, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Ensure mount directories exists\n ^ here\n"}
  34. fatal: [infra3]: FAILED! => {"failed": true, "msg": "The conditional check 'not is_metal | bool' failed. The error was: error while evaluating conditional (not is_metal | bool): {{ properties.is_metal | default(false) }}: 'properties' is undefined\n\nThe error appears to have been in '/opt/openstack-ansible/playbooks/common-tasks/os-lxc-container-setup.yml': line 38, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Ensure mount directories exists\n ^ here\n"}
  35.  
  36. PLAY RECAP ********************************************************************************************************************************************************************************************************************************************************************************
  37. infra1 : ok=2 changed=0 unreachable=0 failed=1
  38. infra2 : ok=2 changed=0 unreachable=0 failed=1
  39. infra3 : ok=2 changed=0 unreachable=0 failed=1
  40.  
  41. Friday 29 March 2019 21:38:21 -0500 (0:00:00.150) 0:00:01.014 **********
  42. ===============================================================================
  43. include ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.33s
  44. Set default bind mounts (bind var/log) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.18s
  45. Ensure mount directories exists ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.15s
  46.  
  47. EXIT NOTICE [Playbook execution failure] **************************************
  48. ===============================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement