From 9127f229969bca47bc98b4748f05d2ba6b22a043 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 1 Jul 2019 22:20:18 -0500 Subject: [PATCH] Remove irrelevant files This change rmeoves files that serve no purpose. Most of these things were brought over on the initial role import and were kept for consistency. Now that we can test the roles and are confident in the setup it is time to clean things up by removing files and options that are empty or pointless. Change-Id: I832c003a36d82cf37d128e5934aeb5448112e6f8 Signed-off-by: Kevin Carter --- doc/source/roles/role-test_deps.rst | 8 ------- doc/source/roles/role-test_package_action.rst | 8 ------- tripleo_ansible/roles/aide/defaults/main.yml | 3 --- tripleo_ansible/roles/aide/files/.gitkeep | 0 tripleo_ansible/roles/aide/handlers/main.yml | 15 ------------- .../roles/aide/molecule/default/verify.yml | 15 ------------- tripleo_ansible/roles/aide/vars/main.yml | 22 ------------------- .../roles/test_deps/defaults/main.yml | 21 ------------------ .../test_deps/molecule/default/verify.yml | 15 ------------- tripleo_ansible/roles/test_deps/vars/main.yml | 22 ------------------- .../molecule/default/verify.yml | 15 ------------- .../test_package_action/defaults/main.yml | 21 ------------------ .../molecule/default/verify.yml | 15 ------------- .../molecule/default/verify.yml | 15 ------------- .../molecule/default/verify.yml | 15 ------------- .../molecule/legacy_vars/verify.yml | 15 ------------- .../molecule/default/verify.yml | 15 ------------- .../molecule/legacy_vars/verify.yml | 15 ------------- .../molecule/remove_module/verify.yml | 15 ------------- .../molecule/default/verify.yml | 15 ------------- .../molecule/legacy_vars/verify.yml | 15 ------------- .../molecule/default/verify.yml | 15 ------------- tripleo_ansible/roles/tuned/defaults/main.yml | 3 --- .../roles/tuned/molecule/default/verify.yml | 15 ------------- tripleo_ansible/roles/tuned/vars/main.yml | 22 ------------------- 25 files changed, 355 deletions(-) delete mode 100644 tripleo_ansible/roles/aide/files/.gitkeep delete mode 100644 tripleo_ansible/roles/aide/handlers/main.yml delete mode 100644 tripleo_ansible/roles/aide/molecule/default/verify.yml delete mode 100644 tripleo_ansible/roles/aide/vars/main.yml delete mode 100644 tripleo_ansible/roles/test_deps/defaults/main.yml delete mode 100644 tripleo_ansible/roles/test_deps/molecule/default/verify.yml delete mode 100644 tripleo_ansible/roles/test_deps/vars/main.yml delete mode 100644 tripleo_ansible/roles/test_json_error_callback/molecule/default/verify.yml delete mode 100644 tripleo_ansible/roles/test_package_action/defaults/main.yml delete mode 100644 tripleo_ansible/roles/tripleo-bootstrap/molecule/default/verify.yml delete mode 100644 tripleo_ansible/roles/tripleo-container-rm/molecule/default/verify.yml delete mode 100644 tripleo_ansible/roles/tripleo-image-serve/molecule/default/verify.yml delete mode 100644 tripleo_ansible/roles/tripleo-image-serve/molecule/legacy_vars/verify.yml delete mode 100644 tripleo_ansible/roles/tripleo-module-load/molecule/default/verify.yml delete mode 100644 tripleo_ansible/roles/tripleo-module-load/molecule/legacy_vars/verify.yml delete mode 100644 tripleo_ansible/roles/tripleo-module-load/molecule/remove_module/verify.yml delete mode 100644 tripleo_ansible/roles/tripleo-ssh-known-hosts/molecule/default/verify.yml delete mode 100644 tripleo_ansible/roles/tripleo-ssh-known-hosts/molecule/legacy_vars/verify.yml delete mode 100644 tripleo_ansible/roles/tripleo-transfer/molecule/default/verify.yml delete mode 100644 tripleo_ansible/roles/tuned/molecule/default/verify.yml delete mode 100644 tripleo_ansible/roles/tuned/vars/main.yml diff --git a/doc/source/roles/role-test_deps.rst b/doc/source/roles/role-test_deps.rst index a0897cbeb..b28d9463c 100644 --- a/doc/source/roles/role-test_deps.rst +++ b/doc/source/roles/role-test_deps.rst @@ -7,14 +7,6 @@ This role provides for the following services: * test_deps -Default variables -~~~~~~~~~~~~~~~~~ - -.. literalinclude:: ../../../tripleo_ansible/roles/test_deps/defaults/main.yml - :language: yaml - :start-after: under the License. - - Example playbook ~~~~~~~~~~~~~~~~ diff --git a/doc/source/roles/role-test_package_action.rst b/doc/source/roles/role-test_package_action.rst index 74cfae3a6..edbba9b55 100644 --- a/doc/source/roles/role-test_package_action.rst +++ b/doc/source/roles/role-test_package_action.rst @@ -7,14 +7,6 @@ This role provides for the following services: * test_package_action -Default variables -~~~~~~~~~~~~~~~~~ - -.. literalinclude:: ../../../tripleo_ansible/roles/test_package_action/defaults/main.yml - :language: yaml - :start-after: under the License. - - Example playbook ~~~~~~~~~~~~~~~~ diff --git a/tripleo_ansible/roles/aide/defaults/main.yml b/tripleo_ansible/roles/aide/defaults/main.yml index 97c33343c..f0245b7fb 100644 --- a/tripleo_ansible/roles/aide/defaults/main.yml +++ b/tripleo_ansible/roles/aide/defaults/main.yml @@ -17,9 +17,6 @@ # All variables intended for modification should place placed in this file. -# All variables within this role should have a prefix of "aide" -aide_debug: false - # Packages installed on the local system. Allows user to define this list # otherwise it will inherit from the OS specific variable file(s). aide_system_packages: "{{ _aide_system_packages | default([]) }}" diff --git a/tripleo_ansible/roles/aide/files/.gitkeep b/tripleo_ansible/roles/aide/files/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/tripleo_ansible/roles/aide/handlers/main.yml b/tripleo_ansible/roles/aide/handlers/main.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/aide/handlers/main.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/aide/molecule/default/verify.yml b/tripleo_ansible/roles/aide/molecule/default/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/aide/molecule/default/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/aide/vars/main.yml b/tripleo_ansible/roles/aide/vars/main.yml deleted file mode 100644 index d4719abd0..000000000 --- a/tripleo_ansible/roles/aide/vars/main.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - - -# While options found within the vars/ path can be overridden using extra -# vars, items within this path are considered part of the role and not -# intended to be modified. - -# All variables within this role should have a prefix of "{{ role_name }}" diff --git a/tripleo_ansible/roles/test_deps/defaults/main.yml b/tripleo_ansible/roles/test_deps/defaults/main.yml deleted file mode 100644 index 1d95396da..000000000 --- a/tripleo_ansible/roles/test_deps/defaults/main.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - - -# All variables intended for modification should place placed in this file. - -# All variables within this role should have a prefix of "test_deps" -test_deps_debug: false diff --git a/tripleo_ansible/roles/test_deps/molecule/default/verify.yml b/tripleo_ansible/roles/test_deps/molecule/default/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/test_deps/molecule/default/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/test_deps/vars/main.yml b/tripleo_ansible/roles/test_deps/vars/main.yml deleted file mode 100644 index fe9ea4b01..000000000 --- a/tripleo_ansible/roles/test_deps/vars/main.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - - -# While options found within the vars/ path can be overridden using extra -# vars, items within this path are considered part of the role and not -# intended to be modified. - -# All variables within this role should have a prefix of "test_deps" diff --git a/tripleo_ansible/roles/test_json_error_callback/molecule/default/verify.yml b/tripleo_ansible/roles/test_json_error_callback/molecule/default/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/test_json_error_callback/molecule/default/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/test_package_action/defaults/main.yml b/tripleo_ansible/roles/test_package_action/defaults/main.yml deleted file mode 100644 index 072fdc3d9..000000000 --- a/tripleo_ansible/roles/test_package_action/defaults/main.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - - -# All variables intended for modification should place placed in this file. - -# All variables within this role should have a prefix of "test_package_action" -test_package_action_debug: false diff --git a/tripleo_ansible/roles/tripleo-bootstrap/molecule/default/verify.yml b/tripleo_ansible/roles/tripleo-bootstrap/molecule/default/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tripleo-bootstrap/molecule/default/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tripleo-container-rm/molecule/default/verify.yml b/tripleo_ansible/roles/tripleo-container-rm/molecule/default/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tripleo-container-rm/molecule/default/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tripleo-image-serve/molecule/default/verify.yml b/tripleo_ansible/roles/tripleo-image-serve/molecule/default/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tripleo-image-serve/molecule/default/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tripleo-image-serve/molecule/legacy_vars/verify.yml b/tripleo_ansible/roles/tripleo-image-serve/molecule/legacy_vars/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tripleo-image-serve/molecule/legacy_vars/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tripleo-module-load/molecule/default/verify.yml b/tripleo_ansible/roles/tripleo-module-load/molecule/default/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tripleo-module-load/molecule/default/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tripleo-module-load/molecule/legacy_vars/verify.yml b/tripleo_ansible/roles/tripleo-module-load/molecule/legacy_vars/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tripleo-module-load/molecule/legacy_vars/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tripleo-module-load/molecule/remove_module/verify.yml b/tripleo_ansible/roles/tripleo-module-load/molecule/remove_module/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tripleo-module-load/molecule/remove_module/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tripleo-ssh-known-hosts/molecule/default/verify.yml b/tripleo_ansible/roles/tripleo-ssh-known-hosts/molecule/default/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tripleo-ssh-known-hosts/molecule/default/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tripleo-ssh-known-hosts/molecule/legacy_vars/verify.yml b/tripleo_ansible/roles/tripleo-ssh-known-hosts/molecule/legacy_vars/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tripleo-ssh-known-hosts/molecule/legacy_vars/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tripleo-transfer/molecule/default/verify.yml b/tripleo_ansible/roles/tripleo-transfer/molecule/default/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tripleo-transfer/molecule/default/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tuned/defaults/main.yml b/tripleo_ansible/roles/tuned/defaults/main.yml index 5270c88ad..a8fe0fbfd 100644 --- a/tripleo_ansible/roles/tuned/defaults/main.yml +++ b/tripleo_ansible/roles/tuned/defaults/main.yml @@ -17,9 +17,6 @@ # All variables intended for modification should place placed in this file. -# All variables within this role should have a prefix of "tuned" -tuned_debug: false - tuned_profile: "throughput-performance" tuned_custom_profile: "" diff --git a/tripleo_ansible/roles/tuned/molecule/default/verify.yml b/tripleo_ansible/roles/tuned/molecule/default/verify.yml deleted file mode 100644 index dfd4c7352..000000000 --- a/tripleo_ansible/roles/tuned/molecule/default/verify.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tripleo_ansible/roles/tuned/vars/main.yml b/tripleo_ansible/roles/tuned/vars/main.yml deleted file mode 100644 index d4719abd0..000000000 --- a/tripleo_ansible/roles/tuned/vars/main.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -# Copyright 2019 Red Hat, Inc. -# All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - - -# While options found within the vars/ path can be overridden using extra -# vars, items within this path are considered part of the role and not -# intended to be modified. - -# All variables within this role should have a prefix of "{{ role_name }}"