Skip to content

Commit

Permalink
feat(formula): add influxdb-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Aug 25, 2019
1 parent 9384a6a commit 3b31495
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ ssf:
- fail2ban
- golang
- grafana
- influxdb
- iptables
- keepalived
- libvirt
Expand Down
5 changes: 3 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ssf_node_anchors:
# release phase via. `pre-commit_semantic-release.sh`
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
title: 'ci(travis): re-enable `fedora`'
body: '* Automated using `ssf-formula` (v0.7.0)'
title: 'chore: use `semantic-release` cross-formula standard structure'
body: '* Automated using `ssf-formula` (v0.8.0)'
github:
owner: saltstack-formulas
repo: ''
Expand Down Expand Up @@ -198,6 +198,7 @@ ssf:
fail2ban: *formula_default
golang: *formula_default
grafana: *formula_default
influxdb: *formula_default
iptables:
<<: *formula_default
context:
Expand Down
3 changes: 2 additions & 1 deletion ssf/files/tofs_template-formula/docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ These formulas are already compatible with semantic-release:
* `fail2ban-formula <https://github.com/saltstack-formulas/fail2ban-formula>`_
* `golang-formula <https://github.com/saltstack-formulas/golang-formula>`_
* `grafana-formula <https://github.com/saltstack-formulas/grafana-formula>`_
* `influxdb-formula <https://github.com/saltstack-formulas/influxdb-formula>`_
* `iptables-formula <https://github.com/saltstack-formulas/iptables-formula>`_
* `keepalived-formula <https://github.com/saltstack-formulas/keepalived-formula>`_
* `libvirt-formula <https://github.com/saltstack-formulas/libvirt-formula>`_
Expand All @@ -194,7 +195,7 @@ These formulas are already compatible with semantic-release:
* `systemd-formula <https://github.com/saltstack-formulas/systemd-formula>`_
* `template-formula <https://github.com/saltstack-formulas/template-formula>`_
* `ufw-formula <https://github.com/saltstack-formulas/ufw-formula>`_
* [`WIP <https://github.com/saltstack-formulas/users-formula/pull/207>`_] `users-formula <https://github.com/saltstack-formulas/users-formula>`_
* `users-formula <https://github.com/saltstack-formulas/users-formula>`_
* `vault-formula <https://github.com/saltstack-formulas/vault-formula>`_

Documentation
Expand Down
17 changes: 17 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,23 @@ ssf:
- [ubuntu , 16.04, 2017.7, 2, default]
use_tofs: true
semrel_files: *semrel_files_default
influxdb:
context:
git:
github:
repo: influxdb-formula
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the influxdb formula is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/influxdb.sls
old_ci_files: true
platforms: *platforms_old
platforms_matrix: *platforms_matrix_old
semrel_files: *semrel_files_default
iptables:
context:
git:
Expand Down

0 comments on commit 3b31495

Please sign in to comment.