Skip to content

Commit

Permalink
feat(formula): add lvm-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Sep 24, 2019
1 parent 8418048 commit ebfd79f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ ssf:
- libvirt
- locale
- logrotate
- lvm
- mysql
- nginx
- openssh
Expand Down
5 changes: 3 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'ci(platform): add `arch-base-latest`'
body: '* Automated using https://github.com/myii/ssf-formula/pull/40'
title: 'feat(semantic-release): implement for this formula'
body: '* Checked using https://github.com/myii/ssf-formula/pull/42'
# yamllint enable rule:line-length
github:
owner: saltstack-formulas
Expand Down Expand Up @@ -263,6 +263,7 @@ ssf:
<<: *isk_suite_default
name: fedora
logrotate: *formula_default
lvm: *formula_default
mysql: *formula_default
nginx: *formula_default
openssh: *formula_default
Expand Down
1 change: 1 addition & 0 deletions ssf/files/tofs_template-formula/docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ These formulas are already compatible with semantic-release:
* `libvirt-formula <https://github.com/saltstack-formulas/libvirt-formula>`_
* `locale-formula <https://github.com/saltstack-formulas/locale-formula>`_
* `logrotate-formula <https://github.com/saltstack-formulas/logrotate-formula>`_
* `lvm-formula <https://github.com/saltstack-formulas/lvm-formula>`_
* `mysql-formula <https://github.com/saltstack-formulas/mysql-formula>`_
* `nginx-formula <https://github.com/saltstack-formulas/nginx-formula>`_
* `openssh-formula <https://github.com/saltstack-formulas/openssh-formula>`_
Expand Down
21 changes: 21 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,27 @@ ssf:
- .
- .jobs
semrel_files: *semrel_files_default
lvm:
context:
git:
github:
repo: lvm-formula
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the lvm formula is setup and configured correctly
provisioner:
# dependencies:
# - name: states
# path: ./test/salt
pillars_from_files:
- .sls: test/salt/pillar/pillar.example
state_top:
- '*':
- .clean
- .
semrel_files: *semrel_files_default
mysql:
context:
git:
Expand Down

0 comments on commit ebfd79f

Please sign in to comment.