-
Notifications
You must be signed in to change notification settings - Fork 858
Add option for disable the addition of official repository #582
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
ab6bc3c
to
a45ecd9
Compare
please jenkins test this |
Hi @jmlrt ! Can you run CI ? |
please jenkins test this |
Hi @ktibi, Thank you for this PR, currently the official repo is only added when Do you have some use case where you want to install elasticsearch using official repo without adding it (this one shouldn't work) or add official repo without installing elasticsearch from it? |
Hi, We use official repo but it is sync in our private repository (redhat satellite). The repo is deployed by an agent. |
README.md
Outdated
@@ -387,6 +387,7 @@ In addition to es_config, the following parameters allow the customization of th | |||
* ```es_max_threads``` the maximum number of threads the process can start. Defaults to 2048 (the minimum required by elasticsearch). | |||
* ```es_debian_startup_timeout``` how long Debian-family SysV init scripts wait for the service to start, in seconds. Defaults to 10 seconds. | |||
* ```es_use_repository``` Setting this to `false` will stop Ansible from using the official Elastic package repositories. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
es_use_repository
description is now false as it can be used to install elasticsearch package from any repository configured on the system (not only official Elastic repository).
Can you fix the description?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for you ?
please jenkins test this |
please jenkins test this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Thx guys ;) |
Sometimes, instances can't be access to public repository on internet. We must be able to use a private repository already deployed on instance.