Story #3719
Story #3716: As a production Pulp user, I have an Ansible installer
Create the webserver role
100%
Description
This role will depend on the pulp3 role which will create the necessary Python environment with core and plugins installed.
This role will take the following variables:
webserver - 'nginx' (default), 'apache', 'none'
After running the pulp3 role this depends on, this role will:
- Install the webserver package using the system package manager
- Ensure there is a systemd unit file (if one didn't come with the system package manager)
- Configure the webserver to autostart
- Pulp should be served at / for either webserver
- Start the webserver
Subtasks
History
#1
Updated by amacdona@redhat.com over 2 years ago
- Subject changed from As a user, I can select the Nginx or Apache as my webserver to As a role user, I can select the Nginx or Apache as my webserver
#2
Updated by bmbouter over 2 years ago
- Subject changed from As a role user, I can select the Nginx or Apache as my webserver to Create the webserver role
- Description updated (diff)
#3
Updated by bmbouter over 2 years ago
- Description updated (diff)
#4
Updated by bmbouter over 2 years ago
The subtasks of this story are where the actual configuration would be provided. With them closed, which story tracks the configuration of the Pulp WSGI app to be served by that webserver?
Maybe just update this story to specify that Pulp should be served at /
for both webservers as a bullet?
#5
Updated by amacdona@redhat.com over 2 years ago
- Description updated (diff)
#6
Updated by amacdona@redhat.com over 2 years ago
- Description updated (diff)
- Status changed from NEW to MODIFIED
Removed the variables since we are only going to support nginx at first. Adding the vars to the apache story.
#7
Updated by daviddavis over 1 year ago
- Sprint/Milestone set to 3.0.0
#8
Updated by bmbouter over 1 year ago
- Tags deleted (
Pulp 3)
#9
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue