Skip to content

Commit

Permalink
feat(formula): add carbon-relay-ng-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jun 9, 2022
1 parent e048091 commit cb5fb73
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ ssf:
- bareos
- bind
- caddy
- carbon-relay-ng
- cert
- charles
- chrony
Expand Down
5 changes: 3 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ ssf_node_anchors:
upstream: 'upstream'
commit:
# yamllint disable rule:line-length rule:quoted-strings
title: "ci: update '`'pre-commit'`' configuration inc. for pre-commit.ci [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/450'
title: "chore: standardise '`'semantic-release'`' implementation"
body: '* Automated using https://github.com/myii/ssf-formula/pull/451'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down Expand Up @@ -1010,6 +1010,7 @@ ssf:
bareos: *formula_default
bind: *formula_default
caddy: *formula_default
carbon-relay-ng: *formula_default
cert: *formula_default
charles: *formula_default
chrony: *formula_default
Expand Down
3 changes: 2 additions & 1 deletion ssf/files/default/docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ These formulas are already compatible with semantic-release *and* have global ``
#. `apt-formula <https://github.com/saltstack-formulas/apt-formula>`_
#. `bind-formula <https://github.com/saltstack-formulas/bind-formula>`_
#. `caddy-formula <https://github.com/saltstack-formulas/caddy-formula>`_
#. `carbon-relay-ng-formula <https://github.com/saltstack-formulas/carbon-relay-ng-formula>`_
#. `deepsea-formula <https://github.com/saltstack-formulas/deepsea-formula>`_
#. `devstack-formula <https://github.com/saltstack-formulas/devstack-formula>`_
#. `dhcpd-formula <https://github.com/saltstack-formulas/dhcpd-formula>`_
Expand Down Expand Up @@ -237,7 +238,7 @@ These formulas are already compatible with semantic-release *and* have global ``

These formulas are also compatible with semantic-release:

56. `apt-cacher-formula <https://github.com/saltstack-formulas/apt-cacher-formula>`_
57. `apt-cacher-formula <https://github.com/saltstack-formulas/apt-cacher-formula>`_
#. `cert-formula <https://github.com/saltstack-formulas/cert-formula>`_
#. `chrony-formula <https://github.com/saltstack-formulas/chrony-formula>`_
#. `collectd-formula <https://github.com/saltstack-formulas/collectd-formula>`_
Expand Down
41 changes: 41 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,47 @@ ssf:
use_libsaltcli: true
use_tofs: true
semrel_files: *semrel_files_inc_map_jinja_verifier
carbon-relay-ng:
context:
codeowners:
entries:
global:
- '*': '@daks'
git:
github:
repo: 'carbon-relay-ng-formula'
kitchen:
provisioner:
pillars_from_directories:
- test/salt/pillar
top_sls:
- '*':
- default
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the carbon-relay-ng formula is setup and configured correctly
map_jinja:
verification:
import: ['mapdata']
version: 5
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 0 , master, 0, default]
# # - [ubuntu , 0 , master, 0, default]
# # - [centos , 0 , master, 0, default]
# # - [fedora , 0 , master, 0, default]
# # - [opensuse/leap, 0 , master, 0, default]
# # - [opensuse/tmbl, 0 , master, 0, default]
# # - [amazonlinux , 0 , master, 0, default]
# # - [oraclelinux , 0 , master, 0, default]
# # - [arch-base , 0 , master, 0, default]
# # - [gentoo/stage3, 0 , master, 0, default]
# # - [almalinux , 0 , master, 0, default]
# # - [rockylinux , 0 , master, 0, default]
use_libsaltcli: true
semrel_files: *semrel_files_default
cert:
context:
git:
Expand Down

0 comments on commit cb5fb73

Please sign in to comment.