Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/04-golang-pgsql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There are several ways to install and run the app:

### Option 1: Using Go CLI

1. Clone the repository: `git clone https://github.com/cldcvr/codepipes-tutorials.git`
1. Clone the repository: `git clone https://github.com/ollionorg/codepipes-tutorials.git`

2. Navigate to the root directory of the app: `cd apps/04-golang-pgsql`

Expand All @@ -18,7 +18,7 @@ There are several ways to install and run the app:

### Option 2: Using Docker

1. Clone the repository: `git clone https://github.com/cldcvr/codepipes-tutorials.git`
1. Clone the repository: `git clone https://github.com/ollionorg/codepipes-tutorials.git`

2. Navigate to the root directory of the app: `cd apps/04-golang-pgsql`

Expand All @@ -30,7 +30,7 @@ There are several ways to install and run the app:

### Option 3: Using Docker Compose

1. Clone the repository: `git clone https://github.com/cldcvr/codepipes-tutorials.git`
1. Clone the repository: `git clone https://github.com/ollionorg/codepipes-tutorials.git`

2. Navigate to the root directory of the app: `cd apps/04-golang-pgsql`

Expand All @@ -40,7 +40,7 @@ There are several ways to install and run the app:

### Option 4: Using Make Commands

1. Clone the repository: `git clone https://github.com/cldcvr/codepipes-tutorials.git`
1. Clone the repository: `git clone https://github.com/ollionorg/codepipes-tutorials.git`

2. Navigate to the root directory of the app: `cd apps/04-golang-pgsql`

