Skip to content

Commit

Permalink
Merge pull request #13 from SergeyPirogov/master
Browse files Browse the repository at this point in the history
grid_router_browser_count added instead of hardcoded 1
  • Loading branch information
vladimir-kozyrev authored Jan 22, 2018
2 parents cfb5a54 + 2c2a599 commit e5f434b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ grid_router_docker_api_version: 1.24 # Docker api version (for GridRouter)
grid_router_host_list: group # Host list for selenoid.xml
grid_router_region: region # Region for selenoid.xml
grid_router_host_name: selenoid[01:10].example.com # Host selenoid for selenoid.xml
grid_router_browser_count: 1 # number of browsers per host
grid_router_browsers: # Browser list usage selenoid
- name: "firefox"
defaultVersion: "54.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/quota_template.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"{{ grid_router_region }}": {
"{{ grid_router_host_name }}": {
"port": {{ grid_router_port }},
"count": 1
"count": {{ grid_router_browser_count }}
}
}
}
Expand Down

0 comments on commit e5f434b

Please sign in to comment.