blob: c23b65208ffc7511ec847a6291702b68cce08783 [file] [log] [blame]
Jan Cacha2047ea2017-11-16 14:15:51 +01001{%- from "opencontrail/map.jinja" import test with context %}
2#!/bin/bash
3export OS_USERNAME=admin
4export OS_PASSWORD={{ test.identity.admin_password }}
5export OS_PROJECT_NAME=admin
6export OS_PROJECT_DOMAIN_NAME=Default
7export OS_AUTH_URL=http://{{ test.identity.bind.private_address }}:{{ test.identity.bind.private_port}}/
8export VIRTUAL_DISPLAY=1
9
10export OS_FAULTS_CLOUD_DRIVER=tcpcloud
11
12export CONTRAIL_ROLES_DISTRIBUTION_YAML={{ test.working_dir }}/fuel-plugin-contrail/plugin_test/vapor/roles.yaml
13export CONTRAIL_API_URL=http://{{ test.url.api }}:8082/
14export CONTRAIL_ANALYTICS_URL=http://{{ test.url.analytics}}:8081/
15
16export OS_FAULTS_CONFIG={{ test.working_dir }}/fuel-plugin-contrail/plugin_test/vapor/os_faults.json
17export K_PARAM='not destructive'
18export OPENRC_ACTIVATE_CMD='source {{ test.working_dir }}/fuel-plugin-contrail/plugin_test/vapor/keystonerc; source {{ test.working_dir }}/fuel-plugin-contrail/plugin_test/vapor/keystonercv3'