Expand Down
8 changes: 4 additions & 4 deletions build/azure-pipelines-test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ stages:
sudo chmod +x /usr/local/bin/docker-compose
cat .env.tests
go env -w GO111MODULE=on
go env -w GOPRIVATE=github.com/cldcvr/*
git config --global url."https://$GIT_TOKEN@github.com/cldcvr".insteadOf "https://github.com/cldcvr"
go env -w GOPRIVATE=github.com/ollionorg/*
git config --global url."https://$GIT_TOKEN@github.com/ollionorg".insteadOf "https://github.com/ollionorg"
set -o pipefail; TEST_VERSION=$(TEST_VERSION_STAGING) TEST_REGEX=${{ parameters.TEST_REGEX }} TEST_ENV=${{ parameters.TEST_ENV }} TEST_USER=${{ parameters.TEST_USER }} TEST_PASSWORD=${{ parameters.TEST_PASSWORD }} TEST_AZURE_BUILD_BRANCH=$(Build.SourceBranch) TEST_AZURE_BUILD_URL='$(System.CollectionUri)$(System.TeamProject)/_build/results?buildId=$(Build.BuildId)&_a=summary' make ${{ parameters.TEST_COMMAND }}
env:
PM_GIT_TOKEN: $(PM_GIT_TOKEN)
Expand Down Expand Up @@ -159,8 +159,8 @@ stages:
sudo chmod +x /usr/local/bin/docker-compose
cat .env.tests
go env -w GO111MODULE=on
go env -w GOPRIVATE=github.com/cldcvr/*
git config --global url."https://$GIT_TOKEN@github.com/cldcvr".insteadOf "https://github.com/cldcvr"
go env -w GOPRIVATE=github.com/ollionorg/*
git config --global url."https://$GIT_TOKEN@github.com/ollionorg".insteadOf "https://github.com/ollionorg"
TEST_VERSION=$(TEST_VERSION_STAGING) TEST_ENV=${{ parameters.TEST_ENV }} TEST_USER=${{ parameters.TEST_USER }} TEST_PASSWORD=${{ parameters.TEST_PASSWORD }} TEST_CLEANUP_ALL=false make test-docker-cleanup
env:
PM_GIT_TOKEN: $(PM_GIT_TOKEN)
Expand Down
6 changes: 3 additions & 3 deletions bundles/banking-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The repo (i.e. banking-app) needs to be pre-created in ECR before any of this wo
Used tools/cust-acct-setup to create CP LZ in each account (doug-test-cust and doug-test1)

```
$ codepipes env template create -n AppRunner-Base -r https://github.com/cldcvr/codepipes-tutorials -v branch:main --dir /tfs/aws-ecr-apprunner-vpc --tfversion 1.3.7
$ codepipes env template create -n AppRunner-Base -r https://github.com/ollionorg/codepipes-tutorials -v branch:main --dir /tfs/aws-ecr-apprunner-vpc --tfversion 1.3.7
id: f222be09-0bd7-4792-a842-35648a9acd00

# dev env with policy CC-Best (bd04a6ca-9043-4135-9299-d490c42dfe12)
Expand Down Expand Up @@ -90,12 +90,12 @@ This should end up creating two environments ( dev & prod ). Inheriting the poli
- workaround for an unknown bug. the flow should work without this as we are using a public repo.

###### Application
Apply bundle from "bundles/banking-demo" repo "github.com/cldcvr/codepipes-tutorials"
Apply bundle from "bundles/banking-demo" repo "github.com/ollionorg/codepipes-tutorials"
```
$ codepipes bundle plan
Using config file: /Users/doug/.codepipes.yml
Processing plan for bundle:
Repo: https://github.com/cldcvr/codepipes-tutorials
Repo: https://github.com/ollionorg/codepipes-tutorials
Directory: /bundles/banking-demo
Bundle File: (default)
Revision: branch:main
Expand Down
2 changes: 1 addition & 1 deletion bundles/banking-demo/app-banking-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ application:
gitCode:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: /apps/04-golang-pgsql/
driver: github
- id: eac84f49-6b31-4c03-85b8-7bf3a07f4627
Expand Down
2 changes: 1 addition & 1 deletion bundles/banking-demo/environment-dev-AppRunner-Base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
revision:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: /tfs/aws-ecr-apprunner-vpc
driver: github
tfVersion: 1.3.7
2 changes: 1 addition & 1 deletion bundles/banking-demo/environment-prod-AppRunner-Base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
revision:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: /tfs/aws-ecr-apprunner-vpc
driver: github
tfVersion: 1.3.7
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application:
gitCode:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: dependency-demo/borat-gcs-redis/src
driver: github
- id: e62dc1cf-ba35-4eef-833e-64f5de36a314
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
revision:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: dependency-demo/borat-gcs-redis/infra
driver: github
tfVersion: 1.2.5
Expand Down
2 changes: 1 addition & 1 deletion dependency-demo/borat-gcs-redis/src/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cldcvr/codepipes-tutorials/dependency-demo
module github.com/ollionorg/codepipes-tutorials/dependency-demo

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion dependency-demo/borat-gcs/codepipes-bundle/app-borat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application:
gitCode:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: dependency-demo/borat-gcs/src
driver: github
- id: e62dc1cf-ba35-4eef-833e-64f5de36a314
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
revision:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: dependency-demo/borat-gcs/infra
driver: github
tfVersion: 1.2.5
2 changes: 1 addition & 1 deletion dependency-demo/borat-gcs/src/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cldcvr/codepipes-tutorials/dependency-demo
module github.com/ollionorg/codepipes-tutorials/dependency-demo

go 1.16

Expand Down
8 changes: 4 additions & 4 deletions dependency-demo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Following are the high-level steps to be covered in the demo
4. Have a GCP cloud credential created
5. Assign GCP credentials to the project with cloud and container scope
6. In case you want to use classifications, have one credential for each classification and assign them to the project.
7. clone the https://github.com/cldcvr/codepipes-tutorials repo and CD into the repo root for CLI usage.
7. clone the https://github.com/ollionorg/codepipes-tutorials repo and CD into the repo root for CLI usage.

## Prepare dependency library for org
As a DevOps persona, you set up a dependency library for your organization that can be used later by the developers in their apps.
Expand Down Expand Up @@ -136,7 +136,7 @@ codepipes classification create -n prod -a <id of staging classification>
codepipes environment template create \
-n serverless-network \
-d "serverless base with network connector" \
-r https://github.com/cldcvr/codepipes-tutorials \
-r https://github.com/ollionorg/codepipes-tutorials \
--dir dependency-demo/borat-gcs-redis/infra \
-v branch:main \
--tfversion 1.2.5
Expand Down Expand Up @@ -180,7 +180,7 @@ Note: We want to skip the app deployment for now because the app container image
```sh
codepipes bundle plan \
--proj <Code Pipes project id>
--repo https://github.com/cldcvr/codepipes-tutorials
--repo https://github.com/ollionorg/codepipes-tutorials
--revision branch:<BRANCH-NAME>
--dir /dependency-demo/borat-gcs-redis/codepipes-bundle

Expand All @@ -195,7 +195,7 @@ codepipes bundle apply --skipPipelines
4. Select open source
5. fill in the following details:
```
Repository path: https://github.com/cldcvr/codepipes-tutorials
Repository path: https://github.com/ollionorg/codepipes-tutorials
Directory path: /dependency-demo/borat-gcs-redis/codepipes-bundle
Revision type: branch
Revision identifier: main
Expand Down
2 changes: 1 addition & 1 deletion helm-example/loki-stack/codepipes-bundle/app-helm-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ application:
gitCode:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: helm-example/loki-stack/values.yaml
driver: github
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
revision:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: helm-example/infra/gke
driver: github
variables:
Expand Down
2 changes: 1 addition & 1 deletion helm-example/myhelm/codepipes-bundle/app-helm-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ application:
gitCode:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: helm-example
driver: github
2 changes: 1 addition & 1 deletion helm-example/myhelm/codepipes-bundle/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
revision:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: helm-example/infra/gke
driver: github
variables:
Expand Down
2 changes: 1 addition & 1 deletion helm-example/nginx/codepipes-bundle/app-helm-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ application:
gitCode:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: /
driver: github
2 changes: 1 addition & 1 deletion helm-example/nginx/codepipes-bundle/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
revision:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: helm-example/infra/gke
driver: github
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ application:
gitCode:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: lambda/hello-world-container/hello
driver: github
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ application:
gitCode:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: lambda/hello-world-container/world
driver: github
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ environment:
revision:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: lambda/infra
driver: github
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ application:
gitCode:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: lambda/hello-world-gocode
driver: github
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ environment:
revision:
type: branch
identifier: main
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: lambda/infra
driver: github
2 changes: 1 addition & 1 deletion serverless-sample/app/azure/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cldcvr/cloudrun-storage-demo
module github.com/ollionorg/cloudrun-storage-demo

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion serverless-sample/app/gcp/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cldcvr/cloudrun-storage-demo
module github.com/ollionorg/cloudrun-storage-demo

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion serverless-sample/app/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To achieve this, the terraform code in the infra directory can be executed.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/cldcvr/codepipes-tutorials.git
git clone https://github.com/ollionorg/codepipes-tutorials.git
```

2. Navigate to the app folder you want to use:
Expand Down
2 changes: 1 addition & 1 deletion serverless-sample/bundle/aws/apprunner/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
description: App runner sample app infra on AWS
revision:
driver: github
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: serverless-sample/infra/aws
identifier: main
type: branch
Expand Down
2 changes: 1 addition & 1 deletion serverless-sample/bundle/gcp/cloudrun/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
description: Cloud run sample app infra on GCP
revision:
driver: github
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: serverless-sample/infra/gcp
identifier: cloudrun-demo
type: branch
Expand Down
1 change: 1 addition & 0 deletions tools/cust_acct_setup/aws/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ terraform {

provider "aws" {
region = var.region
profile = "default"
}
2 changes: 1 addition & 1 deletion voting/bundle/aws/eks/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
description: Voting app infra on AWS
revision:
driver: github
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: voting/infra/aws/eks
identifier: main
type: branch
Expand Down
2 changes: 1 addition & 1 deletion voting/bundle/aws/eks_https/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
description: Voting app infra on AWS
revision:
driver: github
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: voting/infra/aws/eks
identifier: main
type: branch
Expand Down
2 changes: 1 addition & 1 deletion wpdemo/bundle/aws/ec2/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
description: wordpress app infra on AWS ec2
revision:
driver: github
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: wpdemo/infra/aws/ec2
identifier: main
type: branch
Expand Down
2 changes: 1 addition & 1 deletion wpdemo/bundle/aws/eks/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
description: wordpress app infra on AWS eks
revision:
driver: github
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: wpdemo/infra/aws/eks
identifier: main
type: branch
Expand Down
6 changes: 3 additions & 3 deletions wpdemo/bundle/gcp/coudrun/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
description: wordpress app infra on GCP CloudRun
revision:
driver: github
repo: https://github.com/cldcvr/codepipes-tutorials
repo: https://github.com/ollionorg/codepipes-tutorials
dir: wpdemo/infra/gcp/run
identifier: cloudrun-demo
type: branch
Expand All @@ -18,13 +18,13 @@ environment:
value: wpdemo
- type: tf_var
key: db_password
value:
value:
- type: tf_var
key: db_instance_type
value: db-f1-micro
- type: tf_var
key: db_instance_name
value: wpdb
value: wpdb
policySet: Unrestricted
creds:
- cloud
Expand Down