diff --git a/README.rst b/README.rst index 1032bc60..0a78e26c 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ -ARA: Ansible Run Analysis -========================= +ARA Records Ansible +=================== .. image:: doc/source/_static/ara-with-icon.png -ARA records Ansible playbook runs and makes the recorded data available and +ARA Records Ansible playbook runs and makes the recorded data available and intuitive for users and systems. ARA doesn't run your playbooks for you: it integrates with Ansible as a @@ -153,7 +153,7 @@ Copyright :: - Copyright (c) 2017 Red Hat, Inc. + Copyright (c) 2018 Red Hat, Inc. ARA is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ara/__init__.py b/ara/__init__.py index d644ce2d..0bbc9aad 100644 --- a/ara/__init__.py +++ b/ara/__init__.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with ARA. If not, see . """ -ARA: Ansible Run Analysis +ARA Records Ansible """ import pbr.version diff --git a/ara/cli/data.py b/ara/cli/data.py index 46a446e0..e5f1f410 100644 --- a/ara/cli/data.py +++ b/ara/cli/data.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/cli/file.py b/ara/cli/file.py index c2b96f50..bf6f39f2 100644 --- a/ara/cli/file.py +++ b/ara/cli/file.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/cli/generate.py b/ara/cli/generate.py index 42e4193b..57fe1976 100644 --- a/ara/cli/generate.py +++ b/ara/cli/generate.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/cli/host.py b/ara/cli/host.py index 78ca23f6..5b66f94b 100644 --- a/ara/cli/host.py +++ b/ara/cli/host.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/cli/play.py b/ara/cli/play.py index 1d7616a7..9af74bb4 100644 --- a/ara/cli/play.py +++ b/ara/cli/play.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/cli/playbook.py b/ara/cli/playbook.py index 53b846eb..c2cca9b4 100644 --- a/ara/cli/playbook.py +++ b/ara/cli/playbook.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/cli/result.py b/ara/cli/result.py index f5aa3d38..1516964c 100644 --- a/ara/cli/result.py +++ b/ara/cli/result.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/cli/stats.py b/ara/cli/stats.py index f6fcb5e5..3c5378e0 100644 --- a/ara/cli/stats.py +++ b/ara/cli/stats.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/cli/task.py b/ara/cli/task.py index 0bd59c27..67971095 100644 --- a/ara/cli/task.py +++ b/ara/cli/task.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/config/base.py b/ara/config/base.py index e41a128d..9051a578 100644 --- a/ara/config/base.py +++ b/ara/config/base.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/config/compat.py b/ara/config/compat.py index 0708aaca..d93239c0 100644 --- a/ara/config/compat.py +++ b/ara/config/compat.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/config/logger.py b/ara/config/logger.py index aa6aad12..eeb14072 100644 --- a/ara/config/logger.py +++ b/ara/config/logger.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/config/webapp.py b/ara/config/webapp.py index 57c4f3cf..2ba97cca 100644 --- a/ara/config/webapp.py +++ b/ara/config/webapp.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/db/env.py b/ara/db/env.py index 8fc1839f..5ab6fe78 100755 --- a/ara/db/env.py +++ b/ara/db/env.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/db/versions/001_initial_revision.py b/ara/db/versions/001_initial_revision.py index e6b60c60..2f8f405e 100644 --- a/ara/db/versions/001_initial_revision.py +++ b/ara/db/versions/001_initial_revision.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/db/versions/002_ara_record_data.py b/ara/db/versions/002_ara_record_data.py index 25ee7e65..5c9cd4e4 100644 --- a/ara/db/versions/002_ara_record_data.py +++ b/ara/db/versions/002_ara_record_data.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/db/versions/003_ara_record_type.py b/ara/db/versions/003_ara_record_type.py index 0e6245ce..6e9b411d 100644 --- a/ara/db/versions/003_ara_record_type.py +++ b/ara/db/versions/003_ara_record_type.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/db/versions/004_ansible_version.py b/ara/db/versions/004_ansible_version.py index ca420c39..1df9c99a 100644 --- a/ara/db/versions/004_ansible_version.py +++ b/ara/db/versions/004_ansible_version.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/db/versions/005_ansible_metadata.py b/ara/db/versions/005_ansible_metadata.py index ff1fc447..0cecd8bf 100644 --- a/ara/db/versions/005_ansible_metadata.py +++ b/ara/db/versions/005_ansible_metadata.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/fields.py b/ara/fields.py index 21000efa..52f6e6dc 100644 --- a/ara/fields.py +++ b/ara/fields.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/manage.py b/ara/manage.py index f466c7d3..59caaf16 100755 --- a/ara/manage.py +++ b/ara/manage.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/models.py b/ara/models.py index 0b108239..d0a1556c 100644 --- a/ara/models.py +++ b/ara/models.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/plugins/actions/ara_read.py b/ara/plugins/actions/ara_read.py index d90ee348..2b37a3ce 100644 --- a/ara/plugins/actions/ara_read.py +++ b/ara/plugins/actions/ara_read.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/plugins/actions/ara_record.py b/ara/plugins/actions/ara_record.py index e95b94d5..a6eaa494 100644 --- a/ara/plugins/actions/ara_record.py +++ b/ara/plugins/actions/ara_record.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/plugins/callbacks/log_ara.py b/ara/plugins/callbacks/log_ara.py index 2c53fdb8..4502e42e 100644 --- a/ara/plugins/callbacks/log_ara.py +++ b/ara/plugins/callbacks/log_ara.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/setup/__init__.py b/ara/setup/__init__.py index 8557a6f4..e56057fe 100644 --- a/ara/setup/__init__.py +++ b/ara/setup/__init__.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/setup/action_plugins.py b/ara/setup/action_plugins.py index b403d56d..a41718f8 100644 --- a/ara/setup/action_plugins.py +++ b/ara/setup/action_plugins.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/setup/ansible.py b/ara/setup/ansible.py index b4bf48ab..97a6a3c3 100644 --- a/ara/setup/ansible.py +++ b/ara/setup/ansible.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/setup/callback_plugins.py b/ara/setup/callback_plugins.py index 297aaf1a..a1696cad 100644 --- a/ara/setup/callback_plugins.py +++ b/ara/setup/callback_plugins.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/setup/env.py b/ara/setup/env.py index 66161311..1ae15ff0 100644 --- a/ara/setup/env.py +++ b/ara/setup/env.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/setup/library.py b/ara/setup/library.py index 85d6fea3..e16fb860 100644 --- a/ara/setup/library.py +++ b/ara/setup/library.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/setup/path.py b/ara/setup/path.py index a401e011..b2aefc1f 100644 --- a/ara/setup/path.py +++ b/ara/setup/path.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/shell.py b/ara/shell.py index 508c38ac..2c9a2449 100644 --- a/ara/shell.py +++ b/ara/shell.py @@ -1,6 +1,6 @@ -# Copyright (c) 2017 Red Hat, Inc. +# Copyright (c) 2018 Red Hat, Inc. # -# This file is part of ARA: Ansible Run Analysis. +# This file is part of ARA Records Ansible. # # ARA is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ara/templates/about.html b/ara/templates/about.html index f0666462..7b883e85 100644 --- a/ara/templates/about.html +++ b/ara/templates/about.html @@ -6,8 +6,8 @@

- ARA: Ansible Run Analysis -

ARA - Ansible Run Analysis

+ ARA Records Ansible +

ARA Records Ansible

ARA records Ansible playbook runs seamlessly to make them easier to visualize, understand and troubleshoot.

ARA doesn't run your playbooks for you: it integrates with Ansible as a callback plugin wherever it is.
diff --git a/ara/templates/head.html b/ara/templates/head.html index 4013184d..328e250f 100644 --- a/ara/templates/head.html +++ b/ara/templates/head.html @@ -4,8 +4,8 @@ - - ARA | Ansible Run Analysis + + ARA Records Ansible {% block scripts -%} diff --git a/ara/templates/navbar.html b/ara/templates/navbar.html index 6695f329..d1cd33c9 100644 --- a/ara/templates/navbar.html +++ b/ara/templates/navbar.html @@ -8,7 +8,7 @@ - ARA: Ansible Run Analysis + ARA Records Ansible