chef-cookbooks / chef-server

Cookbook to install standalone Chef Server
http://supermarket.chef.io/cookbooks/chef-server
Apache License 2.0
176 stars 154 forks source link

Chef-server installation using Chef-solo & Ubuntu 18.04 #155

Open idistech opened 6 years ago

idistech commented 6 years ago

Cookbook version

5.5.1

Chef-client version

14.2.0

Platform Details

Ubuntu 18_04

Scenario:

Install Chef-server using chef-solo

Steps to Reproduce:

sudo chef-solo -c solo.rb -o 'recipe[chef-server::default]'

Expected Result:

Fails to run

Actual Result:

`2018-07-21T16:06:16+00:00] INFO: Started chef-zero at chefzero://localhost:1 with repository at /home/ubuntu/chef-repo, /home/ubuntu/chef-repo One version per cookbook

Starting Chef Client, version 14.2.0 [2018-07-21T16:06:16+00:00] INFO: Chef 14.2.0 [2018-07-21T16:06:16+00:00] INFO: Platform: x86_64-linux [2018-07-21T16:06:16+00:00] INFO: Chef-client pid: 11469 [2018-07-21T16:06:16+00:00] INFO: The plugin path /etc/chef/ohai/plugins does not exist. Skipping... [2018-07-21T16:06:18+00:00] WARN: Run List override has been provided. [2018-07-21T16:06:18+00:00] WARN: Original Run List: [] [2018-07-21T16:06:18+00:00] WARN: Overridden Run List: [recipe[chef-server::default]] [2018-07-21T16:06:18+00:00] INFO: Run List is [recipe[chef-server::default]] [2018-07-21T16:06:18+00:00] INFO: Run List expands to [chef-server::default] [2018-07-21T16:06:18+00:00] INFO: Starting Chef Run for build01.cloud-dog.com [2018-07-21T16:06:18+00:00] INFO: Running start handlers [2018-07-21T16:06:18+00:00] INFO: Start handlers complete. resolving cookbooks for run list: ["chef-server::default"] [2018-07-21T16:06:18+00:00] INFO: Loading cookbooks [chef-server@5.5.1, chef-ingredient@2.3.2] [2018-07-21T16:06:18+00:00] INFO: Skipping removal of obsoleted cookbooks from the cache Synchronizing Cookbooks:

[2018-07-21T16:06:19+00:00] INFO: Running queued delayed notifications before re-raising exception

Running handlers: [2018-07-21T16:06:19+00:00] ERROR: Running exception handlers Running handlers complete [2018-07-21T16:06:19+00:00] ERROR: Exception handlers complete Chef Client failed. 0 resources updated in 02 seconds [2018-07-21T16:06:19+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out [2018-07-21T16:06:19+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report [2018-07-21T16:06:19+00:00] FATAL: Mixlib::Install::Backend::ArtifactsNotFound: chef_ingredient[chef-server] (chef-server::default line 29) had an error: Mixlib::Install::Backend::ArtifactsNotFound: No artifacts found matching criteria. product name: chef-server channel: stable version: latest platform: ubuntu platform version: 18.04 architecture: x86_64 compatibility mode: false

`

Not support yet ? Thanks for your assistance

joe4dev commented 6 years ago

Same issue here, reverted back to Ubuntu 16.04 for now

idistech commented 6 years ago

Ditto, Had a poke around chef-ingredients cookbook, but wasnt obvious what needed to be done. Happy to help test once its ready . Best