aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2023-11-16 14:58:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2023-11-16 14:58:32 +0000
commit691e24226bd21f5c28cbc2847c19d69125de9525 (patch)
treeea0dbb6e62d6b129c7b228c992bbd430c4fa5844
parentfef287d222d17891ecf17979e42d38d06e73605a (diff)
parentce335ee155245cdf3bc51a225b99d2eb81ef432e (diff)
Merge "Update README.md deployment sample cmd"
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a2206a4f..d909db9f 100644
--- a/README.md
+++ b/README.md
@@ -200,11 +200,12 @@ site.yml
Deploy your own Xtesting toolchain
```bash
-virtualenv xtesting
+virtualenv xtesting -p python3 --system-site-packages
. xtesting/bin/activate
pip install ansible
ansible-galaxy install collivier.xtesting
-ansible-galaxy collection install ansible.posix community.general community.grafana community.kubernetes
+ansible-galaxy collection install ansible.posix community.general community.grafana \
+ community.kubernetes community.docker community.postgresql
ansible-playbook site.yml
deactivate
rm -r xtesting