diff --git a/container_config_scripts/pyshim.sh b/container_config_scripts/pyshim.sh index 398218c94d..e6077fc666 100755 --- a/container_config_scripts/pyshim.sh +++ b/container_config_scripts/pyshim.sh @@ -18,7 +18,7 @@ # Unfortunately THT doesn't know which version of python might be in a # container so we need this script to be able to try python3 or python2 # depending on availability. Since this is a temporary shim until we've -# fully cut over to python3, we check for the existance of python3 first +# fully cut over to python3, we check for the existence of python3 first # before falling back to python2. This will help in the transition from # python2 based containers to python3. diff --git a/deployment/neutron/neutron-dhcp-container-puppet.yaml b/deployment/neutron/neutron-dhcp-container-puppet.yaml index 31f10d3ee2..b59e3ecc9e 100644 --- a/deployment/neutron/neutron-dhcp-container-puppet.yaml +++ b/deployment/neutron/neutron-dhcp-container-puppet.yaml @@ -407,7 +407,7 @@ outputs: path: /var/lib/neutron state: directory setype: container_file_t - - name: enable virt_sandbox_use_netlink for healtcheck + - name: enable virt_sandbox_use_netlink for healthcheck seboolean: name: virt_sandbox_use_netlink persistent: yes diff --git a/deployment/neutron/neutron-l3-container-puppet.yaml b/deployment/neutron/neutron-l3-container-puppet.yaml index d2f1280b66..112f9e787b 100644 --- a/deployment/neutron/neutron-l3-container-puppet.yaml +++ b/deployment/neutron/neutron-l3-container-puppet.yaml @@ -348,7 +348,7 @@ outputs: path: /var/lib/neutron state: directory setype: container_file_t - - name: enable virt_sandbox_use_netlink for healtcheck + - name: enable virt_sandbox_use_netlink for healthcheck seboolean: name: virt_sandbox_use_netlink persistent: yes diff --git a/deployment/neutron/neutron-metadata-container-puppet.yaml b/deployment/neutron/neutron-metadata-container-puppet.yaml index 7c053cdd82..28cb1811c1 100644 --- a/deployment/neutron/neutron-metadata-container-puppet.yaml +++ b/deployment/neutron/neutron-metadata-container-puppet.yaml @@ -204,7 +204,7 @@ outputs: path: /var/lib/neutron state: directory setype: container_file_t - - - name: enable virt_sandbox_use_netlink for healtcheck + - name: enable virt_sandbox_use_netlink for healthcheck seboolean: name: virt_sandbox_use_netlink persistent: yes diff --git a/deployment/neutron/neutron-ovs-agent-container-puppet.yaml b/deployment/neutron/neutron-ovs-agent-container-puppet.yaml index d3faef8453..840b4c15a4 100644 --- a/deployment/neutron/neutron-ovs-agent-container-puppet.yaml +++ b/deployment/neutron/neutron-ovs-agent-container-puppet.yaml @@ -392,7 +392,7 @@ outputs: service: name: neutron-cleanup enabled: yes - - name: enable virt_sandbox_use_netlink for healtcheck + - name: enable virt_sandbox_use_netlink for healthcheck seboolean: name: virt_sandbox_use_netlink persistent: yes diff --git a/deployment/neutron/neutron-sriov-agent-container-puppet.yaml b/deployment/neutron/neutron-sriov-agent-container-puppet.yaml index 813b93b95c..07e4c05bb5 100644 --- a/deployment/neutron/neutron-sriov-agent-container-puppet.yaml +++ b/deployment/neutron/neutron-sriov-agent-container-puppet.yaml @@ -195,7 +195,7 @@ outputs: host_prep_tasks: list_concat: - {get_attr: [NeutronLogging, host_prep_tasks]} - - - name: enable virt_sandbox_use_netlink for healtcheck + - - name: enable virt_sandbox_use_netlink for healthcheck seboolean: name: virt_sandbox_use_netlink persistent: yes diff --git a/sample-env-generator/standalone.yaml b/sample-env-generator/standalone.yaml index 60d5ed8db6..9b335af1c3 100644 --- a/sample-env-generator/standalone.yaml +++ b/sample-env-generator/standalone.yaml @@ -38,7 +38,7 @@ environments: parameters: - SshFirewallAllowAll # TODO(aschultz): hack to pull in this config transport, not sure it is - # still neded. + # still needed. puppet/controller-role.yaml: parameters: - SoftwareConfigTransport @@ -168,7 +168,7 @@ environments: parameters: - NtpServer # TODO(aschultz): hack to pull in this config transport, not sure it is - # still neded. + # still needed. puppet/controller-role.yaml: parameters: - DnsServers diff --git a/sample-env-generator/undercloud-minion.yaml b/sample-env-generator/undercloud-minion.yaml index c0e0d53fdf..80867bb1a5 100644 --- a/sample-env-generator/undercloud-minion.yaml +++ b/sample-env-generator/undercloud-minion.yaml @@ -19,7 +19,7 @@ environments: parameters: - SshFirewallAllowAll # TODO(aschultz): hack to pull in this config transport, not sure it is - # still neded. + # still needed. puppet/controller-role.yaml: parameters: - SoftwareConfigTransport diff --git a/scripts/check-run-nova-compute b/scripts/check-run-nova-compute index 6171575dc9..6227c83306 100755 --- a/scripts/check-run-nova-compute +++ b/scripts/check-run-nova-compute @@ -100,7 +100,7 @@ def create_nova_connection(options): # the [placement]/os_interface key. if 'os_interface' in options and len(options["os_interface"]) == 1: nova_endpoint_type = options["os_interface"][0] - # Via https://review.opendev.org/#/c/492247/ os_interface has been deprecatd in queens + # Via https://review.opendev.org/#/c/492247/ os_interface has been deprecated in queens # and we need to use 'valid_interfaces' which is a: # "List of interfaces, in order of preference, for endpoint URL. (list value)" # Since it is not explicitely set in nova.conf we still keep the check for os_interface diff --git a/tripleo_heat_templates/tests/test_tht_ansible_syntax.yml b/tripleo_heat_templates/tests/test_tht_ansible_syntax.yml index 5275edfb0f..96b349fecf 100644 --- a/tripleo_heat_templates/tests/test_tht_ansible_syntax.yml +++ b/tripleo_heat_templates/tests/test_tht_ansible_syntax.yml @@ -21,7 +21,7 @@ vars: # This variable is set to 9999, so we will not execute actually # any task. Still, the Ansible interpreter will check for syntax - # issues wich is the intention of this playbook. + # issues which is the intention of this playbook. step: 9999 # In the future this list should be extended to # ANSIBLE_TASKS_SECTIONS defined in yaml-validate.py @@ -33,7 +33,7 @@ upgrade_tasks post_upgrade_tasks external_upgrade_tasks - # In the future this list shoud be extended to support + # In the future this list should be extended to support # automatically any role definition in t-h-t/roles/* # Currently we have a --all option check allservices # in the resource registry