Story #3719
closedStory #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
Updated by amacdona@redhat.com over 6 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
Updated by bmbouter over 6 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)
Updated by bmbouter over 6 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?
Updated by amacdona@redhat.com about 6 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.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)