Add bond0_ab_vlan_ceph_public_backend interface
Change-Id: I73f034e8893b2e0b9d43541d2ddf685a5bdac748
diff --git "a/\173\173 cookiecutter._env_name \175\175/features/openstack_control_neutron/tagged_public_network.yml" "b/\173\173 cookiecutter._env_name \175\175/features/openstack_control_neutron/tagged_public_network.yml"
new file mode 100644
index 0000000..54b1a3f
--- /dev/null
+++ "b/\173\173 cookiecutter._env_name \175\175/features/openstack_control_neutron/tagged_public_network.yml"
@@ -0,0 +1,13 @@
+parameters:
+ neutron:
+ server:
+ backend:
+ external_vlan_range: ${_param:external_vlan_range}
+ client:
+ resources:
+ v2:
+ admin_identity:
+ network:
+ public:
+ provider_network_type: vlan
+ provider_segmentation_id: ${_param:external_vlan}
\ No newline at end of file
diff --git "a/\173\173 cookiecutter._env_name \175\175/features/runtest/runtest_offline.yml" "b/\173\173 cookiecutter._env_name \175\175/features/runtest/runtest_offline.yml"
new file mode 100644
index 0000000..03f3db1
--- /dev/null
+++ "b/\173\173 cookiecutter._env_name \175\175/features/runtest/runtest_offline.yml"
@@ -0,0 +1,25 @@
+classes:
+- service.runtest.tempest
+{%- if default_context.get('manila_enabled', 'False') == 'True' %}
+- service.runtest.tempest.services.manila.glance
+{%- endif %}
+{%- if default_context.get('barbican_enabled', 'False') == 'True' and default_context.get('barbican_integration_enabled', 'False') == 'True' %}
+- service.runtest.tempest.barbican
+{%- endif %}
+parameters:
+ _param:
+ image_host: http://apt
+ glance_image_cirros_location: ${_param:image_host}/cirros-0.3.5-x86_64-disk.img
+ glance_image_fedora_location: ${_param:image_host}/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
+ glance_image_manila_location: ${_param:image_host}/manila-service-image-master.qcow2
+ tempest_test_target: cfg01*
+ runtest_tempest_cfg_dir: /tmp/test
+ runtest_tempest_cfg_name: tempest.conf
+ runtest:
+ tempest:
+ DEFAULT:
+ log_file: tempest.log
+ cfg_dir: ${_param:runtest_tempest_cfg_dir}
+ cfg_name: ${_param:runtest_tempest_cfg_name}
+ put_keystone_rc_enabled: True
+ put_local_image_file_enabled: True
\ No newline at end of file