RETIRED, this project has moved to https://github.com/ansible-community/ara-web
Go to file
OpenDev Sysadmins 9ea873b898 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:49:47 +00:00
public add config.json to configure api URL 2018-12-20 17:47:29 +01:00
scripts Connect ara-web with ara-server 2018-09-17 16:14:46 +02:00
src Update dependencies and move from patternfly-next to patternfly 2019-04-17 13:53:06 -04:00
zuul-playbooks Run unit test in zuul 2019-01-09 15:44:23 +01:00
.gitignore First commit: Import 1.0 ara-web skeleton 2018-03-29 18:44:12 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:47 +00:00
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:49:47 +00:00
LICENSE Update README and add LICENSE file 2018-10-03 10:02:49 -05:00
README.rst Update README and add LICENSE file 2018-10-03 10:02:49 -05:00
package-lock.json Update dependencies and move from patternfly-next to patternfly 2019-04-17 13:53:06 -04:00
package.json Update dependencies and move from patternfly-next to patternfly 2019-04-17 13:53:06 -04:00

README.rst

ara-web

ARA Records Ansible playbook runs and makes the recorded data available and intuitive for users and systems.

ara-web is a component of ARA which provides a stateless web interface that queries the ARA API for displaying results of Ansible playbook runs.

Requirements

Running the web interface

git clone https://github.com/openstack/ara-web
cd ara-web
npm install
npm start

Running tests

npm test

Contributors

See contributors on GitHub.

Copyright

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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

ARA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ARA.  If not, see <http://www.gnu.org/licenses/>.