deb-sahara/etc/scenario/sahara-ci/README.rst
Denis Egorenko 5e2980ec05 Put in Sahara repo actual scenario files
Now scenario files placed in Sahara repo aren't equal to scenario files
which actually is using in Sahara CI.

Also we want to use scenario files from Sahara repo, instead
Sahara CI repo, so we need to update this files.

Change-Id: Id6adb8f89934ffe4ceb85cf7c12359dca8eff09e
2015-04-14 12:55:25 +03:00

975 B

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