Razique Mahroua
2020-03-18 b85c91a8192593f6b62f93e11c971868964343a9
commit | author | age
57bfb6 1 OSB-Azure
VP 2 =========
3
4 This role installs the Open Service Broker for Azure on a 3.10 or higher OCP Cluster.
5
6 Main URL: https://osba.sh/
7
8 Documentation: https://github.com/Azure/open-service-broker-azure/blob/master/README.md
9
10 Requirements
11 ------------
12
13 Needs to be run after OCP has been set up
14
15 Role Variables
16 --------------
17
18 Needs some details about the Azure instance, there are no default values. The current
19 values are names are from GPTE's naming standard.
20
21 azure_tenant: 00000000-1111-2222-3333-444444444444
22 azure_subscription_id: 55555555-6666-7777-8888-999999999999
23 azure_service_principal: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee
24 bindPassword: 'SetMeToSomething'
25
26
27 Dependencies
28 ------------
29
30 Requires the Service Catalog to be installed in OCP
31
32 Example Playbook
33 ----------------
34
35   hosts: masters
36   gather_facts: False
37   become: yes
38   run_once: true
39   roles:
40     - { role: "ocp-infra-azure-service-broker" }
41
42 License
43 -------
44
45 BSD
46
47 Author Information
48 ------------------
49
50 Vince Power (vpower@redhat.com)