Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
fabric:require-profile-set
Name
fabric:require-profile-set — associates requirements with the specified profile
Synopsis
fabric:require-profile-set
[
--help
] [
--minimum MinInstance
] [
--maximum MaxInstance
] [
--dependsOn Dependency
] {
Profile
}
Description
example-camel
profile, you would enter the following command:
karaf@root> require-profile-set --minimum 2 --maximum 4 example-camel
Arguments
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
--minimum | The minimum number of instances of this profile expected to be running in the fabric. |
--maximum | The maximum number of instances of this profile expected to be running in the fabric. |
--dependsOn | The profile IDs that must be provisioned before this profile. |
Profile | A profile ID. |