add missing sub directory set up in control

This commit is contained in:
Gyu-Ho Lee 2016-04-16 09:12:26 -07:00
parent b37a5cac8a
commit 0ecd2c9bc5
9 changed files with 23 additions and 22 deletions

View File

@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
google_cloud_storage_sub_directory: 2016041601 google_cloud_storage_sub_directory: 2016041601
peer_ips: peer_ips:
- 10.240.0.17 - 10.240.0.20
- 10.240.0.18 - 10.240.0.21
- 10.240.0.19 - 10.240.0.22
agent_port: 3500 agent_port: 3500
database_port: 8500 database_port: 8500

View File

@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
google_cloud_storage_sub_directory: 2016041601 google_cloud_storage_sub_directory: 2016041601
peer_ips: peer_ips:
- 10.240.0.13 - 10.240.0.16
- 10.240.0.14 - 10.240.0.17
- 10.240.0.15 - 10.240.0.18
agent_port: 3500 agent_port: 3500
database_port: 2379 database_port: 2379

View File

@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
google_cloud_storage_sub_directory: 2016041601 google_cloud_storage_sub_directory: 2016041601
peer_ips: peer_ips:
- 10.240.0.7
- 10.240.0.13 - 10.240.0.13
- 10.240.0.14 - 10.240.0.14
- 10.240.0.15
agent_port: 3500 agent_port: 3500
database_port: 2379 database_port: 2379

View File

@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
google_cloud_storage_sub_directory: 2016041601 google_cloud_storage_sub_directory: 2016041601
peer_ips: peer_ips:
- 10.240.0.17 - 10.240.0.24
- 10.240.0.18 - 10.240.0.25
- 10.240.0.19 - 10.240.0.26
agent_port: 3500 agent_port: 3500
database_port: 2181 database_port: 2181

View File

@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
google_cloud_storage_sub_directory: 2016041601 google_cloud_storage_sub_directory: 2016041601
peer_ips: peer_ips:
- 10.240.0.17 - 10.240.0.28
- 10.240.0.18 - 10.240.0.29
- 10.240.0.19 - 10.240.0.30
agent_port: 3500 agent_port: 3500
database_port: 2181 database_port: 2181

View File

@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
google_cloud_storage_sub_directory: 2016041601 google_cloud_storage_sub_directory: 2016041601
peer_ips: peer_ips:
- 10.240.0.17 - 10.240.0.32
- 10.240.0.18 - 10.240.0.33
- 10.240.0.19 - 10.240.0.34
agent_port: 3500 agent_port: 3500
database_port: 2181 database_port: 2181

View File

@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
google_cloud_storage_sub_directory: 2016041601 google_cloud_storage_sub_directory: 2016041601
peer_ips: peer_ips:
- 10.240.0.17 - 10.240.0.36
- 10.240.0.18 - 10.240.0.37
- 10.240.0.19 - 10.240.0.38
agent_port: 3500 agent_port: 3500
database_port: 2181 database_port: 2181

View File

@ -7,9 +7,9 @@ google_cloud_storage_bucket_name: dbtester-results
google_cloud_storage_sub_directory: 2016041601 google_cloud_storage_sub_directory: 2016041601
peer_ips: peer_ips:
- 10.240.0.17 - 10.240.0.40
- 10.240.0.18 - 10.240.0.41
- 10.240.0.19 - 10.240.0.42
agent_port: 3500 agent_port: 3500
database_port: 2181 database_port: 2181

View File

@ -124,6 +124,7 @@ func step1(cfg Config) error {
req.GoogleCloudProjectName = cfg.GoogleCloudProjectName req.GoogleCloudProjectName = cfg.GoogleCloudProjectName
req.GoogleCloudStorageKey = cfg.GoogleCloudStorageKey req.GoogleCloudStorageKey = cfg.GoogleCloudStorageKey
req.GoogleCloudStorageBucketName = cfg.GoogleCloudStorageBucketName req.GoogleCloudStorageBucketName = cfg.GoogleCloudStorageBucketName
req.GoogleCloudStorageSubDirectory = cfg.GoogleCloudStorageSubDirectory
switch cfg.Database { switch cfg.Database {
case "etcdv2": case "etcdv2":