cookbook 'open-build-service', '= 0.14.0'
open-build-service
(16) Versions
0.14.0
-
Follow0
Installs/Configures open-build-service
cookbook 'open-build-service', '= 0.14.0', :supermarket
knife supermarket install open-build-service
knife supermarket download open-build-service
open-build-service Cookbook
This cookbook makes your favorite build system a lot easier and maintainable.
Requirements
packages
apache2
-
passenger_apache2
Required for the frontend / API / WebUI -
mysql
(patched to handle openSUSE version of MariaDB) mysql2_chef_gem
database
ssl_certificate
-
lvm
(for worker)
Attributes
open-build-service::worker
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['open-build-service']['worker']['repo_servers']</tt></td>
<td>Sring</td>
<td>Repository server instance addresses</td>
<td><tt>""</tt></td>
</tr>
</table>
Usage
open-build-service
Add open-build-service as cookbook into your Cheffile (or alternative files for
other cookbook management systems).
You need to generate GPG keys for the OBS signer as described on
https://en.opensuse.org/openSUSE:Build_Service_Signer#Set_up_the_GPG_key
And put those keys in an encrypted data-bag.
For testing/demo purposes you can run this:
$ ./cookbooks/open-build-service/examples/gpg/gpg_keys.sh generate [...] I: Next step is to create the obs_gpgkeys databage with following commands: openssl rand -base64 512 | tr -d '\r\n' > ~/.chef/your_databag_key echo 'encrypted_data_bag_secret "#{home_dir}/.chef/your_databag_key"' >> .chef/knife.rb knife data bag create obs_gpgkeys knife data bag --secret-file ~/.chef/your_databag_key from file obs_gpgkeys cookbooks/open-build-service/examples/gpg/obs_gpg_keys/signd_public_key.json knife data bag --secret-file ~/.chef/your_databag_key from file obs_gpgkeys cookbooks/open-build-service/examples/gpg/obs_gpg_keys/signd_private_key.json knife data bag --secret-file ~/.chef/your_databag_key from file obs_gpgkeys cookbooks/open-build-service/examples/gpg/obs_gpg_keys/signd_key_phrase.json I: Suggesting following initial node declaration:
{ "open-build-service": { "signer": { "user": "defaultkey@localobs" }, "signd": { "keypairs": { "defaultkey@localobs": { "bag": "obs_gpgkeys", "private_key": { "item": "signd_private_key" }, "public_key": { "item": "signd_public_key" }, "key_phrase": { "item": "signd_key_phrase" } } } } }, "run_list": [ "recipe[open-build-service::source_server]", "recipe[open-build-service::service_server]", "recipe[open-build-service::api_server]", "recipe[open-build-service::signd]", "recipe[open-build-service::repo_server]", "recipe[open-build-service::worker]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
- Author:: Daniel Gollub (dgollub@brocade.com)
- Author:: Jan Blunck (jblunck@brocade.com)
Copyright 2014-2015, Brocade Communications Systems, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Dependent cookbooks
lvm >= 0.0.0 |
zypper >= 0.0.0 |
mysql >= 0.0.0 |
mysql2_chef_gem >= 0.0.0 |
database >= 0.0.0 |
apache2 >= 0.0.0 |
ssl_certificate >= 0.0.0 |
passenger_apache2 >= 0.0.0 |
build-essential >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
open-build-service CHANGELOG
0.1.0
- Daniel Gollub - Initial release of open-build-service
Foodcritic Metric
0.14.0 failed this metric
FC002: Avoid string interpolation where not required: /tmp/cook/2f2f08ed134c760f3bc285fe/open-build-service/templates/default/distribution.xml.erb:11
0.14.0 failed this metric