Problem:
Expected outcome:
Pulpcore version:
“core”: “3.48.0”,
Pulp plugins installed and their versions:
“versions”: {
“rpm”: “3.25.1”,
“core”: “3.48.0”,
“file”: “3.48.0”,
“certguard”: “3.48.0”
},
Operating system - distribution and version:
RHEL 9
Other relevant data:
I am implementing new servers to mirror RedHat and CentOS repos, as of now all setup is working properly in my testing instance deployed in AWS and using S3 for artifact storage and rpm plugin. Setting REDIRECT_TO_OBJECT_STORAGE is true by default so all clients receive HTTP 302 and are redirected to presigned S3 URLs to download content. In the past implementation we had 2 pulp servers version 2 for region us-east-1, the question is: Can i have two pulp EC2 instances pointing to the same S3 bucket in settings.py? Or should I need one bucket per pulp instance, I tried to find this detail in docs but was not able to do it. Thanks a lot in advance.