From 814640128b99509ac056c63869533efd99403fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Tue, 18 Jun 2019 18:24:36 -0400 Subject: [PATCH] Add release notes for Docker and API guide Docker developers tool and API documentation have been added to Qinling. Change-Id: I4a11baf2eb7177462e22270e93ff81d775c92ae2 --- .../add-api-ref-documentation-5ec1325223ecafab.yaml | 10 ++++++++++ .../notes/add-docker-tools-cd9aa6fff8936d81.yaml | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 releasenotes/notes/add-api-ref-documentation-5ec1325223ecafab.yaml create mode 100644 releasenotes/notes/add-docker-tools-cd9aa6fff8936d81.yaml diff --git a/releasenotes/notes/add-api-ref-documentation-5ec1325223ecafab.yaml b/releasenotes/notes/add-api-ref-documentation-5ec1325223ecafab.yaml new file mode 100644 index 00000000..3fcd8844 --- /dev/null +++ b/releasenotes/notes/add-api-ref-documentation-5ec1325223ecafab.yaml @@ -0,0 +1,10 @@ +--- +features: + - | + Add API reference documentation. + + The documentation covers ``functions``, ``executions``, ``versions``, + ``aliases``, ``webhooks`` and ``jobs`` endpoints. + + See `Qinling api-ref documentation + `__ for details. diff --git a/releasenotes/notes/add-docker-tools-cd9aa6fff8936d81.yaml b/releasenotes/notes/add-docker-tools-cd9aa6fff8936d81.yaml new file mode 100644 index 00000000..63a0139a --- /dev/null +++ b/releasenotes/notes/add-docker-tools-cd9aa6fff8936d81.yaml @@ -0,0 +1,13 @@ +--- +features: + - | + Docker support has been added to help people to test Qinling + easily and quickly. Authentication has been disabled by default + which means Keystone is not required. + + Dockerfile has been created to build Docker image from the master branch. + Docker compose files have been created to deploy RabbitMQ, MySQL and + Qinling API/Engine containers. + + Files have been added under ``tools/docker/`` directory same as for the + README with all the required instructions.