瀏覽代碼

changed Openshift to OpenShift

Thomas Wiest 9 年之前
父節點
當前提交
8625cf7d8b

+ 1 - 1
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.
 `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
 Install dependencies
 --------------------
 --------------------

+ 1 - 1
bin/ohi

@@ -83,7 +83,7 @@ class Ohi(object):
         """Setup the command line parser with the options we want
         """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',
         parser.add_argument('--list-host-types', default=False, action='store_true',
                        help='List all of the host types')
                        help='List all of the host types')

+ 1 - 1
bin/oscp

@@ -55,7 +55,7 @@ class Oscp(object):
             config.read(self.config_path)
             config.read(self.config_path)
 
 
     def parse_cli_args(self):
     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',
         parser.add_argument('-e', '--env',
                           action="store", help="Environment where this server exists.")
                           action="store", help="Environment where this server exists.")
         parser.add_argument('-d', '--debug', default=False,
         parser.add_argument('-d', '--debug', default=False,

+ 1 - 1
bin/ossh

@@ -53,7 +53,7 @@ class Ossh(object):
             config.read(self.config_path)
             config.read(self.config_path)
 
 
     def parse_cli_args(self):
     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",
         parser.add_argument('-e', '--env', action="store",
                           help="Which environment to search for the host ")
                           help="Which environment to search for the host ")
         parser.add_argument('-d', '--debug', default=False,
         parser.add_argument('-d', '--debug', default=False,

+ 1 - 1
docs/best_practices_guide.adoc

@@ -1,6 +1,6 @@
 // vim: ft=asciidoc
 // 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).
 The purpose of this guide is to describe the preferred patterns and best practices used in this repository (both in ansible and python).
 
 

+ 1 - 1
docs/core_concepts_guide.adoc

@@ -1,6 +1,6 @@
 // vim: ft=asciidoc
 // 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.
 The purpose of this guide is to describe core concepts used in this repository.
 
 

+ 1 - 1
docs/style_guide.adoc

@@ -1,6 +1,6 @@
 // vim: ft=asciidoc
 // 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).
 The purpose of this guide is to describe the preferred coding conventions used in this repository (both in ansible and python).
 
 

+ 1 - 1
roles/docker_storage/README.md

@@ -36,4 +36,4 @@ ASL 2.0
 Author Information
 Author Information
 ------------------
 ------------------
 
 
-Openshift operations, Red Hat, Inc
+OpenShift operations, Red Hat, Inc

+ 1 - 1
roles/docker_storage/meta/main.yml

@@ -1,6 +1,6 @@
 ---
 ---
 galaxy_info:
 galaxy_info:
-  author: Openshift
+  author: OpenShift
   description:  Setup docker_storage options
   description:  Setup docker_storage options
   company: Red Hat, Inc
   company: Red Hat, Inc
   license: ASL 2.0
   license: ASL 2.0

+ 2 - 2
roles/openshift_ansible_inventory/README.md

@@ -1,4 +1,4 @@
-Openshift Ansible Inventory
+OpenShift Ansible Inventory
 =========
 =========
 
 
 Install and configure openshift-ansible-inventory.
 Install and configure openshift-ansible-inventory.
@@ -38,4 +38,4 @@ ASL 2.0
 Author Information
 Author Information
 ------------------
 ------------------
 
 
-Openshift operations, Red Hat, Inc
+OpenShift operations, Red Hat, Inc

+ 1 - 1
roles/openshift_ansible_inventory/meta/main.yml

@@ -1,6 +1,6 @@
 ---
 ---
 galaxy_info:
 galaxy_info:
-  author: Openshift
+  author: OpenShift
   description:  Install and configure openshift-ansible-inventory
   description:  Install and configure openshift-ansible-inventory
   company: Red Hat, Inc
   company: Red Hat, Inc
   license: ASL 2.0
   license: ASL 2.0