From 8c16541bdf0fda54a6a5b9ae22c8d4999e90bede Mon Sep 17 00:00:00 2001 From: Emma Gordon Date: Thu, 7 Jan 2016 10:32:42 +0000 Subject: [PATCH] Fuel 7.0 no longer uses /etc/hiera/nodes.yaml Change-Id: Icc1207b60c5f588b4f0375e184dd40a2b7036ac5 --- deployment_scripts/pluginutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_scripts/pluginutils.py b/deployment_scripts/pluginutils.py index 50bb75a..71efa77 100755 --- a/deployment_scripts/pluginutils.py +++ b/deployment_scripts/pluginutils.py @@ -5,7 +5,7 @@ import os # This config file is updated with the latest node details as the deployment # evolves. It only contains node details, not other config settings. -NODES_CONFIG = "/etc/hiera/nodes.yaml" +NODES_CONFIG = "/etc/hiera/astute.yaml" # These config files contain details of the nodes at initial deployment, but # they are not subsequently updated with node changes. However, they contain