From 0ad5c702b4e62d3223f0c2d2c382f18a441beb8e Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Wed, 28 Apr 2021 15:08:30 +0200 Subject: Prepare operation machine for in-cluster deployment stage This patch creates an in-cluster inventory based on the dynamic one from creating OpenStack VMs. It will be used at the next deployment stage. This patch also adds missing documentation on required software to run these Ansible playbooks. Issue-ID: INT-1601 Change-Id: Ibf009a2530de989b1927a7a4a2f328fa61c1dd55 Signed-off-by: Pawel Wieczorek --- deployment/noheat/README.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'deployment/noheat/README.rst') diff --git a/deployment/noheat/README.rst b/deployment/noheat/README.rst index 287dc9f9a..f3c7fb8e4 100644 --- a/deployment/noheat/README.rst +++ b/deployment/noheat/README.rst @@ -25,6 +25,11 @@ Dependencies ~~~~~~~~~~~~ - Ansible: tested on 2.9.9 (using Python 3.5.2) + - Collections + - community.crypto: tested on 1.3.0 + - ansible.posix: tested on 1.1.1 + - Roles + - geerlingguy.ansible: tested on 2.1.0 - openstacksdk_: tested on 0.46.0 (using Python 3.5.2) .. _openstacksdk: https://pypi.org/project/openstacksdk -- cgit 1.2.3-korg