Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Improve efficiency with OpenStack Services on OpenShift

December 19, 2025
Gil Rosenberg
Related topics:
Developer productivityVirtualization
Related products:
Red Hat OpenShift

    The OpenStack cloud infrastructure has always efficiently monitored the utilization of its compute services and schedule workloads according to the available resources on the compute hosts. That was on day one when the virtual machine (VM) workload was initially scheduled. But what about day two? How can we manage workload rebalancing in the event of host downtime, planned and unplanned? How can we avoid the occasionally pesky “noisy neighbor?" Fortunately, there is a way: Introducing the Red Hat OpenStack Services on OpenShift workload optimization operator in Feature Release 4. 

    What to expect

    Users can expect optimized workload distribution and reduced infrastructure hotspots caused by running an imbalanced workload after creation.

    Users can also expect reduced operational costs by balancing the workload. We can enable better infrastructure resource usage, which can result in:

    • Lower hardware needs.
    • Reduced utilities (power, cooling, etc.).
    • Fewer hotspots and congestions means fewer service outages and scrambling engineers.
    • Enhanced performance: A balanced infrastructure can facilitate more workloads, more demands, and eventually business growth. 

    OpenStack Workload Optimization

    OpenStack Workload Optimization (OWO) is based on the OpenStack Watcher upstream project, which provides a robust framework to help you achieve a wide range of infrastructure resource utilization goals, ultimately reducing data center operating costs. 

    The optimized service framework includes a metrics receiver, a complex event processor and profiler, an optimization processor, and an action plan applier. 

    Similar to the other control plane services, the OWO runs on top of the OpenStack Services on the OpenShift cluster and interacts with the different services, as depicted in Figure 1.

    A diagram illustrates the OWO running on top of the OpenStack Services on the OpenShift cluster.
    Figure 1: The OWO interacts with different services.

    To install the OWO operator (currently in tech preview), create the following CR in the openstack-operators project and apply it as follows:

    apiVersion: operators.coreos.com/v1alpha1
    kind: Subscription
    metadata:
      name: watcher-operator
      namespace: openstack-operators
    spec:
      name: watcher-operator
      channel: stable-v1.0
      source: redhat-operators
      sourceNamespace: openshift-marketplace
    oc apply -f watcher-operator.yaml

    Alternatively, you can just choose it from the operator-catalog in the OpenShift console. Red Hat will merge the OWO-Watcher operator into the openstack-operator at GA time (Figure 2).

    The OWO-Watcher operator in the OpenShift console.
    Figure 2: The OpenStack Workload Optimization (OWO) watcher operator is deployed from the OpenShift operator catalog.

    Once set up, the OpenStack Services on OpenShift administrator can use the optimization service to create a workflow that results in moving VM workloads within a given environment. 

    For example, to reduce the number of compute nodes required to save energy, an administrator can create a VM consolidation workflow. At a high level, the workflow resembles Figure 3.

    A diagram illustrates a VM consolidation workflow.
    Figure 3: This VM workflow provides a high-level view, starting from the audit template to the creation and execution of the action plan.

    The optimization workflow can go through the OpenStack CLI or the Horizon UI. Here is a quick demo using OWO from the Horizon UI.

    OWO workflow creation

    In the OWO workflow creation, we need to know a few key concepts:

    • Goals: Represents the main objective of an optimization. For example, you might have a goal to save energy, consolidate servers, or balance workloads across your cloud. Each goal is associated with one or more strategies that define how to achieve that objective.

    • Strategies: The "how-to" for achieving a goal. Strategies are the algorithms and logic that OWO (watcher) uses to analyze the current state of your cloud and determine the best course of action. They are pluggable and customizable. You can use the default strategies provided with OWO (watcher) or create your own to meet your specific needs. Examples of strategies include basic offline consolidation, VM workload consolidation, and workload balance migration.

    • Audit templates: Audit templates are reusable configuration for an audit. Think of it as a preset that defines what you want to do and specifies the goal, strategy, and any other parameters for an optimization task. This allows for consistency and makes it easier to run the same type of audit multiple times.

    • Audits: This is the process of running an optimization. An audit is a request for OWO (watcher) to analyze your cloud and generate an action plan. It can be triggered manually or automatically. You can launch a one-time audit, schedule them to run continuously, or trigger them based on specific events in your cloud. When an audit runs, the OWO (watcher) decision engine uses the specified strategy to generate a solution.

    • Action plans: This is the output of a successful audit. An action plan is a series of steps that need to be taken to achieve the desired optimization and presented for review. Before any changes are made, the action plan is in a recommended state, allowing an administrator to approve or deny it. Once approved, the action plan moves to an ongoing state and executes the actions.

    • Actions: The actions are the individual tasks within an action plan. These are the specific operations that OWO (watcher) will perform on your cloud. Examples of actions include live migrating a virtual machine, changing the power state of a host, or even evacuating of a complete set of hosts (i.e., a zone) to enable maintenance or other day-2 operations. The OWO (watcher) applier is the component responsible for executing these actions.

    Figure 4 is an example of a zone migration at a high level.

    A diagram of an example of a zone migration.
    Figure 4: This is an example of a zone migration workflow executed by OWO (Watcher).

    Wrap up

    Based on OpenStack watcher, OWO is a powerful new tool that helps cloud administrators manage their workloads more efficiently and productively. For more information, visit our official documentation.

    Related Posts

    • How to deploy EVPN in OpenStack Services on OpenShift

    • How to update OpenStack Services on OpenShift

    • Optimize workloads with right-sizing recommendations

    • How Kruize optimizes OpenShift workloads

    Recent Posts

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    • Deploy with confidence: Continuous integration and continuous delivery for agentic AI

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.