Skip to content

Commit

Permalink
chore: add note for cp cmd in MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mark1000 authored Aug 5, 2021
1 parent ec70bcb commit c6ce7c8
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 0-bootstrap/README-Jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ It is a best practice to have two separate projects here (`prj-b-seed` and `prj-

Please see the **[requirements](./modules/jenkins-agent/README.md#Requirements)** of Software, Infrastructure and Permissions before following the instructions below.

## Usage

**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.

## Instructions

You arrived to these instructions because you are using the `jenkins_bootstrap` to run the 0-bootstrap step instead of `cloudbuild_bootstrap`. Please follow the indications below:
Expand Down
3 changes: 3 additions & 0 deletions 1-org/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ If those limitations do not apply to your workload/environment, you can choose t

**Note:** You need to set variable `enable_hub_and_spoke` to `true` to be able to used the **Hub-and-Spoke** architecture detailed in the **Networking** section of the [google cloud security foundations guide](https://services.google.com/fh/files/misc/google-cloud-security-foundations-guide.pdf).

**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.

**Note:** This module creates a Security Command Center Notification.
The notification name must be unique in the organization.
The suggested name in the `terraform.tfvars` file is **scc-notify**.
Expand Down
3 changes: 3 additions & 0 deletions 2-environments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Please refer to [troubleshooting](../docs/TROUBLESHOOTING.md) if you run into is

## Usage

**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.

### Deploying with Cloud Build

1. Clone repo.
Expand Down
3 changes: 3 additions & 0 deletions 3-networks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ Please refer to [troubleshooting](../docs/TROUBLESHOOTING.md) if you run into is

## Usage

**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.

### Networking Architecture

You need to set variables `enable_hub_and_spoke` and `enable_hub_and_spoke_transitivity` to `true` to be able to use the **Hub-and-Spoke** architecture detailed in the **Networking** section of the [Google cloud security foundations guide](https://services.google.com/fh/files/misc/google-cloud-security-foundations-guide.pdf).
Expand Down
3 changes: 3 additions & 0 deletions 4-projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ Please refer to [troubleshooting](../docs/TROUBLESHOOTING.md) if you run into is

**Note:** You need to set variable `enable_hub_and_spoke` to `true` to be able to use the **Hub-and-Spoke** architecture detailed in the **Networking** section of the [google cloud security foundations guide](https://services.google.com/fh/files/misc/google-cloud-security-foundations-guide.pdf).

**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.

### Deploying with Cloud Build

1. Clone repo.
Expand Down
3 changes: 3 additions & 0 deletions 5-app-infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ Please refer to [troubleshooting](../docs/TROUBLESHOOTING.md) if you run into is

## Usage

**Note:** If you are using MacOS, replace `cp -RT` with `cp -R` in the relevant
commands. The `-T` flag is needed for Linux, but causes problems for MacOS.

### Deploying with Cloud Build

1. Get the Infra Pipeline project ID from the previous step. Run the following in the
Expand Down

0 comments on commit c6ce7c8

Please sign in to comment.