PowerVC Squall service

In PowerVC 2.3.0, the cloud-relay (Squall) service enables you to publish the PowerVC events data to one of the supported external publishers.

The supported publishers for the Squall service are.

  • IBM Event Streams
  • Generic Kafka
  • IBM Cloud Databases for Redis
  • Generic Redis
Note: The Squall service is not supported for SLES based installations.

Configuring the Squall service

After PowerVC installation, the PowerVC Squall configuration includes a two-step process.
  1. Cloud service registration: Run the cloud services powervc-opsmgr config cloudservices -c <cluster_name> command to register the cloud services such as Kafka or Redis in PowerVC.
  2. Squall configuration: Run the powervc-squall-config command to install Squall for configuring the Kafka or Redis publisher or update an existing configured publisher.

Installing the Squall service

Run the powervc-squall-config -a install -c <cluster_name> command.

Subcommands
  • -c CLUSTER, --cluster CLUSTER: Specify the cluster name where the configuration subcommand must be executed.
  • -a action, --action action: The available actions include.
    • install: Installs the Squall service and configures the service with Redis or Kafka publisher.
    • update: Updates the properties of an existing configured publisher.
  • -e, --existing-squall-config: Uses an existing Squall configuration for Squall service installation.
    Note: Run the --existing-squall-config subcommand after the PowerVC backup restore activity to use the existing Squall setup if Squall was configured in the backup system.

Updating the Squall configuration

You can update the configuration of an existing Squall setup by running the powervc-squall-config -a update -c <cluster_name> command.