Comment 9 for bug 1590375

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

Reviewed: https://review.openstack.org/327787
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=db794bfee433c9ee7b62931934cbff2dba93176e
Submitter: Jenkins
Branch: master

commit db794bfee433c9ee7b62931934cbff2dba93176e
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