diff options
| -rw-r--r-- | README_libvirt.md | 2 | ||||
| -rwxr-xr-x | bin/ohi | 2 | ||||
| -rwxr-xr-x | bin/oscp | 2 | ||||
| -rwxr-xr-x | bin/ossh | 2 | ||||
| -rw-r--r-- | docs/best_practices_guide.adoc | 2 | ||||
| -rw-r--r-- | docs/core_concepts_guide.adoc | 2 | ||||
| -rw-r--r-- | docs/style_guide.adoc | 2 | ||||
| -rw-r--r-- | roles/docker_storage/README.md | 2 | ||||
| -rw-r--r-- | roles/docker_storage/meta/main.yml | 2 | ||||
| -rw-r--r-- | roles/openshift_ansible_inventory/README.md | 4 | ||||
| -rw-r--r-- | roles/openshift_ansible_inventory/meta/main.yml | 2 | 
11 files changed, 12 insertions, 12 deletions
diff --git a/README_libvirt.md b/README_libvirt.md index bcbaf4bd5..92f0b3dc9 100644 --- a/README_libvirt.md +++ b/README_libvirt.md @@ -3,7 +3,7 @@ LIBVIRT Setup instructions  `libvirt` is an `openshift-ansible` provider that uses `libvirt` to create local Fedora VMs that are provisioned exactly the same way that cloud VMs would be provisioned. -This makes `libvirt` useful to develop, test and debug Openshift and openshift-ansible locally on the developer’s workstation before going to the cloud. +This makes `libvirt` useful to develop, test and debug OpenShift and openshift-ansible locally on the developer’s workstation before going to the cloud.  Install dependencies  -------------------- @@ -83,7 +83,7 @@ class Ohi(object):          """Setup the command line parser with the options we want          """ -        parser = argparse.ArgumentParser(description='Openshift Host Inventory') +        parser = argparse.ArgumentParser(description='OpenShift Host Inventory')          parser.add_argument('--list-host-types', default=False, action='store_true',                         help='List all of the host types') @@ -55,7 +55,7 @@ class Oscp(object):              config.read(self.config_path)      def parse_cli_args(self): -        parser = argparse.ArgumentParser(description='Openshift Online SSH Tool.') +        parser = argparse.ArgumentParser(description='OpenShift Online SSH Tool.')          parser.add_argument('-e', '--env',                            action="store", help="Environment where this server exists.")          parser.add_argument('-d', '--debug', default=False, @@ -53,7 +53,7 @@ class Ossh(object):              config.read(self.config_path)      def parse_cli_args(self): -        parser = argparse.ArgumentParser(description='Openshift Online SSH Tool.') +        parser = argparse.ArgumentParser(description='OpenShift Online SSH Tool.')          parser.add_argument('-e', '--env', action="store",                            help="Which environment to search for the host ")          parser.add_argument('-d', '--debug', default=False, diff --git a/docs/best_practices_guide.adoc b/docs/best_practices_guide.adoc index 841f6e72c..912617461 100644 --- a/docs/best_practices_guide.adoc +++ b/docs/best_practices_guide.adoc @@ -1,6 +1,6 @@  // vim: ft=asciidoc -= Openshift-Ansible Best Practices Guide += openshift-ansible Best Practices Guide  The purpose of this guide is to describe the preferred patterns and best practices used in this repository (both in ansible and python). diff --git a/docs/core_concepts_guide.adoc b/docs/core_concepts_guide.adoc index 38187c55e..b29e467e2 100644 --- a/docs/core_concepts_guide.adoc +++ b/docs/core_concepts_guide.adoc @@ -1,6 +1,6 @@  // vim: ft=asciidoc -= Openshift-Ansible Core Concepts Guide += openshift-ansible Core Concepts Guide  The purpose of this guide is to describe core concepts used in this repository. diff --git a/docs/style_guide.adoc b/docs/style_guide.adoc index 3b888db12..7dc240f2e 100644 --- a/docs/style_guide.adoc +++ b/docs/style_guide.adoc @@ -1,6 +1,6 @@  // vim: ft=asciidoc -= Openshift-Ansible Style Guide += openshift-ansible Style Guide  The purpose of this guide is to describe the preferred coding conventions used in this repository (both in ansible and python). diff --git a/roles/docker_storage/README.md b/roles/docker_storage/README.md index 0d8f31afc..bf0158623 100644 --- a/roles/docker_storage/README.md +++ b/roles/docker_storage/README.md @@ -36,4 +36,4 @@ ASL 2.0  Author Information  ------------------ -Openshift operations, Red Hat, Inc +OpenShift operations, Red Hat, Inc diff --git a/roles/docker_storage/meta/main.yml b/roles/docker_storage/meta/main.yml index a5d51cd3a..f5b2d53cb 100644 --- a/roles/docker_storage/meta/main.yml +++ b/roles/docker_storage/meta/main.yml @@ -1,6 +1,6 @@  ---  galaxy_info: -  author: Openshift +  author: OpenShift    description:  Setup docker_storage options    company: Red Hat, Inc    license: ASL 2.0 diff --git a/roles/openshift_ansible_inventory/README.md b/roles/openshift_ansible_inventory/README.md index 69a07effd..b62287c12 100644 --- a/roles/openshift_ansible_inventory/README.md +++ b/roles/openshift_ansible_inventory/README.md @@ -1,4 +1,4 @@ -Openshift Ansible Inventory +OpenShift Ansible Inventory  =========  Install and configure openshift-ansible-inventory. @@ -38,4 +38,4 @@ ASL 2.0  Author Information  ------------------ -Openshift operations, Red Hat, Inc +OpenShift operations, Red Hat, Inc diff --git a/roles/openshift_ansible_inventory/meta/main.yml b/roles/openshift_ansible_inventory/meta/main.yml index ff3df0a7d..7f7387e80 100644 --- a/roles/openshift_ansible_inventory/meta/main.yml +++ b/roles/openshift_ansible_inventory/meta/main.yml @@ -1,6 +1,6 @@  ---  galaxy_info: -  author: Openshift +  author: OpenShift    description:  Install and configure openshift-ansible-inventory    company: Red Hat, Inc    license: ASL 2.0  | 
