Add missing config_files kolla directives

This is an update to 53900ae3a9
which didn't add the config_files instructions to copy the
config files.

Closes-Bug: #1887644
Resolves: rhbz#1853268
Change-Id: If249bbe8e93075d37e84cc050767515b89345020
Depends-On: https://review.opendev.org/731383
This commit is contained in:
Grzegorz Grasza 2020-07-14 14:58:24 +02:00
parent f6bb012d4e
commit 86d5adf3af
1 changed files with 10 additions and 0 deletions

View File

@ -181,8 +181,18 @@ outputs:
kolla_config:
/var/lib/kolla/config_files/novajoin_server.json:
command: novajoin-server --config-file /etc/novajoin/join.conf
config_files:
- source: "/var/lib/kolla/config_files/src/etc/novajoin/join.conf"
dest: "/etc/novajoin/"
merge: false
preserve_properties: true
/var/lib/kolla/config_files/novajoin_notifier.json:
command: novajoin-notify --config-file /etc/novajoin/join.conf
config_files:
- source: "/var/lib/kolla/config_files/src/etc/novajoin/join.conf"
dest: "/etc/novajoin/"
merge: false
preserve_properties: true
docker_config:
step_4:
novajoin_server: