Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following images need to be built manually before installation of ranpm. If remote or multi node cluster is used, then an image repo should be availbale to push the built images to. if external repo is used, use the same repo for all built images and configure the responame in 'helm/global-values.yaml' (The parameter value shall have a trailing '/' followed by the username)

...

Code Block
languagebash
Build for internal kubernetes, exectute the script below:
./build.sh no-push
Build for remote kubernetes, execture the script below:[Externally accessible image repo(E.x: docker hub) is needed]
./build.sh <external-image-repo>

The installation of ranpm is made by a few scripts. The main part of ranpm is installed by a single script. Then, additional parts can be added on top. All installations in kubernetes is made by helm charts. (NOTE: The install scipts should be executed in the below order only)

  • install-nrt.sh: Installs the main parts of the ranpm setup.
  • install-pm-log.sh: Installs the producer for influx db
  • install-pm-influx-job.sh: Sets up an alternative job to produce data stored in influx db.
  • install-pm-rapp.sh: Installs a raap that subscribe and print out received data.

If the build was successful images with following name and tag shall be built. Use the command 'docker images' to view newly built images in the local docker registry.

...