From 21dd36b834a3e00d9e9dd5cf5d01f4e6654f06ff Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 26 Mar 2015 16:21:43 -0400 Subject: [PATCH] Change Ironic patch for ipmi retry operations Changed out the patch that Bifrost retreives for installation as the patch that was present landed in Ironic today. The new patch is to address ipmi retries on busy BMCs where multiple nodes share the same BMC address. --- roles/ironic-install/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ironic-install/tasks/main.yml b/roles/ironic-install/tasks/main.yml index 95e07ddb7..c7a4af99f 100644 --- a/roles/ironic-install/tasks/main.yml +++ b/roles/ironic-install/tasks/main.yml @@ -47,8 +47,8 @@ - name: "Ironic - resyncing to current master branch" command: git pull --ff-only chdir=/opt/stack/ironic/ # TODO: Remove this once it has landed. -- name: "Ironic - Temporary - Retrieve 166903" - shell: git fetch https://jkreger@review.openstack.org/openstack/ironic refs/changes/03/166903/4 && git checkout FETCH_HEAD chdir=/opt/stack/ironic +- name: "Ironic - Temporary - Retrieve 168120 - IPMI Retry logic" + shell: git fetch https://jkreger@review.openstack.org/openstack/ironic refs/changes/20/168120/1 && git checkout FETCH_HEAD chdir=/opt/stack/ironic - name: "Ironic Client - Install from source if configured to do so." include: shade_source_install.yml when: skip_install is not defined and ironicclient_source_install is defined and ironicclient_source_install == true