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

X-road issue with building containers (ansible) #1880

Open
rokas0504 opened this issue Dec 4, 2023 · 1 comment
Open

X-road issue with building containers (ansible) #1880

rokas0504 opened this issue Dec 4, 2023 · 1 comment
Labels
question Further information is requested

Comments

@rokas0504
Copy link

Hello,
I am trying to make a containers following this tutorial: https://www.youtube.com/watch?v=RV-Dq69yFVE&list=PL1hmZln4PWNWjy-7aCYrdr6yo3NDOvrT9&ab_channel=NordicInstituteforInteroperabilitySolutions
It is the same tutorial as the ansible README.txt.
But when I try to run "ansible-playbook -i hosts/demo_hosts.txt xroad_init.yml" it always fails with the error:
fatal: [xroad-lxd-cs]: FAILED! => {"changed": false, "msg": "No package matching 'xroad-centralserver' is available"}

PLAY RECAP *********************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0
xroad-lxd-cs : ok=14 changed=2 unreachable=0 failed=1 skipped=7 rescued=0 ignored=0
xroad-lxd-ss1 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0
xroad-lxd-ss2 : ok=1 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0

Do you have any idea what could cause this? Using Ubuntu 22.04.3 version with a parallels vm.

@rokas0504 rokas0504 changed the title issue with building containers (ansible) X-road issue with building containers (ansible) Dec 4, 2023
@petkivim
Copy link
Contributor

petkivim commented Dec 5, 2023

Hi @rokas0504! What processor architecture your host is using (ARM or x86)? Currently, the X-Road release packages don't support ARM which is why they cannot be installed on an ARM host.

@raits raits added the question Further information is requested label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants