~ost-maintainers/openstack-charm-testing/trunk

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