Merge branch 'add_1_0' of https://github.com/Mirantis/tcp-qa into add_1_0
diff --git a/tcp_tests/templates/mcp-fuel-aio.jinja b/tcp_tests/templates/mcp-fuel-aio.jinja
new file mode 100644
index 0000000..856c45b
--- /dev/null
+++ b/tcp_tests/templates/mcp-fuel-aio.jinja
@@ -0,0 +1,2 @@
+{% set DOMAIN_NAME = os_env('LAB_CONFIG_NAME', 'mcp-fuel-aio') + '.local' %}
+{% set HOSTNAME_CFG01 = os_env('HOSTNAME_CFG01', 'cfg01.' + DOMAIN_NAME) %}