Skip to content

Instantly share code, notes, and snippets.

View mattray's full-sized avatar
🇦🇺
in Sydney

Matt Ray mattray

🇦🇺
in Sydney
View GitHub Profile
@mattray
mattray / gist:7759960
Created December 2, 2013 22:07
#openstack-chef December 2, 2013
The topic for #openstack-chef is: OpenStack & Chef | wiki.openstack.org/wiki/Chef/GettingStarted  | groups.google.com/group/opscode-chef-openstack | github.com/stackforge/openstack-chef-repo (8:33:15 AM)
Topic for #openstack-chef set by mattray!~Opscode@pdpc/supporter/21for7/mrayzenoss at 10:30:18 on 08/16/13 (8:33:15 AM)
mode (+o mattray) by ChanServ (8:33:17 AM)
8:35:23 AM mattray: Good morning good evening wherever you are 
9:14:42 AM openstackgerrit: Matt Ray proposed a change to stackforge/cookbook-openstack-compute: Relax the dependency on openstack-identity to the 7.x series https://review.openstack.org/59419
9:17:10 AM openstackgerrit: Matt Ray proposed a change to stackforge/cookbook-openstack-block-storage: Relax the dependency on openstack-identity to the 7.x series https://review.openstack.org/59421
9:18:34 AM openstackgerrit: Matt Ray proposed a change to stackforge/cookbook-openstack-compute: Relax the dependency on openstack-identity to the 7.x series https://review.openstack.org/59419
mode

openstack-block-storage Cookbook CHANGELOG

This file is used to list changes made in each version of the openstack-block-storage cookbook.

7.2.1

Bug

  • relax the dependencies to the 7.x series

v7.2.0

Improvement

#!/usr/bin/env ruby
#
# Wrap thor-scmver to build metadata
#
require 'thor-scmversion'
module ThorSCMVersion
class Tasks < Thor
namespace "version"
#!/usr/bin/env ruby
#
# Wrap thor-scmver to build metadata
#
require 'thor-scmversion'
module ThorSCMVersion
class Tasks < Thor
namespace "version"
#!/usr/bin/env ruby
#
# Wrap thor-scmver to build metadata
#
require 'thor-scmversion'
module ThorSCMVersion
class Tasks < Thor
namespace "version"
#!/usr/bin/env ruby
#
# Wrap thor-scmver to build metadata
#
require 'thor-scmversion'
module ThorSCMVersion
class Tasks < Thor
namespace "version"
---
platforms:
- name: ubuntu-10.04
driver_config:
customize:
memory: 2048
box: opscode-ubuntu-10.04
box_url: http://10.0.0.2/boxes/opscode_ubuntu-10.04_provisionerless.box
run_list:
- recipe[apt::cacher-client]
@mattray
mattray / gist:7256886
Created October 31, 2013 20:48
vagrant
root@crushinator:~# vagrant plugin install vagrant-chef-zero
Installing the 'vagrant-chef-zero' plugin. This can take a few minutes...
^[ /opt/vagrant/embedded/lib/ruby/1.9.1/rubygems/installer.rb:562:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
/opt/vagrant/embedded/bin/ruby extconf.rb
Extracting libxml2-2.8.0.tar.gz into tmp/x86_64-linux-gnu/ports/libxml2/2.8.0... OK
Running 'configure' for libxml2 2.8.0... OK
Running 'compile' for libxml2 2.8.0... OK
Running 'install' for libxml2 2.8.0... OK
Activating libxml2 2.8.0 (from /root/.vagrant.d/gems/gems/nokogiri-1.6.0/ports/x86_64-linux-gnu/libxml2/2.8.0)...
$ ls ~/.vagrant.d/gems/gems/
activesupport-3.2.12/ chef-zero-1.6.2/ logging-1.8.1/ net-ssh-gateway-1.2.0/ solve-0.8.1/
addressable-2.3.5/ chozo-0.6.1/ mime-types-2.0/ net-ssh-multi-1.1/ systemu-2.5.2/
akami-1.2.0/ erubis-2.7.0/ mini_portile-0.5.2/ nio4r-0.5.0/ thor-0.18.1/
berkshelf-2.0.10/ faraday-0.8.8/ minitar-0.5.4/ nokogiri-1.6.0/ timers-1.1.0/
buff-config-0.4.0/ ffi-1.9.3/ mixlib-authentication-1.3.0/ nori-1.1.5/ uuidtools-2.1.4/
buff-extensions-0.5.0/ gssapi-1.0.3/ mixlib-cli-1.3.0/ ohai-6.18.0/ vagrant-berkshelf-1.3.4/
buff-ignore-1.1.0/ gyoku-1.1.0/ mixlib-config-1.1.2/ puma-1.6.3/ vagrant-chef-zero-0.5.0/
buff-ruby_engine-0.1.0/ hashie-2.0.5/ mix
name "allinone"
description "Example environment defining the network and database settings you're going to use with OpenStack using a single machines for the services and compute."
override_attributes(
'authorization' => {
'sudo' => {
'groups' => ['admin', 'wheel', 'sysadmin'],
'include_sudoers_d' => true,
'passwordless' => true,
'users' => ['mray']