mirror of https://github.com/etcd-io/dbtester.git
add missing sub directory set up in control
This commit is contained in:
parent
b37a5cac8a
commit
0ecd2c9bc5
|
|
@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
|
|||
google_cloud_storage_sub_directory: 2016041601
|
||||
|
||||
peer_ips:
|
||||
- 10.240.0.17
|
||||
- 10.240.0.18
|
||||
- 10.240.0.19
|
||||
- 10.240.0.20
|
||||
- 10.240.0.21
|
||||
- 10.240.0.22
|
||||
|
||||
agent_port: 3500
|
||||
database_port: 8500
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
|
|||
google_cloud_storage_sub_directory: 2016041601
|
||||
|
||||
peer_ips:
|
||||
- 10.240.0.13
|
||||
- 10.240.0.14
|
||||
- 10.240.0.15
|
||||
- 10.240.0.16
|
||||
- 10.240.0.17
|
||||
- 10.240.0.18
|
||||
|
||||
agent_port: 3500
|
||||
database_port: 2379
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
|
|||
google_cloud_storage_sub_directory: 2016041601
|
||||
|
||||
peer_ips:
|
||||
- 10.240.0.7
|
||||
- 10.240.0.13
|
||||
- 10.240.0.14
|
||||
- 10.240.0.15
|
||||
|
||||
agent_port: 3500
|
||||
database_port: 2379
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
|
|||
google_cloud_storage_sub_directory: 2016041601
|
||||
|
||||
peer_ips:
|
||||
- 10.240.0.17
|
||||
- 10.240.0.18
|
||||
- 10.240.0.19
|
||||
- 10.240.0.24
|
||||
- 10.240.0.25
|
||||
- 10.240.0.26
|
||||
|
||||
agent_port: 3500
|
||||
database_port: 2181
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
|
|||
google_cloud_storage_sub_directory: 2016041601
|
||||
|
||||
peer_ips:
|
||||
- 10.240.0.17
|
||||
- 10.240.0.18
|
||||
- 10.240.0.19
|
||||
- 10.240.0.28
|
||||
- 10.240.0.29
|
||||
- 10.240.0.30
|
||||
|
||||
agent_port: 3500
|
||||
database_port: 2181
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
|
|||
google_cloud_storage_sub_directory: 2016041601
|
||||
|
||||
peer_ips:
|
||||
- 10.240.0.17
|
||||
- 10.240.0.18
|
||||
- 10.240.0.19
|
||||
- 10.240.0.32
|
||||
- 10.240.0.33
|
||||
- 10.240.0.34
|
||||
|
||||
agent_port: 3500
|
||||
database_port: 2181
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
|
|||
google_cloud_storage_sub_directory: 2016041601
|
||||
|
||||
peer_ips:
|
||||
- 10.240.0.17
|
||||
- 10.240.0.18
|
||||
- 10.240.0.19
|
||||
- 10.240.0.36
|
||||
- 10.240.0.37
|
||||
- 10.240.0.38
|
||||
|
||||
agent_port: 3500
|
||||
database_port: 2181
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
|
|||
google_cloud_storage_sub_directory: 2016041601
|
||||
|
||||
peer_ips:
|
||||
- 10.240.0.17
|
||||
- 10.240.0.18
|
||||
- 10.240.0.19
|
||||
- 10.240.0.40
|
||||
- 10.240.0.41
|
||||
- 10.240.0.42
|
||||
|
||||
agent_port: 3500
|
||||
database_port: 2181
|
||||
|
|
|
|||
|
|
@ -124,6 +124,7 @@ func step1(cfg Config) error {
|
|||
req.GoogleCloudProjectName = cfg.GoogleCloudProjectName
|
||||
req.GoogleCloudStorageKey = cfg.GoogleCloudStorageKey
|
||||
req.GoogleCloudStorageBucketName = cfg.GoogleCloudStorageBucketName
|
||||
req.GoogleCloudStorageSubDirectory = cfg.GoogleCloudStorageSubDirectory
|
||||
|
||||
switch cfg.Database {
|
||||
case "etcdv2":
|
||||
|
|
|
|||
Loading…
Reference in New Issue