-
Notifications
You must be signed in to change notification settings - Fork 0
add pallet multiversion
stack add pallet multiversion [pallet ...] [clean=bool] [dir=string] [updatedb=string]
Add stacki-pro or stacki pallets of a lower version to enable support for OS distributions that are different than the current higher version.
This means you can install 6.x machines from a 7.x stacki frontend.
-
{pallet}
A list of pallet ISO images to add to the local machine. If no list is supplied, then if a pallet is mounted on /mnt/cdrom, it will be copied to the local machine. The pallets for this command should be "stacki" or "stacki-pro." All others should be added with the "stack add pallet" command.
-
{clean=bool}
-
{dir=string}
-
{updatedb=string}
Add the pallet info to the cluster database. The default is: true.
-
stack add pallet multiversion clean=1 stacki-3.2-7.x.x86_64.disk1.iso
Adds the Kernel pallet to local pallet directory. Before the pallet is added the old Kernel pallet packages are removed from the pallet directory.
-
stack add pallet multiversion stacki-3.2-7.x.x86_64.disk1.iso
Added the Kernel, PVFS, and Ganglia pallets to the local pallet directory.
Checkout our Google Group or our Slack Team for any support or other questions.
Want to contribute to this Wiki? Fork it and send a pull request.