osdeploy(8) --- Configure general OS deployment facilities of confluent¶
SYNOPSIS¶
osdeploy import <var>iso</var>
osdeploy updateboot <var>profile</var>
osdeploy rebase <var>profile</var>
osdeploy initialize [-h] [-g] [-u] [-s] [-k] [-t] [-p] [-i] [-l] [-a]
DESCRIPTION¶
osdeploy manages the facilities and os deployment content of a confluent server. The import
subcommand will generate profiles from an iso image. updateboot
will take any changes in the specified update that need to be pushed into boot configuration and/or images and ensure those needed changes are performed. initialize
provides assistance in setting up the most commonly required facilities. rebase
has confluent attempt to update profile content that came from /opt/confluent in an rpm update, if profile supports it. Run osdeploy initialize -h
for more detail on the options offered by osdeploy initialize
.