-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.properties.sample
More file actions
105 lines (87 loc) · 3.23 KB
/
dev.properties.sample
File metadata and controls
105 lines (87 loc) · 3.23 KB
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
95
96
97
98
99
100
101
102
103
104
105
# Environment settings for local development build/deploy.
# Please do not modify this file; if you need to change these properties,
# override in a build.properties; see build.properties.sample for details.
# name/IP of the machine running tests (when dial-back is required).
tester.host=localhost
# Where to deploy (for deployment from Ant)
deploy.ip=127.0.0.1
deploy.host=localhost
deploy.password=tomcat
deploy.username=tomcat
# Default zone used for tests (group of settings from cloud-config
default.availability.zone=cloud-definition-name
## Configure the location of various services (usually the same as deploy.host)
# Compute services
compute.host=${deploy.host}
# Scalable Load Balancer services
slb.host=${deploy.host}
# Relational Database services
rds.host=${deploy.host}
# Simple Queue services
sqs.host=${deploy.host}
# DNS 53 service
dns.host=${deploy.host}
# Metric Search (CloudWatch) service
metric.host=${deploy.host}
# Monitor (CloudWatch aggregation) service
monitor.host=${deploy.host}
# Cloud Formation service
cfs.host=${deploy.host}
# Elastic App service
eas.host=${deploy.host}
# TopStack internal service
internal.service.host=${deploy.host}
internal.service.ip=${deploy.ip}
# Chef configuration
# The following settings are required for tests that hit Chef
# The following requires that deploy.host is registered as a chef client
chef.env=_default
CHEF_USER_ID=${deploy.host}
CHEF_PRIVATE_KEY=/etc/chef/client.pem
CHEF_API_URL=https://chef.example.com
CHEF_SERVER=chef.example.com
CHEF_IP=192.168.1.50
# Test user credentials (this should be valid on the cloud)
test.accessKey=testuser
test.secretKey=testuser-password
# Tenant ID (user above should have access to this tenant)
ec2.owner.id=abcd1234abcd1234abcd1234abcd1234
# For advanced testing, a user that cannot create, for testing quota
test.limitedQuotaAccessKey=testlimiteduser
test.limitedQuotaSecretKey=testlimiteduser-password
test.limitedQuotaZone=cloud-definition-name
test.limitedQuotaOwnerId=abcd1234abcd1234abcd1234abcd1234
# Another test user (valid on the cloud, not in the DB)
testuser1.accessKey=testuser1
testuser1.secretKey=testuser1
# Another test user (valid on the cloud, not in the DB)
testuser2.accessKey=testuser2
testuser2.secretKey=testuser2
# Other credentials for testing (not necessary to be cloud accounts)
test.sqs.accessKey0=SQS_TEST_ACCESS_KEY_0
test.sqs.secretKey0=SQS_TEST_SECRET_KEY_0
test.sqs.accessKey1=SQS_TEST_ACCESS_KEY_1
test.sqs.secretKey1=SQS_TEST_SECRET_KEY_1
test.sqs.accessKey2=SQS_TEST_ACCESS_KEY_2
test.sqs.secretKey2=SQS_TEST_SECRET_KEY_2
# Database connection information
db.user=topstack
db.password=topstack_password
flyway.user=${db.user}
flyway.password=${db.password}
flyway.driver=com.mysql.jdbc.Driver
flyway.url=jdbc:mysql://${deploy.ip}:3306/${db.user}
db.password=topstack_password
# Base TopStack image, should be installed on the cloud
base.image.id=abcdef01-2345-6789-abcd-ef0123456789
# Default flavor name, used by tests; should be big enough for base image.
default.flavor=m1.small
# As far as tests are concerned, this is only for location of ftl files:
TOUGH_CONFIG_DIR=../TopStackResources/resources
# Needs a setting
YUMHOST=
dns.register=false
topstack.version=2.0.0-rc1
license=ASLv2
domain.name=localhost
install.date=2013-08-15