Skip to content
Merged
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
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