From 69744d6145fe88d23d071a84562144672173b185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 6 Nov 2019 17:40:16 +0100 Subject: [PATCH] update doc --- api-backend/nodejs/README.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/api-backend/nodejs/README.md b/api-backend/nodejs/README.md index 896bbd7..f61c522 100644 --- a/api-backend/nodejs/README.md +++ b/api-backend/nodejs/README.md @@ -42,29 +42,3 @@ curl -XPUT http://localhost:8080/pets/3 -H 'Content-Type: application/json' -d ' ```sh curl -XDELETE http://localhost:8080/pets/3 ``` - -## Reset - -Remove the Jenkins pipeline: - -```sh -oc delete -n petstore-api bc/petstore-pipeline -``` - -Remove the 3scale services: - -```sh -ansible-playbook cleanup/cleanup.yml -e admin_portal_hostname=[TENANT]-admin.3scale.net -e threescale_token=[REDACTED] -``` - -Go to the [Apicurio Studio](https://apicurio-studio.app.itix.fr/apis) and remove the **Petstore** service. - -Go to the Microcks console and remove the **Petstore** service. - -Remove the OpenAPI Specification file from this repository: - -```sh -git rm openapi-spec.yaml -git commit -m 'reset the demo' -git push -```