Skip to content

Commit

Permalink
Merge pull request #5 from iqoption/add-new-variables
Browse files Browse the repository at this point in the history
Remove edit input.json, now autogenerate.
  • Loading branch information
arslanbekov authored Jan 13, 2018
2 parents d351f85 + 32217c1 commit 82e5f68
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,14 @@ Set up [GridRouter](https://github.com/aerokube/ggr) in docker
* `grid_router_qouta_user`: [Default: `selenoid`] GridRouter quota user
* `grid_router_gr_path`: [Default: `/etc/grid-router`] Path to GridRouter
* `grid_router_docker_api_version`: [Default: `1.24`] Docker api version (for GridRouter)
* `grid_router_host_list`: [Default: `group1`]
* `grid_router_region`: [Default: `region1`]
* `grid_router_host_name`: [Default: `selenoid[1:10].example.com`] Hostname selenoid

Ggr is [using](http://aerokube.com/ggr/latest/#_creating_users_file) htpasswd files to store authentication data. Passwords are stored in encrypted form.

#### Example

First step you need edit `./files/input.json`. This file help generate browser.xml

```
"group1": {
"wz": {
"selenoid[1:50].youhost.com": {
"port": 4444,
"count": 1
}
}
```

1. Change `group1` you name group host;
2. Change host (or use many hosts);
3. Change group in quota browser block (use name group from 1 step).

```yaml
---
- hosts: all
Expand Down

0 comments on commit 82e5f68

Please sign in to comment.