-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement REST API support for blacklisted hosts for inherited services #1726
base: master
Are you sure you want to change the base?
Conversation
b473df4
to
e2eb47c
Compare
0c6b117
to
2efb6a7
Compare
2efb6a7
to
7bdfdda
Compare
29621a0
to
5ec1c30
Compare
7609cb5
to
2893f9f
Compare
2893f9f
to
effbf84
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: GMS System.
|
effbf84
to
6b61df4
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: GMS System.
|
6b61df4
to
cd20714
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: GMS System.
|
cd20714
to
9db40a2
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: GMS System.
|
9db40a2
to
ebbc02b
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: GMS System.
|
ebbc02b
to
d888abb
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: GMS System.
|
d888abb
to
e300108
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: GMS System.
|
e300108
to
56e1b57
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: GMS System.
|
56e1b57
to
8347e5c
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: GMS System.
|
…es. Treats blacklisted_hosts like a property of the service.
…'. Made sort conditional
8347e5c
to
a97eb92
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: GMS System.
|
I would like to submit for consideration this pull request, which implements support for "blacklisted hosts", for host-template services, via the Rest API. It does this by returning or accepting a "blacklisted_hosts" array in the JSON data for service objects.
This modification is useful for cases where one wants to sync-up configurations or use external tools to add hosts to Director, and would like to take advantage of the recently-added feature to exclude some services from being inherited from host templates used by the host.