~james-page/openstack-charm-testing/mallards

« back to all changes in this revision

Viewing changes to tempest-templates/tempest.conf.template.basic

Merge baremetal stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[DEFAULT]
 
2
lock_path=/tmp
 
3
[baremetal]
 
4
[boto]
 
5
ec2_url = __PROTO__://__NCC__:8773/services/Cloud
 
6
s3_url = __PROTO__://__NCC__:3333
 
7
aws_access = __ACCESS__
 
8
aws_secret = __SECRET__
 
9
[cli]
 
10
enabled=true
 
11
timeout=60
 
12
cli_dir=/usr/local/bin
 
13
[compute]
 
14
flavor_ref=2
 
15
flavor_ref_alt=3
 
16
image_ssh_user=cirros
 
17
image_alt_ssh_user=ubuntu
 
18
image_ref=__IMAGE_ID__
 
19
image_ref_alt=__IMAGE_ALT_ID__
 
20
allow_tenant_isolation = true
 
21
allow_tenant_reuse = true
 
22
[compute-admin]
 
23
[compute-feature-enabled]
 
24
api_v3=false
 
25
console_output=false
 
26
resize=true
 
27
[dashboard]
 
28
dashboard_url=http://__DASHBOARD__/horizon
 
29
login_url=http://__DASHBOARD__/horizon/auth/login/
 
30
[data_processing]
 
31
[debug]
 
32
[identity]
 
33
uri=__PROTO__://__KEYSTONE__:5000/v2.0
 
34
uri_v3=__PROTO__://__KEYSTONE__:5000/v3
 
35
admin_username=admin
 
36
admin_tenant_name=admin
 
37
admin_password=openstack
 
38
username = demo
 
39
password = pass
 
40
tenant_name = demo
 
41
alt_username = alt_demo
 
42
alt_password = secret
 
43
alt_tenant_name = alt_demo
 
44
admin_role = Admin
 
45
[identity-feature-enabled]
 
46
[image]
 
47
http_image = http://10.245.160.50:80/swift/v1/images/cirros-0.3.3-x86_64-uec.tar.gz
 
48
[image-feature-enabled]
 
49
[input-scenario]
 
50
[network]
 
51
tenant_network_cidr=192.168.0.0/16
 
52
public_network_id=__EXT_NET__
 
53
dns_servers=10.5.0.2
 
54
tenant_networks_reachable = false
 
55
[network-feature-enabled]
 
56
ipv6=false
 
57
[object-storage]
 
58
accounts_quotas_available = True
 
59
container_quotas_available = True
 
60
[object-storage-feature-enabled]
 
61
[orchestration]
 
62
instance_type = m1.small
 
63
keypair_name = testkey
 
64
[scenario]
 
65
img_dir=/home/ubuntu/images
 
66
ssh_user=cirros
 
67
[service_available]
 
68
ceilometer = false
 
69
cinder = true
 
70
glance = true
 
71
heat = false
 
72
horizon = true
 
73
ironic = false
 
74
neutron = true
 
75
nova = true
 
76
sahara = false
 
77
swift = false
 
78
trove = false
 
79
zaqar = false
 
80
[stress]
 
81
max_instances = 4
 
82
[telemetry]
 
83
[volume]
 
84
storage_protocol=ceph
 
85
backend1_name=cinder-ceph
 
86
catalog_type = volume
 
87
[volume-feature-enabled]
 
88
backup=false