fab add_basic_images failed for host with "10.87" network

Bug #1570137 reported by Vivek
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R3.0
Fix Committed
High
Vivek
R3.1
Fix Committed
High
Vivek
R3.2
Won't Fix
High
Ganesha HV
Trunk
Fix Committed
High
Vivek

Bug Description

In file contrail-fabric-utils/fabfile/tasks/helpers.py, there is a check if the host is from 10.84 network. HA testbed is in "10.87" network, so we need to change the if condition.

if '10.84' in env.host_string:

need to change it to:
if '10.84' in env.host_string or '10.87' in env.host_string:

Tags: automation
Vivek (vivekgarg)
Changed in juniperopenstack:
assignee: nobody → Vivek (vivekgarg)
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/19279
Submitter: Vivek (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Bug update]

bug update...

Jeba Paulaiyan (jebap)
tags: removed: sanity
no longer affects: juniperopenstack/r3.1
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.0

Review in progress for https://review.opencontrail.org/24641
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.1

Review in progress for https://review.opencontrail.org/24640
Submitter: Ganesha HV (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/24639
Submitter: Ganesha HV (<email address hidden>)

Jeba Paulaiyan (jebap)
tags: added: automation
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/24639
Committed: http://github.org/Juniper/contrail-fabric-utils/commit/20d9637cc9c9d5ea6b233014ddce7e323db8abcb
Submitter: Zuul
Branch: master

commit 20d9637cc9c9d5ea6b233014ddce7e323db8abcb
Author: Ganesha H V <email address hidden>
Date: Tue Oct 4 13:55:36 2016 +0530

Adding tinycore images as part of basic images

1]. Removing vsrx-bridge and ubuntu-in-net from the list.

Change-Id: I6deb832ffbf7e6f2fb01ba69038d44abe5411f71
Partial-Bug: #1570137

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/24641
Committed: http://github.org/Juniper/contrail-fabric-utils/commit/fe5f4b9941f63beb346afb8a98e65190b8a26889
Submitter: Zuul
Branch: R3.0

commit fe5f4b9941f63beb346afb8a98e65190b8a26889
Author: Ganesha H V <email address hidden>
Date: Tue Oct 4 13:55:36 2016 +0530

Adding tinycore images as part of basic images

1]. Removing vsrx-bridge and ubuntu-in-net from the list.

Change-Id: I6deb832ffbf7e6f2fb01ba69038d44abe5411f71
Partial-Bug: #1570137

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/24640
Committed: http://github.org/Juniper/contrail-fabric-utils/commit/e6f5d8b35837bd3f556db40a5c7183e0c3ac7120
Submitter: Zuul
Branch: R3.1

commit e6f5d8b35837bd3f556db40a5c7183e0c3ac7120
Author: Ganesha H V <email address hidden>
Date: Tue Oct 4 13:55:36 2016 +0530

Adding tinycore images as part of basic images

1]. Removing vsrx-bridge and ubuntu-in-net from the list.

Change-Id: I6deb832ffbf7e6f2fb01ba69038d44abe5411f71
Partial-Bug: #1570137

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.