sahara-tests/sahara_tests/scenario/defaults
Jeremy Freudberg 1eb866f646 Fix URL of Maven Central Repository
Change-Id: I180216b76d8010462312c1101ddd9761971dec11
Story: 2007996
Task: 40635
2020-08-10 09:52:10 -04:00
..
edp-examples Fix URL of Maven Central Repository 2020-08-10 09:52:10 -04: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 Remove nova-network 2019-09-26 11:20:27 +02: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 Remove nova-network 2019-09-26 11:20:27 +02: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_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;
    • $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