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

[Error] While using download-iso-pxe role #8

Open
DirectedSoul1 opened this issue Apr 13, 2022 · 1 comment
Open

[Error] While using download-iso-pxe role #8

DirectedSoul1 opened this issue Apr 13, 2022 · 1 comment

Comments

@DirectedSoul1
Copy link
Contributor

While the user specifies the discovery.iso in his system, extracting of this ISO results in an error as shown

fatal: [localhost]: FAILED! => {
  
            "image": "/tmp/download-iso-pxe/discovery_image_testcluster1.iso"
        }
    },
    "msg": "Directory '/var/lib/tftpboot' does not exist"
}

playbook.yml has

---
- hosts: localhost
  roles:
    - download-iso-pxe
  vars:
    ARCH: x86
    URL: http://<ipv4-ip>:8080
    CLUSTER_ID: "*********"
    ISO_NAME: "discovery_image_testcluster1.iso"
    HTTP_DIR: "/var/www/html/pxe"
@DirectedSoul1
Copy link
Contributor Author

I'm working on adding a PR for this issue :)

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