All Projects → gildegoma → chef-android-sdk

gildegoma / chef-android-sdk

Licence: Apache-2.0 license
Development repository for Android SDK Chef Cookbook

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to chef-android-sdk

Consul
Development repository for the consul cookbook
Stars: ✭ 188 (+623.08%)
Mutual labels:  chef-cookbook
chef-dnsimple
Chef cookbook for DNSimple.
Stars: ✭ 37 (+42.31%)
Mutual labels:  chef-cookbook
yum-epel
Development repository for the yum-epel cookbook
Stars: ✭ 23 (-11.54%)
Mutual labels:  chef-cookbook
Chef Cookbook
Development repository for Chef cookbook RabbitMQ
Stars: ✭ 212 (+715.38%)
Mutual labels:  chef-cookbook
apparmor
Development repository for the apparmor cookbook
Stars: ✭ 13 (-50%)
Mutual labels:  chef-cookbook
fmw-chef-cookbook
Official repository of samples that show how to use Chef to provision Oracle Fusion Middleware (FMW) products.
Stars: ✭ 43 (+65.38%)
Mutual labels:  chef-cookbook
Cassandra Chef Cookbook
Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent
Stars: ✭ 162 (+523.08%)
Mutual labels:  chef-cookbook
freebsd
Development repository for the freebsd cookbook
Stars: ✭ 27 (+3.85%)
Mutual labels:  chef-cookbook
bamboo
Chef Cookbook for Atlassian Bamboo
Stars: ✭ 15 (-42.31%)
Mutual labels:  chef-cookbook
DeployMachineLearningModels
This Repo Contains Deployment of Machine Learning Models on various cloud services like Azure, Heroku, AWS,GCP etc
Stars: ✭ 14 (-46.15%)
Mutual labels:  chef-cookbook
Nodejs
Development repository for the nodejs cookbook
Stars: ✭ 225 (+765.38%)
Mutual labels:  chef-cookbook
Sensu Chef
Sensu Chef cookbook.
Stars: ✭ 227 (+773.08%)
Mutual labels:  chef-cookbook
chef-influxdb
A cookbook for InfluxDB, a time-series database (influxdb.org)
Stars: ✭ 53 (+103.85%)
Mutual labels:  chef-cookbook
Apt
Development repository for the apt cookbook
Stars: ✭ 201 (+673.08%)
Mutual labels:  chef-cookbook
chef-apache-hardening
dev-sec.io/
Stars: ✭ 24 (-7.69%)
Mutual labels:  chef-cookbook
Macos Cookbook
A Chef cookbook used to provision macOS
Stars: ✭ 183 (+603.85%)
Mutual labels:  chef-cookbook
epsAndroidPlayer
易居PGC直播Saas平台Android播放器SDK,Android平台原生播放器,性能高,画质好,直播延迟最低可达1秒。支持HLS,RTMP等流媒体协议,支持H264,AAC音视频编码技术。可灵活设置画幅,显示方向。
Stars: ✭ 13 (-50%)
Mutual labels:  android-sdk
sssd ldap
Development repository for the sssd_ldap cookbook
Stars: ✭ 17 (-34.62%)
Mutual labels:  chef-cookbook
github
Development repository for the github cookbook
Stars: ✭ 22 (-15.38%)
Mutual labels:  chef-cookbook
samba
Development repository for the samba cookbook
Stars: ✭ 30 (+15.38%)
Mutual labels:  chef-cookbook

Description

This cookbook will install Google Android SDK.

The default recipe of this Chef cookbook will:

  • Download and install/upgrade Android SDK (not ADT)
  • Update SDK dependencies to install some Android platforms (--filter list can be customized in cookbook attributes)
  • Define a default ANDROID_HOME environment variable (via /etc/profile.d/... mechanism)
  • Add ANDROID_HOME/tools and ANDROID_HOME/platform-tools to default PATH environment variable (via /etc/profile.d/... mechanism)

Requirements

  • Chef 12.5+ (due to transitive cookbook dependencies, and to avoid a dependency on compat_resource cookbook)
  • Depends on chef-cookbooks/ark and chef-cookbooks/java cookbooks
  • This cookbook currently supports Ubuntu 12.04+ and CentOS 6.6+, but more Linux distributions are welcome (depending on community interests). Support for MacOS and Windows is also on the roadmap thanks to @rjaros87.

Attributes

TODO (work in progress)

Installation and Usage

This cookbook is released at https://supermarket.chef.io/cookbooks/android-sdk and its original git repository is https://github.com/gildegoma/chef-android-sdk.

  • Find your favourite way (Berkhelf, Librarian-Chef, Chef Supermarket API, Git submodule, or even tarball download) to install this cookbook (and its dependencies).
  • Include the android-sdk::default recipe to your run list or inside your cookbook.
  • Provision!

Quality Assurance

Continous Integration

This Cookbook is being tasted by Travis CI: Build Status

Automated validations are following:

  • Static Analysis of Ruby code with tailor lint tool
  • Static Analysis of Chef Cookbooks with foodcritic lint tool
  • knife cookbook test in a very basic sandbox
  • PENDING: Expectations described with RSpec examples with ChefSpec
  • PENDING: ServerSpec integration testing
  • PENDING: Run true chef (matrix) on travis VM!

Development and Testing

During development, this cookbook is locally tested in following environments:

  • Development with recent versions of Chef-Solo and Ubuntu (with great help of Berkshelf, Vagrant and Virtualbox and other tools provided by the Chef community).
  • Integration with great help of Opscode test-kitchen

License and Credits

  • Thanks to:: All Contributors

  • Thanks to:: Ralf Kistner, for all relevant information to create original cookbook

  • Thanks to:: Andrew Rosa, for all relevant information to improve this cookbook

  • Thanks to:: Travis CI Project, for motivating the creation of this cookbook

  • Copyright:: 2013-2014, Gilles Cornu

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].