On Thu, May 2, 2013 at 12:25 PM, Ronald J. Yacketta <[email protected]>wrote:
> Will their be any cloud provisioning capabilities in 2.4? Currently > working through setting up OpenStack and would like to continue to use > cobbler if possible. > > -Ron > I don't think that will be ready for 2.4.0. This work is going on under this branch: https://github.com/jimi1283/cobbler/tree/image_builder Which adds this command: # cobbler deploy --help Usage: cobbler [options] Options: -h, --help show this help message and exit --profile=PROFILE the profile to deploy --system=SYSTEM the system to deploy --platform=PLATFORM the target platform for deployment --directory=DIRECTORY the output directory for the rendered image --skip-build skip the build stage if the image already exists Where --platform will be a configured OpenStack, Eucalyptus, etc. IaaS platform. Right now, with this branch, you can create a QEMU or AMI compliant disk image. Overall, the functionality is similar to buildiso except the image is a built system or profile.
_______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
