Skip to content
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

Closed
wants to merge 139 commits into from
Closed

Conversation

mheffner
Copy link
Contributor

@mheffner mheffner commented Apr 1, 2011

Misc fixes required to get a minimal 0.7.4 Cassandra cluster bootstrapped.

Philip (flip) Kromer added 30 commits January 22, 2011 21:22
@mrflip
Copy link
Member

mrflip commented May 14, 2011

Sigh, let these drift too far.
I went through and cherry-picked out what seemed to be the fixes, leaving two behind:

  • NTP, because there was an inconsistency,
  • Cluster facet indexes, because it changed the semantics
    I've filed bugs for each of them.

@mrflip mrflip closed this May 14, 2011
@mheffner
Copy link
Contributor Author

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:

Sigh, let these drift too far.
I went through and cherry-picked out what seemed to be the fixes, leaving two behind:

  • NTP, because there was an inconsistency,
  • Cluster facet indexes, because it changed the semantics
    I've filed bugs for each of them.

Reply to this email directly or view it on GitHub:
https://github.com/infochimps/cluster_chef/pull/3#issuecomment-1164086

@mrflip
Copy link
Member

mrflip commented May 15, 2011

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.

@mheffner
Copy link
Contributor Author

I'd recommend pulling the following (just pushed) revert. It was
something we were using while tracking down an issue but is not
generally applicable.

commit 8def3ee
Author: Mike Heffner [email protected]
Date: Sun May 15 17:16:44 2011 -0400

 This doesn't belong here, recommendation is to not use Ubuntu 10.04.

 Revert "XXX: Add hack to abort bootstrapping on nodes with the 5507 

chip. See:"

 This reverts commit 9aa6ffd9d6a9b6ccf336e4296379f341c12345cf.

On 05/14/2011 11:25 PM, mrflip 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.

Mike

Mike Heffner [email protected]

temujin9 pushed a commit that referenced this pull request Jan 14, 2013
acritox pushed a commit to acritox/ironfan that referenced this pull request Mar 10, 2014
ics-gerrit pushed a commit that referenced this pull request Mar 14, 2014
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants