Closed
Description
Hi,
The 1.9.18 release touts this feature:
- User can create a folder in the archive to store custom files like application config, see Deploy application specific config #944
This is then intended to be implemented by PR #969
Unfortunately, it doesn't work. Looking at the PR, it adds a line of 'self.library_helper.extract_custom_files()' in topology_updater.py, which (I assume) will do extraction during an update. But during a create, this code is not called. Instead there is an addition of just an empty line in domain_creator.py; I'm assuming the intention was to insert the same extract_custom_files() call there and a test confirms this will indeed cause the files to extract during create.
Thanks,
ken1
Metadata
Metadata
Assignees
Labels
No labels