Code Monkey home page Code Monkey logo

dcos-up's People

Contributors

frbayart avatar guydavis avatar petervandenabeele avatar radekg avatar ryanmaclean avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dcos-up's Issues

Scale up

Got this working with latest terraform and latest stable DC/OS. I had to switch to use on demand instances vs spot instances and a few networking changes. Thanks a bunch for putting this out.

What do you think is involved in being able to support adding agent nodes onto a running cluster ? autoscaling groups perhaps ? How can this project be extended ? I'm happy to contribute with some direction.

Issue running with terraform v0.7.4

I'm hitting the following issue, which I am currently suspecting is due to using a higher version of terraform:

bash$  terraform plan
Error loading config: Error loading /Users/cwelton/dcos-up/dcos.tf: Error reading config for aws_instance[dcos_bootstrap]: Invalid dot index found: 'var.provisioner.key_name'. Values in maps and lists can be referenced using square bracket indexing, like: 'var.mymap["key"]' or 'var.mylist[1]'. in:

${var.provisioner.key_name}

Trouble with consul

I found one trouble after starting script "dcos_install.sh" the consul was stopped. It is because dcos_install.sh do restart systemd-journald from the script. To fix this I recommended change one string in the consul.service in the provision script "setup-consul.sh":

from
Restart=on-failure
to
Restart=always

I spent much time for debug this I hope it will help someone else ...

use private_key instead of key_file

This connection:

  connection {
    type = "ssh"
    user = "${lookup(var.provisioner,"username")}"
    private_key = "${file("keys/${lookup(var.provisioner,"key_name")}.pem")}"
    agent = false
  }

seemed to work, but this connection:

  connection {
    user = "${lookup(var.provisioner,"username")}"
    key_file = "${path.module}/keys/${lookup(var.provisioner,"key_name")}.pem"
  }

did not and returned the error

* aws_spot_instance_request.dcos_master_node: unknown 'connection' argument "key_file"

until I replaced the line starting "key_file" with the line from the first connection starting "private_key". I am using Terraform v0.9.5.

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.