Comment 26 for bug 1526403

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

Reviewed: https://review.openstack.org/256367
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=75fc071b54a07fbdbaabaebd359299170bd7fda2
Submitter: Jenkins
Branch: master

commit 75fc071b54a07fbdbaabaebd359299170bd7fda2
Author: vsaienko <email address hidden>
Date: Fri Dec 11 13:14:00 2015 +0200

    Add configure_provision_network function

    This change allows to configure ironic provision network by setting
    IRONIC_PROVISION_NETWORK_NAME variable. In this case additional
    interface $OVS_PHYSICAL_BRIDGE.$IRONIC_PROVISION_SEGMENTATION_ID
    will be configured with IRONIC_PROVISION_SUBNET_GATEWAY ip address.

    Additional configuration parameters are:

    IRONIC_PROVISION_PROVIDER_NETWORK_TYPE
    IRONIC_PROVISION_SEGMENTATION_ID
    IRONIC_PROVISION_ALLOCATION_POOL
    IRONIC_PROVISION_SUBNET_GATEWAY
    IRONIC_PROVISION_SUBNET_PREFIX

    Change-Id: I619f2fb92aafe7348b0a47eaaaad1790df5ae5c7
    Partial-bug: #1526403