Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pmm_qa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ help: ## Display this help message.

init: ## Create venv and install dependencies
python3 -m venv pmm_framework
. pmm_framework/bin/activate
python3 -m pip install -r requirements.txt
pmm_framework/bin/pip install --upgrade pip
pmm_framework/bin/pip install --no-cache-dir -r requirements.txt

init-ubuntu: ## Create venv and install dependencies for ubuntu
sudo chown $(whoami) -R .
Expand Down
2 changes: 1 addition & 1 deletion pmm_qa/pxc_proxysql_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
- name: Execute User & Proxysql Setup inside the PXC pxc_container
shell: "{{ item }}"
with_items:
- docker exec {{ pxc_container }} percona-release enable-only tools release
- docker exec {{ pxc_container }} percona-release enable-only pxb-24 release
- docker exec {{ pxc_container }} apt-get update
- docker exec {{ pxc_container }} apt-get install -y percona-xtrabackup-24
when: pxc_version == "5.7"
Expand Down
1 change: 1 addition & 0 deletions pmm_qa/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setuptools>=65.0.0,<74
ansible-runner==2.3.2
requests==2.26.0