Installing operators with the CLI using PPA
Follow these instructions to install operators with the command-line interface (CLI) using PPA.
- To push the images to the image registry, the script
install-noi-archive.shrequires one of the below:Podman[Recommended] (https://podman.io/getting-started/)Docker(https://www.docker.com/get-started)Skopeo(https://github.com/containers/skopeo)
- To validate the image archive, the script
install-noi-archive.shrequiresshasum(RHEL 7/8:yum install -y perl-Digest-SHA) - To unpack images and push to image registry
install-noi-archive.shrequires 150 Gi free storage. - The operator has cluster scope permissions. It requires role-based access control (RBAC) authorization at a cluster level because it deploys and modifies Custom Resource Definitions (CRDs) and cluster roles.
If you want to enable or disable a feature after your installation, you can edit the Netcool Operations Insight instance by running the command:
oc edit noi <noi-instance-name>Where <noi-instance-name> is the name of the instance you want to edit. You can then select enable or disable the observer. Note: When you disable features at post install, the resource is not automatically deleted. To find out if the feature is deleted or not you need to check the operator log.