sahara-tests/sahara_tests/scenario/defaults
Luigi Toscano 4680504fd4 Scenario tests: add the test templates for Stein
- add the needed new templates for Stein (basically a copy of the Rocky
  ones).
- remove the Ocata test templates.
- fix the name of the storm 1.2 image variable for stein and master.
- (minor change) fix a comments for CDH 5.11 on all supported versions.

Change-Id: I9b97c0241cdd99d5def8831de42be49e04a50465
2019-05-02 18:08:38 +02:00
..
edp-examples Update the documention link for doc migration 2017-07-13 15:46:22 +00:00
pike Scenario tests: add the test templates for Stein 2019-05-02 18:08:38 +02:00
queens Scenario tests: add the test templates for Stein 2019-05-02 18:08:38 +02:00
rocky Scenario tests: add the test templates for Stein 2019-05-02 18:08:38 +02:00
stein Scenario tests: add the test templates for Stein 2019-05-02 18:08:38 +02:00
README.rst Move flavor_id to page args 2016-10-07 11:52:16 +03:00
ambari-2.3.yaml.mako Fix the image name version conflict 2018-02-08 16:08:10 -03:00
ambari-2.4.yaml.mako Scenario test runner: support for S3 testing 2019-03-21 17:44:46 +01:00
ambari-2.5.yaml.mako Scenario test runner: support for S3 testing 2019-03-21 17:44:46 +01:00
ambari-2.6.yaml.mako Scenario test runner: support for S3 testing 2019-03-21 17:44:46 +01:00
cdh-5.9.0.yaml.mako Scenario test runner: support for S3 testing 2019-03-21 17:44:46 +01:00
cdh-5.11.0.yaml.mako Scenario tests: add the test templates for Stein 2019-05-02 18:08:38 +02:00
cdh-5.13.0.yaml.mako Scenario test runner: support for S3 testing 2019-03-21 17:44:46 +01:00
cdh-ha.yaml.mako Add availability zone parameters for volume required template 2017-12-15 11:17:39 +11:00
credentials.yaml.mako Enable testing without a public network 2018-02-07 11:16:46 +01:00
credentials_s3.yaml.mako Scenario test runner: support for S3 testing 2019-03-21 17:44:46 +01:00
edp.yaml.mako define output datasource for spark wordcount 2016-09-22 12:22:48 +03:00
edp_s3.yaml.mako Scenario test runner: support for S3 testing 2019-03-21 17:44:46 +01:00
fake.yaml.mako Add availability zone parameters for volume required template 2017-12-15 11:17:39 +11:00
mapr-5.2.0.mrv2.yaml.mako Scenario test runner: support for S3 testing 2019-03-21 17:44:46 +01:00
spark-2.2.yaml.mako Refresh templates (also for Queens) 2018-02-22 12:38:03 +01:00
spark-2.3.yaml.mako Refresh test templates (also for Rocky) 2018-08-30 16:58:01 +02:00
storm-1.0.1.yaml.mako Renaming of all images names for one pattern 2016-12-01 16:24:18 +03:00
storm-1.1.0.yaml.mako Added support of Storm 1.1.0 2017-04-04 07:43:38 +00:00
storm-1.2.0.yaml.mako Scenario tests: add the test templates for Stein 2019-05-02 18:08:38 +02:00
transient.yaml.mako Add availability zone parameters for volume required template 2017-12-15 11:17:39 +11:00
vanilla-2.7.1.yaml.mako Add availability zone parameters for volume required template 2017-12-15 11:17:39 +11:00
vanilla-2.7.5.yaml.mako Refresh test templates (also for Rocky) 2018-08-30 16:58:01 +02:00
vanilla-2.8.2.yaml.mako Refresh templates (also for Queens) 2018-02-22 12:38:03 +01:00

README.rst

Sahara CI

The files in this directory are needed for the sahara continuous integration tests. Modifying these files will change the behavior of the tests.

Details

Key values (mako variables):

  • ${network_type} - network type (neutron or nova-network);
  • ${network_private_name}, ${network_public_name} - names of private (tenant) and public networks;
  • ${cluster_name} - name of cluster, which generating from $HOST-$ZUUL_CHANGE-$CLUSTER_HASH. Where:
    • $HOST - host id (c1 - with neutron, c2 - with nova-network);
    • $ZUUL_CHANGE - change number;
    • $CLUSTER_HASH - hash, which generating for each cluster by using "uuid" python module;
  • ${<plugin>_image} - name of image for each plugin;
  • flavor ids:
    • ${ci_flavor} - 2GB RAM, 1 VCPU, 40GB Root disk;
    • ${medium_flavor} - 4GB RAM, 2 VCPUs, 40GB Root disk;
    • ${large_flavor} - 8GB RAM, 4 VCPUs, 80GB Root disk;

Main URLs

https://sahara.mirantis.com/jenkins - Sahara CI Jenkins https://github.com/openstack/sahara-ci-config/ - Sahara CI Config repo