Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
YACHT-860: Documentation consistency improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
radkomateusz committed Jun 7, 2018
1 parent 49e9bce commit a54aea1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The easiest way is to use Google Cloud Shell - click button below. It opens GCSh
* Note: It is possible to do it from local environment. But it requires installing Google Cloud SDK for Python (see at [installing Cloud SDK for Python](https://cloud.google.com/appengine/docs/standard/python/download))

Then you could follow below steps:
* Open [config.yaml](./config/prd/config.yaml) and change all "**\<your-project-name\>**" to your previously created project id.
* Open [config.yaml](./config/prd/config.yaml) and change all **\<your-project-id\>** to your previously created project id.

* Install dependency requirements
```bash
Expand Down
6 changes: 3 additions & 3 deletions config/dev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ copy_jobs:
backup_settings:
backup_worker_max_countdown_in_sec: 0
custom_project_list: []
projects_to_skip: ['<your-project-name>']
projects_to_skip: ['<your-project-id>']

project_settings:
backup_project_id: '<your-project-name>'
restoration_project_id: '<your-project-name>'
backup_project_id: '<your-project-id>'
restoration_project_id: '<your-project-id>'
8 changes: 4 additions & 4 deletions config/local/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ copy_jobs:
backup_settings:
backup_worker_max_countdown_in_sec: 0
custom_project_list: []
projects_to_skip: ['<your-project-name>']
projects_to_skip: ['<your-project-id>']

project_settings:
backup_project_id: '<your-project-name>'
restoration_project_id: '<your-project-name>'
authorized_requestor_service_accounts: ['sa-eligible-to-read-data@your-project-name.iam.gserviceaccount.com']
backup_project_id: '<your-project-id>'
restoration_project_id: '<your-project-id>'
authorized_requestor_service_accounts: ['sa-eligible-to-read-data@your-project-id.iam.gserviceaccount.com']

tests:
restoration_daily_test_results_gcs_bucket: 'a-gcs-bucket'
Expand Down
6 changes: 3 additions & 3 deletions config/prd/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ copy_jobs:
backup_settings:
backup_worker_max_countdown_in_sec: 25200 # SEVEN_HOURS_IN_SECONDS
custom_project_list: []
projects_to_skip: ['<your-project-name>']
projects_to_skip: ['<your-project-id>']

project_settings:
backup_project_id: '<your-project-name>'
restoration_project_id: '<your-project-name>'
backup_project_id: '<your-project-id>'
restoration_project_id: '<your-project-id>'

0 comments on commit a54aea1

Please sign in to comment.