Skip to content
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

Allow to benchmark plugins from sources #309

Closed
danielmitterdorfer opened this issue Jul 25, 2017 · 0 comments
Closed

Allow to benchmark plugins from sources #309

danielmitterdorfer opened this issue Jul 25, 2017 · 0 comments
Labels
:Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch enhancement Improves the status quo
Milestone

Comments

@danielmitterdorfer
Copy link
Member

danielmitterdorfer commented Jul 25, 2017

With #60, we introduce the ability to setup a cluster with plugins. However, in the first version we only support release and snapshot builds.

The scope of this ticket is add support to build plugins from sources and install them.

Users need to define the following settings in ~/.rally/rally.ini per plugin:

  • plugin.$PLUGIN_NAME.remote.repo.url: from where to clone the plugin sources
  • plugin.$PLUGIN_NAME.src.subdir: local source directory (relative to the new root directory for all sources: ES + plugins)
  • plugin.$PLUGIN_NAME.build.task: Gradle task to build the plugin artifact
  • plugin.$PLUGIN_NAME.build.artifact.subdir: relative path to the plugin artifact (without the file name)
@danielmitterdorfer danielmitterdorfer added :Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch enhancement Improves the status quo labels Jul 25, 2017
@danielmitterdorfer danielmitterdorfer added this to the Backlog milestone Jul 25, 2017
@danielmitterdorfer danielmitterdorfer modified the milestones: Backlog, Pre 1.0 Aug 16, 2017
@danielmitterdorfer danielmitterdorfer modified the milestones: Pre 1.0, 0.7.3 Sep 20, 2017
danielmitterdorfer added a commit to elastic/rally-teams that referenced this issue Sep 28, 2017
With this commit we add a new metadata file called "core-plugins.txt"
which contains all Elasticsearch core plugins and not just the ones that
can be used with Rally out-of-the-box (i.e. without additional
configuration).

Relates elastic/rally#309
danielmitterdorfer added a commit to elastic/rally-teams that referenced this issue Sep 28, 2017
With this commit we add a new metadata file called "core-plugins.txt"
which contains all Elasticsearch core plugins and not just the ones that
can be used with Rally out-of-the-box (i.e. without additional
configuration).

Relates elastic/rally#309
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch enhancement Improves the status quo
Projects
None yet
Development

No branches or pull requests

1 participant