Initial kilo updates

Change-Id: I9bbe279c526d58efbed4ce08f0557b5ab4639208
Partial-Bug: #1426424
This commit is contained in:
Mark Vanderwiel 2015-02-27 15:27:34 -06:00
parent 016a08eadc
commit 03e2169504
5 changed files with 15 additions and 9 deletions

View File

@ -20,12 +20,17 @@ cookbook 'selinux', '0.7.2'
cookbook 'yum-epel', '0.6.0'
cookbook 'statsd', github: 'att-cloud/cookbook-statsd'
cookbook 'openstack-bare-metal', github: 'stackforge/cookbook-openstack-bare-metal', branch: "master"
cookbook 'openstack-block-storage', github: 'stackforge/cookbook-openstack-block-storage', branch: "master"
cookbook 'openstack-client', github: 'stackforge/cookbook-openstack-client', branch: "master"
cookbook 'openstack-common', github: 'stackforge/cookbook-openstack-common', branch: "master"
cookbook 'openstack-compute', github: 'stackforge/cookbook-openstack-compute', branch: "master"
cookbook 'openstack-dashboard', github: 'stackforge/cookbook-openstack-dashboard', branch: "master"
cookbook 'openstack-database', github: 'stackforge/cookbook-openstack-database', branch: "master"
cookbook 'openstack-data-processing', github: 'stackforge/cookbook-openstack-data-processing', branch: "master"
cookbook 'openstack-identity', github: 'stackforge/cookbook-openstack-identity', branch: "master"
cookbook 'openstack-image', github: 'stackforge/cookbook-openstack-image', branch: "master"
cookbook 'openstack-integration-test', github: 'stackforge/cookbook-openstack-integration-test', branch: "master"
cookbook 'openstack-network', github: 'stackforge/cookbook-openstack-network', branch: "master"
cookbook 'openstack-object-storage', github: 'stackforge/cookbook-openstack-object-storage', branch: "master"
cookbook 'openstack-ops-database', github: 'stackforge/cookbook-openstack-ops-database', branch: "master"

View File

@ -1,8 +1,9 @@
source 'https://rubygems.org'
gem 'chef', '~> 11.16.0'
gem 'chef', '~> 11.18.6'
gem 'dep-selector-libgecode', '~> 1.0.2'
gem 'json', '<= 1.7.7' # chef dependency
gem 'spiceweasel', '~> 2.8.0'
gem 'berkshelf', '~> 3.1.5'
gem 'json', '<= 1.7.7' # chef 11 dependency
gem 'spiceweasel', '~> 2.8.0' # remove after gates move to rake
gem 'berkshelf', '~> 3.2.1'
gem 'hashie', '~> 2.0'
gem 'rubocop', '~> 0.29.1'

View File

@ -6,7 +6,7 @@ and become a stackforge project.
This framework also gives us an opportunity to show different Reference Architectures and a sane example on how to start with OpenStack and Chef.
With the `master` branch of the cookbooks, which is currently tied to the base OpenStack Juno release, this supports deploying to Ubuntu 14 and CentOS 7 platforms for all in one with nova networking. Support for all in one neutron and multi node support is a work in progress.
With the `master` branch of the cookbooks, which is currently tied to the base OpenStack Kilo release, this supports deploying to Ubuntu 14 and CentOS 7 platforms for all in one with nova networking. Support for all in one neutron and multi node support is a work in progress.
Support for CentOS 6.5 and Ubuntu 12 with Icehouse is available with the stable/icehouse branch of this project.

View File

@ -10,7 +10,7 @@
"override_attributes": {
"yum": {
"repo": {
"baseurl": "https://repos.fedorapeople.org/repos/openstack/openstack-juno/epel-7"
"baseurl": "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/epel-7"
},
"epel": {
"mirrorlist": "http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=$basearch",
@ -23,7 +23,7 @@
},
"openstack": {
"yum": {
"uri": "https://repos.fedorapeople.org/repos/openstack/openstack-juno/epel-7"
"uri": "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/epel-7"
},
"identity": {
"bind_interface": "enp0s8"

View File

@ -10,7 +10,7 @@
"override_attributes": {
"yum": {
"repo": {
"baseurl": "https://repos.fedorapeople.org/repos/openstack/openstack-juno/epel-7"
"baseurl": "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/epel-7"
},
"epel": {
"mirrorlist": "http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=$basearch",
@ -23,7 +23,7 @@
},
"openstack": {
"yum": {
"uri": "https://repos.fedorapeople.org/repos/openstack/openstack-juno/epel-7"
"uri": "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/epel-7"
},
"identity": {
"bind_interface": "eth1"