Code Monkey home page Code Monkey logo

hashistack's People

Contributors

johnweldon avatar mikejihbe avatar slapbassist 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  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

hashistack's Issues

Has this ever worked?

Hi,

Needed some urgent help as we've been struggling to make this work on google cloud. I've updated your code to reflect the changes in Google and terraform Google provider. However, I'm seeing these errors below when trying to apply. What other info can i provide to get some help?
I can share the updated code with the tfvars file too if that helps. Would really appreciate some assistance.

7 error(s) occurred:

  • module.europe-west2.module.compute.module.vault_servers.google_compute_instance.vault_server[1]: 1 error(s) occurred:

  • Script exited with non-zero exit status: 1

  • module.europe-west2.module.compute.module.nomad_servers.google_compute_instance.nomad_server[0]: 1 error(s) occurred:

  • Script exited with non-zero exit status: 1

  • module.europe-west2.module.compute.module.utility.google_compute_instance.utility: 1 error(s) occurred:

  • Script exited with non-zero exit status: 1

  • module.europe-west2.module.compute.module.nomad_servers.google_compute_instance.nomad_server[1]: 1 error(s) occurred:

  • Script exited with non-zero exit status: 1

  • module.europe-west2.module.compute.module.consul_servers.null_resource.join_and_prepared_queries: 1 error(s) occurred:

  • Script exited with non-zero exit status: 1

  • module.europe-west2.module.compute.module.vault_servers.google_compute_instance.vault_server[0]: 1 error(s) occurred:

  • Script exited with non-zero exit status: 1

  • module.europe-west2.module.compute.module.nomad_servers.google_compute_instance.nomad_server[2]: 1 error(s) occurred:

  • Script exited with non-zero exit status: 1

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.```

`service start dnsmasq` always return true

In dnsmasq.sh script used command service dnsmasq start || service dnsmasq restart which never restarts server because first part always returns true.
It may be rewritten as:
(service dnsmasq status && service dnsmasq restart) || service dnsmasq start

My configuration:
OS:

NAME="Ubuntu"
VERSION="14.04.3 LTS, Trusty Tahr"
ID=ubuntu

Dnsmasq version 2.68

consul-template.tpl produces duplicate entries

I rewritten service generation block as:

{{range services}}{{range service .Name}}{{if .Tags | contains "routed"}}server {{.Name}}.service {{.Address}}:{{.Port}}
    {{end}}{{end}}{{end}}

And now it produces only single entry per service.

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.