Comment 2 for bug 1622653

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ironic (master)

Reviewed: https://review.openstack.org/368645
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=2cf50d4d1deb331bc07d6890e114d6314d117940
Submitter: Jenkins
Branch: master

commit 2cf50d4d1deb331bc07d6890e114d6314d117940
Author: Vasyl Saienko <email address hidden>
Date: Mon Sep 12 11:16:12 2016 +0300

    Update ironic node names for multinode case

    Ironic node name is unique. This patch updates _ironic_bm_names()
    function to generate uniq name for primary and subnodes.
    On primary node node name is node-{id}.
    On subnode node name is subnode-{id}. Where {id} is the node
    number from 0 to $IRONIC_VM_COUNT

    Related-Bug: #1622653
    Change-Id: I7898426982b9fd89ac654a32e5d0b46d2a83dfcb