Giter Site home page Giter Site logo

switch-ch / diskimage-builder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openstack/diskimage-builder

3.0 3.0 4.0 5.16 MB

Image building tools for OpenStack

Home Page: http://openstack.org

License: Apache License 2.0

Shell 61.38% Python 38.42% HTML 0.19%

diskimage-builder's People

Contributors

ajaeger avatar alop avatar cboylan avatar cgoncalves avatar cmsj avatar cybertron avatar derekhiggins avatar dirkmueller avatar dprince avatar dtantsur avatar echohead avatar emonty avatar florath avatar gherivero avatar greghaynes avatar happy2c0de avatar hashar avatar ianw avatar j3p0uk avatar pabelanger avatar prometheanfire avatar ptoscano avatar rameshg87 avatar rbtcollins avatar rhafer avatar slagle avatar spamaps avatar steveb avatar umago avatar valerytschopp avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

diskimage-builder's Issues

Add missing ConfigDrive support

The images that we build for SWITCHengines users are currently configured to use only the Ec2 data source. This is configured (at least on Debian/Ubuntu) in /etc/cloud/cloud.cfg.d/91-dib-cloud-init-datasources.cfg, which includes something like

datasource_list: [  Ec2, None ]

Some users may want to use ConfigDrive as a data source instead. Possible reasons include paranoia (the unsecured HTTP-over-IPv4 access to the metadata server might be intercepted), or the fact that IPv6-only instances cannot access the metadata server at all. Therefore it would seem better to change the default to e.g.

datasource_list: [  ConfigDrive, Ec2, None ]

For those users who don't user config drives (that is the vast majority of users now), this shouldn't change anything. The hope is that cloud-init will quickly and discreetly (e.g. without generating scary error messages) determine that no ConfigDrive source is present, and fall back to the usual Ec2 data source. That would need to be verified.

Base specialized images on Ubuntu Xenial

RStudio and Zeppelin are based on Ubuntu. So far they still use Ubuntu 14.04 (Trusty). Both RStudio and Zeppelin support Ubuntu 16.04 (Xenial) just fine. It's time for us to upgrade.

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.