Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(*): remove deis-database-data and deis-registry-data
Browse files Browse the repository at this point in the history
  • Loading branch information
carmstrong committed Oct 7, 2014
1 parent b7c2990 commit 893414a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions contrib/gce/README.md
Expand Up @@ -321,11 +321,9 @@ UNIT MACHINE LOAD ACTIVE SUB
deis-builder@1.service dea53588.../172.17.8.100 loaded active running
deis-cache@1.service dea53588.../172.17.8.100 loaded active running
deis-controller@1.service dea53588.../172.17.8.100 loaded active running
deis-database-data.service dea53588.../172.17.8.100 loaded active exited
deis-database@1.service dea53588.../172.17.8.100 loaded active running
deis-logger-data.service dea53588.../172.17.8.100 loaded active exited
deis-logger@1.service dea53588.../172.17.8.100 loaded active running
deis-registry-data.service dea53588.../172.17.8.100 loaded active exited
deis-registry@1.service dea53588.../172.17.8.100 loaded active running
deis-router@1.service dea53588.../172.17.8.100 loaded active running
```
Expand Down
1 change: 0 additions & 1 deletion database/tests/database_test.go
Expand Up @@ -42,7 +42,6 @@ func TestDatabase(t *testing.T) {
"-e", "EXTERNAL_PORT="+port,
"-e", "HOST="+host,
"-e", "ETCD_PORT="+etcdPort,
"--volumes-from", dataName,
"deis/database:"+tag)
}()
dockercli.PrintToStdout(t, stdout, stdoutPipe, "database: postgres is running...")
Expand Down
1 change: 0 additions & 1 deletion registry/tests/registry_test.go
Expand Up @@ -48,7 +48,6 @@ func TestRegistry(t *testing.T) {
"-e", "EXTERNAL_PORT="+port,
"-e", "HOST="+host,
"-e", "ETCD_PORT="+etcdPort,
"--volumes-from", dataName,
"deis/registry:"+tag)
}()
dockercli.PrintToStdout(t, stdout, stdoutPipe, "Booting")
Expand Down

0 comments on commit 893414a

Please sign in to comment.