aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-05-25 11:16:25 +0100
committerAdheli Tavares <adheli.tavares@est.tech>2023-05-25 10:52:11 +0000
commitf62bef0f343815523a4ec7cd33c6c71beff5b7d1 (patch)
treebcfe1abe25905176dcfcd8ca5f2b6f6d2f30e14d
parentc822dab7cd1662a3ab1d3e69f2eda564ff316944 (diff)
Set references for london release
Set references for london release *** This commit is generated by a PF release script *** Issue-ID: POLICY-4662 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I2c71d4837a77e4e25881c9e5d7ebed147b19280f
-rw-r--r--.gitreview2
-rw-r--r--docs/conf.py16
2 files changed, 9 insertions, 9 deletions
diff --git a/.gitreview b/.gitreview
index 5030d6f1..40a4fb45 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,4 +2,4 @@
host=gerrit.onap.org
port=29418
project=policy/parent.git
-defaultbranch=master
+defaultbranch=london
diff --git a/docs/conf.py b/docs/conf.py
index a43b3055..6996ed42 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
project = "onap"
-release = "master"
-version = "master"
+release = "london"
+version = "london"
author = "Open Network Automation Platform"
# yamllint disable-line rule:line-length
@@ -33,7 +33,7 @@ redoc = [
{
'name': 'Policy API',
'page': 'api/local-swagger',
- 'spec': 'https://raw.githubusercontent.com/onap/policy-api/master/main/src/main/resources/openapi/openapi.yaml',
+ 'spec': 'https://raw.githubusercontent.com/onap/policy-api/london/main/src/main/resources/openapi/openapi.yaml',
'opts': {
'suppress-warnings': True,
'hide-hostname': True,
@@ -42,7 +42,7 @@ redoc = [
{
'name': 'Policy PAP',
'page': 'pap/local-swagger',
- 'spec': 'https://raw.githubusercontent.com/onap/policy-pap/master/main/src/main/resources/openapi/openapi.yaml',
+ 'spec': 'https://raw.githubusercontent.com/onap/policy-pap/london/main/src/main/resources/openapi/openapi.yaml',
'opts': {
'suppress-warnings': True,
'hide-hostname': True,
@@ -51,7 +51,7 @@ redoc = [
{
'name': 'Policy XACML',
'page': 'xacml/local-swagger',
- 'spec': 'https://raw.githubusercontent.com/onap/policy-xacml-pdp/master/main/src/main/resources/openapi/openapi.yaml',
+ 'spec': 'https://raw.githubusercontent.com/onap/policy-xacml-pdp/london/main/src/main/resources/openapi/openapi.yaml',
'opts': {
'suppress-warnings': True,
'hide-hostname': True,
@@ -60,7 +60,7 @@ redoc = [
{
'name': 'Policy DROOLS',
'page': 'drools/local-swagger',
- 'spec': 'https://raw.githubusercontent.com/onap/policy-drools-pdp/master/feature-healthcheck/src/main/resources/openapi/openapi.yaml',
+ 'spec': 'https://raw.githubusercontent.com/onap/policy-drools-pdp/london/feature-healthcheck/src/main/resources/openapi/openapi.yaml',
'opts': {
'suppress-warnings': True,
'hide-hostname': True,
@@ -69,7 +69,7 @@ redoc = [
{
'name': 'Policy ACM-R',
'page': 'clamp/acm/api-protocol/local-swagger',
- 'spec': 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/openapi.yaml',
+ 'spec': 'https://raw.githubusercontent.com/onap/policy-clamp/london/runtime-acm/src/main/resources/openapi/openapi.yaml',
'opts': {
'suppress-warnings': True,
'hide-hostname': True,
@@ -82,7 +82,7 @@ redoc = [
# Change to {releasename} after you have created the new 'doc' branch.
#
-branch = 'latest'
+branch = 'london'
intersphinx_mapping = {}
doc_url = 'https://docs.onap.org/projects'