Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

fix env problem for adding nodes by paictl.py in dev-box docker #5674

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

murez
Copy link

@murez murez commented Dec 15, 2021

[CHANGE]: install python 3.6 rather than python 3.5
[ADD]: apt install sshpass for ssh login new machines, pip3 install ansible==2.9.7, netaddr==0.7.19, passlib.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 33.681% when pulling 69855c2 on murez:master into 6a2e836 on microsoft:master.

@@ -14,7 +14,7 @@ RUN apt-get -y update && \
gawk \
psmisc \
python \
python3 \
python3.6 \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why using python3.6 instead of default python version

Copy link
Author

@murez murez Dec 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because some pip packages are not surport or may cause some trouble when installing ansible

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A better solution is change the whole docker base image from ubuntu16.04 to ubuntu18.04

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants