Git Product home page Git Product logo

operators-cnf-cert-results's Introduction

Network Function Certification Script

Prerequisites

Before using this script, ensure that you have the following prerequisites in place:

  1. Openshift Client binary (OC) is installed and configured correctly.

  2. Operator SDK is installed.

  3. The necessary kubeconfig file is available and properly configured.

  4. You have the required cnf configuration and a list of Operator bundles and packageName (bundlelist-certified-new.txt) that need to be tested.

  5. The tnf_config.yml and run-tnf-container.sh files are available in the same directory as this script.

  6. You have the required permissions and access to create projects, pods, and manage operators on the OpenShift cluster.

  7. You have the registry credentials for registry.connect.redhat.com and registry.redhat.io

Usage

To use the script, follow these steps:

  1. To get all the packages present in a given catalog:
oc get packagemanifest | grep "Red Hat Operators" > redhat-operators.txt
  1. Get BundleImage for each of the packages:
while read i; do ./get-latest-bundle.sh $i; done < redhat-operators.txt > redhat-bundelist.txt
  1. Create a directory to store the results for each CNF runs:
mkdir -p report-redhat-opertaors
  1. Modify the run-cnf-operator.sh script to use redhat-bundlelist.txt and above created directory

operators-cnf-cert-results's People

Contributors

yashoza19 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.