Skip to content

Instantly share code, notes, and snippets.

@a1git
Created February 24, 2018 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/47fa274d89fe8570a9d3efecd2a9cd4c to your computer and use it in GitHub Desktop.
Save a1git/47fa274d89fe8570a9d3efecd2a9cd4c to your computer and use it in GitHub Desktop.
openstack-ansible setup-everything.yml --limit="logs*"
no errors here !!
openstack-ansible setup-everything.yml --tags rsyslog
TASK [lxc_hosts : Fetch LXC image-index] ***************************************************************************************************************
Saturday 24 February 2018 17:02:15 +0000 (0:00:00.812) 0:01:35.655 *****
changed: [logs]
changed: [c2]
changed: [c3]
changed: [c1]
TASK [lxc_hosts : Retrieve the expiry object] **********************************************************************************************************
Saturday 24 February 2018 17:02:16 +0000 (0:00:01.224) 0:01:36.880 *****
ok: [logs]
ok: [c2]
ok: [c3]
ok: [c1]
TASK [lxc_hosts : Pre-stage the LXC image on the system] ***********************************************************************************************
Saturday 24 February 2018 17:02:17 +0000 (0:00:01.005) 0:01:37.885 *****
fatal: [c2]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error
was: 'lxc_images' is undefined\n\nThe error appears to have been in '/etc/ansible/roles/lxc_hosts/tasks/lxc_cache_prestage.yml': line 66, column 3, but
may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# download to the same file name and path.
\n- name: Pre-stage the LXC image on the system\n ^ here\n"}
fatal: [logs]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The err
or was: 'lxc_images' is undefined\n\nThe error appears to have been in '/etc/ansible/roles/lxc_hosts/tasks/lxc_cache_prestage.yml': line 66, column 3, b
ut may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# download to the same file name and pat
h.\n- name: Pre-stage the LXC image on the system\n ^ here\n"}
fatal: [c3]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error
was: 'lxc_images' is undefined\n\nThe error appears to have been in '/etc/ansible/roles/lxc_hosts/tasks/lxc_cache_prestage.yml': line 66, column 3, but
may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# download to the same file name and path.
\n- name: Pre-stage the LXC image on the system\n ^ here\n"}
fatal: [c1]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error
was: 'lxc_images' is undefined\n\nThe error appears to have been in '/etc/ansible/roles/lxc_hosts/tasks/lxc_cache_prestage.yml': line 66, column 3, but
may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# download to the same file name and path.
\n- name: Pre-stage the LXC image on the system\n ^ here\n"}
NO MORE HOSTS LEFT *************************************************************************************************************************************
NO MORE HOSTS LEFT *************************************************************************************************************************************
PLAY RECAP *********************************************************************************************************************************************
b10 : ok=55 changed=0 unreachable=0 failed=0
b5 : ok=55 changed=0 unreachable=0 failed=0
b6 : ok=55 changed=0 unreachable=0 failed=0
b7 : ok=55 changed=0 unreachable=0 failed=0
b8 : ok=55 changed=0 unreachable=0 failed=0
b9 : ok=55 changed=0 unreachable=0 failed=0
c1 : ok=65 changed=1 unreachable=0 failed=1
c2 : ok=65 changed=1 unreachable=0 failed=1
c3 : ok=65 changed=1 unreachable=0 failed=1
logs : ok=65 changed=1 unreachable=0 failed=1
Saturday 24 February 2018 17:02:17 +0000 (0:00:00.165) 0:01:38.050 *****
===============================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment