This is cobbler 2.0.3 (2.0.3.1-3), running under CentOS 5.5.

Here's what I'm seeing.  I start with a parent profile:

# cobbler profile report --name=centos-5-i386-seas-server

Name                           : centos-5-i386-seas-server
Comment                        : SEAS server, no network users
DHCP Tag                       : default
Distribution                   : centos-5-i386
Enable PXE Menu?               : 1
Kernel Options                 : {}
Kernel Options (Post Install)  : {}
Kickstart                      : /var/lib/cobbler/kickstarts/SEAS.ks
Kickstart Metadata             : {}
Management Classes             : ['seas']
Name Servers                   : []
Name Servers Search Path       : []
Owners                         : ['lars']
Parent Profile                 :
Red Hat Management Key         : <<inherit>>
Red Hat Management Server      : <<inherit>>
Repos                          : ['centos-5-i386',
'centos-updates-5-i386', 'epel-5-i386', 'seas-5-i386']
Server Override                : <<inherit>>
Template Files                 : {}
Virt Auto Boot                 : 1
Virt Bridge                    : xenbr0
Virt CPUs                      : 1
Virt File Size(GB)             : 5
Virt Path                      :
Virt RAM (MB)                  : 512
Virt Type                      : xenpv

I create a new profile like this:

# cobbler profile add --name=lars-testing --parent=centos-5-i386-seas-server

And "cobbler profile report" shows:

# cobbler profile report --name=lars-testing

Name                           : lars-testing
Comment                        :
DHCP Tag                       : default
Distribution                   : ~
Enable PXE Menu?               : 1
Kernel Options                 : {}
Kernel Options (Post Install)  : {}
Kickstart                      : /var/lib/cobbler/kickstarts/default.ks
Kickstart Metadata             : {}
Management Classes             : []
Name Servers                   : []
Name Servers Search Path       : []
Owners                         : ['lars']
Parent Profile                 : centos-5-i386-seas-server
Red Hat Management Key         : <<inherit>>
Red Hat Management Server      : <<inherit>>
Repos                          : []
Server Override                : <<inherit>>
Template Files                 : {}
Virt Auto Boot                 : 1
Virt Bridge                    : xenbr0
Virt CPUs                      : 1
Virt File Size(GB)             : 5
Virt Path                      :
Virt RAM (MB)                  : 512
Virt Type                      : xenpv

Some metadata is inherited correctly, even though you wouldn't guess
it from the above output.  For example, "management classes" shows up
as empty, but actually:

# cobbler profile dumpvars --name=lars-testing | grep mgmt_classes
mgmt_classes : ['seas']

But distro and distro_name are both set to "~".
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to