GithubHelp home page GithubHelp logo

isabella232 / operator-nxrm3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sonatype/operator-nxrm3

0.0 0.0 0.0 212 KB

IBM Operator for Nexus Repo Manager 3

Shell 42.10% Groovy 38.34% Dockerfile 7.99% Mustache 11.57%

operator-nxrm3's Introduction

Sonatype NXRM 3 Certified Operator

Red Hat certified OpenShift Operator for installing Sonatype Nexus Repository Manager 3 to an OpenShift cluster.

Building from Source for Local Development and Testing

To develop and test locally, you'll use CodeReady Containers on your workstation and push your operator image to quay.io to make it available for installation.

  1. Install CodeReady Containers for a local Openshift 4 environment.
  2. Ensure you have a personal quay.io account.
  3. Generate a new version of the operator image using the templates under test: ./scripts/new_version.sh image <new-operator-version> <cert-app-image-version>
  4. Build and deploy the operator image to your personal quay.io repository:
    1. docker build . -f build/Dockerfile --tag quay.io/<username>/nxrm-operator-certified:[operator-version]
    2. docker login quay.io
    3. docker push quay.io/<username>/nxrm-operator-certified:[operator-version]
  5. Make sure the new image on quay.io is public, so that the OpenShift cluster can pull it.
  6. Update the bundle files for the new image: ./scripts/new_version.sh bundle <new-operator-version> <operator-image-id> <certified-app-image-id>
  7. Install all the descriptors for the operator to your OpenShift cluster:
    1. ./scripts/install.sh
  8. Expose the new Nexus Repo outside the cluster:
    1. Create a Route in OpenShift UI to the new service, port 8081.
  9. Visit the new URL shown on the Route page in OpenShift UI.

Uninstall NXRM 3 from a Local Test Cluster

  1. Remove the route in the console.
  2. Uninstall all the descriptors for the operator: ./scripts/uninstall.sh.

operator-nxrm3's People

Contributors

adrianpowell avatar eduard-tita avatar fblancosona avatar hectorhuol avatar jflinchbaugh avatar mpuglin avatar scherzhaft 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.