dashboard.container_config Length Limit

Bug #1801764 reported by Zheyang Song
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
Trunk
Fix Committed
Undecided
Nachi Ueno
OpenContrail
New
Undecided
Nachi Ueno

Bug Description

The DB table dashboard's schema restricts the character length of column `container_config` to 255. This prevents storing the container config JSON serialization string. Please change the column type to VARCHAR(65536) or json.

Revision history for this message
Zheyang Song (zsong) wrote :
Revision history for this message
Zheyang Song (zsong) wrote :
Revision history for this message
Zheyang Song (zsong) wrote :
Changed in opencontrail:
assignee: nobody → Nachi Ueno (nati-ueno)
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/47439
Submitter: Nachi Ueno (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/47439
Committed: http://github.com/Juniper/contrail/commit/01d121be084253dfb74ce6ecbb36dffa068c0e3f
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit 01d121be084253dfb74ce6ecbb36dffa068c0e3f
Author: Nachi <email address hidden>
Date: Tue Nov 6 11:33:27 2018 -0800

Update schema

Partial-bug: #1801405
Closes-bug: #1801764

Change-Id: I0892df5a32c2369d022409462b9df18d44072128

To post a comment you must log in.