Add ODL image references

Bug #1713685 reported by Janki Chhatbar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Medium
Janki Chhatbar

Bug Description

Add ODL image references to TripleO-common and add logic to pull images based on the Neutron driver specified.

Changed in tripleo:
assignee: nobody → Janki Chhatbar (jankihchhatbar)
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-tripleoclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/498743

Changed in tripleo:
status: Confirmed → In Progress
Changed in tripleo:
assignee: Janki Chhatbar (jankihchhatbar) → Martin André (mandre)
Changed in tripleo:
assignee: Martin André (mandre) → Janki Chhatbar (jankihchhatbar)
Changed in tripleo:
milestone: none → queens-1
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/494951
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=21a6b66c8bb5377bc1391e3f582467de7f7b5562
Submitter: Jenkins
Branch: master

commit 21a6b66c8bb5377bc1391e3f582467de7f7b5562
Author: Janki Chhatbar <email address hidden>
Date: Fri Aug 18 11:08:51 2017 +0530

    Remove hard-coded image reference

    This patch removes hard-coded reference to ODL related images.
    Logic is implemented in TripleO-common to render images
    based on the environment file specified.

    Change-Id: I9a11072f98e1245dc32d27d0b0e9bc6e9e19399f
    Partial-Bug: #1713685

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/499449

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/pike)

Reviewed: https://review.openstack.org/499449
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=111861fae8981246e9e75fd52162bc0502b6ed19
Submitter: Jenkins
Branch: stable/pike

commit 111861fae8981246e9e75fd52162bc0502b6ed19
Author: Janki Chhatbar <email address hidden>
Date: Fri Aug 18 11:08:51 2017 +0530

    Remove hard-coded image reference

    This patch removes hard-coded reference to ODL related images.
    Logic is implemented in TripleO-common to render images
    based on the environment file specified.

    Change-Id: I9a11072f98e1245dc32d27d0b0e9bc6e9e19399f
    Partial-Bug: #1713685
    (cherry picked from commit 21a6b66c8bb5377bc1391e3f582467de7f7b5562)

tags: added: in-stable-pike
Changed in tripleo:
assignee: Janki Chhatbar (jankihchhatbar) → Numan Siddique (numansiddique)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (master)

Reviewed: https://review.openstack.org/498743
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=d66114a4405c0a319483bdee64bb9e3422ccfb77
Submitter: Jenkins
Branch: master

commit d66114a4405c0a319483bdee64bb9e3422ccfb77
Author: Janki Chhatbar <email address hidden>
Date: Tue Aug 29 15:49:28 2017 +0530

    Add neutron_driver value to prepare command

    OpenDaylight/OVN is not enabled by default in overcloud. A logic needs to be
    implemented to create ODL image reference when ODL needs to be deployed and
    the same for OVN. This patch adds neutron driver value set depending on the
    environment file specified to image prepare command.

    Co-Authored-By: Numan Siddique <email address hidden>
    Change-Id: I3e395986ad777b1d6b057bb33fac8d5ed2d3d26a
    Partial-Bug: #1713685
    Partial-bug: #1699085

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-tripleoclient (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/502430

Changed in tripleo:
assignee: Numan Siddique (numansiddique) → Janki Chhatbar (jankihchhatbar)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/pike)

Reviewed: https://review.openstack.org/502430
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=150a5c6f50eb202b1b2392f0ee25bc7b93dec947
Submitter: Jenkins
Branch: stable/pike

commit 150a5c6f50eb202b1b2392f0ee25bc7b93dec947
Author: Janki Chhatbar <email address hidden>
Date: Tue Aug 29 15:49:28 2017 +0530

    Add neutron_driver value to prepare command

    OpenDaylight/OVN is not enabled by default in overcloud. A logic needs to be
    implemented to create ODL image reference when ODL needs to be deployed and
    the same for OVN. This patch adds neutron driver value set depending on the
    environment file specified to image prepare command.

    Co-Authored-By: Numan Siddique <email address hidden>
    Change-Id: I3e395986ad777b1d6b057bb33fac8d5ed2d3d26a
    Partial-Bug: #1713685
    Partial-bug: #1699085
    (cherry picked from commit d66114a4405c0a319483bdee64bb9e3422ccfb77)

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

Reviewed: https://review.openstack.org/498383
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=b1dc704d104201c3a2f5c031d449e2acfd20a107
Submitter: Jenkins
Branch: master

commit b1dc704d104201c3a2f5c031d449e2acfd20a107
Author: Janki Chhatbar <email address hidden>
Date: Mon Aug 28 14:34:24 2017 +0530

    Add ODL container images to TripleO-common.

    This patch implements a logic to render images based on
    the neutron-driver specified.

    ODL image rendering is under if-else logic because ODL is
    not enabled by default in overcloud and in case when no env
    file are specified, ODL image will be pulled by prepare command

    Change-Id: Ia44fca9b5075de622f8390f329050a20b5bddc7a
    Partial-Bug: #1713685
    Depends-On: I3e395986ad777b1d6b057bb33fac8d5ed2d3d26a

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-common (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/505570

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/pike)

Reviewed: https://review.openstack.org/505570
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=cb1c8bc56c05ee15f10771d444278c728f8aebc9
Submitter: Jenkins
Branch: stable/pike

commit cb1c8bc56c05ee15f10771d444278c728f8aebc9
Author: Janki Chhatbar <email address hidden>
Date: Mon Aug 28 14:34:24 2017 +0530

    Add ODL container images to TripleO-common.

    This patch implements a logic to render images based on
    the neutron-driver specified.

    ODL image rendering is under if-else logic because ODL is
    not enabled by default in overcloud and in case when no env
    file are specified, ODL image will be pulled by prepare command

    Change-Id: Ia44fca9b5075de622f8390f329050a20b5bddc7a
    Partial-Bug: #1713685
    Depends-On: I3e395986ad777b1d6b057bb33fac8d5ed2d3d26a
    (cherry picked from commit b1dc704d104201c3a2f5c031d449e2acfd20a107)

Changed in tripleo:
status: In Progress → Fix Committed
Changed in tripleo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.