Add runtest pillar to virtual-offline-*
* Add runtest pillar to ssl and dpdk model
* Depricate virtual-offline-ovs as it is replaced
with bm deploy
Change-Id: I729e8a8fa202b90ced597cc6b608bf97aa6c1620
diff --git a/classes/cluster/virtual-offline-ssl/infra/runtest.yml b/classes/cluster/virtual-offline-ssl/infra/runtest.yml
new file mode 100644
index 0000000..0ba7e0b
--- /dev/null
+++ b/classes/cluster/virtual-offline-ssl/infra/runtest.yml
@@ -0,0 +1,49 @@
+classes:
+- service.runtest.tempest
+- service.runtest.tempest.public_net
+- service.runtest.tempest.services.manila.glance
+- service.runtest.tempest.barbican
+parameters:
+ _param:
+ image_url: http://cz8133.bud.mirantis.net:8099
+ glance_image_cirros_location: ${_param:image_url}/cirros-0.3.5-x86_64-disk.img
+ glance_image_fedora_location: ${_param:image_url}/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
+ glance_image_manila_location: ${_param:image_url}/manila-service-image-master.qcow2
+ openstack_public_neutron_subnet_allocation_end: 10.16.0.246
+ openstack_public_neutron_subnet_allocation_start: 10.16.0.10
+ openstack_public_neutron_subnet_cidr: 10.16.0.0/24
+ openstack_public_neutron_subnet_gateway: 10.16.0.1
+ runtest_tempest_cfg_dir: /tmp/test
+ runtest_tempest_cfg_name: tempest.conf
+ runtest_tempest_public_net: public
+ tempest_test_target: gtw01.${_param:cluster_domain}*
+ neutron:
+ client:
+ enabled: true
+ runtest:
+ enabled: true
+ keystonerc_node: ctl01*
+ tempest:
+ DEFAULT:
+ log_file: tempest.log
+ cfg_dir: ${_param:runtest_tempest_cfg_dir}
+ cfg_name: ${_param:runtest_tempest_cfg_name}
+ compute:
+ min_compute_nodes: 2
+ convert_to_uuid:
+ network:
+ public_network_id: ${_param:runtest_tempest_public_net}
+ enabled: true
+ heat_plugin:
+ build_timeout: '600'
+ put_keystone_rc_enabled: true
+ put_local_image_file_enabled: false
+ share:
+ capability_snapshot_support: true
+ run_driver_assisted_migration_tests: false
+ run_manage_unmanage_snapshot_tests: false
+ run_manage_unmanage_tests: false
+ run_migration_with_preserve_snapshots_tests: false
+ run_quota_tests: true
+ run_replication_tests: false
+ run_snapshot_tests: true
\ No newline at end of file