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: 0 additions & 40 deletions ansible/cockpit.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
```{toctree}
:maxdepth: 3

monitoring
persistence
batch-users
resources
Expand Down
98 changes: 0 additions & 98 deletions docs/configuration/monitoring.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/install/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ The Ansible playbooks are located in the `ansible/` directory:
- `users.yml`: create the tests users on the host
- `quotas.yml`: enable quotas on the host to limit disk usage
- `include-groups.yml`: add user groups to JupyterHub
- `cockpit.yml`: install Cockpit on the host as a monitoring tool
- `tljh.yml`: install TLJH and the Plasma TLJH plugin
- `https.yml`: enable HTTPS for TLJH
- `uninstall.yml`: uninstall TLJH only
Expand Down
1 change: 0 additions & 1 deletion docs/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Plasma can be seen as an **opinionated TLJH distribution**:
- It provides an interface to build the user environments, accessible from the JupyterHub panel, using
[tljh-repo2docker](https://github.com/plasmabio/tljh-repo2docker)
- It uses PAM as the authenticator, and relies on system users for data persistence (home directories) and authentication
- It provides additional Ansible Playbooks to provision the server with extra monitoring tools

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

Expand Down
9 changes: 0 additions & 9 deletions tljh-plasma/tljh_plasma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,3 @@ def tljh_custom_jupyterhub_config(c):
],
},
]

# register Cockpit as a service if active
if check_service_active("cockpit"):
c.JupyterHub.services.append(
{
"name": "cockpit",
"url": "http://0.0.0.0:9090",
},
)