Errors in config files

Bug #1270734 reported by Ekaterina Chernova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Murano
Fix Released
Medium
Ekaterina Chernova

Bug Description

1) Fix directory to log location on murano-api in release-0,4 branch
2) Fix for finding config location in all repositories
3) Use one variable cfg or config in cmd/run.py in metadata-repository

Tags: verified
Changed in murano:
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to murano-repository (release-0.4)

Fix proposed to branch: release-0.4
Review: https://review.openstack.org/67790

Changed in murano:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to murano-api (release-0.4)

Fix proposed to branch: release-0.4
Review: https://review.openstack.org/67794

Changed in murano:
assignee: nobody → Ekaterina Fedorova (efedorova)
milestone: none → 0.4.1
Changed in murano:
status: Confirmed → In Progress
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to murano-conductor (release-0.4)

Fix proposed to branch: release-0.4
Review: https://review.openstack.org/67810

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano-api (release-0.4)

Reviewed: https://review.openstack.org/67794
Committed: https://git.openstack.org/cgit/stackforge/murano-api/commit/?id=3e83f2b9369f3815b2dfe2d7ec51d4854614ddfa
Submitter: Jenkins
Branch: release-0.4

commit 3e83f2b9369f3815b2dfe2d7ec51d4854614ddfa
Author: Ekaterina Fedorova <email address hidden>
Date: Mon Jan 20 13:01:37 2014 +0400

    Fix errors in infrastructure

    blueprint one-style-config

    1) Update sample config - remove non-existing directory
    2) Add 0.4.1 version
    3) Rename config file to sample

    Fixes-Bug: 1270734

    Change-Id: Ibeda7e03477244251877097fdb089c579f3ec517

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano-conductor (release-0.4)

Reviewed: https://review.openstack.org/67810
Committed: https://git.openstack.org/cgit/stackforge/murano-conductor/commit/?id=c39d7f77125f496bb422789aadbef791c2cbfcb8
Submitter: Jenkins
Branch: release-0.4

commit c39d7f77125f496bb422789aadbef791c2cbfcb8
Author: Ekaterina Fedorova <email address hidden>
Date: Mon Jan 20 16:14:48 2014 +0400

    Fix errors in infrastructure

    blueprint one-style-config

    1) Update sample config - remove non-existing directory
    2) Add 0.4.1 version
    3) Rename config file to sample

    Fixes-Bug: 1270734

    Change-Id: Ibeda7e03477244251877097fdb089c579f3ec517

Changed in murano:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano-repository (release-0.4)

Reviewed: https://review.openstack.org/67790
Committed: https://git.openstack.org/cgit/stackforge/murano-repository/commit/?id=8f9ecbab0157ac998aa15c4e23c1dd91908ada8e
Submitter: Jenkins
Branch: release-0.4

commit 8f9ecbab0157ac998aa15c4e23c1dd91908ada8e
Author: Ekaterina Fedorova <email address hidden>
Date: Mon Jan 20 12:41:30 2014 +0400

    Fix errors in infrastructure

    1) Update path to config file
    2) Update sample config - remove non-existing directory
    3) Add 0.4.1 version

    Fixes-Bug: 1270734
    Change-Id: Ic14683d196d058256dbf56f413fc916f25dd91ac

tags: added: verified
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano-api (master)

Reviewed: https://review.openstack.org/72378
Committed: https://git.openstack.org/cgit/stackforge/murano-api/commit/?id=968296bf7eebbb6b7bce3557e63fa99fceab900b
Submitter: Jenkins
Branch: master

