Skip to content

Commit 2f73621

Browse files
committed
fix jupyter app when isolated
1 parent 3e9c1d9 commit 2f73621

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

ansible/portal.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
become: yes
66
gather_facts: yes # TODO
77
tasks:
8+
- name: Skip openondemand apps installation in configure mode
9+
set_fact:
10+
ood_install_apps: {}
11+
when: appliances_mode == 'configure'
812
- import_role:
913
name: openondemand
1014
tasks_from: main.yml

docs/experimental/isolated-clusters.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,15 @@ At present, this supports all roles/groups enabled:
1616

1717
plus some additional roles/groups not enabled by default listed below.
1818

19-
However the following default features are not available:
19+
Note that the `hpl` test from the `ansible/adhoc/hpctests.yml` playbook is not
20+
functional and must be skipped using:
2021

21-
1. Configuration of the default Juptyer Notebook server app for Open Ondemand
22-
is not currently supported and must be disabled:
23-
24-
```yaml
25-
# environments/site/inventory/group_vars/all/openondemand.yml:
26-
openondemand_jupyter_partition: ''
27-
```
28-
(This disables both the app installation and its addition to the portal.)
29-
30-
2. The `hpl` test from the `ansible/adhoc/hpctests.yml` playbook is not
31-
functional and must be skipped using:
32-
33-
```shell
34-
ansible-playbook ansible/adhoc/hpctests.yml --skip-tags hpl-solo
35-
```
22+
```shell
23+
ansible-playbook ansible/adhoc/hpctests.yml --skip-tags hpl-solo
24+
```
3625

37-
The full list of supported roles/groups is below, with those marked "*" from
38-
the common environment or "everything template":
26+
The full list of supported roles/groups is below, with those marked "*"
27+
enabled by default in the common environment or "everything template":
3928
- alertmanager *
4029
- ansible_init *
4130
- basic_users *

0 commit comments

Comments
 (0)