File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
environments/ci-aio/kolla Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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 }}'
Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ openstack_service_rpc_workers: "1"
1111
1212docker_yum_baseurl : " {{ stackhpc_repo_docker_url }}"
1313docker_yum_gpgkey : " https://download.docker.com/linux/centos/gpg"
14+
15+ # Increase Grafana timeout
16+ grafana_start_first_node_retries : 20
You can’t perform that action at this time.
0 commit comments