Skip to content

Commit ef67e1b

Browse files
mboersmaMatthew Fisher
authored andcommitted
docs(scheduler): removed most references to old concepts
Refs #707.
1 parent 06659ec commit ef67e1b

95 files changed

Lines changed: 277 additions & 2248 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deis
22

3-
Deis is an open source PaaS that makes it easy to deploy, scale and manage Docker containers used to host applications and services. Deis builds upon Docker and CoreOS to provide a private PaaS that is lightweight and flexible.
3+
Deis is an open source PaaS that makes it easy to deploy, scale and manage containers used to host applications and services. Deis builds upon Docker and CoreOS to provide a private PaaS that is lightweight and flexible.
44

55
[![Build Status](https://travis-ci.org/opdemand/deis.png?branch=master)](https://travis-ci.org/opdemand/deis)
66
[![Coverage Status](https://coveralls.io/repos/opdemand/deis/badge.png?branch=master)](https://coveralls.io/r/opdemand/deis?branch=master)

controller/api/fixtures/dev.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
[
22
{
3-
"pk": -1,
4-
"model": "auth.user",
3+
"pk": -1,
4+
"model": "auth.user",
55
"fields": {
6-
"username": "AnonymousUser",
7-
"first_name": "",
8-
"last_name": "",
9-
"is_active": true,
10-
"is_superuser": false,
11-
"is_staff": false,
12-
"last_login": "2014-02-16T13:13:47.539Z",
13-
"groups": [],
14-
"user_permissions": [],
15-
"password": "",
16-
"email": "",
6+
"username": "AnonymousUser",
7+
"first_name": "",
8+
"last_name": "",
9+
"is_active": true,
10+
"is_superuser": false,
11+
"is_staff": false,
12+
"last_login": "2014-02-16T13:13:47.539Z",
13+
"groups": [],
14+
"user_permissions": [],
15+
"password": "",
16+
"email": "",
1717
"date_joined": "2014-02-16T13:13:47.539Z"
1818
}
1919
},
2020
{
21-
"pk": 1,
22-
"model": "auth.user",
21+
"pk": 1,
22+
"model": "auth.user",
2323
"fields": {
24-
"username": "devuser",
25-
"first_name": "",
26-
"last_name": "",
27-
"is_active": true,
28-
"is_superuser": true,
29-
"is_staff": true,
30-
"last_login": "2014-01-27T23:30:25.062Z",
31-
"groups": [],
32-
"user_permissions": [],
33-
"password": "pbkdf2_sha256$12000$sGISfpN866YM$+pWXpirYh4rSfa0XX9kxvH047GTycDa8U9axRLHuJhk=",
34-
"email": "dev@dev.com",
24+
"username": "devuser",
25+
"first_name": "",
26+
"last_name": "",
27+
"is_active": true,
28+
"is_superuser": true,
29+
"is_staff": true,
30+
"last_login": "2014-01-27T23:30:25.062Z",
31+
"groups": [],
32+
"user_permissions": [],
33+
"password": "pbkdf2_sha256$12000$sGISfpN866YM$+pWXpirYh4rSfa0XX9kxvH047GTycDa8U9axRLHuJhk=",
34+
"email": "dev@dev.com",
3535
"date_joined": "2014-01-27T22:23:49.793Z"
3636
}
3737
},
3838
{
39-
"pk": 1,
40-
"model": "sites.site",
39+
"pk": 1,
40+
"model": "sites.site",
4141
"fields": {
42-
"domain": "deis-controller.local",
43-
"name": "deis-controller.local"
42+
"domain": "local.deisapp.com",
43+
"name": "local.deisapp.com"
4444
}
4545
},
4646
{
47-
"pk": "8b196fb8-5774-4512-b3cc-569af8894a6c",
47+
"pk": "8b196fb8-5774-4512-b3cc-569af8894a6c",
4848
"model": "api.cluster",
4949
"fields": {
50-
"updated": "2014-01-27T23:32:51.173Z",
51-
"created": "2014-01-27T23:32:02.148Z",
52-
"domain": "deis-controller.local",
50+
"updated": "2014-01-27T23:32:51.173Z",
51+
"created": "2014-01-27T23:32:02.148Z",
52+
"domain": "local.deisapp.com",
5353
"owner": [
5454
"devuser"
5555
],

docs/client/apps.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
:title: Applications
22
:description: Learn how to manage Deis applications using the Deis client, including how to create, list, open, retrieve logs for, run ephemeral commands on, and destroy applications.
33

4-
54
apps
65
====
76

@@ -11,4 +10,4 @@ apps
1110
.. automethod:: client.deis.DeisClient.apps_open
1211
.. automethod:: client.deis.DeisClient.apps_logs
1312
.. automethod:: client.deis.DeisClient.apps_run
14-
.. automethod:: client.deis.DeisClient.apps_destroy
13+
.. automethod:: client.deis.DeisClient.apps_destroy

docs/client/builds.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
:title: Releases
22
:description: Learn how to releases of an application using the Deis client.
33

4-
54
release
65
=======
76

87
.. automethod:: client.deis.DeisClient.releases_list
9-
.. automethod:: client.deis.DeisClient.releases_info
8+
.. automethod:: client.deis.DeisClient.releases_info

docs/client/clusters.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
:title: Clusters
22
:description: Learn how to manage Deis clusters using the Deis client, including how to create, list, update and destroy clusters.
33

4-
54
clusters
65
========
76

docs/client/config.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
:title: Config
22
:description: Learn how to list, set and unset environment variables for an application using the Deis client.
33

4-
54
config
65
======
76

docs/client/containers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
:title: Containers
2-
:description: Learn how to list and scale Deis containers for an application using the Deis client.
1+
:title: Containers
2+
:description: Learn how to list and scale Deis containers for an application using the Deis client.
33

44

55
containers

docs/client/create.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
:title: Create
2-
:description: Learn how to create a new Deis application using the Deis client.
1+
:title: Create
2+
:description: Learn how to create a new Deis application using the Deis client.
33

44

55
create

docs/client/destroy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
:title: Destroy
2-
:description: Learn how to destroy a Deis application using the Deis client.
1+
:title: Destroy
2+
:description: Learn how to destroy a Deis application using the Deis client.
33

44

55
destroy

docs/client/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:title: client
22
:description: Deis Client Reference
3-
:keywords: deis, documentation, client, reference
43

54
.. _client:
65

0 commit comments

Comments
 (0)