Browse Source

updating doc for SSL cert

dcritch 6 years ago
parent
commit
b7cab60709
1 changed files with 5 additions and 23 deletions
  1. 5 23
      playbooks/openstack/configuration.md

+ 5 - 23
playbooks/openstack/configuration.md

@@ -133,34 +133,16 @@ configuration file locally and specify it in `inventory/group_vars/OSEv3.yml`:
 ## OpenStack With SSL Configuration
 
 In order to configure your OpenShift cluster to work properly with OpenStack with
-SSL-endpoints, you must do the following:
-
-### 1. Specify a custom OpenStack cloud provider configuration file
-
-Follow the instructions in [OpenStack Cloud Provider Configuration](#openstack-cloud-provider-configuration)
-and create a custom OpenStack cloud provider configuration file. In the Global
-section, add:
-
-```
-[Global]
-.
-.
-ca-file = /path/to/ca-bundle.crt
-.
-.
-```
-
-Make sure you set `openshift_cloudprovider_openstack_conf_file` in 
-`inventory/group_vars/OSEv3.yml`.
-
-### 2. Add Parameters to OSEv3.yml
-
-Add the following to `inventory/group_vars/OSEv3.yml`:
+SSL-endpoints, add the following to `inventory/group_vars/OSEv3.yml`:
 
 ```
 openshift_certificates_redeploy: true
 openshift_additional_ca: /path/to/ca.crt.pem
 kuryr_openstack_ca: /path/to/ca.crt.pem (optional)
+openshift_cloudprovider_openstack_ca_file: |
+  -----BEGIN CERTIFICATE-----
+  CONTENTS OF OPENSTACK SSL CERTIFICATE
+  -----END CERTIFICATE-----
 ```
 
 ## Stack Name Configuration