We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest
.
The code in https://github.com/ibm-mas/ansible-devops/blob/master/ibm/mas_devops/roles/suite_manage_attachments_config/tasks/configure-database.yml is setting up entries in the database which might not match what is in an existing env or what a customer wants. From talking to the Manage team it appears that these shouldn't be done like this, and instead would need to be defined by the user as the /DOCLINKS https://github.com/ibm-mas/ansible-devops/blob/master/ibm/mas_devops/roles/suite_manage_attachments_config/templates/db/filestorage.sh.j2#L4 is used defined, and could be a different value if coming from a migrated database. Also the line 9 https://github.com/ibm-mas/ansible-devops/blob/master/ibm/mas_devops/roles/suite_manage_attachments_config/templates/db/filestorage.sh.j2#L9 to 19 https://github.com/ibm-mas/ansible-devops/blob/master/ibm/mas_devops/roles/suite_manage_attachments_config/templates/db/filestorage.sh.j2#L19 is just sample data.
Please talk to the Manage team on what should be set.
The text was updated successfully, but these errors were encountered:
chiragcsatani
No branches or pull requests
Collection version
latest
Environment information
.
What happened?
The code in https://github.com/ibm-mas/ansible-devops/blob/master/ibm/mas_devops/roles/suite_manage_attachments_config/tasks/configure-database.yml is setting up entries in the database which might not match what is in an existing env or what a customer wants. From talking to the Manage team it appears that these shouldn't be done like this, and instead would need to be defined by the user as the /DOCLINKS https://github.com/ibm-mas/ansible-devops/blob/master/ibm/mas_devops/roles/suite_manage_attachments_config/templates/db/filestorage.sh.j2#L4 is used defined, and could be a different value if coming from a migrated database. Also the line 9 https://github.com/ibm-mas/ansible-devops/blob/master/ibm/mas_devops/roles/suite_manage_attachments_config/templates/db/filestorage.sh.j2#L9 to 19 https://github.com/ibm-mas/ansible-devops/blob/master/ibm/mas_devops/roles/suite_manage_attachments_config/templates/db/filestorage.sh.j2#L19 is just sample data.
Please talk to the Manage team on what should be set.
Relevant log output
.
The text was updated successfully, but these errors were encountered: