Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Calyptos: default-img-url image isn't being installed #69

Open
dmccue opened this issue Sep 9, 2015 · 1 comment
Open

Calyptos: default-img-url image isn't being installed #69

dmccue opened this issue Sep 9, 2015 · 1 comment

Comments

@dmccue
Copy link

dmccue commented Sep 9, 2015

default['eucalyptus']['default-img-url'] = "http://euca-vagrant.s3.amazonaws.com/cirrosraw.img"

Chef commands to run on clc:

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

@viglesiasce
Copy link
Collaborator

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants