Skip to content
New issue

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

suite_manage_attachments_config role shouldn't create db entries #1443

Open
whitfiea opened this issue Aug 30, 2024 · 0 comments
Open

suite_manage_attachments_config role shouldn't create db entries #1443

whitfiea opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
Bug Report Something isn't working

Comments

@whitfiea
Copy link
Contributor

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

.
@whitfiea whitfiea added the Bug Report Something isn't working label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants