Owner and partner RPMs
Owner RPMs are RPMs created by Cisco customers, or by other third parties. Cisco’s customer (also known as the Owner) is responsible for the content and security of these RPMs.
Partner RPMs are RPMs created by Cisco partners. These are supplied by Cisco and are signed with Cisco-managed security keys.
The owner and partner RPMs are installed as docker container images that run on the router.
|
Feature Name |
Release Information |
Feature Description |
|---|---|---|
|
Install Owner and Partner RPMs Using IOS XR Install Infrastructure |
Release 24.2.11 |
You can now use the existing IOS XR install infrastructure to install your proprietary Owner and Partner RPMs. This enhancement streamlines the process of integrating third-party software seamlessly into the IOS XR environment, including bundling the owner and partner RPMs into a GISO. In previous releases, you could only install Owner and Partner applications using the Application Manager interface. This feature introduces the keyword skip-implicit-owner-packages-checks in the following install commands:
|
Limitations and Guidelines
General Limitation and Guidelines
-
Owner and partner RPMs can be installed only on route processors, and not on the line cards.
-
Owner and partner RPMs are managed by App Manager, which is responsible for running the docker containers and handling notifications from Install.
-
Owner and partner RPMs must install files only to the designated filesystem locations. These locations are
/opt/owner/and/opt/partner/respectively. -
When installing Owner and partner RPMs, the maximum size of a GISO that can be used for bootstrap or when using the install replace command is 4GB.
-
If you are upgrading from an IOS XR release that does not support installing the Owner or Partner RPMs (for example, upgrading from IOS XR Release 24.1.1 to IOS XR Release 24.2.11), owner and partner RPMs will not be installed automatically during the upgrade process. See the Two-Step Upgrade Process for Installing Owner or Partner RPMs section for more information.
Limitation and Guidelines for Owner RPMs
-
Names of all Owner RPMs must begin with the string “owner-”.
-
Owner RPMs can either be unsigned or signed with a non-Cisco key. However, signatures are not verified during installation.
-
Owner RPMs must not include any RPM scriptlets, including pre-install and post-install scripts.
-
You must request the installation of an Owner RPMs either by listing them explicitly or by including an additional parameter skip-implicit-owner-packages-checks in the install commands.
-
During the network boot process using PXE or when booting from a USB drive, Owner RPMs are not automatically installed. This limitation arises because in these scenarios, there is no mechanism for the owner (Cisco customer) to convey consent for the installation of Owner RPMs. That is, there is no way for the owner to provide the skip-implicit-owner-packages-checks parameter.
If you want to include Owner RPMs after booting from an ISO via PXE or USB, execute the install replace command with the ISO that contains the desired Owner RPM packages. This action incorporates the Owner RPM packages into your installation without affecting any other aspects of the system.
Limitation and Guidelines for Partner RPMs
-
All Partner RPMs must be signed with a Cisco key; otherwise, they are treated as owner RPMs.
-
Names of all Partner RPMs must begin with the string “partner-”.
Installing owner and partner RPMs
This process provides the workflow to install the owner and partner RPMs.
Summary
Owner RPMs created by Cisco customers or by other third parties, and partner RPMs created by Cisco partners are installed as docker container images that run on the router.
Workflow
These are the stages of the owner and partner RPMs installation:
- Create an RPM containing the application (in the form of a docker container image), according to the requirements for owner and partner RPMs. You can also include the RPMs in the GISO using the appropriate Cisco tools.
-
Install the RPMs using the XR Install infrastructure, that is, by using any of the install commands, similar to installing IOS XR RPMs.

