You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jenkins "{{ project }}-zip" jobs created by ansible-role-xtesting do not set the "--network={network}" option on the "docker run" command.
This leads to a failure of the "zip_campaign" command when the testapi DB cannot be reached through the default docker bridge, typically when "--network=host" is needed.
I guess this could be fixed in templates/run.yaml.j2
Remark: Maybe the "--privileged" option could be added as well, but I don't see a use case for this.
The text was updated successfully, but these errors were encountered:
Jenkins "{{ project }}-zip" jobs created by ansible-role-xtesting do not set the "--network={network}" option on the "docker run" command.
This leads to a failure of the "zip_campaign" command when the testapi DB cannot be reached through the default docker bridge, typically when "--network=host" is needed.
I guess this could be fixed in templates/run.yaml.j2
Remark: Maybe the "--privileged" option could be added as well, but I don't see a use case for this.
The text was updated successfully, but these errors were encountered: