Set references for london release 73/134673/2
authorliamfallon <liam.fallon@est.tech>
Thu, 25 May 2023 10:16:25 +0000 (11:16 +0100)
committerAdheli Tavares <adheli.tavares@est.tech>
Thu, 25 May 2023 10:52:11 +0000 (10:52 +0000)
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

.gitreview
docs/conf.py

index 5030d6f..40a4fb4 100644 (file)
@@ -2,4 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=policy/parent.git
-defaultbranch=master
+defaultbranch=london
index a43b305..6996ed4 100644 (file)
@@ -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'