This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #231 from opscode/schisamo/omnibus-4.0
Upgrade to Omnibus 4.0
- Loading branch information
Showing
84 changed files
with
624 additions
and
1,674 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
driver: | ||
name: vagrant | ||
provider: vmware_fusion | ||
customize: | ||
numvcpus: 2 | ||
memsize: 2048 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'omnibus-software', :github => 'opscode/omnibus-software', | ||
:branch => 'omnibus/3.2-stable' | ||
gem 'omnibus-software', github: 'opscode/omnibus-software' | ||
gem 'omnibus', github: 'opscode/omnibus' | ||
|
||
gem 'omnibus', :github => 'opscode/omnibus-ruby', | ||
:branch => '3.0-stable' | ||
# This development group is installed by default when you run `bundle install`, | ||
# but if you are using Omnibus in a CI-based infrastructure, you do not need | ||
# the Test Kitchen-based build lab. You can skip these unnecessary dependencies | ||
# by running `bundle install --without development` to speed up build times. | ||
group :development do | ||
# Use Berkshelf for resolving cookbook dependencies | ||
gem 'berkshelf', '~> 3.0' | ||
|
||
# Use Test Kitchen with Vagrant for converging the build environment | ||
gem 'test-kitchen', '~> 1.2' | ||
gem 'kitchen-vagrant', '~> 0.15' | ||
gem 'windows_chef_zero', '~> 2.0' | ||
end |
This file contains 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
Oops, something went wrong.