-
Notifications
You must be signed in to change notification settings - Fork 166
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
Ansible scripts needed for Benchmark Machines #868
Comments
I'm OK with pip if we must have it, but often the popular packages are available via apt anyway, in this instance |
We're hopefully moving to tap2junit at some point, and I don't think that'll be available on apt (and yum etc.). |
so they can be installed with apt-get ie apt-get install python-numpy ? I had used pip as I believe it was already going to be available due to the need for tap2junit but when we work on the ansible scripts we can install the apt packages instead if they are available. |
Ah, well if we're using pip already then I guess it comes down to updating. apt-get is often run manually by myself and maybe others on our test machines but that's all for updating. If there's a pip update process it's unlikely to ever be run. Is that a problem? I don't know! I feel like this is one for the python folks among us to answer. |
I'd prefer using It would make sense to periodically rerun our ansible scripts (once we have them set up) to update everything. |
@uttampower have you had a chance to start working on this yet ? |
Related issue #1147 |
Fixes: nodejs#868 Fixes: nodejs#1147
Fixes: nodejs#868 Fixes: nodejs#1147 Creates a new `benchmarking` Ansible role, and runs for all machines with the `is_benchmark` machine variable set to `true`. Included `infra-softlayer-ubuntu1404-x64-2` since it is also a benchmark machine, in addition to `test-nearform_intel-ubuntu1604-x64-1` and `x64-2`.
Fixes: #868 Fixes: #1147 Creates a new `benchmarking` Ansible role, and runs for all machines with the `is_benchmark` machine variable set to `true`. Installs `h2load` utility package. Included `infra-softlayer-ubuntu1404-x64-2` since it is also a benchmark machine, in addition to `test-nearform_intel-ubuntu1604-x64-1` and `x64-2`.
We need numpy, requests, eventlet installed on the benchmark marching to let us run DC-EIS.
I've given @uttampower an ansible introduction and he is going to start working on scripts for the benchmarking machines. The first thing they will add to the configuration is these there modules.
In the mean time I've manually added them by running
The text was updated successfully, but these errors were encountered: