Skip to content

OVA deployment multi node fails not finding package_cache.tgz and copy cache torrent digest to nodes #581

@hoelgu

Description

@hoelgu

Expected Behavior

MultiNode ECS Install for Step 1

Actual Behavior

(Please put additional output and logs in the section for that below)
Step 1 fails

Steps to Reproduce Behavior

  1. Deployed four OVA VMs
  2. Edited videploy to add the IP Addresses of all nodes and Installer Node
  3. Edited to /dev/sdb

Relevant Output and Logs

# Output and Logs go here
...no errors above this step.
TASK [common_sync_caches_by_torrent : Common | Copy cache torrent digest to nodes] *********************************************************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AnsibleFileNotFound: Could not find or access '/var/cache/emc/ecs-install/cache.torrent'
fatal: [192.168.1.19]: FAILED! => {"changed": false, "failed": true, "msg": "Could not find or access '/var/cache/emc/ecs-install/cache.torrent'"}
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AnsibleFileNotFound: Could not find or access '/var/cache/emc/ecs-install/cache.torrent'
fatal: [192.168.1.20]: FAILED! => {"changed": false, "failed": true, "msg": "Could not find or access '/var/cache/emc/ecs-install/cache.torrent'"}
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AnsibleFileNotFound: Could not find or access '/var/cache/emc/ecs-install/cache.torrent'
fatal: [192.168.1.21]: FAILED! => {"changed": false, "failed": true, "msg": "Could not find or access '/var/cache/emc/ecs-install/cache.torrent'"}

TASK [common_sync_caches_by_torrent : Common | Torrent sync caches with nodes] *************************************************************************************************************************************************

PLAY [CentOS 7 | Install cached packages] **************************************************************************************************************************************************************************************

TASK [CentOS_7_baseline_install : include_vars] ********************************************************************************************************************************************************************************
ok: [192.168.1.18]

TASK [CentOS_7_baseline_install : CentOS 7 | Set selinux permissive] ***********************************************************************************************************************************************************
ok: [192.168.1.18]

TASK [CentOS_7_baseline_install : CentOS 7 | Add SSL proxy cert] ***************************************************************************************************************************************************************

TASK [CentOS_7_baseline_install : CentOS 7 | Stop and disable unused services] *************************************************************************************************************************************************
ok: [192.168.1.18] => (item=mta)

TASK [CentOS_7_baseline_install : CentOS 7 | Configure DNS] ********************************************************************************************************************************************************************
changed: [192.168.1.18]

TASK [CentOS_7_baseline_install : CentOS 7 | Unpack package_cache.tgz] *********************************************************************************************************************************************************
fatal: [192.168.1.18]: FAILED! => {"changed": false, "failed": true, "msg": "Source '/var/cache/emc/ecs-install/os_CentOS_7/package_cache.tgz' does not exist"}

PLAY [Installer | Disable torrent ffx] *****************************************************************************************************************************************************************************************

TASK [file] ********************************************************************************************************************************************************************************************************************
ok: [localhost]

PLAY RECAP *********************************************************************************************************************************************************************************************************************
192.168.1.18               : ok=9    changed=3    unreachable=0    failed=1
192.168.1.19               : ok=10   changed=3    unreachable=0    failed=1
192.168.1.20               : ok=10   changed=3    unreachable=0    failed=1
192.168.1.21               : ok=10   changed=3    unreachable=0    failed=1
localhost                  : ok=1    changed=0    unreachable=0    failed=0



---
Notifies: @nikhil-vr

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions