-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 2 fixes #3
Conversation
…er functionality out of hadoop_cluster
…o infochimps repo
of tarball due to missing build directory.
Sigh, let these drift too far.
|
Yeah, we've been fairly driven towards getting our cassandra cluster up. I've been meaning to extract our changesets into logical chunks and send pull requests. BTW, given master is marked deprecated, are you planning to merge version2 in? mrflip [email protected] wrote:
|
If version_2_fixes is your production branch I only see two small diffs to it from our version_2, so you should be clean to pull from it. In infochimps/cluster_chef#16 I summarized the flurry of git merges I made today. We are indeed going to move to version_2 being the official branch - but it has to happen while keeping our production servers stable. We'll be tracking the planning and evolution of the changes using the github issues so that you can stay abreast of what changes, and we'll try to flag anything that could be breaking. In infochimps/cluster_chef#10 and infochimps/cluster_chef#14 is a summary of the high-level changes we plan. |
I'd recommend pulling the following (just pushed) revert. It was commit 8def3ee
chip. See:"
On 05/14/2011 11:25 PM, mrflip wrote:
Mike Mike Heffner [email protected] |
This change sets up basic ironfan features for use with an openstack cloud, as well as adding a fake cloud provider called "static" that lets you specify (normally) cloud-discoverable parameters directly in the cluster definition. Squashed commit of the following: commit a80592a2adf35ca6db3821c2b7897b9e6dad603b Merge: b4149c9 1572b76 Author: Chris Howe <[email protected]> Date: Mon Mar 10 13:12:17 2014 -0500 Merge branch 'master' of github.com:howech/ironfan into 20140310-feature-openstack-support Conflicts: Gemfile Gemfile.lock ironfan.gemspec lib/ironfan/dsl/component.rb commit 1572b76 Merge: 1925e5e 5edcf9a Author: Chris Howe <[email protected]> Date: Tue Feb 25 10:58:47 2014 -0600 Merge pull request #4 from erikmack/master display floating IP's, also bump excon commit 1925e5e Merge: 5a18c58 be86033 Author: Chris Howe <[email protected]> Date: Wed Feb 19 15:06:55 2014 -0600 Merge pull request #3 from howech/static-cloud Static cloud commit be86033 Author: Chris Howe <[email protected]> Date: Wed Feb 19 14:58:54 2014 -0600 minor changes to help the world work better commit 5edcf9a Author: Erik Mackdanz <[email protected]> Date: Wed Feb 19 14:49:15 2014 -0600 Bump excon dep commit fe78a40 Author: Erik Mackdanz <[email protected]> Date: Wed Feb 19 12:56:44 2014 -0600 Display floating IP address in public IP fields commit 5a18c58 Merge: 79f5289 bb88ae4 Author: Chris Howe <[email protected]> Date: Wed Feb 19 12:28:19 2014 -0600 Merge pull request #2 from erikmack/master Factor out cloud-specific security group code commit 06c92dd Author: Chris Howe <[email protected]> Date: Fri Feb 7 11:56:40 2014 -0600 Added a non-cloud cloud provider called 'static' commit 79f5289 Author: Chris Howe <[email protected]> Date: Wed Jan 29 16:05:59 2014 -0600 Added elastic ip support for openstack. Shored up public ip address code. commit bb88ae4 Author: Erik Mackdanz <[email protected]> Date: Tue Jan 28 16:33:16 2014 -0600 Factor out cloud-specific security group code commit b5591dc Author: Chris Howe <[email protected]> Date: Mon Jan 27 13:00:54 2014 -0600 machine state tweaks for openstack commit 353862f Author: Chris Howe <[email protected]> Date: Fri Jan 17 15:39:20 2014 -0600 Fixed an unintended edit :Fixed an unintende commit dbd9f67 Author: Chris Howe <[email protected]> Date: Fri Jan 17 14:37:48 2014 -0600 changed wait for ssh behavior to resect ssh rules commit 0ed441a Author: Chris Howe <[email protected]> Date: Fri Jan 17 11:27:01 2014 -0600 changed cluster and facet groups to use server.security_group instead of cloud.security group commit c72a466 Author: Chris Howe <[email protected]> Date: Thu Jan 16 16:35:13 2014 -0600 Added a security_groups container to dsl/compute, and changed providers to respect both cloud defined and compute defined security groups. commit 610cf62 Merge: 6f99623 1b82f8f Author: Chris Howe <[email protected]> Date: Tue Jan 14 11:22:42 2014 -0800 Merge pull request #1 from erikmack/master Make the DNS search domain configurable at the cloud layer. commit 1b82f8f Author: Erik Mackdanz <[email protected]> Date: Tue Jan 14 12:46:56 2014 -0600 Make the DNS search domain configurable at the cloud layer. The NFS server will perform a reverse DNS query on any clients that try to connect. Only clients whose reverse DNS response matches this domain are allowed to connect. commit 6f99623 Author: Chris Howe <[email protected]> Date: Mon Jan 13 10:15:17 2014 -0600 fixed security groups for openstack commit cd8f930 Author: Chris Howe <[email protected]> Date: Sun Jan 12 10:01:34 2014 -0600 Added some better statuses. Changed the default to actually wait for ssh ports. commit bee2a0d Author: Chris Howe <[email protected]> Date: Fri Jan 10 04:51:34 2014 +0000 fixed a keypair bug commit 8788ccf Author: Chris Howe <[email protected]> Date: Thu Jan 9 19:34:01 2014 +0000 better support for public/private ip address commit e92811a Author: Chris Howe <[email protected]> Date: Thu Jan 9 19:32:57 2014 +0000 better support for public/private ip address commit f756cce Author: Chris Howe <[email protected]> Date: Wed Jan 8 15:45:44 2014 +0000 Added basic support for an openstack cloud provider. Change-Id: If34e82013bdb321d8114d6a507ef84df3567b9ed
Misc fixes required to get a minimal 0.7.4 Cassandra cluster bootstrapped.