summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-03-09 13:33:36 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-03-09 13:33:36 -0400
commita7d3c9b09694bf120652805f1a7b62b1ae20260e (patch)
treec8a5d5a9344697fd14726f9699d589f9f271ea00 /roles/openshift_master
parent16b4b62c7f8abfcb690da19d9b3d05a120407f3f (diff)
parent3befc3959b09e6834845b12b42561ef88c97a8be (diff)
downloadopenshift-a7d3c9b09694bf120652805f1a7b62b1ae20260e.tar.gz
openshift-a7d3c9b09694bf120652805f1a7b62b1ae20260e.tar.bz2
openshift-a7d3c9b09694bf120652805f1a7b62b1ae20260e.tar.xz
openshift-a7d3c9b09694bf120652805f1a7b62b1ae20260e.zip
Merge pull request #100 from detiber/randomCleanup
Random cleanup
Diffstat (limited to 'roles/openshift_master')
-rw-r--r--roles/openshift_master/README.md38
-rw-r--r--roles/openshift_master/meta/main.yml2
2 files changed, 26 insertions, 14 deletions
diff --git a/roles/openshift_master/README.md b/roles/openshift_master/README.md
index 225dd44b9..5a1b889b2 100644
--- a/roles/openshift_master/README.md
+++ b/roles/openshift_master/README.md
@@ -1,38 +1,50 @@
-Role Name
-=========
+OpenShift Master
+================
-A brief description of the role goes here.
+OpenShift Master service installation
Requirements
------------
-Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
+A RHEL 7.1 host pre-configured with access to the rhel-7-server-rpms,
+rhel-7-server-extras-rpms, and rhel-server-7-ose-beta-rpms repos.
Role Variables
--------------
-A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
+From this role:
+| Name | Default value |
+|
+|------------------------------------------|-----------------------|----------------------------------------|
+| openshift_master_manage_service_externally | False | Should the openshift-master role manage the openshift-master service? |
+| openshift_master_debug_level | openshift_debug_level | Verbosity of the debug logs for openshift-master |
+| openshift_node_ips | [] | List of the openshift node ip addresses, that we want to pre-register to the system when openshift-master starts up |
+| openshift_registry_url | UNDEF (Optional) | Default docker registry to use |
+
+From openshift_common:
+| Name | Default Value | |
+|-------------------------------|---------------------|---------------------|
+| openshift_debug_level | 0 | Global openshift debug log verbosity |
+| openshift_hostname_workaround | True | |
+| openshift_public_ip | UNDEF (Required) | Public IP address to use for this host |
+| openshift_hostname | openshift_public_ip if openshift_hostname_workaround else ansible_fqdn | hostname to use for this instance |
Dependencies
------------
-A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
+openshift_common
Example Playbook
----------------
-Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
-
- - hosts: servers
- roles:
- - { role: username.rolename, x: 42 }
+TODO
License
-------
-BSD
+Apache License, Version 2.0
Author Information
------------------
-An optional section for the role authors to include contact information, or a website (HTML is not allowed).
+TODO
diff --git a/roles/openshift_master/meta/main.yml b/roles/openshift_master/meta/main.yml
index bb0fc00e9..41a183c3b 100644
--- a/roles/openshift_master/meta/main.yml
+++ b/roles/openshift_master/meta/main.yml
@@ -3,7 +3,7 @@ galaxy_info:
author: Jhon Honce
description: OpenShift Master
company: Red Hat, Inc.
- license: ASL 2.0
+ license: Apache License, Version 2.0
min_ansible_version: 1.7
platforms:
- name: EL