diff options
author | guillaume.lambert <guillaume.lambert@orange.com> | 2023-07-05 17:15:41 +0200 |
---|---|---|
committer | Cedric Ollivier <cedric.ollivier@orange.com> | 2023-09-29 12:49:32 +0000 |
commit | ce335ee155245cdf3bc51a225b99d2eb81ef432e (patch) | |
tree | 6d78926548a00ee98cb1312de625372eee834201 /README.md | |
parent | f430ee4d9ef63f104dde63710fce7f8fa3c61591 (diff) |
Update README.md deployment sample cmd
Change-Id: Ie22e322387ad328887d2868a1baa724f34d1e778
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -179,11 +179,12 @@ CMD ["run_tests", "-t", "all"] 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 |