]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-{ansible,container}: Use python3.9 and pip==22.0.4 1993/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 28 Apr 2022 14:31:48 +0000 (10:31 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 28 Apr 2022 14:31:48 +0000 (10:31 -0400)
In order to install and use latest ansible

Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-ansible-nightly/build/build
ceph-ansible-prs/build/build
ceph-ansible-scenario/build/build
ceph-container-nighlity/build/build
ceph-container-prs/build/build
cephadm-ansible-prs/build/build

index dd809f5ad5bc434f304a0449e7b297e60f8d3b22..845dce596728f4031f6df261d6e0d29327726bb7 100644 (file)
@@ -4,7 +4,8 @@
 pkgs=( "tox" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
-install_python_packages $TEMPVENV "pkgs[@]"
+set_centos_python3_version "python3.9"
+install_python_packages $TEMPVENV "pkgs[@]"  "pip==22.0.4"
 
 # XXX this might not be needed
 source $VENV/activate
index a16c91b1d9ed0aaf8e51dcccc91c8ec8e0c62cca..20bf411ea2813c74480b4ca2d021f27cba4e42c6 100644 (file)
@@ -4,7 +4,8 @@
 pkgs=( "tox" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
-install_python_packages $TEMPVENV "pkgs[@]"
+set_centos_python3_version "python3.9"
+install_python_packages $TEMPVENV "pkgs[@]" "pip==22.0.4"
 
 # XXX this might not be needed
 source $VENV/activate
index 637f9c13e1d52cc2f5bdf413c94d1243863068b7..b952a1a7a9a0777393a0351ea42dccdfaa1c74cf 100644 (file)
@@ -4,7 +4,8 @@
 pkgs=( "tox" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
-install_python_packages $TEMPVENV "pkgs[@]"
+set_centos_python3_version "python3.9"
+install_python_packages $TEMPVENV "pkgs[@]" "pip==22.0.4"
 
 # XXX this might not be needed
 source $VENV/activate
index b8e20b778db95ed45ab871ad346dddf943aa652f..97864f31d41c2a65ff9f4c980d62a6f881eaae9c 100644 (file)
@@ -4,7 +4,8 @@
 pkgs=( "tox" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
-install_python_packages $TEMPVENV "pkgs[@]"
+set_centos_python3_version "python3.9"
+install_python_packages $TEMPVENV "pkgs[@]" "pip==22.0.4"
 
 # XXX this might not be needed
 source $VENV/activate
index b8e20b778db95ed45ab871ad346dddf943aa652f..ad18d35cc86e66aaadaf33f186852e3e9e979feb 100644 (file)
@@ -4,7 +4,8 @@
 pkgs=( "tox" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
-install_python_packages $TEMPVENV "pkgs[@]"
+set_centos_python3_version "python3.9"
+install_python_packages $TEMPVENV "pkgs[@]"  "pip==22.0.4"
 
 # XXX this might not be needed
 source $VENV/activate
index d3be0c345c94ed1caf981d7d82cb76da226db833..cb570e9bcdb4049104af5bfbf806af8e8287f172 100644 (file)
@@ -4,7 +4,8 @@
 pkgs=( "tox" )
 TEMPVENV=$(create_venv_dir)
 VENV=${TEMPVENV}/bin
-install_python_packages $TEMPVENV "pkgs[@]"
+set_centos_python3_version "python3.9"
+install_python_packages $TEMPVENV "pkgs[@]" "pip==22.0.4"
 
 # XXX this might not be needed
 source $VENV/activate