Commit Graph

5 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
Jenkins 35407bc8bd Merge "Adding tox env for docs" 2016-09-21 08:29:42 +00:00
alexz 80762c5bc5 Add linters tests
* add shellcheck
    - fix setupFlannelNode.sh
  * add yamllint
  * add murano-pkg-check

Change-Id: I25a29dbaec756ebce23fd5affd0abbd777b5cf30
2016-09-20 17:29:36 +03:00
Nikolay Mahotkin d0e77a48ec Adding tox env for docs
Change-Id: I30f009448a3d82d6a53463ff534aae3dc466c042
2016-09-20 11:48:03 +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