You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
yum install -y qemu-img-rhev xz --nogpgcheck
bash <(curl -Ls eucalyptus.com/install-emis)
euca-modify-image-attribute <emi> -l -a all
Think the default should be set to "" and only if it's been set to not null that the image is downloaded and set to public, saves a boolean flag to install default-img-url
The text was updated successfully, but these errors were encountered:
Hey @dmccue this is currently in the "create-first-resources" recipe which we don't run in Calyptos. It was originally intended for FastStart only. I think we should move just the install image chunk to the configure recipe and only execute it if default image is set.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Chef commands to run on clc:
Think the default should be set to "" and only if it's been set to not null that the image is downloaded and set to public, saves a boolean flag to install default-img-url
The text was updated successfully, but these errors were encountered: