Commit Graph

35 Commits (75e2ff46ea41f194fc459ed312fe45e88d956c5c)

Author SHA1 Message Date
Shu Yingya e8af6569ef [ut] replace .testr.conf with .stestr.conf
In Chaneg[1], os_testr switches the otestr command to use stestr
under the covers. So that we get warning:

ostestr.py:120:
 UserWarning: No .stestr.conf file found in the CWD.
 Please create one to to replace the .testr.conf. You can find a
 script to do this in the stestr git repository.

So remove the .testr.conf and add .stestr.conf which was generated
using a utility script as documented here[2]:

[1] Id7cb2a39a8308f1413608dcf19273a1d7f33592e
[2] https://media.readthedocs.org/pdf/stestr/stable/stestr.pdf

Change-Id: Ibc39d9c3fe33be91be158e7f6cd574736ed89440
6 years ago
Telles Nobrega 28dd82da7b Updating DOC on floating IPs change
Changing documentation on how floating IPs work from Newton on.

Change-Id: Ic2a30232c1895873b3d5b3719de5761b36a9fab2
Implements-bp: refactor-use-floating-ip
7 years ago
Vitaly Gridnev 43a57d1a10 Remove old integration tests for sahara codebase
Old integration tests are no longer gated, so we
can remove this 'dead' code from sahara repository.

Change-Id: Ief0984d34898c134e831d9949e0f16617dd62004
8 years ago
Sergey Lukjanov c52179315d Support reno for release notes management
Depends-On: I54527c974fae06fdc059d26bcbfb7e211099f896
Change-Id: I47451c5f23a655d01dcdd2d85e584a7d8be1416f
8 years ago
Sergey Lukjanov df87a1fe76 Publish sample conf to docs
Generate sample config file before each docs build and publish it

Change-Id: I688d83e2c0e779582395275d0aaf7cc62e55eabd
8 years ago
Sergey Reshetnyak 6c2797cac6 Cleanup .gitignore
Remove platform-specific files
Remove IDE specific files
Remove unneeded files

Change-Id: Id7b8fb738366f7665e6ac1a8b1798b6196920924
8 years ago
Sergey Reshetnyak 3ee1bd6109 Ignore .eggs directory in git
Change-Id: I4664a3841c2b79d3f61bd174bb1f872e85523832
8 years ago
Dexter Fryar 60f02ed6b7 Removed a duplicate directive
Change-Id: I72d7c86cd04bbc4a66d8ddf3f108713d21a2fe51
9 years ago
Sergey Reshetnyak dcde9a6caf Add *.log files to gitignore
Change-Id: Iac95a1e96160b0aa8b54649fe06af18b72da5c4f
9 years ago
Alexander Ignatov 53368b7f6c Renaming files with savanna words in its names
* Removed etc/savanna directory:
  - all files are moved to etc/sahara
  - updated etc/sahara/compute.topology and etc/sahara/swift.toppology in configs
* Reanmed savannautils.py in HDP plugin
* Renamed savanna_api.py and savanna_db.py, savanna_subprocess.py
  and updated setup.cfg according that
* Modified alembic README since savanna-db-manage entry point changes

Co-Authored-By: Trevor McKay <tmckay@redhat.com>

Change-Id: I67e7abdc9bc68adad401a475095d07a6cef76542
Partial-Implements: blueprint savanna-renaming-service
9 years ago
Trevor McKay dc9f70e3fd Move the savanna subdir to sahara
Rename the subdirectory and replace all instances
of "import savanna" with "import sahara" and all
instances of "from savanna" with "from sahara".

* Replaced mock patches like mock.patch('savanna...
* Updated config generator script
* Renamed entry points in setup.cfg
* Hacking checks also fixed
* Manual renaming in alembic scripts to force work migrations
* Fix doc building
* Renamed itests directories
* Some changes in gitignore
* Removed locale dir after rebase

Co-Authored-By: Alexander Ignatov <aignatov@mirantis.com>

Change-Id: Ia77252c24046c3e7283c0a7b96d11636020b949c
Partially implements: blueprint savanna-renaming-service
9 years ago
Alexander Ignatov 409a95ab6f Removal of AUTHORS file from repo
* This file is not needed anymore, because can be generated using pbr
* Added this file to .gitignore

Closes-Bug: #1261774

Change-Id: I96317a94c3f08eca657562a1213c78e49e654d04
10 years ago
Nikita Konovalov 92e30f10cf Migrating to testr
Unit Tests and coverage will be launched using testr now.

Change-Id: Ib7397181de1137b94bb791cc532384c69679dcda
Fixes: bug #1259921
10 years ago
Vadim Rovachev 096e254073 Added EDP testing
Added EDP testing to integration tests

Implements blueprint: add-edp-tests

Change-Id: I044ae33e72e6508210efa278015229c66643740e
10 years ago
Andrew Lazarev 39b0e154b2 Added rack topology configuration for hadoop cluster
Configuration includes topology for compute nodes and swift nodes.

Co-Authored-By: Alexander Kuznetsov <akuznetsov@mirantis.com>

Implements: blueprint rack-and-vms-location-should-pass-to-cluster

Change-Id: I0fdd6ef084507c3a1054bbd50e030f22534231b2
10 years ago
Sergey Lukjanov 0b29fe990a Add default sqlite db to .gitignore
Change-Id: I473e047b219d2f4dab651bd90158b95ae28b5d88
10 years ago
Sergey Lukjanov 8f1a3696a1 Improve coverage calculation
Change-Id: I66c8c692dcffd24342aa53038195b5c3daafa834
10 years ago
Vadim Rovachev a51d4f6f11 Added config tests
Added tests for hadoop config and tests for crud cluster with cluster templates
Rewrited hadoop test

Partially implements blueprint itest-savanna-0-2

Change-Id: I195bc845133d3bffb58181926abd04c7987bdf02
10 years ago
Sergey Lukjanov cee5f16001 XML coverage report added (cobertura).
Change-Id: I7c42bc03a929d0ba384abe7f9b48f60b6985b293
10 years ago
Sergey Lukjanov 8697d064cf Add cover report to .gitignore
Change-Id: I3657eb88830ac9ad3f0a595c025e6ceae7da6f06
10 years ago
Sergey Lukjanov 77c26cadee Adding lintstack to support pylint testing.
* it should be carefully configured in future

Change-Id: I35f21e7fbfab3c5fa07cd3652f47469bb2939abd
10 years ago
Sergey Lukjanov c000f96598 AUTHORS added to the repo
Change-Id: Icc5a1e9fd508750972524bc1ca12f7fb9e92b42b
Fixes: bug #1186517
10 years ago
Sergey Lukjanov 3cdf69027b .gitignore updated
Change-Id: I916932d1f8be40852139723b215957bfc2a24be7
10 years ago
Sergey Lukjanov 4f0fe8fb05 cscope.out has been added to .gitignore
Change-Id: I8149f5689186bf9a947ecf97a8da1efa19bd5e7e
10 years ago
Vadim Rovachev 1c9a091d4e Implements integration tests
* Added basic integration tests for cluster and node_templates Savanna API actions

Change-Id: I1b5e080a75690c37d89a9c9697cd78883a59045d
Fixes: bug #1170426
10 years ago
Sergey Lukjanov 3ae2311fcd AUTHORS and ChangeLog has been added to .gitignore
Change-Id: Ia72dc79936e7b109bf72f551396dd90ff3b50bfb
10 years ago
Sergey Lukjanov d4a7594dcf dev-conf is now supported
Change-Id: Ifef175f0c6e712ec66076189db4e1464c2333fa3
10 years ago
Sergey Lukjanov 77b7e5519a Build docs is now implemented using setup.py 10 years ago
Sergey Lukjanov 8c886c634d using conf files instead of hardcoded values 10 years ago
Sergey Lukjanov fc5aec1a40 pylint and pyflakes static analysis has been added 10 years ago
Sergey Lukjanov fe0b1b6cb2 nosetests.xml added to .gitignore 10 years ago
Sergey Lukjanov dc790d1e4d *.db added to .gitignore 10 years ago
Sergey Lukjanov 7586c77260 tests, coverage added 10 years ago
Sergey Lukjanov f889ad978e bin added 10 years ago
Sergey Lukjanov 15bccab790 Initial commit 10 years ago