deb-sahara/etc/scenario/sahara-ci
Evgeny Sikachev a1c3dad505 Update HA scenario for CDH
Fix HA scenario for CDH

Change-Id: I231369c6132fd5638ae0a098fd5dbd14263b9ba9
2015-12-28 07:26:39 +00:00
..
ambari-2.3.yaml.mako Implement custom check for Kafka Service 2015-12-17 10:31:49 +00:00
cdh-5.3.0.yaml.mako Reformat job flows 2015-10-14 09:57:19 -04:00
cdh-5.4.0.yaml.mako Scenario templates: make is_proxy_gateway configurable 2015-12-11 15:34:12 +01:00
cdh-ha.yaml.mako Update HA scenario for CDH 2015-12-28 07:26:39 +00:00
credentials.yaml.mako Derive Mako scenario templates from the current YAMLs 2015-07-14 19:40:29 +02:00
edp.yaml.mako Hive job type support on CI 2015-10-17 12:53:40 +00:00
fake.yaml.mako Scenario templates: make is_proxy_gateway configurable 2015-12-11 15:34:12 +01:00
hdp-2.0.6.yaml.mako Scenario templates: make is_proxy_gateway configurable 2015-12-11 15:34:12 +01:00
mapr-4.0.2.mrv2.yaml.mako Scenario templates: make is_proxy_gateway configurable 2015-12-11 15:34:12 +01:00
mapr-5.0.0.mrv2.yaml.mako Fix Mapr on ci 2015-10-23 14:48:27 +00:00
README.rst Update stackforge to openstack 2015-08-13 01:29:59 -04:00
spark-1.0.0.yaml.mako Reformat job flows 2015-10-14 09:57:19 -04:00
spark-1.3.1.yaml.mako Scenario templates: make is_proxy_gateway configurable 2015-12-11 15:34:12 +01:00
transient.yaml.mako Scenario templates: make is_proxy_gateway configurable 2015-12-11 15:34:12 +01:00
vanilla-2.7.1.yaml.mako Scenario templates: make is_proxy_gateway configurable 2015-12-11 15:34:12 +01: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/openstack/sahara-ci-config/ - Sahara CI Config repo