deb-sahara/etc/scenario/sahara-ci
Vitaly Gridnev d5cee43cea Update vanilla plugin to the latest version
New vanilla supports following features:

 * Oozie of 4.2.0 version
 * YARN, MapReduce, HDFS of latest 2.7.1 version.

Also required templates for testing were added.

Implements blueprint: support-vanilla-2-7-1

Change-Id: Iae884d9f044ba1fe64b6d4ff23fa6ebabdbb41d9
2015-08-07 23:24:50 +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 Merge "Add Zookeeper and Sentry in CDH540 scenario tests" 2015-07-27 12:00:50 +00:00
credentials.yaml.mako Derive Mako scenario templates from the current YAMLs 2015-07-14 19:40:29 +02:00
edp.yaml Adding yaml scenario file for Mapr 4.0.2 plugin 2015-05-12 12:33:21 +00:00
fake.yaml.mako Migrate "flavor_id" to "flavor" in scenario tests 2015-07-21 07:03:08 +00:00
hdp-1.3.2.yaml.mako Migrate "flavor_id" to "flavor" in scenario tests 2015-07-21 07:03:08 +00:00
hdp-2.0.6.yaml.mako Migrate "flavor_id" to "flavor" in scenario tests 2015-07-21 07:03:08 +00:00
mapr-4.0.2.mrv2.yaml.mako Migrate "flavor_id" to "flavor" in scenario tests 2015-07-21 07:03:08 +00: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 Migrate to flavor field in spark 1.3.1 2015-07-22 02:18:07 +03:00
transient.yaml.mako Migrate "flavor_id" to "flavor" in scenario tests 2015-07-21 07:03:08 +00:00
vanilla-1.2.1.yaml.mako Migrate "flavor_id" to "flavor" in scenario tests 2015-07-21 07:03:08 +00:00
vanilla-2.6.0.yaml.mako Migrate "flavor_id" to "flavor" in scenario tests 2015-07-21 07:03:08 +00:00
vanilla-2.7.1.yaml.mako Update vanilla plugin to the latest version 2015-08-07 23:24:50 +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