-
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
cluster bootstrap #1
Comments
Hmm. It should follow the launch of the machine by ssh'ing in and then running the chef bootstrap script. Did you symlink the bootstrap scripts as well as the knife cluster commands into the system knife dir? Does it raise any sort of error? Try running
which should do everything the boostrap stage was supposed to. |
acritox
pushed a commit
to acritox/ironfan
that referenced
this issue
Mar 10, 2014
Make the DNS search domain configurable at the cloud layer.
ics-gerrit
pushed a commit
that referenced
this issue
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
Hi, I'm new to chef and certainly cluster_chef, so I may have a basic misunderstanding...
When I run "knife cluster launch demohadoop master --bootstrap", it starts an EC2 instance, but that instance appears to have nothing installed on it. My understanding was that some chef specific stuff was supposed to land out there and even if it didn't install correctly, I could "manually" fire up the chef client from the EC2 instance to do the install. Looks like not even chef-client is being installed. What am I missing?
The text was updated successfully, but these errors were encountered: