Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sous-chefs/foreman

Development repository for the foreman cookbook
https://github.com/sous-chefs/foreman

Use 'remote_file' ressource to copy SYSLINUX files

- Extract the Foreman Recovery Image by calling 'tar'-x for now
- Tried many archive handlin...

43626fc3e13a6d65d93143b99421e9691e8c096b authored over 7 years ago by gm <[email protected]>
Strip down the file list for TFTP/PXE

- Take care that the node self is propagated as name server over DHCP
- Add Smart Proxy plug...

35c5998e6f0abe2adfed24176b7fafcf16423a5d authored over 7 years ago by gm <[email protected]>
Change of order for attributes was needed.

- Also add the 'ruby-foreman-discovery' plugin to the defaults.

961e6840712710e44a29638520333c05a63e037a authored over 7 years ago by gm <[email protected]>
Use DNS and set 'nsmaster' in zone file properly.

7377a7bd54f18c5391aab69a486dcfd3a64cd783 authored over 7 years ago by gm <[email protected]>
Merge pull request #9 from frzb/master

Changes to make the cookbook working with a recent Foreman release (1.14.1).

8bb8a6a5046b6b16718bc1ef36ebdd67bf6cd26a authored over 7 years ago by GoT <[email protected]>
Network interfaces beside 'eth0' should work now.

592cdbac4de2ef17f24236e09aa2e1e34a462f3f authored over 7 years ago by gm <[email protected]>
Satisfy rubocop.

49570da376e4c0af88442040c84bce53e1014b45 authored over 7 years ago by gm <[email protected]>
Add stub command.

8fdeb1e1b85dc13c027ca8e2967303440638697c authored over 7 years ago by gm <[email protected]>
Remove superfluous parentheses.

efadaf5d6c868d4ba101a6171c778b0081512a0b authored over 7 years ago by gm <[email protected]>
Move settings to global configuration block.

f21d0e97361f6f4fb93beae1f7686499a2f5c7cb authored over 7 years ago by gm <[email protected]>
Change to 'YAML.safe_load'.

6226033094d0849da6f1d10dbeff645b36c6a53e authored over 7 years ago by gm <[email protected]>
Set 'Metrics/BlockLength' to max. 70 lines.

39cb0dfd17500a2fe246f2d25fda7fbd5ece90a4 authored over 7 years ago by gm <[email protected]>
Satisfy rubocop once more.

de710342b4535927faa7f8eb3fdfd6c44071cf65 authored over 7 years ago by gm <[email protected]>
Satisfy rubocop.

8c1617ac9fe3b311f73bb56316b53191bd1a9e29 authored over 7 years ago by gm <[email protected]>
Bringing back "route =" line to initial state.

279ee1797076b297fe62aad47b7734b985ada384 authored over 7 years ago by gm <[email protected]>
Satisfy foodcritic.

021fba79f7b8bbe98529705f31ce3d17665f7190 authored over 7 years ago by gm <[email protected]>
nio4r requires Ruby version >= 2.2.2.

d4f542ba741f7dc1ee81d32350da28d49ac06785 authored over 7 years ago by gm <[email protected]>
Bump rvm to 2.2.0 to satisfy buff-extensions.

d6551c1c5b0ddb65cb033aabcb3944885b62e21d authored over 7 years ago by gm <[email protected]>
Registering of the Smart-Proxy currently broken.

82b047d44bb18750bea58ecadc3eed6e68a5d720 authored over 7 years ago by gm <[email protected]>
Switching of DHCP and DNS in Kitchen for now.

8cac15de7236c5f0aa8d9765828c94d57ed913f7 authored over 7 years ago by gm <[email protected]>
Ohai plugin 'net' no longer avaiable.

82a319d29138be6ddd109292d368b2ed6b04b84e authored over 7 years ago by gm <[email protected]>
Set listen port according to TLS/SSL setting.

71a609e495efbf412a0176bcbd828e1552d10d47 authored over 7 years ago by gm <[email protected]>
Bump memory further up to avoid OOM.^:

870794d078a5615067e9d60d1fe0e6bec156fb0c authored over 7 years ago by gm <[email protected]>
Correct typos and wording.

2c1ca30c4592fb30312a19cf33362bec204fec17 authored over 7 years ago by gm <[email protected]>
Change depreacted ['listen_ports'] to ['listen'].

d62e58d44d9d35cd86998b98c1b75bad15c5f5d5 authored over 7 years ago by gm <[email protected]>
Take care that Ruby 2.0.0 is working on Trusty.

bab94689c35a860a6f29b6131bb8b77902a83c8a authored over 7 years ago by gm <[email protected]>
Add private network for suite default.

052fea9f6b4cd7fac57223c20833f7e8bd9b4166 authored over 7 years ago by gm <[email protected]>
Increase memory for 'default' suite to avoid OOM.

5d8b0289bee58608d8110c4e4b79986742ace636 authored over 7 years ago by gm <[email protected]>
Fix undefined method `upcase` for nil:NilClass when fqdn is empty

8ec517311fb31712e2982d47a8888cefb5749f8c authored about 9 years ago by Pierre RAMBAUD <[email protected]>
Add 'install' attribute for database

Allows recipe to only manage the database without install mysql or postgresql server.

c8c0fc244645c6d1104480f315486da4a00314ca authored about 9 years ago by Pierre RAMBAUD <[email protected]>
Fix test by using new syntax for range on dhcp_subnet resource

736316224b993f30d4d29c315ed9ef32e3d7675a authored about 9 years ago by Pierre RAMBAUD <[email protected]>
Update Berksfile by using chef-brigade/dhcp-cookbook and supermarket instead of berkshelf api

