Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-31 | Add OOM Setup Guide for Kubernetes to docs | 1 | -0/+0 | ||
Change-Id: I6945045d852ceace7d729821d61dd004e74075ec Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com> Issue-ID: OOM-822 |
![]() |
index : oom | |
Introduces the ONAP Platform OOM (ONAP Operations Manager) to efficiently Deploy, Manage, Operate the ONAP platform and its components (e.g. MSO, DCAE, SDC, etc.) and infrastructure (VMs, Containers). | Grokmirror user |
aboutsummaryrefslogtreecommitdiffstats |
Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-31 | Add OOM Setup Guide for Kubernetes to docs | 1 | -0/+0 | ||
Change-Id: I6945045d852ceace7d729821d61dd004e74075ec Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com> Issue-ID: OOM-822 |
###########################################################
# Versioning variables
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
major_version=3
minor_version=0
patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}
# Release must be completed with GIT information # in Jenkins
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT