Add support for Ubuntu 20.04 45/63845/3
authorThanh Ha <zxiiro@gmail.com>
Thu, 30 Apr 2020 23:49:35 +0000 (19:49 -0400)
committerThanh Ha <zxiiro@gmail.com>
Fri, 1 May 2020 14:30:22 +0000 (10:30 -0400)
Ubuntu 20.04 is dropping Python 2 support so many of the packages are
either removed or deprecated, need a new list to maintain packages
that work.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I8a7d0a7fc5ad439d7c1da5c2ba0fc46cd425d3f0

molecule/default/molecule.yml
vars/Ubuntu-20.yml [new file with mode: 0644]

index 2f6cdfe..965555b 100644 (file)
@@ -12,6 +12,8 @@ platforms:
     image: centos:7
   - name: ubuntu1604
     image: ubuntu:16.04
+  - name: ubuntu2004
+    image: ubuntu:20.04
 provisioner:
   name: ansible
 scenario:
diff --git a/vars/Ubuntu-20.yml b/vars/Ubuntu-20.yml
new file mode 100644 (file)
index 0000000..47f13a8
--- /dev/null
@@ -0,0 +1,12 @@
+---
+python_packages_distro:
+  - libffi-dev
+  - python-is-python3
+  - python3
+  - python3
+  - python3-dev
+  - python3-openssl
+  - python3-pip
+  - python3-setuptools
+  - python3-virtualenv
+  - python3-venv