Razique Mahroua
2020-03-18 b85c91a8192593f6b62f93e11c971868964343a9
commit | author | age
f9cbd0 1 Openwhisk
WK 2 =========
3
4 This role installs the Openwhisk on a 3.9 or higher OCP Cluster.
5
6 Requirements
7 ------------
8
9 Needs to be run after OCP has been set up
10
11 Role Variables
12 --------------
13
14 None
15
16 Dependencies
17 ------------
18
19 None
20
21 Example Playbook
22 ----------------
23
24   hosts: masters
25   run_once: true
26   gather_facts: False
27   become: yes
28   roles:
efe8d4 29     - { role: "openwhisk" }
f9cbd0 30
WK 31 License
32 -------
33
34 BSD
35
36 Author Information
37 ------------------
38
39 Wolfgang Kulhanek (wkulhane@redhat.com)