Cannot create environment with large number of applications

Bug #1567863 reported by Stan Lagun
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Murano
Fix Released
Medium
Alexander Tivelkov

Bug Description

Because of limitations to the database columns holding object model for environments it is either impossible to create big environments with lots of applications or the deployment will never end due to the fact that object model significantly grows during deployment (because of ObjectCopy, Attributes, output properties that are introduced on first deployment)

Stan Lagun (slagun)
Changed in murano:
milestone: none → newton-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to murano (master)

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

Changed in murano:
assignee: nobody → Alexander Tivelkov (ativelkov)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (master)

Reviewed: https://review.openstack.org/304629
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=12636e2e1248ac3d6a2abf528d5e362499771c36
Submitter: Jenkins
Branch: master

commit 12636e2e1248ac3d6a2abf528d5e362499771c36
Author: Alexander Tivelkov <email address hidden>
Date: Tue Apr 12 16:48:53 2016 +0300

    Increased the size of TEXT columns to store large object models

    Object model is stored in database in the columns of type TEXT. In
    MySQL database this type of column is limited by default and cannot
    hold data structures which are large enough.

    This patch adds an extra migration which alters appropriate columns in
    database when the mysql is used. The column type is explicitly set to
    LONGTEXT.

    Change-Id: Ic04fb99469edc087cc12d4c78a983484ae49a6c1
    Closes-bug: #1567863

Changed in murano:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to murano (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/310139

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on murano (stable/mitaka)

Change abandoned by Nikolay Starodubtsev (<email address hidden>) on branch: stable/mitaka
Review: https://review.openstack.org/310139

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/murano 3.0.0.0b1

This issue was fixed in the openstack/murano 3.0.0.0b1 development milestone.

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.