Replies: 3 comments 2 replies
-
I had to do some digging to find an answer because it is was not clear at first what was happening. Magic Castle uploads some files using Terraform file provisionner in two modules: The code to upload a file to the cluster can simplified to the following snippet:
When I tried the preceding snippet with a barebone Fedora34 instance, Terraform was unable to upload the file and returned:
which lead me to dig into Terraform file provisioner issue, and I found this: |
Beta Was this translation helpful? Give feedback.
-
I managed to make it work using ECDSA keys, instead of RSA ones.
This is related to issue #4. |
Beta Was this translation helpful? Give feedback.
-
Ciao @cmd-ntrf, Since I had seen the #4, I thought about giving it a try, even just in a hacky way. I think that in order to bypass the issue that you have pointed out, we should work on getting the #4 fixed. Thanks again. |
Beta Was this translation helpful? Give feedback.
-
I have a problem when I try to use the Fedora 34 cloud image from https://alt.fedoraproject.org/cloud/ and the OpenStack version of Magic Castle.
The error is the following:
This error doesn’t happen when using cloud images of RockyLinux, CentOS8.4, and CentOS-Stream.
Does anyone know how to fix this?
I tried the solutions described here, where I tried to the private key to the ssh-agent
and here, where I tried to add a
depends_on
.Since the issue is not seen on RockyLinux, CentOS8.4, and CentOS-Stream, I wonder if there is anything special or different in the fedora 34 cloud image. Perhaps something that I need to enable?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions