Skip to content

Commit

Permalink
Mount a volume on galaxy06 for InfluxDB
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Jan 24, 2019
1 parent 51120df commit 65cab12
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions env/tacc/host_vars/galaxy06.tacc.utexas.edu.yml
@@ -1,5 +1,17 @@
---

filesystems:
- dev: /dev/sdb
fstype: xfs

# FIXME: on a new install this would install over the initialized influxdb (packages install before mounts)
mounts:
- name: /var/lib/influxdb
src: /dev/sdb
fstype: xfs
owner: influxdb
group: influxdb

nginx_conf_ssl_certificate: wildcard_cert.pem
nginx_conf_ssl_certificate_key: wildcard_privatekey.pem
nginx_conf_ssl_trusted_certificate: incommon_chain.pem
Expand Down

0 comments on commit 65cab12

Please sign in to comment.