deb-sahara/etc/scenario/sahara-ci
Evgeny Sikachev 0ffa3bc1a0 Added check of scaling for Spark plugin
Added check of scaling for Spark plugin. Now it is missing

Change-Id: I6c0901350c1a06e8511fe6ddd8733c42ab0b0b22
2015-04-15 18:24:17 +00:00
..
cdh-5.3.0.yaml Put in Sahara repo actual scenario files 2015-04-14 12:55:25 +03:00
credentials.yaml Put in Sahara repo actual scenario files 2015-04-14 12:55:25 +03:00
edp.yaml Put in Sahara repo actual scenario files 2015-04-14 12:55:25 +03:00
hdp-1.3.2.yaml Put in Sahara repo actual scenario files 2015-04-14 12:55:25 +03:00
hdp-2.0.6.yaml Put in Sahara repo actual scenario files 2015-04-14 12:55:25 +03:00
README.rst Put in Sahara repo actual scenario files 2015-04-14 12:55:25 +03:00
spark-1.0.0.yaml Added check of scaling for Spark plugin 2015-04-15 18:24:17 +00:00
transient.yaml Put in Sahara repo actual scenario files 2015-04-14 12:55:25 +03:00
vanilla-1.2.1.yaml Put in Sahara repo actual scenario files 2015-04-14 12:55:25 +03:00
vanilla-2.6.0.yaml Put in Sahara repo actual scenario files 2015-04-14 12:55:25 +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:

  • %OS_USERNAME%, %OS_PASSWORD%, %OS_TENANT_NAME%, %OPENSTACK_HOST% - OpenStack credentials;
  • %NETWORK% - network type (neutron or nova-network);
  • %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