Skip to content

Commit 9d23a50

Browse files
authored
Merge pull request #232 from plasmabio/cockpit
remove cockpit
2 parents c2b4e62 + 52981bd commit 9d23a50

File tree

6 files changed

+0
-150
lines changed

6 files changed

+0
-150
lines changed

ansible/cockpit.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

docs/configuration/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
```{toctree}
44
:maxdepth: 3
55
6-
monitoring
76
persistence
87
batch-users
98
resources

docs/configuration/monitoring.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

docs/install/ansible.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ The Ansible playbooks are located in the `ansible/` directory:
277277
- `users.yml`: create the tests users on the host
278278
- `quotas.yml`: enable quotas on the host to limit disk usage
279279
- `include-groups.yml`: add user groups to JupyterHub
280-
- `cockpit.yml`: install Cockpit on the host as a monitoring tool
281280
- `tljh.yml`: install TLJH and the Plasma TLJH plugin
282281
- `https.yml`: enable HTTPS for TLJH
283282
- `uninstall.yml`: uninstall TLJH only

docs/overview/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Plasma can be seen as an **opinionated TLJH distribution**:
1717
- It provides an interface to build the user environments, accessible from the JupyterHub panel, using
1818
[tljh-repo2docker](https://github.com/plasmabio/tljh-repo2docker)
1919
- It uses PAM as the authenticator, and relies on system users for data persistence (home directories) and authentication
20-
- It provides additional Ansible Playbooks to provision the server with extra monitoring tools
2120

2221
Here is an overview of all the different components and their interactions after Plasma has been deployed on a new server:
2322

tljh-plasma/tljh_plasma/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,3 @@ def tljh_custom_jupyterhub_config(c):
214214
],
215215
},
216216
]
217-
218-
# register Cockpit as a service if active
219-
if check_service_active("cockpit"):
220-
c.JupyterHub.services.append(
221-
{
222-
"name": "cockpit",
223-
"url": "http://0.0.0.0:9090",
224-
},
225-
)

0 commit comments

Comments
 (0)