Proof of concept implementation to integrate knife-ec2
and knife-solo Chef Knife plugins.
Adds --solo
option to knife ec2 server create
that uses knife solo bootstrap
for bootstrapping the instance. Also other solo bootstrap options are available.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- src/crowd_client.h 2012-03-16 14:05:25.000000000 +0900 | |
+++ src/crowd_client.h 2012-03-16 14:52:02.000000000 +0900 | |
@@ -14,6 +14,7 @@ | |
const char *crowd_app_password; /* Application password used to authenticate with Crowd */ | |
const char *crowd_url; /* Base URL of the Crowd server */ | |
long crowd_timeout; /* Crowd response timeout, in seconds, or 0 for no timeout */ | |
+ const char *groups_env_name; /* Name of the environment variable to store a space-delimited list of groups that the remote user belongs to */ | |
} crowd_config; | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# todo.txt colors for dark Solarized color scheme | |
export PRI_A=$RED | |
export PRI_B=$BROWN | |
export PRI_C=$BLUE | |
export PRI_D=$CYAN | |
export PRI_E=$LIGHT_PURPLE | |
export PRI_X=$LIGHT_CYAN | |
export COLOR_DONE=$LIGHT_GREEN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copyright (C) 2011 by Colin MacKenzie IV | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in |
This code is no longer needed. Heroku has provided syslog drains for all users for free.
For better Heroku logging with Papertrail, check this out:
http://help.papertrailapp.com/kb/hosting-services/heroku#standalone
NewerOlder