deb-sahara/etc/scenario/sahara-ci
Evgeny Sikachev 3b89217a8b Adding check of indirect access
If in scenario file set is_proxy_gateway: true, need
check of indirect access

Change-Id: Icf779a9e8cd1145de68f5341720d32c6b0d1ef55
2015-09-16 17:40:22 +03:00
..
ambari-2.3.yaml.mako Add EDP services to new HDP plugin 2015-08-27 14:53:46 +03:00
cdh-5.3.0.yaml.mako Migrate "flavor_id" to "flavor" in scenario tests 2015-07-21 07:03:08 +00:00
cdh-5.4.0.yaml.mako Adding check of indirect access 2015-09-16 17:40:22 +03:00
credentials.yaml.mako Derive Mako scenario templates from the current YAMLs 2015-07-14 19:40:29 +02:00
edp.yaml.mako Merge "Drop HDP 1.3.2 plugin" 2015-09-14 18:21:03 +00:00
fake.yaml.mako Adding check of indirect access 2015-09-16 17:40:22 +03:00
hdp-2.0.6.yaml.mako Adding check of indirect access 2015-09-16 17:40:22 +03:00
mapr-4.0.2.mrv2.yaml.mako Adding check of indirect access 2015-09-16 17:40:22 +03:00
mapr-5.0.0.mrv2.yaml.mako Added support for MapR v5.0.0 2015-08-18 17:39:22 +03:00
README.rst Derive Mako scenario templates from the current YAMLs 2015-07-14 19:40:29 +02:00
spark-1.0.0.yaml.mako Migrate "flavor_id" to "flavor" in scenario tests 2015-07-21 07:03:08 +00:00
spark-1.3.1.yaml.mako Adding check of indirect access 2015-09-16 17:40:22 +03:00
transient.yaml.mako Adding check of indirect access 2015-09-16 17:40:22 +03:00
vanilla-2.6.0.yaml.mako Deprecate Vanilla 2.6.0 2015-08-27 15:26:00 +03:00
vanilla-2.7.1.yaml.mako Adding check of indirect access 2015-09-16 17:40:22 +03:00

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):

  • ${OS_USERNAME}, ${OS_PASSWORD}, ${OS_TENANT_NAME}, ${OS_AUTH_URL} - OpenStack credentials and access details
  • ${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;

Main URLs

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