ec40eb3edf
Override the default git commit message so that it's clear that the config-download commit was run from the Mistral action. Also, first download the existing config container if one exists. Since the config-download dir is now managed as a git repo, we want to preserve the git history, so we need to first reuse the existing contents of the config container. Change-Id: I0246918d89dfb564e3d472d4b2f517b5beaf4372
11 lines
552 B
YAML
11 lines
552 B
YAML
---
|
|
features:
|
|
- The GetOvercloudConfig action now sets a commit message that indicates the
|
|
config was downloaded by the Mistral action and what user/project were used
|
|
to execute the action.
|
|
- Since the config download directory is now managed by git, the
|
|
GetOvercloudConfig action will now first download the existing config
|
|
container (default of overcloud-config), so that the git history is
|
|
preserved and new changes will reuse the same git repo. Each new change to
|
|
the config-download directory creates a new git commit.
|