From e45b3fb20497e0ef17b9e119fb9d088426257ec1 Mon Sep 17 00:00:00 2001 From: Tee Ngo Date: Wed, 6 Feb 2019 18:30:24 -0500 Subject: [PATCH] Include Ansible related packages in the ISO This commit includes Ansible related packages in the image in preparation for the controller bootstrap playbook. Tests done: - Successful installation - Successful execution of a sample playbook Story: 2004695 Task: 29379 Change-Id: I6fa27eedcc5af9e6e9ac94722860927dbdcf3383 Signed-off by: Tee Ngo --- centos_iso_image.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/centos_iso_image.inc b/centos_iso_image.inc index 0695828b5a..cbf86b0f48 100644 --- a/centos_iso_image.inc +++ b/centos_iso_image.inc @@ -34,3 +34,9 @@ config-gate-worker # puppet-manifests puppet-manifests + +# ansible +sshpass +python2-ptyprocess +python2-pexpect +ansible