Commit Graph

261 Commits

Author SHA1 Message Date
Niels Abspoel
5e7aec7f4f
Merge pull request #34 from myii/chore/standardise-structure
ci(platform): add `arch-base-latest`
2019-09-25 19:57:10 +02:00
Imran Iqbal
676b623f3b ci(kitchen): change log_level to debug instead of info
* Automated using https://github.com/myii/ssf-formula/pull/41
2019-09-23 16:58:13 +01:00
Imran Iqbal
39f1205d41 ci(platform): add arch-base-latest
* Automated using https://github.com/myii/ssf-formula/pull/40
2019-09-22 22:39:30 +01:00
Niels Abspoel
f747666d13
Merge pull request #33 from myii/chore/standardise-structure
ci(yamllint): add rule `empty-values` & use new `yaml-files` setting
2019-09-12 18:11:52 +02:00
Imran Iqbal
0b782d6465 ci(yamllint): add rule empty-values & use new yaml-files setting
* Automated using https://github.com/myii/ssf-formula/pull/27
2019-09-10 05:51:49 +01:00
Niels Abspoel
2aacfffd0d
Merge pull request #32 from myii/chore/standardise-structure
ci: use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround
2019-09-08 21:45:34 +02:00
Imran Iqbal
2cb407f2b3 ci: use dist: bionic & apply opensuse-leap-15 SCP error workaround
* Automated using https://github.com/myii/ssf-formula/pull/22
2019-09-07 03:32:31 +01:00
Niels Abspoel
f67df59805
Merge pull request #31 from myii/chore/standardise-structure
ci(kitchen+travis): replace EOL pre-salted images
2019-09-01 11:41:54 +02:00
Imran Iqbal
2de0ca2bc4 ci(kitchen+travis): replace EOL pre-salted images
* Automated using https://github.com/myii/ssf-formula/pull/16
2019-08-28 07:34:50 +01:00
semantic-release-bot
809a6e9a79 chore(release): 0.4.3 [skip ci]
## [0.4.3](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.4.2...v0.4.3) (2019-08-27)

### Code Refactoring

