Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(formula): add influxdb-formula #10

Merged
merged 1 commit into from
Aug 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9.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>`_
* [`WIP <https://github.com/saltstack-formulas/influxdb-formula/pull/24>`_] `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 @@ -426,6 +426,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