diff --git a/basic-spring-boot/README.md b/basic-spring-boot/README.md index ba686654..9f170ee4 100644 --- a/basic-spring-boot/README.md +++ b/basic-spring-boot/README.md @@ -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 diff --git a/basic-tomcat/README.md b/basic-tomcat/README.md index 1c7dd480..6b915e50 100644 --- a/basic-tomcat/README.md +++ b/basic-tomcat/README.md @@ -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 diff --git a/multi-cluster-spring-boot/README.md b/multi-cluster-spring-boot/README.md index a5575fec..01481e3c 100644 --- a/multi-cluster-spring-boot/README.md +++ b/multi-cluster-spring-boot/README.md @@ -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 @@ -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. @@ -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