Comment 15 for bug 1590375

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/mitaka)

Reviewed: https://review.openstack.org/327923
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=e852692f4ceca97dd42ba16835f7c756a8bbe6a5
Submitter: Jenkins
Branch: stable/mitaka

commit e852692f4ceca97dd42ba16835f7c756a8bbe6a5
Author: Vladimir Kuklin <email address hidden>
Date: Thu Jun 9 18:56:01 2016 +0300

    Disable all the hiera yamls for globals except for astute.yaml

    We need to ensure that globals uses only astute.yaml to generate
    its helper variables. Othewise, we will have an issue on the second
    deployment if we modify astute.yaml and re-run the deployment

    For globals.pp disable_globals variable is used to redirect hiera
    into non-existing files and thus skip their inclusion.

    Change-Id: I91ab492b44c137c476722f65de3dd99b2dce988a
    Closes-bug: #1590375