Re: [Pulp-list] using ansible to install azure backend

2021-03-24 Thread Briand, Sheldon
Thanks Mike! I’ll try that. I hadn’t tried the other way yet. From: Mike DePaulo [mailto:mikedep...@redhat.com] Sent: March 24, 2021 2:30 PM To: Briand, Sheldon Cc: Brian Bouterse ; David Davis ; pulp-list@redhat.com Subject: Re: [Pulp-list] using ansible to install azure backend

Re: [Pulp-list] using ansible to install azure backend

2021-03-24 Thread Mike DePaulo
arch 24, 2021 1:14 PM > *To:* David Davis > *Cc:* Briand, Sheldon ; > pulp-list@redhat.com > *Subject:* Re: [Pulp-list] using ansible to install azure backend > > > > ATTENTION*** This email originated from outside of the NRC. > ***ATTENTION*** Ce courriel provient de l'

Re: [Pulp-list] using ansible to install azure backend

2021-03-24 Thread Briand, Sheldon
-list] using ansible to install azure backend ***ATTENTION*** This email originated from outside of the NRC. ***ATTENTION*** Ce courriel provient de l'extérieur du CNRC I agree with @daviddavis. I think the installer would benefit from docs on how to configure django-storages for S3 and Azure

Re: [Pulp-list] using ansible to install azure backend

2021-03-24 Thread Briand, Sheldon
Hi David, Thanks! Yes I’m talking about Django-storage packages. -Sheldon From: David Davis [mailto:davidda...@redhat.com] Sent: March 24, 2021 12:15 PM To: Briand, Sheldon Cc: pulp-list@redhat.com Subject: Re: [Pulp-list] using ansible to install azure backend ***ATTENTION*** This email

Re: [Pulp-list] using ansible to install azure backend

2021-03-24 Thread Brian Bouterse
I agree with @daviddavis. I think the installer would benefit from docs on how to configure django-storages for S3 and Azure as basic examples. I think the process is roughly: 1) Make sure the pulpcore[azure] pip extras is installed in the virtualenv:

Re: [Pulp-list] using ansible to install azure backend

2021-03-24 Thread David Davis
To clarify, you're talking about having to install the django-storages packages[0]? I don't know if this exists today in the installer (maybe someone from the pulp_installer team can confirm) but it would be great to have support for setting up pulp to use non-fs storage backends. With using

[Pulp-list] using ansible to install azure backend

2021-03-23 Thread Briand, Sheldon
Hi, I see instructions for using pip to install storage back ends. I'm wondering if there is any way to install the storage back ends using ansible. If I have used ansible to install pulp3 are there any tricks (or dangers) I need to know when using pip to install the storage back ends?