diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2023-11-16 14:58:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2023-11-16 14:58:32 +0000 |
commit | 691e24226bd21f5c28cbc2847c19d69125de9525 (patch) | |
tree | ea0dbb6e62d6b129c7b228c992bbd430c4fa5844 /README.md | |
parent | fef287d222d17891ecf17979e42d38d06e73605a (diff) | |
parent | ce335ee155245cdf3bc51a225b99d2eb81ef432e (diff) |
Merge "Update README.md deployment sample cmd"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |