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

Installation Script Failure #33

Open
tmichett opened this issue Jan 3, 2020 · 2 comments
Open

Installation Script Failure #33

tmichett opened this issue Jan 3, 2020 · 2 comments

Comments

@tmichett
Copy link

tmichett commented Jan 3, 2020

No description provided.

@tmichett
Copy link
Author

tmichett commented Jan 3, 2020

Cert isn't ever copied to the correct location.

Playbook copies cert to:

  • name: Copy the required certs to the capsule
    copy:
    src: /certs/{{ inventory_hostname }}-certs.tar
    dest: /certs/
    owner: root
    group: root
    mode: 0744
    backup: yes

Should also be copied to:

  • name: Copy the required certs to the capsule in /root directory
    copy:
    src: /certs/{{ inventory_hostname }}-certs.tar
    dest: /root/
    owner: root
    group: root
    mode: 0744

@tmichett
Copy link
Author

tmichett commented Jan 3, 2020

Script looks for file:

satellite-installer
--scenario capsule
--certs-tar-file "/root/capsule.lab.example.com-certs.tar"\

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