HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 32 forks source link

mongodb5 role breaks infrastructure helm chart deployment #231

Closed stoeps13 closed 1 year ago

stoeps13 commented 1 year ago
    Yes, but I see no role or task to build the image. Is this a manual task?

Originally posted by @stoeps13 in https://github.com/HCL-TECH-SOFTWARE/connections-automation/issues/224#issuecomment-1315831888

Why is there no role to build the image? Until the image is available, the infrastructure helm chart deployment fails, because it waits that mongo5 is available.

sabrina-yee commented 1 year ago

We have a separate process internally so building Mongo is not part of our deployment automation (i.e. this repo). Having said that, you're right that until the image is available, the infrastructure helm chart deployment will fail so updated the documentation to clarify that. Thanks.

stoeps13 commented 1 year ago

The documentation says this project is the recommended way to install Connections, your answer sound like it is a side project of the internal development environments.

I will work on a role to build the image, inserting a manual step in the middle of the deployment is against everything I know on IAC and Devops.