be430acaa5ff96e71c66ae13e9ad7075e212f825 authored about 9 years ago by Pierre RAMBAUD <[email protected]>
Little fix to add ValidationFailed exception while retreive data_bag_item

e00964a4bdf9b3999c7d1941622167742e0d659b authored about 9 years ago by Pierre RAMBAUD <[email protected]>
Merge pull request #5 from redguide/chef-and-refactoring

Chef configuration and bug fixes

84afe905508dedd01702db649436b945512d4b11 authored about 9 years ago by GoT <[email protected]>
Only restart apache2 when recipe apache2 is included

964e28cd6fff2e49d359a6f2bc66582289aa09b8 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Always restart apache2 after restarting foreman-proxy

472a43eeca9672850f464e66ccbcf3bfc5d9f68e authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Add kitchen.local.yml into gitignore

8903def3a8ba3e209975197638fe0271dee6d4a0 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Refactoring, bugs and chef configuration

- Fix mysql configuration
- Use chef Zero in kitchen
- Add attributes for smartproxy_chef plugin...

920edb90edb9956d46c5e6605ec8c30cc42ac853 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Merge pull request #3 from redguide/improve-readme

Little commit to improve readme file

5e8752220f3650ced2a7154d24ffacd895e97ee3 authored over 9 years ago by Guilhem Lettron <[email protected]>
Add missing author in README

57135879ed7c0884ae497ee0d436705357bb2fb7 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Little commit to improve readme file

bc7c843d0769db7174eee682ea8c6aa34f6c624d authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Merge pull request #2 from PierreRambaud/update

Update to make it works for Chef 12

f09727c858cc116cc757b8e54e05c0feb2b43e48 authored over 9 years ago by GoT <[email protected]>
Use ohai to retrieve network informations

87c58dbc6e97a6b5c755f8915e51e5a60a64fde3 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Automatically install foreman-chef

8fb4a783e9dca78c0c0cf839de1aabe86f4cc5d4 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Add plugins repository

867ea145fecb061ee1933d46bfbf063c568d537d authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Improve readme and some refactoring / cleanup

de5e990e80a8490718553de2d6730513fbecffc3 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Docstring and rubocop

dd72f5b17debc7f8d54ffae9782162c755fa5332 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Begin with kitchen tests

0b579f0c91ae8d37931e27f9879fb5e7e5f028c7 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Fix ssl configuration

b1721055278a1177684c98d0e77ee7d4e5a87885 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Ssl certificates and ca

0d6e804a82536dded2ea983873cfe2eaea90b84d authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Try to change ssl configuration

9cd691202ee721856bc8fab4305bb059c046ee53 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Fix rubocop

66ae14544eec80145b1663533809e13a728f52d2 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
First try to use ssl per default for foreman and foreman-proxy

e1e0f69d0918fd6aad8ceb154698f1825342055f authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Full chefspec

8408f4b0edce54917ec7a9029a0ed396e09d3cf2 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
DHCP and Bind configuration but not working yet

a08f295f9fee23db9ea4e67e47db1a0d9d868497 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
More rspec tests and refactoring plus bug fixes

18feaa1d622b4cdcdad963fc60463dee91144833 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Begin with rspec specs

0015d8505623c9fa193f35407720c48015e16707 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Foreman_smartproxy resource now working and allow update

ba4a900650982f1ec322395d2fbbddb6d6f9a34c authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Create resourecs for cache_data and random_pasword for oauth connection

02589469ad1506d82eadf71a8fd236b483a1f037 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
First real commit for foremaproxy recipes and resources, not working yet

009320060985e5af7abb93a6b0c53f3de7dffc83 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Wrong port for http_port

06e4f8c0dfa907980c4c10295ae3803e0572dc27 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
More attributes for foreman-proxy

3b41f26e351d89676d33238a87f6a5b3ed2e2a97 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Begin with foreman proxy

a3e8cf9a96817e07a8cfcc782b991031f7b15ddc authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Change empty? to .nil? for rake resource

2c433b4d74c8cad38b290d3340c8eec1b2859e98 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Fix gemfile and do not use nil value

7e3e225cb19f8279ccb9c80d163fdc9ccd2536b7 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Merge branch 'update' of github.com:PierreRambaud/foreman into update

35e2dc98cc09184a5fcf6fc26d101da129116bb2 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Install and configure database

ae2ee4c850762ce668ed094045b93dcb193783b0 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Fix dependencies

bc1ddf3575e9a4db90851b9e637649cac4421e4b authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Add .project in gitignore

e71cc6cdfe8a675e7f988e9434305293436a406d authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Chef zero not working with chef 12.3.0, waiting for new release

3b77dc41a317c17015970f970cfaa8e07232bd7d authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Remove useless attributes

7fe42f8a31c54fb1778fb366b0a1b77f49d9a5b5 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Example with chef provisionning

48da05461a0659bab04ed74885efbd51e5a9e980 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Configure apache2 passenger

0fec3d730db759f948432e91c58fb19d0d398b82 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Add application_ruby cookbook

91d350355f9ed8d18ba110f12649d7b663cd0a61 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
Add passenger apache2

5fedd0a101c42623d37d482426c47e3a42a1de15 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
First commit for refactoring

a8974ab0cb534f1b9162ea8e46203e33401f6166 authored over 9 years ago by Pierre RAMBAUD <[email protected]>
WIP

167e5fa7eeef07d102f89f9d6e4d95e5947268a3 authored almost 11 years ago by Guilhem Lettron <[email protected]>