File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 5
5
become : yes
6
6
gather_facts : yes # TODO
7
7
tasks :
8
+ - name : Skip openondemand apps installation in configure mode
9
+ set_fact :
10
+ ood_install_apps : {}
11
+ when : appliances_mode == 'configure'
8
12
- import_role :
9
13
name : openondemand
10
14
tasks_from : main.yml
Original file line number Diff line number Diff line change @@ -16,26 +16,15 @@ At present, this supports all roles/groups enabled:
16
16
17
17
plus some additional roles/groups not enabled by default listed below.
18
18
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:
20
21
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
+ ```
36
25
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":
39
28
- alertmanager *
40
29
- ansible_init *
41
30
- basic_users *
You can’t perform that action at this time.
0 commit comments