edf-hpc / clara

Cluster Administration tools
Other
18 stars 12 forks source link

Make dist parameter mandatory for the images plugin #45

Closed mehdid closed 9 years ago

mehdid commented 9 years ago

For now, the interface of the images plugin looks like: clara images create [] [--keep-chroot-dir] [--dist=] clara images unpack [] [--dist=] clara images repack [] [--dist=] clara images edit [] [--dist=] clara images initrd [--dist=] [--output=]

Same remark as for the repo plugin, the dist parameter should be mandatory: clara images create [] [--keep-chroot-dir] clara images unpack [] [] clara images repack [] [--dist=] clara images edit [ | ] clara images initrd [--output=]

I dunno what is the best approach for unpack and repack though.