瀏覽代碼

Remove duplicate words

liangxia 6 年之前
父節點
當前提交
acc7e1cbcd

+ 1 - 1
examples/certificate-check-upload.yaml

@@ -10,7 +10,7 @@
 # The following objects are expected to be configured before the creation
 # of this Job:
 #   - A ConfigMap named 'inventory' with a key named 'hosts' that
-#     contains the the Ansible inventory file
+#     contains the Ansible inventory file
 #   - A Secret named 'sshkey' with a key named 'ssh-privatekey
 #     that contains the ssh key to connect to the hosts
 # (see examples/README.md for more details)

+ 1 - 1
examples/certificate-check-volume.yaml

@@ -10,7 +10,7 @@
 # The following objects are expected to be configured before the creation
 # of this Job:
 #   - A ConfigMap named 'inventory' with a key named 'hosts' that
-#     contains the the Ansible inventory file
+#     contains the Ansible inventory file
 #   - A Secret named 'sshkey' with a key named 'ssh-privatekey
 #     that contains the ssh key to connect to the hosts
 #   - A PersistentVolumeClaim named 'certcheck-reports' where the

+ 1 - 1
inventory/hosts.example

@@ -1056,7 +1056,7 @@ debug_level=2
 #
 # LOCAL NFS NOTE:
 #
-# You may may also change this value if you want to change the default
+# You may also change this value if you want to change the default
 # path used for local NFS exports.
 #openshift_management_storage_nfs_base_dir: /exports
 

+ 1 - 1
playbooks/openstack/configuration.md

@@ -721,7 +721,7 @@ same arguments (private key, inventories, etc.) as your provision/install ones:
     playbooks/openstack/inventory.py openshift-ansible/playbooks/openstack/openshift-cluster/cluster-info.yml
 
 These addresses will depend on the load balancing solution. For LBaaS, they'll
-be the the floating IPs of the load balancers. In the VM-based solution,
+be the floating IPs of the load balancers. In the VM-based solution,
 the API address will be the public IP of the load balancer VM and the router IP
 will be the address of the first infra node that was created. If no load
 balancer is selected, the API will be the address of the first master node and

+ 1 - 1
playbooks/openstack/openshift-cluster/master-scaleup.yml

@@ -27,7 +27,7 @@
   # They'll be collected after `wait_for_connection`.
   gather_facts: no
   tasks:
-  - name: Wait for the the new nodes to come up
+  - name: Wait for the new nodes to come up
     wait_for_connection:
 
   - name: Gather facts for the new nodes

+ 1 - 1
playbooks/openstack/openshift-cluster/node-scaleup.yml

@@ -27,7 +27,7 @@
   # They'll be collected after `wait_for_connection`.
   gather_facts: no
   tasks:
-  - name: Wait for the the new nodes to come up
+  - name: Wait for the new nodes to come up
     wait_for_connection:
 
   - name: Gather facts for the new nodes

+ 1 - 1
playbooks/openstack/openshift-cluster/provision.yml

@@ -17,7 +17,7 @@
   # They'll be collected after `wait_for_connection`.
   gather_facts: no
   tasks:
-  - name: Wait for the the nodes to come up
+  - name: Wait for the nodes to come up
     wait_for_connection:
 
   - name: Gather facts for the new nodes

+ 1 - 1
roles/lib_utils/action_plugins/master_check_paths_in_config.py

@@ -117,7 +117,7 @@ class ActionModule(ActionBase):
         # We migrate some paths for users automatically, so we pop those.
         pop_migrated_fields(mastercfg)
 
-        # Create an empty list to append strings from our config file to to check
+        # Create an empty list to append strings from our config file to check
         # later.
         strings_to_check = []
 

+ 3 - 3
roles/olm/files/clusterserviceversion.crd.yaml

@@ -240,7 +240,7 @@ spec:
                           properties:
                             path:
                               type: string
-                              description: A jsonpath indexing into the status object on the CR where the the status value can be found.
+                              description: A jsonpath indexing into the status object on the CR where the status value can be found.
                             displayName:
                               type: string
                               description: A human-readable name for the status entry.
@@ -267,7 +267,7 @@ spec:
                           properties:
                             path:
                               type: string
-                              description: A jsonpath indexing into the spec object on the CR where the the spec value can be found.
+                              description: A jsonpath indexing into the spec object on the CR where the spec value can be found.
                             displayName:
                               type: string
                               description: A human-readable name for the spec entry.
@@ -321,7 +321,7 @@ spec:
                           properties:
                             path:
                               type: string
-                              description: A jsonpath indexing into the status object on the CR where the the status value can be found.
+                              description: A jsonpath indexing into the status object on the CR where the status value can be found.
                             displayName:
                               type: string
                               description: A human-readable name for the status entry.

+ 1 - 1
roles/openshift_management/defaults/main.yml

@@ -70,7 +70,7 @@ openshift_management_storage_nfs_external_hostname: false
 #
 # LOCAL NFS NOTE:
 #
-# You may may also change this value if you want to change the default
+# You may also change this value if you want to change the default
 # path used for local NFS exports.
 openshift_management_storage_nfs_base_dir: /exports
 #