Skip to content

Commit a4ea926

Browse files
Update docs links
1 parent 5946c97 commit a4ea926

File tree

5 files changed

+19
-22
lines changed

5 files changed

+19
-22
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ INDIGO PaaS Orchestrator
44
============================
55

66

7-
[![GitHub license](https://img.shields.io/github/license/indigo-dc/orchestrator.svg?maxAge=2592000&style=flat-square)](https://github.com/indigo-dc/orchestrator/blob/master/LICENSE)
8-
[![GitHub release](https://img.shields.io/github/release/indigo-dc/orchestrator.svg?maxAge=3600&style=flat-square)](https://github.com/indigo-dc/orchestrator/releases/latest)
9-
10-
[![Travis](https://img.shields.io/travis/indigo-dc/orchestrator/master.svg?maxAge=3600&style=flat-square)](https://travis-ci.org/indigo-dc/orchestrator)
11-
[![Codecov](https://img.shields.io/codecov/c/github/indigo-dc/orchestrator.svg?maxAge=3600&style=flat-square)](https://codecov.io/gh/indigo-dc/orchestrator)
12-
[![SonarQube Tech Debt](https://img.shields.io/sonar/https/sonarcloud.io/it.reply%3Aorchestrator/tech_debt.svg?maxAge=3600&style=flat-square)](https://sonarcloud.io/dashboard?id=it.reply%3Aorchestrator)
13-
[![Known Vulnerabilities](https://snyk.io/test/github/indigo-dc/orchestrator/badge.svg?style=flat-square)](https://snyk.io/test/github/indigo-dc/orchestrator)
14-
[![Jenkins](https://jenkins.indigo-datacloud.eu/job/Pipeline-as-code/job/orchestrator/job/master/badge/icon?style=flat-square)](https://jenkins.indigo-datacloud.eu/job/Pipeline-as-code/job/orchestrator/job/master/)
7+
[![GitHub license](https://img.shields.io/github/license/indigo-paas/orchestrator.svg?maxAge=2592000&style=flat-square)](https://github.com/indigo-paas/orchestrator/blob/master/LICENSE)
8+
[![GitHub release](https://img.shields.io/github/release/indigo-paas/orchestrator.svg?maxAge=3600&style=flat-square)](https://github.com/indigo-paas/orchestrator/releases/latest)
9+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=indigo-paas_orchestrator&metric=coverage)](https://sonarcloud.io/summary/new_code?id=indigo-paas_orchestrator)
10+
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=indigo-paas_orchestrator&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=indigo-paas_orchestrator)
11+
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=indigo-paas_orchestrator&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=indigo-paas_orchestrator)
1512

1613
The INDIGO PaaS Orchestrator is a component of the PaaS layer that allows to instantiate resources on Cloud Management Frameworks (like [OpenStack](https://www.openstack.org/) and [OpenNebula](http://opennebula.org/)), [Mesos](http://mesos.apache.org/) and [Kubernetes](https://kubernetes.io/) clusters.
1714

@@ -32,7 +29,7 @@ The PaaS Orchestrator needs the presence of the following INDIGO services:
3229
* [How to build](gitbook/how_to_build.md)
3330
* [How to deploy](gitbook/how_to_deploy.md)
3431
* [How to upgrade](gitbook/how_to_upgrade.md)
35-
* [REST APIs & Java Doc](http://indigo-dc.github.io/orchestrator/)
32+
* [REST APIs & Java Doc](http://indigo-paas.github.io/orchestrator/)
3633
* [Service Reference Card](gitbook/service_reference_card.md)
3734

3835
### Acknowledgments:

gitbook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The INDIGO PaaS Orchestrator is a component of the PaaS layer that allows to ins
88

99
It takes the deployment requests, expressed through templates written in [TOSCA YAML Simple Profile v1.0](http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/TOSCA-Simple-Profile-YAML-v1.0.html), and deploys them on the best cloud site available. In order to do that 1. it gathers SLAs, monitoring info and other data from other platform services, 2. it asks to the cloud provider ranker for a list of the best cloud sites.
1010

11-
The exposed REST APIs are consumed by the Future Gateway portal. Here you can find the [REST APIs documentation](http://indigo-dc.github.io/orchestrator/restdocs/) and the [Java doc](http://indigo-dc.github.io/orchestrator/apidocs/).
11+
The exposed REST APIs are consumed by the Future Gateway portal. Here you can find the [REST APIs documentation](http://indigo-paas.github.io/orchestrator/restdocs/) and the [Java doc](http://indigo-paas.github.io/orchestrator/apidocs/).
1212

1313
### DEPENDENCIES TO OTHER SERVICES
1414

src/test/java/it/reply/orchestrator/controller/DeploymentControllerTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ public void getDeployments() throws Exception {
168168
"Creation date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
169169
fieldWithPath("content[].updateTime").description("Update date-time"),
170170
fieldWithPath("content[].status").description(
171-
"The status of the deployment. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
171+
"The status of the deployment. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
172172
fieldWithPath("content[].statusReason").description(
173173
"Verbose explanation of reason that lead to the deployment status (Present only if the deploy is in some error status)"),
174174
fieldWithPath("content[].task").description(
175-
"The current step of the deployment process. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
175+
"The current step of the deployment process. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
176176
fieldWithPath("content[].createdBy").description(
177177
"The OIDC info of the deployment's creator."),
178178
fieldWithPath("content[].userGroup").description(
@@ -341,13 +341,13 @@ public void getDeploymentWithOutputSuccessfully() throws Exception {
341341
"Creation date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
342342
fieldWithPath("updateTime").description("Update date-time"),
343343
fieldWithPath("status").description(
344-
"The status of the deployment. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
344+
"The status of the deployment. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
345345
fieldWithPath("statusReason").description(
346346
"Verbose explanation of reason that lead to the deployment status (Present only if the deploy is in some error status)"),
347347
fieldWithPath("userGroup").description(
348348
"The user group the deployment was created for (as specified at creation time)."),
349349
fieldWithPath("task").description(
350-
"The current step of the deployment process. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
350+
"The current step of the deployment process. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
351351
fieldWithPath("callback").description(
352352
"The endpoint used by the orchestrator to notify the progress of the deployment process."),
353353
fieldWithPath("outputs").description("The outputs of the TOSCA document"),
@@ -444,9 +444,9 @@ public void createDeploymentSuccessfully() throws Exception {
444444
"Update date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
445445
fieldWithPath("userGroup").description("The user group the deployment has been created for."),
446446
fieldWithPath("status").description(
447-
"The status of the deployment. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
447+
"The status of the deployment. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
448448
fieldWithPath("task").description(
449-
"The current step of the deployment process. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
449+
"The current step of the deployment process. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Task.html)"),
450450
fieldWithPath("outputs").description("The outputs of the TOSCA document"),
451451
fieldWithPath("callback").description(
452452
"The endpoint used by the orchestrator to notify the progress of the deployment process."),

src/test/java/it/reply/orchestrator/controller/DeploymentScheduleControllerTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public void getSchedules() throws Exception {
158158
"Creation date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
159159
fieldWithPath("content[].updateTime").description("Update date-time"),
160160
fieldWithPath("content[].status").description(
161-
"The status of the deployment schedule. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
161+
"The status of the deployment schedule. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
162162
fieldWithPath("content[].createdBy").description(
163163
"The OIDC info of the deployment schedule's creator."),
164164
fieldWithPath("content[].callback").description(
@@ -251,7 +251,7 @@ public void getDeploymentScheduleSuccessfully() throws Exception {
251251
"Creation date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
252252
fieldWithPath("updateTime").description("Update date-time"),
253253
fieldWithPath("status").description(
254-
"The status of the deployment schedule. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
254+
"The status of the deployment schedule. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/DeploymentScheduleStatus.html)"),
255255
fieldWithPath("callback").description(
256256
"The endpoint used by the orchestrator to notify the progress of the deployment schedule event process."),
257257
fieldWithPath("links[]").ignored())));
@@ -312,7 +312,7 @@ public void createDeploymentScheduleSuccessfully() throws Exception {
312312
fieldWithPath("updateTime").description(
313313
"Update date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
314314
fieldWithPath("status").description(
315-
"The status of the deployment. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
315+
"The status of the deployment. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/Status.html)"),
316316
fieldWithPath("callback").description(
317317
"The endpoint used by the orchestrator to notify the progress of the deployment process."),
318318
fieldWithPath("links[]").ignored())));

src/test/java/it/reply/orchestrator/controller/ResourceControllerTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void getResources() throws Exception {
110110
fieldWithPath("content[].updateTime").description(
111111
"Update date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
112112
fieldWithPath("content[].state").description(
113-
"The status of the resource. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
113+
"The status of the resource. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
114114
fieldWithPath("content[].toscaNodeType").optional()
115115
.description("The type of the represented TOSCA node"),
116116
fieldWithPath("content[].toscaNodeName").optional()
@@ -156,7 +156,7 @@ public void getFilteredResources() throws Exception {
156156
fieldWithPath("content[].updateTime").description(
157157
"Update date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
158158
fieldWithPath("content[].state").description(
159-
"The status of the resource. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
159+
"The status of the resource. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
160160
fieldWithPath("content[].toscaNodeType").optional()
161161
.description("The type of the represented TOSCA node"),
162162
fieldWithPath("content[].toscaNodeName").optional()
@@ -208,7 +208,7 @@ public void getResourceByIdAndDeploymentIdSuccesfully() throws Exception {
208208
fieldWithPath("updateTime").description(
209209
"Update date-time (http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)"),
210210
fieldWithPath("state").description(
211-
"The status of the resource. (http://indigo-dc.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
211+
"The status of the resource. (http://indigo-paas.github.io/orchestrator/apidocs/it/reply/orchestrator/enums/NodeStates.html)"),
212212
fieldWithPath("toscaNodeType").optional()
213213
.description("The type of the represented TOSCA node"),
214214
fieldWithPath("toscaNodeName").optional()

0 commit comments

Comments
 (0)