apache / apache/openwhisk

Ansible version inconsistency for Ubuntu setup

Open
#5,203 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Scala
Stars
6.8k
Forks
1.2k
Avg merge
2d 14h
Merged PRs (30d)
2

Description

## Environment details:

* Local Deployment
* Ubuntu 18.04

## Steps to reproduce the issue:

1. View documentation & scripts

## Provide the expected results and outputs:

I was trying to deploy OpenWhisk using ansible for the first time on Ubuntu 18.04. However, the setup was confusing due to conflicting documentation/scripts.

On the ansible page, it specifies versions:
```
sudo pip install ansible==4.1.0
sudo pip install jinja2==3.0.1
```
However, these are not the version that are installed as part of the [Ubuntu setup scripts](https://github.com/apache/openwhisk/tree/master/tools/ubuntu-setup). The versions there are significantly older:
```
sudo pip install ansible==2.5.2
sudo pip install jinja2==2.9.6
```

I'd be happy to try updating the Ubuntu Setup scripts, however I wanted to ask first if there was a reason for using the older versions of ansible and jinja?

Also, is there any desire for updating for Ubuntu 20.04/python3?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.