summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_certificates/README.md
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-05-30 14:34:19 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-05-30 14:34:19 -0400
commit098d0c24bb2d08e2107b6c4a55d350ae751458f7 (patch)
treed3196af96ba721172b820f9a217bd89924454378 /roles/openshift_node_certificates/README.md
parent4b734695abf9ca112c9ad3be33f03fcd1a1e7abf (diff)
downloadopenshift-098d0c24bb2d08e2107b6c4a55d350ae751458f7.tar.gz
openshift-098d0c24bb2d08e2107b6c4a55d350ae751458f7.tar.bz2
openshift-098d0c24bb2d08e2107b6c4a55d350ae751458f7.tar.xz
openshift-098d0c24bb2d08e2107b6c4a55d350ae751458f7.zip
Revert openshift-certificates changes.
Diffstat (limited to 'roles/openshift_node_certificates/README.md')
-rw-r--r--roles/openshift_node_certificates/README.md33
1 files changed, 8 insertions, 25 deletions
diff --git a/roles/openshift_node_certificates/README.md b/roles/openshift_node_certificates/README.md
index f56066b29..6264d253a 100644
--- a/roles/openshift_node_certificates/README.md
+++ b/roles/openshift_node_certificates/README.md
@@ -1,44 +1,27 @@
-OpenShift Node Certificates
-===========================
+OpenShift/Atomic Enterprise Node Certificates
+=============================================
-This role determines if OpenShift node certificates must be created, delegates certificate creation to the `openshift_ca_host` and then deploys those certificates to node hosts which this role is being applied to.
+TODO
Requirements
------------
+TODO
+
Role Variables
--------------
-From `openshift_ca`:
-
-| Name | Default value | Description |
-|-------------------------------------|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
-| openshift_ca_host | None (Required) | The hostname of the system where the OpenShift CA will be (or has been) created. |
-
-From this role:
-
-| Name | Default value | Description |
-|-------------------------------------|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
-| openshift_generated_configs_dir | `{{ openshift.common.config_base }}/generated-configs` | Directory in which per-node generated config directories will be created on the `openshift_ca_host`. |
-| openshift_node_cert_subdir | `node-{{ openshift.common.hostname }}` | Directory within `openshift_generated_configs_dir` where per-node certificates will be placed on the `openshift_ca_host`. |
-| openshift_node_config_dir | `{{ openshift.common.config_base }}/node` | Node configuration directory in which certificates will be deployed on nodes. |
-| openshift_node_generated_config_dir | `{{ openshift_generated_configs_dir }}/{{ openshift_node_cert_subdir }` | Full path to the per-node generated config directory. |
+TODO
Dependencies
------------
-* openshift_ca
+TODO
Example Playbook
----------------
-```
-- name: Create OpenShift Node Certificates
- hosts: nodes
- roles:
- - role: openshift_node_certificates
- openshift_ca_host: master1.example.com
-```
+TODO
License
-------