Skip to content

Commit

Permalink
Removing .git suffix for web links
Browse files Browse the repository at this point in the history
  • Loading branch information
etsauer committed May 17, 2018
1 parent 8a5506e commit acf08a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions basic-spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ This example demonstrates how to implement a full end-to-end Jenkins Pipeline fo
* "One Click" instantiation of a Jenkins Pipeline using OpenShift's Jenkins Pipeline Strategy feature
* Promotion of an application's container image within an OpenShift Cluster (using `oc tag`)
* Promotion of an application's container image to a separate OpenShift Cluster (using `skopeo`) - Coming Soon!
* Automated rollout using the [openshift-appler](https://github.com/redhat-cop/openshift-applier.git) project.
* Automated rollout using the [openshift-appler](https://github.com/redhat-cop/openshift-applier) project.

## Automated Quickstart

This quickstart can be deployed quickly using Ansible. Here are the steps.

1. Clone [this repo](https://github.com/redhat-cop/container-pipelines.git) and the [openshift-applier](https://github.com/redhat-cop/openshift-applier.git) repo.
1. Clone [this repo](https://github.com/redhat-cop/container-pipelines) and the [openshift-applier](https://github.com/redhat-cop/openshift-applier) repo.
2. Log into an OpenShift cluster, then run the following command.
```
$ oc login
$ ansible-playbook -i ./applier/inventory/ /path/to/openshift-applier/playbooks/openshift-cluster-seed.yml
```

At this point you should have 3 projects deployed (`basic-spring-boot-build`, `basic-spring-boot-dev`, `basic-spring-boot-stage`, and `basic-spring-boot-prod`) with our [Spring Rest](https://github.com/redhat-cop/spring-rest.git) demo application deployed to all 3.
At this point you should have 3 projects deployed (`basic-spring-boot-build`, `basic-spring-boot-dev`, `basic-spring-boot-stage`, and `basic-spring-boot-prod`) with our [Spring Rest](https://github.com/redhat-cop/spring-rest) demo application deployed to all 3.

## Architecture

Expand Down
2 changes: 1 addition & 1 deletion basic-tomcat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This example demonstrates how to implement a full end-to-end Jenkins Pipeline fo
* "One Click" instantiation of a Jenkins Pipeline using OpenShift's Jenkins Pipeline Strategy feature
* Promotion of an application's container image within an OpenShift Cluster (using `oc tag`)
* Promotion of an application's container image to a separate OpenShift Cluster (using `skopeo`)
* Automated rollout using the [openshift-appler](https://github.com/redhat-cop/openshift-applier.git) project.
* Automated rollout using the [openshift-appler](https://github.com/redhat-cop/openshift-applier) project.

## Quickstart

Expand Down
6 changes: 3 additions & 3 deletions multi-cluster-spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This example demonstrates how to implement a full end-to-end Jenkins Pipeline fo
* "One Click" instantiation of a Jenkins Pipeline using OpenShift's Jenkins Pipeline Strategy feature
* Promotion of an application's container image within an OpenShift Cluster (using `oc tag`)
* Promotion of an application's container image to a separate OpenShift Cluster (using `skopeo`)
* Automated rollout using the [openshift-appler](https://github.com/redhat-cop/openshift-applier.git) project.
* Automated rollout using the [openshift-appler](https://github.com/redhat-cop/openshift-applier) project.

## Prerequisites

Expand All @@ -21,7 +21,7 @@ In order to run this pipeline, you will need:

This quickstart can be deployed quickly using Ansible. Here are the steps.

1. Clone [this repo](https://github.com/redhat-cop/container-pipelines.git)
1. Clone [this repo](https://github.com/redhat-cop/container-pipelines)
2. `cd container-pipelines/multi-cluster-spring-boot`
3. Run `ansible-galaxy install -r requirements.yml --roles-path=galaxy`
4. Log into your _Prod_ OpenShift cluster, and run the following command.
Expand All @@ -48,7 +48,7 @@ This quickstart can be deployed quickly using Ansible. Here are the steps.
$ ansible-playbook -i ./applier/inventory-dev/ galaxy/openshift-applier/playbooks/openshift-cluster-seed.yml
```

At this point you should have 3 projects deployed (`multicluster-spring-boot-dev`, `multicluster-spring-boot-stage`, and `multicluster-spring-boot-prod`) with our [Spring Rest](https://github.com/redhat-cop/spring-rest.git) demo application deployed to all 3.
At this point you should have 3 projects deployed (`multicluster-spring-boot-dev`, `multicluster-spring-boot-stage`, and `multicluster-spring-boot-prod`) with our [Spring Rest](https://github.com/redhat-cop/spring-rest) demo application deployed to all 3.

## Architecture

Expand Down

0 comments on commit acf08a2

Please sign in to comment.