Skip to content

Commit 6e2f2dc

Browse files
Alex-Welshmarkgoddard
authored andcommitted
fix virtualenv ci failure
(cherry picked from commit e36a6fb)
1 parent f782f82 commit 6e2f2dc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

etc/kayobe/ansible/configure-aio-resources.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@
1616
state: present
1717
become: true
1818

19-
- name: Install python openstack client
19+
- name: Ensure latest version of pip is installed
20+
pip:
21+
name: pip
22+
state: latest
23+
virtualenv: '{{ venv }}'
24+
virtualenv_command: "/usr/bin/python3 -m venv"
25+
26+
- name: Ensure python openstack client is installed
2027
pip:
2128
name: python-openstackclient
2229
virtualenv: '{{ venv }}'

etc/kayobe/environments/ci-aio/kolla/globals.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ openstack_service_rpc_workers: "1"
1111

1212
docker_yum_baseurl: "{{ stackhpc_repo_docker_url }}"
1313
docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
14+
15+
# Increase Grafana timeout
16+
grafana_start_first_node_retries: 20

0 commit comments

Comments
 (0)