Giter VIP home page Giter VIP logo

Comments (12)

zarry avatar zarry commented on May 30, 2024

I was actually wondering about this as well.

from consul.

csghuser avatar csghuser commented on May 30, 2024

Looks like this is the pull request where the feature was added to consul:
hashicorp/consul#591

I guess this is the section of the cookbook which would need updating?
https://github.com/johnbellone/consul-cookbook/blob/9029990b25c0eefb96674b98ffbc8f189d1a7dda/resources/check_def.rb

Also, in the readme, the syntax of a check is given as follows:

consul_service_def 'server1' do
  port 80
  tags ['http']
  check(
    interval: '10s',
    http: 'http://localhost:80'
  )
  notifies :reload, 'service[consul]'
end

Where as, I had to write it as :

consul_service_def 'server1' do
  port 80
  tags ['http']
  check = {
    interval: '10s',
    http: 'http://localhost:80'
  }
  notifies :reload, 'service[consul]'
end

Perhaps it needs defining as an array of hashes to define multiple checks.

from consul.

zarry avatar zarry commented on May 30, 2024

@johnbellone Would you like some help implementing this on general road to 1.0.0 stuff? I have a need for this feature and don't mind doing some of the lifting. We have been getting a ton of mileage from all your leg work already and I don't mind helping out where I can.

Not sure what sort of timeline you are looking for but I can probably manage the time over the next couple weeks to knock it out.

from consul.

johnbellone avatar johnbellone commented on May 30, 2024

@zarry Yes that'd be great. Take a look at the develop branch. I need to test the HWRP thoroughly and document them.

from consul.

zarry avatar zarry commented on May 30, 2024

@johnbellone Are you changing some of the terminology from the current version/state to what is in the develop branch? Looks like consul_service is now used to actually define a consul instance and not represent a service in consul? Would consul_definition be where we define services? Looks not fully implemented(or just lacking documentation)?

What is the current state of the develop branch?

from consul.

zarry avatar zarry commented on May 30, 2024

Never mind, thats what I get for quickly skimming it. I see what is going on. I should have some time in the next day or two to start playing around with the development branch. If you could make sure anything you have locally is pushed that would be great.

Thanks!

from consul.

johnbellone avatar johnbellone commented on May 30, 2024

Right now I need to thoroughly test that branch, but otherwise I am waiting to get some time this week or next to document the definition HWRP. It would be a huge help to do that!

There are no commits locally. Once the README is written I am going to cut a patch release with remaining changes for 0.10 and merge in 1.0.

from consul.

zarry avatar zarry commented on May 30, 2024

Actually, as I dive in I still think consul_definition may have been missing some attributes. for_keeps is empty and we have no way of supplying a service or check definition json to the file system.

Regardless, I will get some documentation around it and make any changes I think should be there to make it work as I would expect. We can hash out any of the details or your idea of how it should look when I submit the PR. (To be fair I don't have a ton of experience with HWRP so I may be missing a common pattern)

from consul.

johnbellone avatar johnbellone commented on May 30, 2024

@zarry I'll tackle this during my train ride home tonight.

from consul.

zarry avatar zarry commented on May 30, 2024

@johnbellone Thanks, I spent a little time with it and I think I got a little lost with the HWRP. I don't think I fully groked your vision and I wasn't able to pick it up and finish it from there. If you can get a little more documentation I can do some testing for you.

from consul.

johnbellone avatar johnbellone commented on May 30, 2024

@zarry No worries. I really need to write up a lengthy blog post and more documentation here.

from consul.

lock avatar lock commented on May 30, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from consul.

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.