Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hoelgu opened this issue Oct 7, 2024 · 1 comment

Comments

@hoelgu
Copy link

hoelgu commented Oct 7, 2024

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
@hoelgu
Copy link
Author

hoelgu commented Oct 10, 2024

Deployed the OVA and ran videploy, configured it for a single node deployment.
ova-step1 completed without errors for the whole

TASK [common_sync_caches_by_torrent : Common | Create ecs-install host directory on nodes] ***************************************************************************************************************************************

TASK [common_sync_caches_by_torrent : Common | Create ecs-install cache directory on nodes] **************************************************************************************************************************************

TASK [common_sync_caches_by_torrent : Common | Copy cache torrent digest to nodes] ***********************************************************************************************************************************************

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] ***********************************************************************************************************************************************************

TASK [CentOS_7_baseline_install : CentOS 7 | Install all packages in the cache] **************************************************************************************************************************************************
changed: [192.168.1.18]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant