Created
December 3, 2016 17:23
-
-
Save vignesh-v3/07e694154dffe2858acaa1789f8f89cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ kitchen converge | |
-----> Starting Kitchen (v1.13.2) | |
-----> Converging <default-ubuntu-1404>... | |
Preparing files for transfer | |
Preparing dna.json | |
Resolving cookbook dependencies with Berkshelf 5.1.0... | |
Removing non-cookbook files before transfer | |
Preparing solo.rb | |
-----> Chef Omnibus installation detected (install only if missing) | |
Transferring files to <default-ubuntu-1404> | |
Starting Chef Client, version 12.16.42 | |
resolving cookbooks for run list: ["hwk::default"] | |
Synchronizing Cookbooks: | |
- hwk (0.1.0) | |
- mysqldump (0.1.1) | |
- mysql (8.1.1) | |
Installing Cookbook Gems: | |
Compiling Cookbooks... | |
sh: 1: notifies: not found | |
sh: 1: notifies: not found | |
sh: 1: notifies: not found | |
sh: 1: notifies: not found | |
Converging 19 resources | |
Recipe: hwk::install_amp | |
* apt_update[all platforms] action periodic (up to date) | |
* apt_package[apache2] action install (up to date) | |
* service[apache2] action enable (up to date) | |
* service[apache2] action start (up to date) | |
Recipe: hwk::mysqlinits | |
* bash[sql init] action run | |
- execute "bash" "/tmp/chef-script20161203-17965-1ahqhr3" | |
* cookbook_file[/tmp/sqls.sh] action create (up to date) | |
* execute[run the bash script] action run | |
- execute su -c /tmp/sqls.sh root | |
Recipe: hwk::install_amp | |
* apt_package[mysql-server] action install (up to date) | |
* apt_package[php5] action install (up to date) | |
* apt_package[php5-mcrypt] action install (up to date) | |
* apt_package[php5-gd] action install (up to date) | |
* apt_package[php5-mysql] action install (up to date) | |
Recipe: hwk::drupal_git | |
* apt_package[git] action install (up to date) | |
* execute[clone-from-git] action run (skipped due to not_if) | |
* remote_file[settings.php ] action create (up to date) | |
* remote_file[services.yml] action create (up to date) | |
* directory[/var/www/html/drupal] action create (up to date) | |
* directory[/var/www/html/drupal/sites/default/files] action create (up to date) | |
Recipe: hwk::mysql_dump | |
* mysql_client_installation_package[default] action create | |
* apt_package[mysql-client-5.5] action install (up to date) | |
(up to date) | |
* mysqldump[~/.dumpfile.sql] action run | |
* execute[mysqldump -h localhost -u drupaluser -pdrupalpass drupal_db > ~/.dumpfile.sql] action run | |
- execute mysqldump -h localhost -u drupaluser -pdrupalpass drupal_db > ~/.dumpfile.sql | |
Running handlers: | |
Running handlers complete | |
Chef Client finished, 4/22 resources updated in 19 seconds | |
Finished converging <default-ubuntu-1404> (0m28.92s). | |
-----> Kitchen is finished. (0m29.79s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment