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 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
Original file line number Diff line number Diff line change @@ -16,26 +16,15 @@ At present, this supports all roles/groups enabled:
1616
1717plus 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 *
You can’t perform that action at this time.
0 commit comments