* **pillar:** sync map.jinja with template-formula ([96fe445](https://github.com/saltstack-formulas/keepalived-formula/commit/96fe445))
2019-08-27 06:45:51 +00:00
Nicolas Rodriguez
535afa2b82
Merge pull request #30 from n-rodriguez/wip/pillar
refactor(pillar): sync map.jinja with template-formula
2019-08-27 08:34:33 +02:00
Nicolas Rodriguez
96fe445946 refactor(pillar): sync map.jinja with template-formula 2019-08-25 23:19:15 +02:00
semantic-release-bot
d7e606b2c3 chore(release): 0.4.2 [skip ci]
## [0.4.2](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.4.1...v0.4.2) (2019-08-25)

### Documentation

* **readme:** fix indentation ([52c1359](https://github.com/saltstack-formulas/keepalived-formula/commit/52c1359))
2019-08-25 21:04:46 +00:00
Nicolas Rodriguez
89c2559d3d
Merge pull request #29 from n-rodriguez/wip/doc
docs(readme): fix indentation
2019-08-25 22:54:54 +02:00
semantic-release-bot
b06b32032c chore(release): 0.4.1 [skip ci]
## [0.4.1](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.4.0...v0.4.1) (2019-08-25)

### Documentation

* **readme:** add testing section ([bbc0f7b](https://github.com/saltstack-formulas/keepalived-formula/commit/bbc0f7b))
2019-08-25 20:49:20 +00:00
Nicolas Rodriguez
52c13593ca docs(readme): fix indentation 2019-08-25 22:40:10 +02:00
Nicolas Rodriguez
ea6ad2ff94
Merge pull request #28 from n-rodriguez/wip/doc
docs(readme): add testing section
2019-08-25 22:36:53 +02:00
Nicolas Rodriguez
bbc0f7b471 docs(readme): add testing section 2019-08-25 22:22:10 +02:00
Imran Iqbal
26ed5e11bb
Merge pull request #27 from myii/chore/standardise-structure
chore: use `semantic-release` cross-formula standard structure
2019-08-17 16:14:08 +01:00
Imran Iqbal
cc106e3276 chore: use semantic-release cross-formula standard structure
* Automated using `ssf-formula` (v0.6.0)
2019-08-17 16:05:40 +01:00
semantic-release-bot
c10a47e2b3 chore(release): 0.4.0 [skip ci]
# [0.4.0](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.3.0...v0.4.0) (2019-08-10)

### Continuous Integration

* **kitchen+travis:** modify matrix to include `develop` platform ([a9cadb3](https://github.com/saltstack-formulas/keepalived-formula/commit/a9cadb3))

### Features

* **yamllint:** include for this repo and apply rules throughout ([9e29ffa](https://github.com/saltstack-formulas/keepalived-formula/commit/9e29ffa))
2019-08-10 20:04:13 +00:00
Niels Abspoel
0ebe410522
Merge pull request #26 from myii/chore/standardise-structure
feat(yamllint): include for this repo and apply rules throughout
2019-08-10 21:42:11 +02:00
Imran Iqbal
9e29ffae76
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:

```bash
keepalived-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
pillar.example
  16:1      warning  missing document start "---"  (document-start)
```
2019-08-08 04:04:28 +01:00
Niels Abspoel
42326bb4d5
Merge pull request #25 from myii/ci/standardise-structure
chore: use `semantic-release` cross-formula standard structure
2019-07-25 21:28:35 +02:00
Imran Iqbal
7a0473737c chore: use semantic-release cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.2)
2019-07-25 09:36:59 +01:00
Niels Abspoel
946c0df27f
Merge pull request #24 from myii/ci/standardise-structure
chore: use `semantic-release` cross-formula standard structure
2019-07-23 21:01:54 +02:00
Imran Iqbal
4588916d08 chore: use semantic-release cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
2019-07-20 06:14:28 +01:00
Imran Iqbal
115b7a481b
Merge pull request #23 from myii/ci/use-develop-image-in-matrix
ci(kitchen+travis): modify matrix to include `develop` platform
2019-06-25 23:51:24 +01:00
Imran Iqbal
a9cadb3f34
ci(kitchen+travis): modify matrix to include develop platform
* Use balanced matrix based on `template-formula` guidelines
* Initial ref: https://github.com/saltstack-formulas/template-formula/issues/118
2019-06-25 23:27:38 +01:00
semantic-release-bot
017cc29b46 chore(release): 0.3.0 [skip ci]
# [0.3.0](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.2.0...v0.3.0) (2019-05-13)

### Features

* **semantic-release:** implement an automated changelog ([51f872e](https://github.com/saltstack-formulas/keepalived-formula/commit/51f872e))
2019-05-13 16:26:53 +00:00
Imran Iqbal
015bf8c66a
Merge pull request #20 from n-rodriguez/wip/ci
Switch to tofs, add some tests
2019-05-13 16:18:33 +01:00
Nicolas Rodriguez
51f872ed39 feat(semantic-release): implement an automated changelog 2019-05-13 16:16:29 +02:00
Seth House
ad8e0f6a28 Merge commit 'refs/pull/17/head' of github.com:saltstack-formulas/keepalived-formula 2017-06-12 13:57:07 -06:00
Seth House
be2de72676 Merge commit 'refs/pull/16/head' of github.com:saltstack-formulas/keepalived-formula 2017-06-12 13:57:01 -06:00
Andre Sencioles
fcd92cb2da Fix typo on pillar.example 2017-05-05 10:56:41 +12:00
Jeff Baskin
ce5ee4538c Corrected incorrect pillar entry. 2017-04-17 07:27:24 -04:00
Seth House
869b54d3be Merge pull request #14 from jebas/master
Creates a human readable, tested, config file that fixes issue #12
2017-01-30 19:53:34 -07:00
Jeff Baskin
2c97cd79c9 Refactored. 2017-01-21 00:59:22 -05:00
Jeff Baskin
2f8ff3ec6b Corrected carryover indention. 2017-01-21 00:12:44 -05:00
Jeff Baskin
726f34379d Got carryover indention correct. 2017-01-20 23:27:03 -05:00
Jeff Baskin
306fd72287 Added additional indentions. 2017-01-20 22:56:08 -05:00
Jeff Baskin
9a3410a34c Starting the work to add indention back in. 2017-01-20 22:36:42 -05:00
Jeff Baskin
1ee609a616 General cleanup. 2017-01-19 09:48:28 -05:00
Jeff Baskin
80b46aca2f Correcting the import. 2017-01-19 09:25:24 -05:00
Jeff Baskin
52a9281d42 Correcting the import. 2017-01-19 09:15:12 -05:00
Jeff Baskin
3f85ced525 Replaced the old macro. 2017-01-19 09:06:48 -05:00
Jeff Baskin
c545484961 Added additional carryovers. 2017-01-19 08:25:12 -05:00
Jeff Baskin
f419f265e9 Adding additional vrrp 2017-01-19 08:09:44 -05:00
Jeff Baskin
671f64b672 Added the first of the carryovers. 2017-01-19 07:48:26 -05:00
Jeff Baskin
4c329515f7 refactored. 2017-01-18 21:47:53 -05:00