commit 968296bf7eebbb6b7bce3557e63fa99fceab900b
Author: Ekaterina Fedorova <email address hidden>
Date: Mon Jan 20 13:01:37 2014 +0400

    Cherry-pick the following commits from release-0.4

    * Fix errors in infrastructure
     blueprinr one-style-config
     1) Update sample config - remove non-existing directory
     2) Add 0.4.1 version
     3) Rename config file to sample
     Fixes-Bug: 1270734

    * Catch AttributeError in case of incorrect session_id
     Closes-Bug: 1269749

    * Fixed issue with copy configuration files.
     Closes-Bug: #1271079

    * Add translation support

     Use openstack.common.gettextutils for translation
     Closes-Bug: #1267514

    * Fix name for syslog_log_facility param

    * Update requirements for a release-0.4.1

    * Handle incorrect env_id
     Closes-Bug: 1227154

    * Import _ not implicit

    Change-Id: I2744eaeef369220c5a8dabb027ba40622be9d155

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to murano-conductor (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to murano-repository (master)

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

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

Reviewed: https://review.openstack.org/72607
Committed: https://git.openstack.org/cgit/stackforge/murano-repository/commit/?id=d353dacf8eace1525b0fe623b39d2a230558541d
Submitter: Jenkins
Branch: master

commit d353dacf8eace1525b0fe623b39d2a230558541d
Author: Ekaterina Fedorova <email address hidden>
Date: Tue Jan 14 16:40:00 2014 +0400

    Cherry-pick the following commits from release-0.4

    * Add forgotten return statements
     Closes-bug: #1268934

    * Fix error code when there is no input json

    * Return correct http code

     During toggle enabled 500 was sent in case service is not defined
     Fix return code to 404
     Closes-Bug: #1268976

    * Remove need to specify IP for load balancer
     Implements:
        https://blueprints.launchpad.net/murano/+spec/auto-assign-virtual-ip
     Address blueprint auto-assign-virtual-ip
     Fix errors in infrastructure
     1) Update path to config file
     2) Update sample config - remove non-existing directory
     3) Add 0.4.1 version
     Fixes-Bug: 1270734

    * Add new setup and SysV scripts

    * Removed SysV EL6 standalone file, removed old setup scripts

    * Add correct error message when no config specified
     Closes-Bug: 1271092

    * Security rules updated
     * incorrect port ranges for ADDS fixed according to
     http://technet.microsoft.com/en-us/library/dd772723%28v=WS.10%29.aspx
     * security template for Windows Server Failover Cluster added according to
     http://support.microsoft.com/kb/832017#method5
     * security rules for SQL Server updated according to
     http://technet.microsoft.com/en-us/library/cc646023.aspx

     Relates-Bug: 1264088

    * Typo fixed

    * Revert change
     This reverts commit d87bc2309fcc4cc71aaa3d2512e9bcdc6f39b8c0.

    * Path flattening is reverted, but opening ports for WinRM 2.0 is kept.
     Related-Bug: #1271578

    * Fix paths to scripts used by MS SQL Cluster templates.
     Partial-Bug: #1271578

    * Fix returning list of files in nested dirs - don't cut first symbol.

    * And fix a minor PyCharm warning about var not being initialized.
     Closes-Bug: #1274851

    * Add checkbox to enable floating IP auto assignment

    * Implements blueprint auto-assign-floating-ip

    * Fixed typo in conductor workflow
     Closes-Bug: 1264250

    * Add service version during service creation
     Closes-Bug: 1269360

    * Resolve issue with KeyPair assignment
     nvironment with a service with Key Pair assigned
     could not be deployed due to invalid match in workflows
     causing invalid Heat template to be produced by Conductor.
     Closes-bug: #1274011

    * Correct inform message during floating ip creation

    * Fix name for syslog_log_facility param

    Change-Id: Id3ad4581cd9ce40a569ac580d0aee8db017855c4

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

Reviewed: https://review.openstack.org/72586
Committed: https://git.openstack.org/cgit/stackforge/murano-conductor/commit/?id=b472670019ec424316dc35231846844cca57d358
Submitter: Jenkins
Branch: master

commit b472670019ec424316dc35231846844cca57d358
Author: Ekaterina Fedorova <email address hidden>
Date: Mon Jan 20 16:14:48 2014 +0400

    Cherry-pick the following commits from release-0.4

    * Fix errors in infrastructure
     blueprint one-style-config
     1) Update sample config - remove non-existing directory
     2) Add 0.4.1 version
     3) Rename config file to sample
     Fixes-Bug: 1270734

    * Fixed issue with copy configuration files.
     Closes-Bug: #1271079

    * Removed SysV EL6 standalone file, removed old setup scripts

    * Fixed typo in daemon executable name

    * Delete init scripts and agent config dirs
     so we will update then and not delete cache if murano-repository is unavaliable
     Closes-bug: 1274470

    * Fix accessing nested-dir scripts from nested-dir agent templates.
     This works the following way: if path to agent template is,
     .g. <someHash>/template/agent/SqlServerCluster/FailoverCluster.template,
     nd it references script file '/ImportCoreFunctions.ps1', then it will
     e searched in '<someHash>/template/agent/scripts/' dir, but if it
     eferences 'Failover-Cluster.ps1', it will be searched in
     <someHash>/template/agent/scripts/SqlServerCluster/' dir.

     o the root-like agent dir '<someHash>/template/agent' corresponds to
     oot-like scripts dir '<someHash>/template/agent/scripts', and the
     ctual script file will be searched immediately in root-like scripts
     dir if it starts with '/' (absolute name), or there will be
     'rest-dirs' between root-like scripts dir and the script filename if
     the script filename is a relative one. 'rest-dirs' is the difference
     between root-like agent dir and the actual parent dir of the agent
     template which references the script dir. As you see, the
     abovementioned example is much clearer than the explanation.
     Closes-bug: #1271578

    * Add forgotten deletion in metadata folder setup

    * Undo init file parameter remane

    * Return external network id together with routerId
     blueprint auto-assign-floating-ip

    * Fix name for syslog_log_facility param

    * Update reqirements for a release-0.4.1

    Change-Id: I2744eaeef369220c5a8dabb027ba40622be9d242

Changed in murano:
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.