root@ws:/workspace/myapp# kitchen converge
-----> Starting Kitchen (v1.13.2)
-----> Converging <default-centos-68>...
Preparing files for transfer
Preparing dna.json
Preparing cookbooks from project directory
Removing non-cookbook files before transfer
Preparing validation.pem
Preparing client.rb
-----> Chef Omnibus installation detected (install only if missing)
Transferring files to <default-centos-68>
Starting Chef Client, version 13.0.118
resolving cookbooks for run list: ["java::default", "tomcat::install", "tomcat::service"]
Synchronizing Cookbooks:
- tomcat (0.1.0)
- java (0.1.0)
Installing Cookbook Gems:
Compiling Cookbooks...
Converging 4 resources
Recipe: java::default
* yum_package[epel-release] action install
- install version 6-8 of package epel-release
* yum_package[java-1.7.0-openjdk] action install
- install version 1.7.0.131-2.6.9.0.el6_8 of package java-1.7.0-openjdk
Recipe: tomcat::install
* yum_package[tomcat, tomcat-webapps] action install
- install version 7.0.75-1.el6 of package tomcat-webapps
- install version 7.0.75-1.el6 of package tomcat
Recipe: tomcat::service
* service[tomcat] action start
- start service service[tomcat]
* service[tomcat] action enable
- enable service service[tomcat]
Running handlers:
Running handlers complete
Chef Client finished, 5/5 resources updated in 01 minutes 41 seconds
Finished converging <default-centos-68> (1m44.02s).
-----> Kitchen is finished. (1m45.26s)