| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
|
| | | | | | |
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
ssh://bender.newnewyork.nl/home/jasper/git/cobbler into networking
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
to change
CLI options next and update manpages.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
suggested on mailing list.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
dnsname is per interface. This is for use by the new networking setup snippets. webui and test code changes are still pending.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \ |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | |/ / / /
| | |/| | | | |
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
variable so machines
that cobbler installs do not have to use the --server parameter with koan.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
if an addition fails, you'll get a cobbler exception. Additionally, also replicate image records.
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
another problem altogether
|
| |\| | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
directly.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
interface to use it.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
/var/lib/cobbler/version
at build time, including git hash info since the version during development may not be as definitive
as the package version
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
for all configured interfaces on configured ppc systems (regardless whether they have an ip or hostname).
|
| | | | | | | |
|
| | | | | | | |
|
| |\| | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
non-RPM installs so we'll work on that.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
systems (typically IBM PowerPC). Fedora provides a 'ppc' tree that includes ppc32 and ppc64 kernels. Fedora also builds a 'ppc64' tree which contains *only* ppc64 packaging. To my knowledge this is not supported and only provided as rawhide updates (not officially released).
The included changes add support for a new architecture 'ppc64'. Any cobbler imports on a ppc tree will detect and add the appropriate distro's and profiles for the ppc32 or ppc64 if applicable. For example:
$ cobbler import --name rawhide --path /mnt/rawhide/nightly/rawhide-20081113/ppc/os --available-as http://gromit.redhat.com/pub/fedora/linux/development/ppc/os
---------------- (adding distros)
- found content (breed=redhat) at /mnt/rawhide/nightly/rawhide-20081113/ppc/os/ppc/ppc32
- creating new distro: rawhide-ppc
- creating new profile: rawhide-ppc
- creating new profile: rescue-rawhide-ppc
- found content (breed=redhat) at /mnt/rawhide/nightly/rawhide-20081113/ppc/os/ppc/ppc64
- creating new distro: rawhide-ppc64
- creating new profile: rawhide-ppc64
- creating new profile: rescue-rawhide-ppc64
---------------- (associating kickstarts)
- found content (breed=redhat) at /mnt/rawhide/nightly/rawhide-20081113/ppc/os/ppc/ppc32
--os-version for breed redhat must be one of rhel2.1, rhel3, rhel4, rhel5, fedora5, fedora6, fedora7, fedora8, fedora9, fedora10, generic24, generic26, other, given was rhel9
$ cobbler import --name RHEL-5-Server-U2 --path /mnt/redhat/released/RHEL-5-Server/U2/ppc/os --available-as http://porkchop.redhat.com/released/RHEL-5-Server/U2/ppc/os
---------------- (adding distros)
- found content (breed=redhat) at /mnt/redhat/released/RHEL-5-Server/U2/ppc/os/ppc/ppc64
- creating new distro: RHEL-5-Server-U2-ppc64
- creating new profile: RHEL-5-Server-U2-ppc64
- creating new profile: rescue-RHEL-5-Server-U2-ppc64
---------------- (associating kickstarts)
- found content (breed=redhat) at /mnt/redhat/released/RHEL-5-Server/U2/ppc/os/ppc/ppc64
- found content (breed=redhat) at /mnt/redhat/released/RHEL-5-Server/U2/ppc/os/ppc/ppc64
---------------- (syncing)
$ cobbler import --name RHEL-4-U7-AS --path /mnt/redhat/released/RHEL-4/U7/AS/ppc/tree --available-as http://porkchop.redhat.com/released/RHEL-4/U7/AS/ppc/tree
---------------- (adding distros)
- found content (breed=redhat) at /mnt/redhat/released/RHEL-4/U7/AS/ppc/tree/ppc/chrp
- creating new distro: RHEL-4-U7-AS-ppc64
- creating new profile: RHEL-4-U7-AS-ppc64
- creating new profile: rescue-RHEL-4-U7-AS-ppc64
---------------- (associating kickstarts)
- found content (breed=redhat) at /mnt/redhat/released/RHEL-4/U7/AS/ppc/tree/ppc/chrp
- found content (breed=redhat) at /mnt/redhat/released/RHEL-4/U7/AS/ppc/tree/ppc/chrp
---------------- (syncing)
Comments welcome/appreciated.
Thanks,
James
|
| |\| | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
when cobbler check is run.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
some debian content we don't want to mirror.
|
| |\| | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
used in the new networking snippets
|