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
| I just reviewed the haw_security_group and it has some pretty big issues. | |
| When I killed my test stack it removed SecurityGroup entries in the NatSG which affected all other stacks using the NATs. | |
| Basically all our CIs began to fail because we deleted the port 22 rule so no github :( | |
| I think the security group needs to be a a dynamic like I mentioned earlier. | |
| What do you think? |
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
| <% end %> | |
| ################################################################################## | |
| # TODO: REMOVE DUPLICATION with MYHCGENIUS server declaration | |
| # an nginx inlcude should work but I'm done wrestling with chef for the day | |
| ################################################################################## |
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
| 192.168.56.102 96: # Force full cookbook downloads | |
| 192.168.56.102 97>> CookbookSynchronizer.send(:remove_const, :EAGER_SEGMENTS) | |
| 192.168.56.102 98: CookbookSynchronizer.const_set(:EAGER_SEGMENTS, CookbookVersion::COOKBOOK_SEGMENTS) | |
| 192.168.56.102 99: Chef::Log.warn 'Performing full cookbook sync...' | |
| 192.168.56.102 100: rest = Chef::REST.new(Chef::Config[:chef_server_url], node.name, Chef::Config[:client_key]) | |
| 192.168.56.102 101: run_list_expansion = node.run_list.expand(node.chef_environment) | |
| 192.168.56.102 102: cookbook_hash = rest.post_rest( | |
| 192.168.56.102 103: "environments/#{node.chef_environment}/cookbook_versions", | |
| 192.168.56.102 104: :run_list => run_list_expansion.recipes.with_version_constraints_strings | |
| 192.168.56.102 105: ) |
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
| greenlantern :: Planet/ninefold/ninefold-test ‹master*› » sudo lxc-start -n ubuntu_1204 | |
| init: Unable to mount /dev/pts filesystem: Permission denied | |
| <3>init: Failed to create pty - disabling logging for job | |
| <4>init: Temporary process spawn error: No such file or directory | |
| <3>init: Failed to create pty - disabling logging for job | |
| <4>init: Temporary process spawn error: No such file or directory | |
| <3>init: Failed to create pty - disabling logging for job | |
| <4>init: Temporary process spawn error: No such file or directory | |
| . | |
| . |
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
| elecksee status: | |
| greenlantern :: Planet/ninefold/ninefold-test ‹master*› » gem query --local | grep elecksee | |
| elecksee (1.0.18, 1.0.16, 1.0.10, 1.0.6, 1.0.4) | |
| greenlantern :: Planet/ninefold/ninefold-test ‹master*› » bundle exec gem query --local | grep elecksee | |
| elecksee (1.0.18) | |
| greenlantern :: Planet/ninefold/ninefold-test ‹master*› » /opt/chef/embedded/bin/gem query --local | grep elecksee | |
| elecksee (1.0.18, 1.0.16, 1.0.10, 1.0.6, 1.0.4) | |
| New Error: |
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
| vagrant 1.4.2 | |
| vagabond 0.2.10 | |
| .vagabond/Cheffile | |
| site 'http://community.opscode.com/api/v1' | |
| cookbook 'vagabond', '1.0.4' | |
| cookbook 'lxc', '1.1.4' | |
| cookbook 'chef-server-populator', '0.3.0' |
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
| root@ubuntu_1204-orfqR8eue34M:/etc/apt/preferences.d# apt-cache policy wget | |
| wget: | |
| Installed: (none) | |
| Candidate: 1.13.4-2ubuntu1 | |
| Version table: | |
| 1.13.4-2ubuntu1 0 | |
| 999 http://apt.ninefold.slyness.org/ precise/ninefold amd64 Packages | |
| 500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages | |
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
| on 12.04 | |
| root@ubuntu_1204-Mp5FUZ2yj7JV:/opt/chef/embedded/bin# dpkg -l | grep whiptail | |
| ii whiptail 0.52.11-2ubuntu10 Displays user-friendly dialog boxes from shell scripts | |
| turns into: | |
| "binary-Displays": { | |
| "whiptail": [ | |
| "0.52.11-2ubuntu10" |
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
| bev ssh to_host; | |
| cut and paste as root. | |
| cd /var/lib/postgresql/9.1/main/; | |
| cp /etc/ssl/certs/ssl-cert-snakeoil.pem server.crt; | |
| cp /etc/ssl/private/ssl-cert-snakeoil.key server.key; | |
| chown postgres:postgres server*; | |
| service postgresql start; |
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
| site :opscode | |
| cookbook 'ninefold_app', path: '/home/aaronb/Planet/ninefold/chef-ninefold-app', branch: 'develop' | |
| cookbook 'ninefold_ohai', path: '/home/aaronb/Planet/ninefold/chef-ninefold-ohai', branch: 'develop' | |
| cookbook 'ninefold_repo_builder', git: '[email protected]:ninefold/chef-ninefold-repo-builder.git', branch: 'develop' | |
| cookbook 'ninefold_logger', path: '/home/aaronb/Planet/ninefold/chef-ninefold-logger', branch: 'develop' | |
| cookbook 'backup', path: '/home/aaronb/Planet/ninefold/backup/', branch: 'feature/many_databases' | |
| cookbook 'minitest-handler' |