Skip to content

Commit

Permalink
* Updating tests to ProxySQL 1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
timorunge committed Mar 29, 2019
1 parent 1dabc09 commit 042f002
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ proxysql_percona_release: latest
# The ProxySQL version which should be installed if not using the ProxySQL
# repository.
# Type: Int
proxysql_version: 1.4.14
proxysql_version: 1.4.15

# Configuration

Expand Down Expand Up @@ -379,7 +379,7 @@ proxysql_percona_admin_tool:
### 1) Full configuration example
Here you can see a full example of a configuration of ProxySQL. In this case
the role will download the `1.4.14` package directly and not use the repository
the role will download the `1.4.15` package directly and not use the repository
(`proxysql_use_official_repo` is set to `False`).

This is basically (with some small changes) the [test.yml](tests/test.yml)
Expand All @@ -389,7 +389,7 @@ file which is used for testing.
- hosts: proxysql
gather_facts: True
vars:
proxysql_version: 1.4.14
proxysql_version: 1.4.15
proxysql_service_enabled: True
proxysql_use_official_repo: True
proxysql_login_admin_host: 127.0.0.1
Expand Down Expand Up @@ -624,7 +624,7 @@ You can install ProxySQL directly from a
```yaml
- hosts: proxysql
vars:
proxysql_version: 1.4.14
proxysql_version: 1.4.15
proxysql_use_official_repo: False
proxysql_use_percona_repo: False
proxysql_login_admin_host: 127.0.0.1
Expand Down Expand Up @@ -861,14 +861,14 @@ An high level overview can be found in the following table:

| Distribution | Version | Official repository | Percona repository | Package |
|--------------|---------|---------------------|--------------------|---------|
| CentOS | 7 | yes | no | 1.4.14 |
| Debian | 8 | yes | yes | 1.4.14 |
| Debian | 9 | yes | yes | 1.4.14 |
| Ubuntu | 14.04 | yes | yes | 1.4.14 |
| Ubuntu | 16.04 | yes | yes | 1.4.14 |
| Ubuntu | 17.10 | no | yes | 1.4.14 |
| Ubuntu | 18.04 | no | yes | 1.4.14 |
| Ubuntu | 18.10 | no | yes | 1.4.14 |
| CentOS | 7 | yes | no | 1.4.15 |
| Debian | 8 | yes | yes | 1.4.15 |
| Debian | 9 | yes | yes | 1.4.15 |
| Ubuntu | 14.04 | yes | yes | 1.4.15 |
| Ubuntu | 16.04 | yes | yes | 1.4.15 |
| Ubuntu | 17.10 | no | yes | 1.4.15 |
| Ubuntu | 18.04 | no | yes | 1.4.15 |
| Ubuntu | 18.10 | no | yes | 1.4.15 |


```sh
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ proxysql_percona_release: latest
# The ProxySQL version which should be installed if not using the ProxySQL
# repository.
# Type: Int
proxysql_version: 1.4.14
proxysql_version: 1.4.15

# Configuration

Expand Down
4 changes: 2 additions & 2 deletions tests/docker_test_runner.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ docker_container_environments:
proxysql_use_percona_repo: True
skip_images:
- CentOS_7
"1_4_14":
"1_4_15":
proxysql_use_official_repo: False
proxysql_use_percona_repo: False
proxysql_version: 1.4.14
proxysql_version: 1.4.15

docker_container_volumes:
"__PATH__":
Expand Down
4 changes: 2 additions & 2 deletions tests/docker_test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ docker_container_environments:
proxysql_use_percona_repo: True
skip_images:
- CentOS_7
"1_4_14":
"1_4_15":
proxysql_use_official_repo: False
proxysql_use_percona_repo: False
proxysql_version: 1.4.14
proxysql_version: 1.4.15

docker_container_volumes:
"__PATH__":
Expand Down
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- hosts: all
gather_facts: True
vars:
proxysql_version: 1.4.14
proxysql_version: 1.4.15
proxysql_service_enabled: True
proxysql_use_official_repo: True
proxysql_login_admin_host: 127.0.0.1
Expand Down

0 comments on commit 042f002

Please sign in to comment.