Coder Social home page Coder Social logo

chefdk_getting_started's People

Contributors

tcotav avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

misheska vietwear

chefdk_getting_started's Issues

Update to current versions of ChefDK

copying from mail from Tim Reynolds -- need to upgrade this stuff

I'm using latest greatest chefdk, which uses Chef-Zero

My berks install:


Resolving cookbook dependencies...
Fetching 'chefdk_getting_started' from source at .
Using apt (2.7.0)
Using yum-epel (0.6.2)
Using yum (3.6.3)
Using java (1.31.0)
Using chef-sugar (3.1.1)
Using tomcat (0.17.3)

Using chefdk_getting_started (0.1.0) from source at .
Using openssl (4.2.0)

.kitchen.yml
I was getting loads of failures for dependency apt-get updates.
I tried 13.04 also but still tons of problems.
finally I changed to Ubuntu 14.04 from 12.04

tomcat_spec.rb:
Newer chefdk uses Serverspec v2, which requires the following changes
replace

require 'serverspec'
include Serverspec::Helper::Exec
include Serverspec::Helper::DetectOS
with
require 'serverspec'
set :backend, :exec

metadata.rb

added
depends "java"

/attributes/default.rb

I tried a bunch of things here, but in the end went back to your version.

override[:java][:openjdk_packages] = [ "openjdk-7-jdk", "openjdk-7-jre-headless" ]

override[:java][:openjdk_packages] = ["openjdk-7-jdk"]

default['java']['install_flavor'] = 'openjdk'
default['java']['jdk_version'] = '7'

Running kitchen test and/or verify works,
however the recipe java::openjdk takes a verrrrry long time

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.