From 5398f72c418d5dd61f5e11e1824c0d7860c60fad Mon Sep 17 00:00:00 2001 From: Jaymala Sinha Date: Wed, 3 Jul 2019 10:21:06 -0400 Subject: Deprecate Ubuntu-14 Signed-off-by: Jaymala Sinha --- omnibus/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'omnibus') diff --git a/omnibus/README.md b/omnibus/README.md index aa58d6da5e..34e503519f 100644 --- a/omnibus/README.md +++ b/omnibus/README.md @@ -67,7 +67,7 @@ The default build environment requires Test Kitchen and VirtualBox for local dev Once you have tweaked your `kitchen.yml` (or `kitchen.local.yml`) to your liking, you can bring up an individual build environment using the `kitchen` command. ```shell -$ bundle exec kitchen converge chef-ubuntu-1404 +$ bundle exec kitchen converge chef-ubuntu-1604 ``` Additional settings are required if using the kitchen-vagrant driver with the Hyper-V provider: @@ -87,7 +87,7 @@ $ bundle exec kitchen login -ubuntu-1204 ``` ```shell -$ kitchen login chef-ubuntu-1404 +$ kitchen login chef-ubuntu-1604 [vagrant@ubuntu...] $ source load-omnibus-toolchain.sh [vagrant@ubuntu...] $ cd chef/omnibus [vagrant@ubuntu...] $ bundle install --without development # Don't install dev tools! -- cgit v1.2.1