Giter Club home page Giter Club logo

nexus-user-conference-integrations's Introduction

From the Source: Nexus Platform Integrations

This is code used during the From the Source: Nexus Platform Integrations talk of the Nexus User Conference. It configures a minikube service with Jenkins, GitLab, Nexus Repository Manager and Nexus IQ Server. Deploys a couple sample applications and pipelines to deliver them. Requires minikube.

minikube start --vm-driver=hyperkit --memory 6144 --cpus 3

./deploy-nxrm.sh
./deploy-nxiq.sh

kubectl get pods
# Wait until pods return STATUS Running

./configure-nxrm.sh

kubectl get pods
# Wait until pods return STATUS Running

./configure-nxiq.sh {path-to-lifecycle-license.lic}

./deploy-gitlab.sh

minikube service nxrm-service --url | sed -n 3p | sed 's/^http:\/\///g'
# Adjust local Docker instance to allow the above insecure-registry (Nexus Repository Hosted Docker)

./deploy-jenkins.sh

kubectl get pods
# Wait until pods return STATUS Running

./configure-gitlab.sh
# Configure root user with admin123 password and create token with api access for root user.

./configure-jenkins.sh
# Use password from log to unlock, install suggested plugins, configure admin:admin123 user.

./deploy-miramar-service.sh

To access any of the services, minikube provides the urls assoicated with them.

minikube service nxrm-service --url
minikube service nxiq-service --url
minikube service gitlab-service --url
minikube service jenkins-service --url

All services can be undeployed with the undeploy scripts, such as

./undeploy-gitlab.sh

The -D switch will delete any pv associated with the service.

nexus-user-conference-integrations's People

Contributors

ricochet21 avatar whyjustin avatar

Stargazers

 avatar

Forkers

ricochet21

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.