yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
9.01k stars 1.07k forks source link

[Platform] upgrade crypto version #6572

Open sb-yb opened 3 years ago

sb-yb commented 3 years ago

At present crypto version in python_requirements_frozen.txt is cryptography==1.7.2 This does not work on ubuntu 20.X wesley@ says that its a problem on other systems as well. Bumping up the version to cryptography==2.1.1 fixed the things for me on ubuntu. We should up this version after testing it on centOS

sb-yb commented 3 years ago

Done testing on CentOS 7.

19:41 ~/code/yugabyte-db/managed/devops [T6572] $ bin/install_python_requirements.sh

works without any issues. So change wont break CentOS 7 while fixing ubuntu.

sb-yb commented 3 years ago

Retesting with 3.1.1 version. Doing the whole EAR flow instead of just checking that install_python_requirements runs.

sb-yb commented 3 years ago

After several attempts over last 3 days finally have universe created with EAR option on CentOS with 3.1.1 crypto version. image

sb-yb commented 3 years ago

Failed itest. Reverting.