Mine seems to work. It's an older cobbler but it's maybe a valid test.
Watch the casing on 'Core'.

 - ..

# emacs /etc/cobbler/
# cobbler profile add \
  --parent centos7-x86_64 \
  --kickstart /etc/cobbler/centos7-koroth.ks \
  --name centos7-koroth-x86_64
exception on server: 'Invalid kickstart template file location
/etc/cobbler/centos7-koroth.ks, it is not inside
/var/lib/cobbler/kickstarts/'
# mv \
  /etc/cobbler/centos7-koroth.ks \
  /var/lib/cobbler/kickstarts/ # /sigh
# cobbler profile add \
  --parent centos7-x86_64 \
  --kickstart /var/lib/cobbler/kickstarts/centos7-koroth.ks \
  --name centos7-koroth-x86_64  # fascism

# diff -u \
   <(cobbler profile getks --name centos7-x86_64) \
   <(cobbler profile getks --name centos7-koroth-x86_64)
--- /dev/fd/63  2016-09-27 17:43:51.545047962 -0400
+++ /dev/fd/62  2016-09-27 17:43:51.545047962 -0400
@@ -54,8 +54,8 @@
 logvol /home   --fstype ext4   --name=home     --vgname=vg01   --size
32       --grow  --maxsize 5120
 logvol /mnt/misc --fstype ext4 --name=mntmisc  --vgname=vg01   --size
32       --grow

-#centos7-x86_64
-%packages --ignoremissing
+#centos7-koroth-x86_64
+%packages
 -aic94xx-firmware
 -alsa-firmware
 -bfa-firmware
@@ -89,7 +89,7 @@
 -ql23xx-firmware
 linux-firmware
 # default from base
-@base
+@Core
 -abrt-addon-ccpp
 -abrt-addon-python
 -abrt-cli


Kapilraj Koroth wrote:
> I can even choose not to use cobbler and re-produce this problem.
> 
> NoSuchGroup : core
> 
> 
> _*Does this work for anyone ??*_
> _*


_______________________________________________
cobbler mailing list -- cobbler@lists.fedorahosted.org
To unsubscribe send an email to cobbler-le...@lists.fedorahosted.org

Reply via email to