Skip to content

Commit

Permalink
Merge pull request #61 from kingdonb/teamhephy-strings
Browse files Browse the repository at this point in the history
teamhephy strings in workflow docs
  • Loading branch information
Cryptophobia authored Jun 4, 2018
2 parents d4992e7 + 64c126a commit f525e3c
Show file tree
Hide file tree
Showing 49 changed files with 1,624 additions and 1,625 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

**Deis Workflow** is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes][k8s-home] cluster, making it easy to deploy and manage applications.

Deis Workflow is the second major release (v2) of the Deis PaaS. If you are looking for the CoreOS-based PaaS visit [https://github.com/deisthree/deis](https://github.com/deisthree/deis).
Deis Workflow is the second major release (v2) of the Deis PaaS. If you are looking for the CoreOS-based PaaS visit [https://github.com/deis/deis](https://github.com/deis/deis).

To **get started** with **Deis Workflow** please read the [Quick Start Guide](https://deis.com/docs/workflow/quickstart/).

Expand All @@ -20,22 +20,22 @@ This repository contains the source code for Deis Workflow documentation. If you

Please see below for links and descriptions of each component:

- [controller](https://github.com/deisthree/controller) - Workflow API server
- [builder](https://github.com/deisthree/builder) - Git server and source-to-image component
- [dockerbuilder](https://github.com/deisthree/dockerbuilder) - The builder for [Docker](https://www.docker.com/) based applications
- [slugbuilder](https://github.com/deisthree/slugbuilder) - The builder for [slug/buildpack](https://devcenter.heroku.com/articles/slug-compiler) based applications
- [slugrunner](https://github.com/deisthree/slugrunner) - The runner for slug/buildpack based applications
- [fluentd](https://github.com/deisthree/fluentd) - Backend log shipping mechanism for `deis logs`
- [postgres](https://github.com/deisthree/postgres) - The central database
- [registry](https://github.com/deisthree/registry) - The Docker registry
- [logger](https://github.com/deisthree/logger) - The (in-memory) log buffer for `deis logs`
- [monitor](https://github.com/deisthree/monitor) - The platform monitoring components
- [router](https://github.com/deisthree/router) - The HTTP/s edge router
- [minio](https://github.com/deisthree/minio) - The in-cluster, ephemeral, development-only object storage system
- [nsq](https://github.com/deisthree/nsq) - Realtime distributed messaging platform
- [workflow-cli](https://github.com/deisthree/workflow-cli) - Workflow CLI `deis`
- [workflow-e2e](https://github.com/deisthree/workflow-e2e) - End-to-end tests for the entire platform
- [workflow-manager](https://github.com/deisthree/workflow-manager) - Manage, inspect, and debug a Workflow cluster
- [controller](https://github.com/teamhephy/controller) - Workflow API server
- [builder](https://github.com/teamhephy/builder) - Git server and source-to-image component
- [dockerbuilder](https://github.com/teamhephy/dockerbuilder) - The builder for [Docker](https://www.docker.com/) based applications
- [slugbuilder](https://github.com/teamhephy/slugbuilder) - The builder for [slug/buildpack](https://devcenter.heroku.com/articles/slug-compiler) based applications
- [slugrunner](https://github.com/teamhephy/slugrunner) - The runner for slug/buildpack based applications
- [fluentd](https://github.com/teamhephy/fluentd) - Backend log shipping mechanism for `deis logs`
- [postgres](https://github.com/teamhephy/postgres) - The central database
- [registry](https://github.com/teamhephy/registry) - The Docker registry
- [logger](https://github.com/teamhephy/logger) - The (in-memory) log buffer for `deis logs`
- [monitor](https://github.com/teamhephy/monitor) - The platform monitoring components
- [router](https://github.com/teamhephy/router) - The HTTP/s edge router
- [minio](https://github.com/teamhephy/minio) - The in-cluster, ephemeral, development-only object storage system
- [nsq](https://github.com/teamhephy/nsq) - Realtime distributed messaging platform
- [workflow-cli](https://github.com/teamhephy/workflow-cli) - Workflow CLI `deis`
- [workflow-e2e](https://github.com/teamhephy/workflow-e2e) - End-to-end tests for the entire platform
- [workflow-manager](https://github.com/teamhephy/workflow-manager) - Manage, inspect, and debug a Workflow cluster

We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Working on Documentation" section below and [submit a pull request][prs].

Expand Down Expand Up @@ -77,6 +77,6 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
[k8s-home]: http://kubernetes.io
[install-k8s]: http://kubernetes.io/gettingstarted/
[mkdocs]: http://www.mkdocs.org/
[issues]: https://github.com/deisthree/workflow/issues
[prs]: https://github.com/deisthree/workflow/pulls
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0
[issues]: https://github.com/teamhephy/workflow/issues
[prs]: https://github.com/teamhephy/workflow/pulls
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0
8 changes: 4 additions & 4 deletions charts/workflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: workflow
home: https://github.com/deisthree/workflow
home: https://github.com/teamhephy/workflow
version: <Will be populated by the ci before publishing the chart>
description: Deis Workflow
description: Hephy Workflow
maintainers:
- name: Deis Team
email: engineering@deis.com
- name: Team Hephy
email: team@teamhephy.com
6 changes: 3 additions & 3 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ registry-token-refresher:

router:
dhparam: ""
# Any custom router annotations(https://github.com/deisthree/router#annotations)
# Any custom router annotations(https://github.com/teamhephy/router#annotations)
# which need to be applied can be specified as key-value pairs under "deployment_annotations"
deployment_annotations:
#<example-key>: <example-value>
Expand All @@ -228,5 +228,5 @@ router:
# service_type: LoadBalancer

workflow-manager:
versions_api_url: https://versions.deis.com
doctor_api_url: https://doctor.deis.com
versions_api_url: https://versions.teamhephy.info
doctor_api_url: https://doctor.teamhephy.info
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# names
#
site_name: Deis Workflow Documentation
site_url: https://deis.com/docs/workflow
site_url: https://teamhephy.com/docs/workflow
pages:
- Home: index.md
- Quick Start:
Expand Down Expand Up @@ -131,4 +131,3 @@ extra_javascript:
- static/js/foundation.offcanvas.js
- static/js/headroom.min.js
- static/js/adjustments.js
google_analytics: ['UA-42867143-3', 'auto']
2 changes: 1 addition & 1 deletion src/applications/managing-app-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ When working with an application that has been shared with you, clone the origin
entry before attempting to `git push` any changes to Deis.

```
$ git clone https://github.com/deisthree/example-java-jetty.git
$ git clone https://github.com/teamhephy/example-java-jetty.git
Cloning into 'example-java-jetty'... done
$ cd example-java-jetty
$ git remote add -f deis ssh://git@local3.deisapp.com:2222/peachy-waxworks.git
Expand Down
2 changes: 1 addition & 1 deletion src/applications/using-buildpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Read more about adding/removing SSH Keys [here](../users/ssh-keys.md#adding-and-

If you do not have an existing application, you can clone an example application that demonstrates the Heroku Buildpack workflow.

$ git clone https://github.com/deisthree/example-go.git
$ git clone https://github.com/teamhephy/example-go.git
$ cd example-go


Expand Down
2 changes: 1 addition & 1 deletion src/applications/using-docker-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is useful for integrating Deis into Docker-based CI/CD pipelines.

Start by cloning an example application:

$ git clone https://github.com/deisthree/example-dockerfile-http.git
$ git clone https://github.com/teamhephy/example-dockerfile-http.git
$ cd example-dockerfile-http

Next use your local `docker` client to build the image and push
Expand Down
2 changes: 1 addition & 1 deletion src/applications/using-dockerfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Read more about adding/removing SSH Keys [here](../users/ssh-keys.md#adding-and-

If you do not have an existing application, you can clone an example application that demonstrates the Dockerfile workflow.

$ git clone https://github.com/deisthree/helloworld.git
$ git clone https://github.com/teamhephy/helloworld.git
$ cd helloworld


Expand Down
Loading

0 comments on commit f525e3c

Please sign in to comment.