Note
When installing an owner RPM, you must do one of the following:
-
Option 1: Specify the name of the owner RPM explicitly.
install package add owner-foo -
Option 2: Specify the skip-implicit-owner-packages-checks option.
install replace [iso] skip-implicit-owner-packages-checks
-
Option 1: Specify the name of the owner RPM explicitly.
- Activate the RPMs (or let the system do this automatically if requested in the install operation).
- Commit the transaction (or let the system do this automatically).
Install unsigned owner RPMs
This task helps you to install unsigned owner RPMs using different command options.
Procedure
|
Use one of the following options to install owner and partner RPMs:
|
The owner RPMs are installed successfully.
In addition to the commands used in this section, the install infrastructure also supports the following install operations to install owner RPMs – install package remove, install package deactivate, and install source .
For information about using the Application Manager, see the Customize Docker Run Options Using Application Manager section in the Application Hosting Configuration Guide for Cisco 8000 Series Routers.
Install signed owner RPMs
This task provides the steps to install signed owner RPMs with or without verifying their signatures.
Procedure
|
Step 1 |
Create owner RPMs as per the owner RPM requirements. |
|
Step 2 |
Sign the owner keys with a key anchnored in the ownership certificate (OC) and install the owner keys on the router. |
|
Step 3 |
Sign the owner RPMs with the owner keys installed on the router. |
Install signed owner RPMs using GISO
This task helps you to install signed owner RPMs using GISO.
Procedure
|
Step 1 |
Create a key package and sign it with a key anchored in the OC. For more information about key packages, OC, and OV, see Provision Third-party Key Packages and Device Ownership chapters in the System Security Configuration Guide |
||
|
Step 2 |
Create an owner RPM and sign it with the key in the key package. |
||
|
Step 3 |
Include both the owner RPM and the signed key package in a GISO. |
||
|
Step 4 |
Execute the install replace command to install the GISO image. Example:
|
||
|
Step 5 |
The router installs the key as an active key. |
||
|
Step 6 |
The router installs the RPMs from the GISO. |
||
|
Step 7 |
Activate the installed software. |
||
|
Step 8 |
Commit the changes.
|
The signed key packages and owner RPMs are installed and verified successfully. The router updates the file system with the new software.
For information about using the Application Manager, see the Customize Docker Run Options Using Application Manager section in the Application Hosting Configuration Guide for Cisco 8000 Series Routers.
Install signed owner RPMs using USB or iPXE boot
This task helps you to install owner RPMs using USB or iPXE boot.
Procedure
|
Step 1 |
Create a key package and sign it with a key anchored in the OC. For more information about key packages, OC, and OV, see Provision Third-party Key Packages and Device Ownership chapters in the System Security Configuration Guide |
|
Step 2 |
Create an owner RPM and sign it with the key in the key package. |
|
Step 3 |
Include the partner RPM, owner RPM, and the signed key package in a GISO. |
|
Step 4 |
Boot the router using USB or iPXE. |
|
Step 5 |
The bootstrap software from GISO installs the key as an active key. |
|
Step 6 |
The bootstrap software from GISO installs the RPMs from GISO. |
|
Step 7 |
The router reloads and boots from the disk. |
The signed key packages and owner RPMs are installed and verified successfully. The router updates the file system with the new software.
For information about using the Application Manager, see the Customize Docker Run Options Using Application Manager section in the Application Hosting Configuration Guide for Cisco 8000 Series Routers.
Two-step upgrade process for installing owner or partner RPMs
If you are upgrading from an IOS XR release that does not support installing the owner or partner RPMs (any release prior to IOS XR Release 24.2.11), these RPMs will not be installed automatically during the upgrade process.
This is because the installation process governed by the previous releases does not have the functionality to handle the new RPMs.
To install Owner or partner RPMs, you must perform the upgrade in two distinct steps:
-
Upgrade from the previous release to IOS XR Release 24.2.11 without the owner or partner RPMs.
-
Perform an additional upgrade using the same newer version, that is, IOS XR Release 24.2.11 to IOS XR Release 24.2.11. This time explicitly by including the owner or partner RPMs.
These upgrade steps can be accomplished using the same ISO that contains the new version (for example, IOS XR Release 24.2.11) and the additional Owner or Partner RPMs. This two-step process ensures that the new features are properly implemented and that the Owner or Partner RPMs are correctly installed on your system.
Feedback