Commit Graph

3 Commits

Author SHA1 Message Date
Sergey Kraynev da2833fa1f Add suppport for RElease NOtes
There are follow changes in the current patch:
 - Update .gitignore to exclude releasenotes/build subdirectory.
 - Add placeholders for notes and source files.
 - Add index.rst with reference on unreleased notes.
 - Use pbr to search branches and tags of project.
 - Update tox.ini by new environment for building releasenotes.

Change-Id: I7f834a3fb05bf1a7d7565ce7bdb44a1d4b4e2e3d
2016-10-06 17:35:03 +03:00
Nikolay Mahotkin fb9495099d Adding initial doc hierarchy for building with sphinx
* Added generic .gitignore file
 * Added initial sphinx config file
 * Imported 2 doc pages from repo:
    - Kubernetes cluster
    - Docker interfaces library

Change-Id: Iff43fa4afe899a548f9992a2bb4b280397098222
2016-09-20 11:47:53 +00:00
Anastasia Kuznetsova a143e7c707 Add k8s app test for per-commit job
Scenario:
            1. Create murano environment
            2. Create session for create environment.
            3. Initialize k8s cluster parameters and add app to env.
            4. Initialize k8s pod parameters and add app to env.
            5. Deploy session.
            7. Check env status and port availability on k8s master node.
            8. Get k8s minions' ips and check that correct initial number
            of them was created and k8s api port is available on them.
            9. Run 'scaleNodesUp' action for k8s minions.
            10. Check that number of minions was increased and
            k8s api port is available on all of them
            11. Run 'scaleNodesDown' action for k8s minions.
            12. Check that number of minions was decreased and
            k8s api port is available on all of them

Change-Id: I63bf61b6f9e5fd45b8e6bde0fab87da5826bedc6
2016-09-19 19:02:41 +03:00