Issue
Some of the default YAML files (eg: deploy-task.yaml) mentioned in the official documentation are not present inside the centralConfiguration folder in a fresh Deploy package.
Workaround/Resolution Action
For fresh installations, you need to run the setup in order to populate these files:
./run.sh -setup
Then you can find all configuration files in the centralConfiguration directory.
For upgrades (from older versions to newer versions), when we run upgrade automatically it will generate those files and will update the properties from xl-deploy.conf (from the older version).
Related Information
Comments
Please sign in to leave a comment.