Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Commit

Permalink
remove ARA
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Aug 16, 2019
1 parent 02dce73 commit 8acd685
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y golang sshpass
install:
- pip3 install ansible jmespath git-lfs ara ansible-lint
- pip3 install ansible jmespath git-lfs ansible-lint
script:
- ansible-galaxy install -r roles/requirements.yml
- ansible-playbook --syntax-check site.yml
Expand Down
6 changes: 0 additions & 6 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

export ANSIBLE_FORCE_COLOR=true
export ANSIBLE_CALLBACK_PLUGINS="$(python -c 'import os,ara; print(os.path.dirname(ara.__file__))')/plugins/callbacks"

echo "Creating Vault-file: /tmp/vault"
/bin/cat <<EOM >/tmp/vault
Expand All @@ -11,11 +10,6 @@ EOM
ansible-playbook --vault-id /tmp/vault extras.yml site.yml
EXIT_CODE=$?

# Copy ARA static files
ara generate html ara
tar cf ara.tgz ara
ansible --vault-id /tmp/vault -m unarchive -a "src=ara.tgz dest=/var/www/demo/" web

shred /tmp/vault

exit $EXIT_CODE
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## [demo.cloudalchemy.org](https://demo.cloudalchemy.org)

This repository provides an integration testing suite for our ansible roles as well as a demo site for [grafana](https://github.com/grafana/grafana), [prometheus](https://github.com/prometheus/prometheus), [alertmanager](https://github.com/prometheus/alertmanager) and [node_exporter](https://github.com/prometheus/node_exporter) (possibly more in the future).
Site is provisioned with ansible running every day and on almost all commits to master branch. Everything is fully automated with travis ci pipeline. If you want to check `ansible-playbook` output, go to [last build](https://travis-ci.org/cloudalchemy/demo-site) or visit [ARA Records Ansible page](https://demo.cloudalchemy.org/ara).
Site is provisioned with ansible running every day and on almost all commits to master branch. Everything is fully automated with travis ci pipeline. If you want to check `ansible-playbook` output, go to [last build](https://travis-ci.org/cloudalchemy/demo-site).

Have a look at the configuration file [group_vars/all/vars](group_vars/all/vars).

Expand Down
14 changes: 2 additions & 12 deletions files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h1>Cloud Alchemy</h1>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6 my-4">
<div class="col-lg-6 col-sm-6 my-6">
<div class="card text-center text-white bg-secondary">
<div class="card-body">
<a href="https://github.com/cloudalchemy/demo-site"><i class="fab fa-github fa-7x text-white"></i></a><br>
Expand All @@ -134,17 +134,7 @@ <h1>Cloud Alchemy</h1>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 my-4">
<div class="card text-center text-white bg-secondary">
<div class="card-body">
<a href="https://demo.cloudalchemy.org/ara"><img src="https://demo.cloudalchemy.org/ara/static/images/logo-header.svg" style="max-height:7em" alt="ara logo"/></a><br>
</div>
<div class="card-footer">
<a href="https://demo.cloudalchemy.org/ara" class="btn btn-dark">ARA Records Ansible</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 my-4">
<div class="col-lg-6 col-sm-6 my-6">
<div class="card text-center text-white bg-secondary">
<div class="card-body">
<a href="https://presentation.cloudalchemy.org"><i class="fa fa-object-group fa-7x text-white"></i></a><br>
Expand Down

0 comments on commit 8acd685

Please sign in to comment.