Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 920 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 920 Bytes

Performance Harness

Deployment

  1. Fill out Ansible playbook variables in:
  1. Execute the Ansible playbook:
$ cd deployment
$ ansible-playbook --inventory=<HOST>, --user=<USER> --private-key=<SSH_PRIVATE_KEY_PATH> --ask-vault-pass site.yml
  1. In the cloud provider UI, configure DNS records for Drone and Grafana

    1. Assign a static IP address to the perf machine
    2. Add A record binding a name to the static IP address
    3. Add CNAME records for drone.<DOMAIN> and grafana.<DOMAIN> pointing to the static IP address.
  2. Configure Grafana password by opening up the its UI and logging in as admin.