GithubHelp home page GithubHelp logo

Comments (6)

zmarano avatar zmarano commented on July 22, 2024 1

Cool, depending exactly what you mean by immutable systems Daisy can probably help you here.

If you want to build GCE images that have your software pre-installed to then use to deploy instances that is absolutely what Daisy can do. Generally you would build your image using one of the GCE base images and bootstrap what you want and what you want configured on it. Technically, because Daisy is just an API workflow client, it can actually deploy instances from your images as well but that doesn't quite handle ongoing orchestration as such. It is useful for testing the image you just built however.

A conceivable workflow is:
derivative image build -> deploy to test instance -> run tests, on pass -> publish to production project/family for use with Terraform

from compute-image-tools.

adjackura avatar adjackura commented on July 22, 2024 1

[]string is the correct type (the ] on the end is a typo).

You can specify GuestOSFeatures as a a simple list of strings:
"GuestOsFeatures": ["VIRTIO_SCSI_MULTIQUEUE", "MULTI_IP_SUBNET"],

or you can use the more complex system the api uses:
"GuestOsFeatures": [
{
"type": "VIRTIO_SCSI_MULTIQUEUE"
},
{
"type": "MULTI_IP_SUBNET"
}
],

from compute-image-tools.

jsoref avatar jsoref commented on July 22, 2024

Based on Metadata, it appears the right answer is map[string]string.

I might send a PR for this. (I'm still trying to figure out if I can use this tool to achieve my task...)

from compute-image-tools.

zmarano avatar zmarano commented on July 22, 2024

Speaking of, what is your task? Maybe we can help you answer that question.

from compute-image-tools.

zmarano avatar zmarano commented on July 22, 2024

from compute-image-tools.

jsoref avatar jsoref commented on July 22, 2024

Automating the deployment of VMs to Google cloud. We have a Jenkins in GCE which automatically starts build nodes there which build our software.

For this project, I want to create modern "immutable" systems, so ideally when I start one, we give it some configuration, but it already has our software and the required system software enabled and mostly configured.

I've looked into chef/puppet/ansible and they're both painful to write and really not helpful, since the goal is that systems be immutable.

I'm considering using Terraform as the orchestrator.

from compute-image-tools.

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.