Commit Graph

7 Commits

Author SHA1 Message Date
Takashi Kajinami 0235a734e4 Fix python shebang
The current shebang requires /usr/bin/python which is not available in
Ubuntu Jammy by default.

Change-Id: I142472eb20591fc752db9ca06c954d362cd3e405
2023-10-17 16:02:20 +00:00
rabi 6e8e631d34 Organize heat-agents docs
This organizes the heat-agents docs as per the openstackdocs format.
Also adds the team and repository tags.

Change-Id: I997dd3f52c9cd9f8ea274520e033de3ef582401c
2017-08-04 08:52:27 +05:30
Thomas Herve 25cd394bbe Add py3.5 support
Depends-On: Ibda89b467b461b8833515f50a0cf1cc3064cb917
Change-Id: I68ac61b7d1d0d180a7696ae2f0f75b1a4a969995
2017-07-17 13:43:43 +00:00
Steven Hardy dc343a1070 Include hiera.datafiles in output for legacy data check
To aid debugging, particularly in CI, include the non-empty data
so we can see where it's coming from.

Change-Id: I7de5c32c6d9ec689ea0d7716daa9c90234991dfa
Related-Bug: #1680996
2017-04-10 14:01:18 +01:00
Dan Prince 3961e3b32b Add a check for legacy hiera element data
The new heat 'hiera' hook is incompatible with the old
tripleo-puppet-elements hiera element. The two formats
should not coexist as they will overwrite each others
config files (last hook to run would win).

To make the end user experience nice we add an explicit check
here. Note: this would require us to clean out old
apply-config data from a prior run during an upgrade to make
sure the check doesn't mistakenly prevent a new deployment
from failing.

Change-Id: I326a2816b6c47b2ba00c33a42ce6e452c5a74dce
2017-03-04 10:25:19 -05:00
Martin André 9ce538b6ff Prevent trailing whitespace in rendered JSON
On python <3.4 the separator for json.dump() defaulted to (', ', ': ')
which may cause trailing whitespaces in rendered JSON files when used
with indent. This change sets the separator to (',', ': ') to prevent
trailing whitespaces with older versions of python.

See https://docs.python.org/2/library/json.html#basic-usage

Change-Id: I81fabd54659bdb28da43fb4900f19dd94a70336c
2017-01-13 12:07:51 +01:00
Thomas Herve d802d177c7 Move elements at the top level 2017-01-04 16:57:10 +01:00