• R/O
  • HTTP
  • SSH
  • HTTPS

grid-chef-repo: Commit

Grid環境構築用のChefリポジトリです。


Commit MetaInfo

Revision7b2c521e591019147162d5087b6eac9c060681ea (tree)
Zeit2017-12-09 11:24:53
Autorwhitestar <whitestar@user...>
Commiterwhitestar

Log Message

marks the berkshelf-api-server-ya cookbook deprecated.

Ändern Zusammenfassung

Diff

--- a/DEPRECATED.md
+++ b/DEPRECATED.md
@@ -3,6 +3,7 @@ DEPRECATED Resources
33
44 ## Cookbooks
55
6+- `berkshelf-api-server-ya`
67 - `commons` => `apt_utils`, `platform_utils` and `yum_utils`
78 - `nagios` => `nagios-grid`
89 - `node_commons` => `commons`
--- a/roles/Berksfile
+++ b/roles/Berksfile
@@ -14,8 +14,6 @@
1414 # limitations under the License.
1515 #
1616
17-# for ver. 3.x
18-#source 'https://berks-api.io.example.com:6280'
1917 source 'https://supermarket.chef.io'
2018
2119 #metadata
@@ -24,11 +22,11 @@ source 'https://supermarket.chef.io'
2422 # community cookbooks
2523 cookbook 'apt'
2624 cookbook 'build-essential'
27-cookbook 'berkshelf-api-server', '= 2.1.1'
2825 cookbook 'chef-client'
2926 cookbook 'cron'
3027 cookbook 'java'
3128 cookbook 'push-jobs'
3229 cookbook 'supermarket-omnibus-cookbook'
3330 cookbook 'yum', '>= 3.0'
34-
31+# **DEPRECATED**
32+#cookbook 'berkshelf-api-server', '= 2.1.1'
Show on old repository browser