From aef052f79c060c6aac5f8847badae54c00d22e61 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 23 Mar 2015 15:15:58 -0400 Subject: [PATCH] Adding patch to correct ironic DHCP support Adding temporary addition of https://review.openstack.org/#/c/166903/ to the ironic installation in order to be able to utilize bifrost. This effectively closes issue #6. --- roles/ironic-install/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/ironic-install/tasks/main.yml b/roles/ironic-install/tasks/main.yml index 6a171a0a8..2b3433a8a 100644 --- a/roles/ironic-install/tasks/main.yml +++ b/roles/ironic-install/tasks/main.yml @@ -46,6 +46,9 @@ command: git reset --hard master chdir=/opt/stack/ironic - 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 # TODO: The pip installation of python-ironicclient is disabled in order to # support rev 158520. #- name: "Install ironic client"