Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify service requirements for certain tools #693

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion configuration-sample/ods-core.env.sample
Expand Up @@ -130,7 +130,7 @@ CONFLUENCE_URL=http://192.168.56.31:8090
# Jenkins #
###########

# Base image for Jenkins master.
# Base image for Jenkins master (v2.176.3).
sino92 marked this conversation as resolved.
Show resolved Hide resolved
# For RHEL7, you can use e.g. registry.access.redhat.com/openshift3/jenkins-2-rhel7:v3.11
# See available tags for RHEL7-based base images: https://catalog.redhat.com/software/containers/openshift3/jenkins-2-rhel7/581d2f4500e5d05639b6517b
# See available tags for CENTOS7-based base images: https://hub.docker.com/r/openshift/jenkins-2-centos7/tags
Expand All @@ -155,6 +155,7 @@ SHARED_LIBRARY_REPOSITORY=https://github.com/opendevstack/ods-jenkins-shared-lib
# OpenShift #
#############

# Openshift v3.11.154
sino92 marked this conversation as resolved.
Show resolved Hide resolved
# Internal docker registry host and port - this is used
# for pulling the agent images in jenkins.
DOCKER_REGISTRY=docker-registry.default.svc:5000
Expand Down
10 changes: 10 additions & 0 deletions docs/modules/administration/pages/installation.adoc
Expand Up @@ -13,6 +13,16 @@ In order to run the Atlassian suite and OpenShift, your host must have:
- A recent `git` version (>= 2.13.2)
- A recent `jq` version (>= 1.5, see https://stedolan.github.io/jq/)

== Service Requirements
ODS 3.x officially supports:
- Openshift v3.11.154. The supported images for this version of Openshift can be found at:
- https://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html
- Jenkins v2.176.3
- The base image of the Jenkins we use through this version of ODS is: `openshift3/jenkins-2-rhel7:v3.11.153-2`
- Sonarqube
- 7.9 (LTS release)
- 8.2.0.32929 (latest release)
sino92 marked this conversation as resolved.
Show resolved Hide resolved

== Local Setup

Before you can install OpenDevStack (no matter whether locally or on another server) you need to have the sources available on your local machine.
Expand Down