summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-01-07 23:49:23 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-07 23:49:23 +0000
commit374c604925395d87d86628b1870eded7983c018e (patch)
tree4f26bfbefb12648a2e272880131426174bba6690
parente5469bfb687b59e96b97a54d2b6510b46685d182 (diff)
parente153f19a5d4873662179c88457ff9c3941ea6d8b (diff)
Merge "Add python packages in redis"
-rw-r--r--packer/provision/redis.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/packer/provision/redis.yaml b/packer/provision/redis.yaml
index 495566c11..5c45962e3 100644
--- a/packer/provision/redis.yaml
+++ b/packer/provision/redis.yaml
@@ -22,4 +22,13 @@
service:
name: redis
state: started
- become: true \ No newline at end of file
+ become: true
+
+ - name: Install Python 3.6 and packages
+ yum:
+ name:
+ - python36u
+ - python36u-libs
+ - python36u-devel
+ state: latest
+ become: true