summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-10-09 07:09:31 +0000
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-11-09 10:30:56 +0000
commit9b1a7ceb4b32089ccec2e9aca530699ae5e7cedb (patch)
tree6efcc52bd0dc9d3583363d1a74ffafd885084366 /driver-requirements.txt
parent9175c2325e438a01cd9c8c9ee2d4f49f713127d1 (diff)
downloadironic-9b1a7ceb4b32089ccec2e9aca530699ae5e7cedb.tar.gz
Add ansible deploy interface
this patch pulls the ansible deploy interface code and related ansible playbooks and auxiliary files from ironic-staging-drivers project into main ironic tree. As discussed in the spec, the use of ramdisk callbacks (lookup and hearbeats) is now mandatory with this deploy interface. Playbooks and modules were updated to require Ansible>=2.4, and custom Ansible module for executing 'parted' was replaced with usage of built-in Ansible module. The custom Ansible callback plugin now uses journald logger by default to adapt to the default DevStack setup. Documentation and devstack plugin changes enabling automated testing of this interface will be proposed in followup patches. Change-Id: I43f54688287953ccb1c2836437aea76236e6560b Related-Bug: #1526308
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index a2a46d3e8..a2c2b8ffc 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -18,3 +18,6 @@ ImcSdk>=0.7.2
# The Redfish hardware type uses the Sushy library
sushy
+
+# Ansible-deploy interface
+ansible>=2.4