Bug 747201 - install guide should mention httpd alias for /distros
Summary: install guide should mention httpd alias for /distros
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Beaker
Classification: Retired
Component: Doc
Version: 0.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified vote
Target Milestone: ---
Assignee: Raymond Mancy
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-19 04:49 UTC by Dan Callaghan
Modified: 2014-12-08 01:10 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-01 03:50:43 UTC


Attachments (Terms of Use)

Description Dan Callaghan 2011-10-19 04:49:57 UTC
Beaker assumes that httpd on the lab controllers will serve up distros under a path of /distros. It puts stuff like this into the kickstart:

repo --name=beaker-ResilientStorage --cost=100 --baseurl=http://lab.example.com/distros/pub/rhel/released/RHEL-6/6.1/Server/x86_64/os/ResilientStorage

This assumption is hardcoded, which is probably bad, but that's for another bug.

We should at least add something to the docs mentioning this. For example I created a file /etc/httpd/conf.d/distros.conf on the lab controller containing

Alias /distros /net/nfs.example.com
<Directory /net/nfs.example.com/pub>
    Options +Indexes
    Order allow,deny
    Allow from all
</Directory>

which did the trick.

Comment 1 Dan Callaghan 2012-02-01 03:50:43 UTC
This is obsoleted by bug 784449.


Note You need to log in before you can comment on or make changes to this bug.