Code Monkey home page Code Monkey logo

Comments (6)

jerenkrantz avatar jerenkrantz commented on August 23, 2024

The catch here is that it increases the size of the downloads even further (~250MB) - so, I'm hesitant to do so by default. If you use vbox_create.sh, we're already downloading ~350MB for the Vagrant box plus all of the various source code and mini images.

The URLs for the cloud images would be:

Precise: http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img
Raring: http://cloud-images.ubuntu.com/raring/current/raring-server-cloudimg-amd64-disk1.img

For now, I would probably be okay with adding it to the README. If enough people ask for it, then yah, I guess we can add it out of the box.

from chef-bcpc.

jerenkrantz avatar jerenkrantz commented on August 23, 2024

A source for more stable images appears to be:

http://cloud-images.ubuntu.com/releases/precise/release/
http://cloud-images.ubuntu.com/releases/raring/release/

from chef-bcpc.

indexzero avatar indexzero commented on August 23, 2024

Oooo. That's very useful. I think you're right about the additional size of the download being too much be default. What would be super useful is a script that just ran this on the head-node optionally.

So one could (at some point) just run:

./add_ubuntu_image.sh

And it would fetch it from the internet, add it to glance, etc. on the head node to avoid much searching.

from chef-bcpc.

jerenkrantz avatar jerenkrantz commented on August 23, 2024

Sounds like a worthy pull request for someone! =)

from chef-bcpc.

jerenkrantz avatar jerenkrantz commented on August 23, 2024

Just to make it easier - here's the Glance invocation to add a raring image from the above URL:

glance image-create --name='Ubuntu 13.04 x86_64' --is-public=True --container-format=bare --disk-format=qcow2 --file ~ubuntu/ubuntu-13.04-server-cloudimg-amd64-disk1.img

from chef-bcpc.

jerenkrantz avatar jerenkrantz commented on August 23, 2024

I'm going to close this issue for now as no one else has asked for it yet. We can always reopen if someone else really wants this auto-added.

from chef-bcpc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.