Bug 430085
Summary: | need a top level rpm meta package that installs everything | ||
---|---|---|---|
Product: | [Retired] freeIPA | Reporter: | Chandrasekar Kannan <ckannan> |
Component: | ipa-server | Assignee: | Rob Crittenden <rcritten> |
Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 1.0 | CC: | benl, mgregg, rcritten, ssorce, yzhang |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | freeipa-2.0.0-1.fc15 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-03-27 07:13:11 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 246164, 429034 |
Description
Chandrasekar Kannan
2008-01-24 14:15:15 UTC
This is not really correct. For the server you just need to install ipa-server. This will pull in ipa-python and ipa-admintools. ipa-client is not needed on the server. bind and/or caching-nameserver is optional though if desired we can add it to the ipa-server requires. On a client you just need to install ipa-client and it will pull in the things it needs. So I don't think a meta package is needed, or am I missing something? >>For the server you just need to install ipa-server. >> This will pull in ipa-python >> and ipa-admintools. ipa-client is not needed on the server. Actually we are having to do ipa-client-install as well to get stuff like ssh working which is a primary usecase for ipa. >> On a client you just need to install ipa-client >> and it will pull in the things it needs no we need ipa-client and ipa-admintools So, can we do this ? (1) for ipa server - yum install ipa-server ( should pull in client,admintools, bind ,caching-nameserver ). If the admin doesn't need to use bind, he doesn't have to use --setup-bind. So, I would rather pull down all the rpms ahead of time. (2) for ipa client - yum install ipa-client ( this should pull down client, admintools in one shot ). Does that help ? I have added ipa-client as a Requires on ipa-server. I won't add ipa-admintools as a requirement for ipa-client because the average user is not going to need the admin tools (and won't have permission to run most of them). Simo and I agree that we don't want to impose bind on users since we don't require a DNS server to do an installation. yum install ipa-server does bring in ipa-client and admintools. I guess thats the only change here. verified. |