wombat-cli 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (198) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +23 -23
  3. data/.travis.yml +27 -27
  4. data/CHANGELOG.md +77 -70
  5. data/DESIGN.md +49 -49
  6. data/Gemfile +5 -5
  7. data/README.md +146 -146
  8. data/Rakefile +26 -26
  9. data/bin/wombat +24 -24
  10. data/generator_files/Vagrantfile +120 -120
  11. data/generator_files/cookbooks/automate/.gitignore +16 -16
  12. data/generator_files/cookbooks/automate/.kitchen.ec2.yml +34 -34
  13. data/generator_files/cookbooks/automate/.kitchen.yml +24 -24
  14. data/generator_files/cookbooks/automate/Berksfile +6 -6
  15. data/generator_files/cookbooks/automate/README.md +4 -4
  16. data/generator_files/cookbooks/automate/chefignore +102 -102
  17. data/generator_files/cookbooks/automate/libraries/_helper.rb +52 -52
  18. data/generator_files/cookbooks/automate/libraries/delivery_api.rb +204 -204
  19. data/generator_files/cookbooks/automate/libraries/delivery_project.rb +31 -31
  20. data/generator_files/cookbooks/automate/libraries/dsl.rb +4 -4
  21. data/generator_files/cookbooks/automate/metadata.rb +11 -11
  22. data/generator_files/cookbooks/automate/recipes/default.rb +112 -112
  23. data/generator_files/cookbooks/automate/recipes/update-users.rb +48 -48
  24. data/generator_files/cookbooks/automate/templates/delivery.erb +6 -6
  25. data/generator_files/cookbooks/automate/test/fixtures/cookbooks/mock_data/files/automate.crt +26 -26
  26. data/generator_files/cookbooks/automate/test/fixtures/cookbooks/mock_data/files/automate.key +27 -27
  27. data/generator_files/cookbooks/automate/test/fixtures/cookbooks/mock_data/files/chef.crt +25 -25
  28. data/generator_files/cookbooks/automate/test/fixtures/cookbooks/mock_data/files/chef.key +27 -27
  29. data/generator_files/cookbooks/automate/test/fixtures/cookbooks/mock_data/files/compliance.crt +26 -26
  30. data/generator_files/cookbooks/automate/test/fixtures/cookbooks/mock_data/files/compliance.key +27 -27
  31. data/generator_files/cookbooks/automate/test/fixtures/cookbooks/mock_data/files/private.pem +27 -27
  32. data/generator_files/cookbooks/automate/test/fixtures/cookbooks/mock_data/files/public.pub +1 -1
  33. data/generator_files/cookbooks/automate/test/fixtures/cookbooks/mock_data/metadata.rb +3 -3
  34. data/generator_files/cookbooks/automate/test/fixtures/cookbooks/mock_data/recipes/default.rb +27 -27
  35. data/generator_files/cookbooks/automate/test/integration/default/automate_spec.rb +56 -56
  36. data/generator_files/cookbooks/build_node/.gitignore +16 -16
  37. data/generator_files/cookbooks/build_node/.kitchen.ec2.yml +37 -37
  38. data/generator_files/cookbooks/build_node/.kitchen.yml +23 -23
  39. data/generator_files/cookbooks/build_node/Berksfile +8 -8
  40. data/generator_files/cookbooks/build_node/README.md +4 -4
  41. data/generator_files/cookbooks/build_node/chefignore +102 -102
  42. data/generator_files/cookbooks/build_node/metadata.rb +12 -12
  43. data/generator_files/cookbooks/build_node/recipes/default.rb +38 -38
  44. data/generator_files/cookbooks/build_node/templates/client.erb +2 -2
  45. data/generator_files/cookbooks/build_node/test/fixtures/cookbooks/mock_data/files/automate.crt +26 -26
  46. data/generator_files/cookbooks/build_node/test/fixtures/cookbooks/mock_data/files/automate.key +27 -27
  47. data/generator_files/cookbooks/build_node/test/fixtures/cookbooks/mock_data/files/chef.crt +25 -25
  48. data/generator_files/cookbooks/build_node/test/fixtures/cookbooks/mock_data/files/chef.key +27 -27
  49. data/generator_files/cookbooks/build_node/test/fixtures/cookbooks/mock_data/files/compliance.crt +26 -26
  50. data/generator_files/cookbooks/build_node/test/fixtures/cookbooks/mock_data/files/compliance.key +27 -27
  51. data/generator_files/cookbooks/build_node/test/fixtures/cookbooks/mock_data/files/private.pem +27 -27
  52. data/generator_files/cookbooks/build_node/test/fixtures/cookbooks/mock_data/files/public.pub +1 -1
  53. data/generator_files/cookbooks/build_node/test/fixtures/cookbooks/mock_data/metadata.rb +2 -2
  54. data/generator_files/cookbooks/build_node/test/fixtures/cookbooks/mock_data/recipes/default.rb +18 -18
  55. data/generator_files/cookbooks/build_node/test/integration/default/build-node_spec.rb +40 -40
  56. data/generator_files/cookbooks/chef_server/.gitignore +16 -16
  57. data/generator_files/cookbooks/chef_server/.kitchen.ec2.yml +34 -34
  58. data/generator_files/cookbooks/chef_server/.kitchen.yml +24 -24
  59. data/generator_files/cookbooks/chef_server/Berksfile +6 -6
  60. data/generator_files/cookbooks/chef_server/README.md +4 -4
  61. data/generator_files/cookbooks/chef_server/chefignore +102 -102
  62. data/generator_files/cookbooks/chef_server/metadata.rb +11 -11
  63. data/generator_files/cookbooks/chef_server/recipes/bootstrap_users.rb +91 -91
  64. data/generator_files/cookbooks/chef_server/recipes/default.rb +113 -113
  65. data/generator_files/cookbooks/chef_server/test/fixtures/cookbooks/mock_data/files/automate.crt +26 -26
  66. data/generator_files/cookbooks/chef_server/test/fixtures/cookbooks/mock_data/files/automate.key +27 -27
  67. data/generator_files/cookbooks/chef_server/test/fixtures/cookbooks/mock_data/files/chef.crt +25 -25
  68. data/generator_files/cookbooks/chef_server/test/fixtures/cookbooks/mock_data/files/chef.key +27 -27
  69. data/generator_files/cookbooks/chef_server/test/fixtures/cookbooks/mock_data/files/compliance.crt +26 -26
  70. data/generator_files/cookbooks/chef_server/test/fixtures/cookbooks/mock_data/files/compliance.key +27 -27
  71. data/generator_files/cookbooks/chef_server/test/fixtures/cookbooks/mock_data/files/private.pem +27 -27
  72. data/generator_files/cookbooks/chef_server/test/fixtures/cookbooks/mock_data/files/public.pub +1 -1
  73. data/generator_files/cookbooks/chef_server/test/fixtures/cookbooks/mock_data/metadata.rb +2 -2
  74. data/generator_files/cookbooks/chef_server/test/fixtures/cookbooks/mock_data/recipes/default.rb +23 -23
  75. data/generator_files/cookbooks/chef_server/test/integration/default/chef_server_spec.rb +50 -50
  76. data/generator_files/cookbooks/compliance/.gitignore +16 -16
  77. data/generator_files/cookbooks/compliance/.kitchen.ec2.yml +34 -34
  78. data/generator_files/cookbooks/compliance/.kitchen.yml +24 -24
  79. data/generator_files/cookbooks/compliance/Berksfile +7 -7
  80. data/generator_files/cookbooks/compliance/README.md +4 -4
  81. data/generator_files/cookbooks/compliance/chefignore +102 -102
  82. data/generator_files/cookbooks/compliance/metadata.rb +11 -11
  83. data/generator_files/cookbooks/compliance/recipes/default.rb +57 -57
  84. data/generator_files/cookbooks/compliance/spec/spec_helper.rb +2 -2
  85. data/generator_files/cookbooks/compliance/spec/unit/recipes/default_spec.rb +20 -20
  86. data/generator_files/cookbooks/compliance/test/fixtures/cookbooks/mock_data/files/automate.crt +26 -26
  87. data/generator_files/cookbooks/compliance/test/fixtures/cookbooks/mock_data/files/automate.key +27 -27
  88. data/generator_files/cookbooks/compliance/test/fixtures/cookbooks/mock_data/files/chef.crt +25 -25
  89. data/generator_files/cookbooks/compliance/test/fixtures/cookbooks/mock_data/files/chef.key +27 -27
  90. data/generator_files/cookbooks/compliance/test/fixtures/cookbooks/mock_data/files/compliance.crt +26 -26
  91. data/generator_files/cookbooks/compliance/test/fixtures/cookbooks/mock_data/files/compliance.key +27 -27
  92. data/generator_files/cookbooks/compliance/test/fixtures/cookbooks/mock_data/files/private.pem +27 -27
  93. data/generator_files/cookbooks/compliance/test/fixtures/cookbooks/mock_data/files/public.pub +1 -1
  94. data/generator_files/cookbooks/compliance/test/fixtures/cookbooks/mock_data/metadata.rb +4 -4
  95. data/generator_files/cookbooks/compliance/test/fixtures/cookbooks/mock_data/recipes/default.rb +21 -21
  96. data/generator_files/cookbooks/compliance/test/integration/default/compliance.rb +28 -28
  97. data/generator_files/cookbooks/infranodes/.gitignore +16 -16
  98. data/generator_files/cookbooks/infranodes/.kitchen.ec2.yml +48 -48
  99. data/generator_files/cookbooks/infranodes/.kitchen.yml +21 -21
  100. data/generator_files/cookbooks/infranodes/Berksfile +6 -6
  101. data/generator_files/cookbooks/infranodes/README.md +4 -4
  102. data/generator_files/cookbooks/infranodes/attributes/default.rb +2 -2
  103. data/generator_files/cookbooks/infranodes/chefignore +102 -102
  104. data/generator_files/cookbooks/infranodes/metadata.rb +13 -13
  105. data/generator_files/cookbooks/infranodes/recipes/default.rb +57 -57
  106. data/generator_files/cookbooks/infranodes/spec/spec_helper.rb +2 -2
  107. data/generator_files/cookbooks/infranodes/spec/unit/recipes/default_spec.rb +20 -20
  108. data/generator_files/cookbooks/infranodes/templates/default/client.rb.erb +5 -5
  109. data/generator_files/cookbooks/infranodes/test/fixtures/cookbooks/mock_data/files/automate.crt +26 -26
  110. data/generator_files/cookbooks/infranodes/test/fixtures/cookbooks/mock_data/files/automate.key +27 -27
  111. data/generator_files/cookbooks/infranodes/test/fixtures/cookbooks/mock_data/files/chef.crt +25 -25
  112. data/generator_files/cookbooks/infranodes/test/fixtures/cookbooks/mock_data/files/chef.key +27 -27
  113. data/generator_files/cookbooks/infranodes/test/fixtures/cookbooks/mock_data/files/compliance.crt +26 -26
  114. data/generator_files/cookbooks/infranodes/test/fixtures/cookbooks/mock_data/files/compliance.key +27 -27
  115. data/generator_files/cookbooks/infranodes/test/fixtures/cookbooks/mock_data/files/private.pem +27 -27
  116. data/generator_files/cookbooks/infranodes/test/fixtures/cookbooks/mock_data/files/public.pub +1 -1
  117. data/generator_files/cookbooks/infranodes/test/fixtures/cookbooks/mock_data/metadata.rb +3 -3
  118. data/generator_files/cookbooks/infranodes/test/fixtures/cookbooks/mock_data/recipes/default.rb +27 -27
  119. data/generator_files/cookbooks/infranodes/test/integration/default/infranodes_spec.rb +22 -22
  120. data/generator_files/cookbooks/infranodes/test/integration/helpers/serverspec/spec_helper.rb +8 -8
  121. data/generator_files/cookbooks/wombat/.gitignore +16 -16
  122. data/generator_files/cookbooks/wombat/.kitchen.yml +43 -43
  123. data/generator_files/cookbooks/wombat/Berksfile +5 -5
  124. data/generator_files/cookbooks/wombat/README.md +4 -4
  125. data/generator_files/cookbooks/wombat/attributes/default.rb +74 -74
  126. data/generator_files/cookbooks/wombat/attributes/packer.rb +18 -18
  127. data/generator_files/cookbooks/wombat/chefignore +102 -102
  128. data/generator_files/cookbooks/wombat/metadata.rb +13 -13
  129. data/generator_files/cookbooks/wombat/recipes/authorized-keys.rb +20 -20
  130. data/generator_files/cookbooks/wombat/recipes/default.rb +111 -111
  131. data/generator_files/cookbooks/wombat/recipes/etc-hosts.rb +51 -51
  132. data/generator_files/cookbooks/workstation/.gitignore +16 -16
  133. data/generator_files/cookbooks/workstation/.kitchen.ec2.yml +30 -30
  134. data/generator_files/cookbooks/workstation/.kitchen.yml +22 -22
  135. data/generator_files/cookbooks/workstation/Berksfile +7 -7
  136. data/generator_files/cookbooks/workstation/README.md +3 -3
  137. data/generator_files/cookbooks/workstation/chefignore +102 -102
  138. data/generator_files/cookbooks/workstation/files/atom.apm.list +7 -7
  139. data/generator_files/cookbooks/workstation/files/atom.config.cson +3 -3
  140. data/generator_files/cookbooks/workstation/metadata.rb +14 -14
  141. data/generator_files/cookbooks/workstation/recipes/browser.rb +59 -59
  142. data/generator_files/cookbooks/workstation/recipes/certs-keys.rb +45 -45
  143. data/generator_files/cookbooks/workstation/recipes/chef.rb +29 -29
  144. data/generator_files/cookbooks/workstation/recipes/default.rb +20 -20
  145. data/generator_files/cookbooks/workstation/recipes/dotnet.rb +17 -17
  146. data/generator_files/cookbooks/workstation/recipes/editor.rb +19 -19
  147. data/generator_files/cookbooks/workstation/recipes/profile.rb +42 -42
  148. data/generator_files/cookbooks/workstation/recipes/terminal.rb +13 -13
  149. data/generator_files/cookbooks/workstation/templates/default/bookmarks.html.erb +23 -23
  150. data/generator_files/cookbooks/workstation/templates/default/data_collector.rb.erb +2 -2
  151. data/generator_files/cookbooks/workstation/templates/default/ise_profile.ps1.erb +11 -11
  152. data/generator_files/cookbooks/workstation/templates/default/knife.rb.erb +10 -10
  153. data/generator_files/cookbooks/workstation/templates/default/master_preferences.json.erb +28 -28
  154. data/generator_files/cookbooks/workstation/templates/default/ssh_config.erb +16 -16
  155. data/generator_files/cookbooks/workstation/test/fixtures/cookbooks/mock_data/files/automate.crt +26 -26
  156. data/generator_files/cookbooks/workstation/test/fixtures/cookbooks/mock_data/files/automate.key +27 -27
  157. data/generator_files/cookbooks/workstation/test/fixtures/cookbooks/mock_data/files/chef.crt +26 -26
  158. data/generator_files/cookbooks/workstation/test/fixtures/cookbooks/mock_data/files/chef.key +27 -27
  159. data/generator_files/cookbooks/workstation/test/fixtures/cookbooks/mock_data/files/compliance.crt +26 -26
  160. data/generator_files/cookbooks/workstation/test/fixtures/cookbooks/mock_data/files/compliance.key +27 -27
  161. data/generator_files/cookbooks/workstation/test/fixtures/cookbooks/mock_data/files/private.pem +27 -27
  162. data/generator_files/cookbooks/workstation/test/fixtures/cookbooks/mock_data/files/public.pub +1 -1
  163. data/generator_files/cookbooks/workstation/test/fixtures/cookbooks/mock_data/metadata.rb +2 -2
  164. data/generator_files/cookbooks/workstation/test/fixtures/cookbooks/mock_data/recipes/default.rb +21 -21
  165. data/generator_files/cookbooks/workstation/test/integration/default/workstation_spec.rb +37 -37
  166. data/generator_files/packer/automate.json +131 -131
  167. data/generator_files/packer/build-node.json +137 -137
  168. data/generator_files/packer/chef-server.json +132 -132
  169. data/generator_files/packer/compliance.json +128 -128
  170. data/generator_files/packer/infranodes-windows.json +138 -138
  171. data/generator_files/packer/infranodes.json +129 -129
  172. data/generator_files/packer/workstation.json +136 -136
  173. data/generator_files/templates/arm.json.erb +575 -575
  174. data/generator_files/templates/arm.tidy.json.erb +31 -31
  175. data/generator_files/templates/bootstrap-aws.erb +36 -36
  176. data/generator_files/templates/cfn.json.erb +674 -674
  177. data/generator_files/wombat.yml +71 -71
  178. data/lib/wombat/aws.rb +67 -67
  179. data/lib/wombat/build.rb +338 -338
  180. data/lib/wombat/cli.rb +238 -238
  181. data/lib/wombat/common.rb +347 -347
  182. data/lib/wombat/crypto.rb +64 -64
  183. data/lib/wombat/delete.rb +94 -94
  184. data/lib/wombat/deploy.rb +101 -101
  185. data/lib/wombat/init.rb +32 -32
  186. data/lib/wombat/latest.rb +27 -27
  187. data/lib/wombat/output.rb +86 -86
  188. data/lib/wombat/update.rb +20 -20
  189. data/lib/wombat/version.rb +3 -3
  190. data/lib/wombat.rb +8 -8
  191. data/spec/functional/common_spec.rb +26 -26
  192. data/spec/spec_helper.rb +103 -103
  193. data/spec/unit/common_spec.rb +116 -116
  194. data/terraform/README.md +13 -13
  195. data/terraform/templates/terraform.tfvars.erb +12 -12
  196. data/terraform/wombat.tf +328 -328
  197. data/wombat-cli.gemspec +34 -34
  198. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1f966f2cf4c9c6514f8d6c0b68dc32f01efc68d
4
- data.tar.gz: ed36aba1cedad1df91b9edb32f09385238d4e806
3
+ metadata.gz: 1d2420256c659c07c9b6eac6c2aeafd3ce3e652d
4
+ data.tar.gz: 8596995d415cce245be8a74a2acb9c809ccbec88
5
5
  SHA512:
6
- metadata.gz: 56ae65f44e1774b4008c886ee89fd041942f26e907a6a8ddf8741fd259449c07892d0580546516df60e6ec36a6a68a12c7dc789a854561e4bb6d48dc8c97761f
7
- data.tar.gz: 0098f80a1d584216b43ae480e77fb692254111d13b19496d80d6ef3c3d1dbda4aba435fde057214dd4bd7395fba2d7f73823b6f97fb8619157e0c0ddbe07db60
6
+ metadata.gz: 4afd53bb11bd8bb855718812b5def7eca4980ffd524929a71cecfe027a7d71247496620694be9792e53a7194de231a0c68cb23e756845f97bcfa49e7bbc2f733
7
+ data.tar.gz: 0c7fae5967b652238f15e8679c6811bbe0837a9140ad79cc02f3c6ba732c15be8f7a9f371b4574df65787c5f9f721779b631f1d55727f7f46b1061dd33bcff75
data/.gitignore CHANGED
@@ -1,23 +1,23 @@
1
- delivery.license
2
- chefautomate-validator.pem
3
- delivery-admin.creds
4
- delivery-user.pem
5
- delivery.creds
6
- .vagrant
7
- terraform.tfstate*
8
- terraform.tfvars
9
- vendored-cookbooks
10
- *.log
11
- cloudformation/*.json
12
- keys/*
13
- packer/keys/*
14
- generator_files/keys/*
15
- *.lock
16
- infranodes-info.json
17
- output
18
- bootstrap-aws.txt
19
- *.gem
20
- stacks/*
21
- .envrc
22
- .direnv
23
- .ruby-version
1
+ delivery.license
2
+ chefautomate-validator.pem
3
+ delivery-admin.creds
4
+ delivery-user.pem
5
+ delivery.creds
6
+ .vagrant
7
+ terraform.tfstate*
8
+ terraform.tfvars
9
+ vendored-cookbooks
10
+ *.log
11
+ cloudformation/*.json
12
+ keys/*
13
+ packer/keys/*
14
+ generator_files/keys/*
15
+ *.lock
16
+ infranodes-info.json
17
+ output
18
+ bootstrap-aws.txt
19
+ *.gem
20
+ stacks/*
21
+ .envrc
22
+ .direnv
23
+ .ruby-version
data/.travis.yml CHANGED
@@ -1,27 +1,27 @@
1
- language: ruby
2
- cache: bundler
3
-
4
- sudo: false
5
-
6
- branches:
7
- only:
8
- - master
9
-
10
- before_install:
11
- - gem update --system
12
- - gem --version
13
- - gem uninstall bundler -a -x -I
14
- - rvm @global do gem uninstall bundler -a -x -I
15
- - gem install bundler
16
- - bundle --version
17
- - rm -f .bundle/config
18
- rvm:
19
- - 2.3.3
20
- - 2.4.0
21
- - ruby-head
22
-
23
- allow_failures:
24
- - rvm: ruby-head
25
-
26
- script:
27
- - bundle exec rake spec
1
+ language: ruby
2
+ cache: bundler
3
+
4
+ sudo: false
5
+
6
+ branches:
7
+ only:
8
+ - master
9
+
10
+ before_install:
11
+ - gem update --system
12
+ - gem --version
13
+ - gem uninstall bundler -a -x -I
14
+ - rvm @global do gem uninstall bundler -a -x -I
15
+ - gem install bundler
16
+ - bundle --version
17
+ - rm -f .bundle/config
18
+ rvm:
19
+ - 2.3.3
20
+ - 2.4.0
21
+ - ruby-head
22
+
23
+ allow_failures:
24
+ - rvm: ruby-head
25
+
26
+ script:
27
+ - bundle exec rake spec
data/CHANGELOG.md CHANGED
@@ -1,70 +1,77 @@
1
- # Change Log
2
-
3
- ## [v0.4.1](https://github.com/chef-cft/wombat/tree/v0.4.1) (2017-02-23)
4
- [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.4.0...v0.4.1)
5
-
6
- **Closed issues:**
7
-
8
- - can't build infranodes [\#299](https://github.com/chef-cft/wombat/issues/299)
9
- - `wombat outputs` and azure [\#293](https://github.com/chef-cft/wombat/issues/293)
10
-
11
- **Merged pull requests:**
12
-
13
- - Options not being seen by `base\_image` fixes \#299 [\#300](https://github.com/chef-cft/wombat/pull/300) ([russellseymour](https://github.com/russellseymour))
14
- - Enabled outputs for Azure deployments [\#298](https://github.com/chef-cft/wombat/pull/298) ([russellseymour](https://github.com/russellseymour))
15
- - chef-server-ctl don't work on compliance [\#297](https://github.com/chef-cft/wombat/pull/297) ([binamov](https://github.com/binamov))
16
- - Added support to selectively delete items in the RG [\#296](https://github.com/chef-cft/wombat/pull/296) ([russellseymour](https://github.com/russellseymour))
17
- - uses the password from wombat [\#295](https://github.com/chef-cft/wombat/pull/295) ([binamov](https://github.com/binamov))
18
- - Modified the way in which Azure tags can be set [\#294](https://github.com/chef-cft/wombat/pull/294) ([russellseymour](https://github.com/russellseymour))
19
- - Updating vagrantfile, lower resources and fixed cookbook names [\#292](https://github.com/chef-cft/wombat/pull/292) ([cheeseplus](https://github.com/cheeseplus))
20
-
21
- ## [v0.4.0](https://github.com/chef-cft/wombat/tree/v0.4.0) (2017-02-10)
22
- [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.4...v0.4.0)
23
-
24
- **Implemented enhancements:**
25
- - Decrease data\_collector timeout during build [\#262](https://github.com/chef-cft/wombat/issues/262)
26
- - Add new command`latest` for getting latest cloud images [\#289](https://github.com/chef-cft/wombat/pull/289) ([cheeseplus](https://github.com/cheeseplus))
27
- - add cli option, env variable, and default wombat.yml [\#266](https://github.com/chef-cft/wombat/pull/266) ([andrewelizondo](https://github.com/andrewelizondo))
28
- - Fixes for changed automate api [\#283](https://github.com/chef-cft/wombat/pull/283) ([binamov](https://github.com/binamov))
29
- - Re-enable .NET speed optimizations [\#264](https://github.com/chef-cft/wombat/pull/264) ([nweddle](https://github.com/nweddle))
30
- - Namespacing and spec tests [\#281](https://github.com/chef-cft/wombat/pull/281) ([cheeseplus](https://github.com/cheeseplus))
31
- - Implement TravisCI [\#290](https://github.com/chef-cft/wombat/pull/290) ([cheeseplus](https://github.com/cheeseplus))
32
- - Refactor how source\_ami/image work [\#288](https://github.com/chef-cft/wombat/pull/288) ([cheeseplus](https://github.com/cheeseplus))
33
- - Lots of Azure support work by ([russellseymour](https://github.com/russellseymour))
34
-
35
- ## [v0.3.4](https://github.com/chef-cft/wombat/tree/v0.3.4) (2016-12-07)
36
- [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.3...v0.3.4)
37
-
38
- **Merged pull requests:**
39
-
40
- - Cmder workaround workstation build [\#257](https://github.com/chef-cft/wombat/pull/257) ([andrewelizondo](https://github.com/andrewelizondo))
41
- - Configure compliance profile asset store for chef-server [\#256](https://github.com/chef-cft/wombat/pull/256) ([andrewelizondo](https://github.com/andrewelizondo))
42
-
43
-
44
- ## [v0.3.3](https://github.com/chef-cft/wombat/tree/v0.3.3) (2016-11-15)
45
- [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.2...v0.3.3)
46
-
47
- **Merged pull requests:**
48
-
49
- - The dotnet opimizations are breaking builds, disabling recipe [\#253](https://github.com/chef-cft/wombat/pull/253) ([cheeseplus](https://github.com/cheeseplus))
50
-
51
- ## [v0.3.2](https://github.com/chef-cft/wombat/tree/v0.3.2) (2016-11-14)
52
- [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.1...v0.3.2)
53
-
54
- **Merged pull requests:**
55
-
56
- - Prep 0.3.2 for release and add changelog [\#252](https://github.com/chef-cft/wombat/pull/252) ([cheeseplus](https://github.com/cheeseplus))
57
- - Readme badge hotfix [\#251](https://github.com/chef-cft/wombat/pull/251) ([cheeseplus](https://github.com/cheeseplus))
58
- - Fix examples, update readme [\#247](https://github.com/chef-cft/wombat/pull/247) ([cheeseplus](https://github.com/cheeseplus))
59
-
60
- ## [v0.3.1](https://github.com/chef-cft/wombat/tree/v0.3.1) (2016-11-04)
61
- [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.0...v0.3.1)
62
-
63
- **Merged pull requests:**
64
-
65
- - 0.3.1 release [\#246](https://github.com/chef-cft/wombat/pull/246) ([cheeseplus](https://github.com/cheeseplus))
66
- - Log parsing, like honeybader, does not give... [\#245](https://github.com/chef-cft/wombat/pull/245) ([cheeseplus](https://github.com/cheeseplus))
67
-
68
-
69
-
70
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1
+ # Change Log
2
+
3
+ ## [v0.4.2](https://github.com/chef-cft/wombat/tree/v0.4.2) (2017-02-23)
4
+ [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.4.1...v0.4.2)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Fixed aws namespace, unblocked bjc deploys [\#302](https://github.com/chef-cft/wombat/pull/302) [binamov](https://github.com/binamov)
9
+
10
+ ## [v0.4.1](https://github.com/chef-cft/wombat/tree/v0.4.1) (2017-02-23)
11
+ [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.4.0...v0.4.1)
12
+
13
+ **Closed issues:**
14
+
15
+ - can't build infranodes [\#299](https://github.com/chef-cft/wombat/issues/299)
16
+ - `wombat outputs` and azure [\#293](https://github.com/chef-cft/wombat/issues/293)
17
+
18
+ **Merged pull requests:**
19
+
20
+ - Options not being seen by `base\_image` fixes \#299 [\#300](https://github.com/chef-cft/wombat/pull/300) ([russellseymour](https://github.com/russellseymour))
21
+ - Enabled outputs for Azure deployments [\#298](https://github.com/chef-cft/wombat/pull/298) ([russellseymour](https://github.com/russellseymour))
22
+ - chef-server-ctl don't work on compliance [\#297](https://github.com/chef-cft/wombat/pull/297) ([binamov](https://github.com/binamov))
23
+ - Added support to selectively delete items in the RG [\#296](https://github.com/chef-cft/wombat/pull/296) ([russellseymour](https://github.com/russellseymour))
24
+ - uses the password from wombat [\#295](https://github.com/chef-cft/wombat/pull/295) ([binamov](https://github.com/binamov))
25
+ - Modified the way in which Azure tags can be set [\#294](https://github.com/chef-cft/wombat/pull/294) ([russellseymour](https://github.com/russellseymour))
26
+ - Updating vagrantfile, lower resources and fixed cookbook names [\#292](https://github.com/chef-cft/wombat/pull/292) ([cheeseplus](https://github.com/cheeseplus))
27
+
28
+ ## [v0.4.0](https://github.com/chef-cft/wombat/tree/v0.4.0) (2017-02-10)
29
+ [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.4...v0.4.0)
30
+
31
+ **Implemented enhancements:**
32
+ - Decrease data\_collector timeout during build [\#262](https://github.com/chef-cft/wombat/issues/262)
33
+ - Add new command`latest` for getting latest cloud images [\#289](https://github.com/chef-cft/wombat/pull/289) ([cheeseplus](https://github.com/cheeseplus))
34
+ - add cli option, env variable, and default wombat.yml [\#266](https://github.com/chef-cft/wombat/pull/266) ([andrewelizondo](https://github.com/andrewelizondo))
35
+ - Fixes for changed automate api [\#283](https://github.com/chef-cft/wombat/pull/283) ([binamov](https://github.com/binamov))
36
+ - Re-enable .NET speed optimizations [\#264](https://github.com/chef-cft/wombat/pull/264) ([nweddle](https://github.com/nweddle))
37
+ - Namespacing and spec tests [\#281](https://github.com/chef-cft/wombat/pull/281) ([cheeseplus](https://github.com/cheeseplus))
38
+ - Implement TravisCI [\#290](https://github.com/chef-cft/wombat/pull/290) ([cheeseplus](https://github.com/cheeseplus))
39
+ - Refactor how source\_ami/image work [\#288](https://github.com/chef-cft/wombat/pull/288) ([cheeseplus](https://github.com/cheeseplus))
40
+ - Lots of Azure support work by ([russellseymour](https://github.com/russellseymour))
41
+
42
+ ## [v0.3.4](https://github.com/chef-cft/wombat/tree/v0.3.4) (2016-12-07)
43
+ [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.3...v0.3.4)
44
+
45
+ **Merged pull requests:**
46
+
47
+ - Cmder workaround workstation build [\#257](https://github.com/chef-cft/wombat/pull/257) ([andrewelizondo](https://github.com/andrewelizondo))
48
+ - Configure compliance profile asset store for chef-server [\#256](https://github.com/chef-cft/wombat/pull/256) ([andrewelizondo](https://github.com/andrewelizondo))
49
+
50
+
51
+ ## [v0.3.3](https://github.com/chef-cft/wombat/tree/v0.3.3) (2016-11-15)
52
+ [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.2...v0.3.3)
53
+
54
+ **Merged pull requests:**
55
+
56
+ - The dotnet opimizations are breaking builds, disabling recipe [\#253](https://github.com/chef-cft/wombat/pull/253) ([cheeseplus](https://github.com/cheeseplus))
57
+
58
+ ## [v0.3.2](https://github.com/chef-cft/wombat/tree/v0.3.2) (2016-11-14)
59
+ [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.1...v0.3.2)
60
+
61
+ **Merged pull requests:**
62
+
63
+ - Prep 0.3.2 for release and add changelog [\#252](https://github.com/chef-cft/wombat/pull/252) ([cheeseplus](https://github.com/cheeseplus))
64
+ - Readme badge hotfix [\#251](https://github.com/chef-cft/wombat/pull/251) ([cheeseplus](https://github.com/cheeseplus))
65
+ - Fix examples, update readme [\#247](https://github.com/chef-cft/wombat/pull/247) ([cheeseplus](https://github.com/cheeseplus))
66
+
67
+ ## [v0.3.1](https://github.com/chef-cft/wombat/tree/v0.3.1) (2016-11-04)
68
+ [Full Changelog](https://github.com/chef-cft/wombat/compare/v0.3.0...v0.3.1)
69
+
70
+ **Merged pull requests:**
71
+
72
+ - 0.3.1 release [\#246](https://github.com/chef-cft/wombat/pull/246) ([cheeseplus](https://github.com/cheeseplus))
73
+ - Log parsing, like honeybader, does not give... [\#245](https://github.com/chef-cft/wombat/pull/245) ([cheeseplus](https://github.com/cheeseplus))
74
+
75
+
76
+
77
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
data/DESIGN.md CHANGED
@@ -1,49 +1,49 @@
1
- ## Anatomy of a Wombat
2
-
3
- ### tl;dr
4
-
5
- Wombat is a collection of code that builds Chef configured golden
6
- images from packer templates that are then re-consumed by a Cloud service template such
7
- as CloudFormation or Google Deployment Manager.
8
-
9
- ### Design Goals
10
-
11
- * coordination without coordination
12
- * principle of least surprise
13
- * dynamic templates over static files
14
- * long build times, short deploy times
15
-
16
- ### A Stroll Down Architecture Lane
17
-
18
- The core of wombat is the binary `bin/wombat`.
19
-
20
-
21
- `wombat build -o BUILDER TEMPLATE`
22
-
23
- 1. Generate x509 certificates for the domain and ssh keys if there are none
24
- 2. Vendor cookbooks for template
25
- 3. Build Packer images for -o BUILDER (amazon-ebs|googlecompute) with included cookbooks
26
-
27
- * If the TEMPLATE argument is not provided it will execute against all templates in `./packer/`
28
-
29
- `wombat update lock`
30
-
31
- 1. Create/update wombat.lock based on most recent Packer logs
32
-
33
- `wombat update template`
34
-
35
- 1. Create cfn/gdm configuration from lock
36
-
37
- * If no argument is provided it will update _both_ lock and template
38
-
39
- `wombat deploy STACK`
40
-
41
- 1. Deploy cfn/gdm stack
42
-
43
- `wombat outputs STACK`
44
-
45
- 1. List outputs, specifically Workstation IPs
46
-
47
- `wombat delete STACK`
48
-
49
- 1. Delete stack
1
+ ## Anatomy of a Wombat
2
+
3
+ ### tl;dr
4
+
5
+ Wombat is a collection of code that builds Chef configured golden
6
+ images from packer templates that are then re-consumed by a Cloud service template such
7
+ as CloudFormation or Google Deployment Manager.
8
+
9
+ ### Design Goals
10
+
11
+ * coordination without coordination
12
+ * principle of least surprise
13
+ * dynamic templates over static files
14
+ * long build times, short deploy times
15
+
16
+ ### A Stroll Down Architecture Lane
17
+
18
+ The core of wombat is the binary `bin/wombat`.
19
+
20
+
21
+ `wombat build -o BUILDER TEMPLATE`
22
+
23
+ 1. Generate x509 certificates for the domain and ssh keys if there are none
24
+ 2. Vendor cookbooks for template
25
+ 3. Build Packer images for -o BUILDER (amazon-ebs|googlecompute) with included cookbooks
26
+
27
+ * If the TEMPLATE argument is not provided it will execute against all templates in `./packer/`
28
+
29
+ `wombat update lock`
30
+
31
+ 1. Create/update wombat.lock based on most recent Packer logs
32
+
33
+ `wombat update template`
34
+
35
+ 1. Create cfn/gdm configuration from lock
36
+
37
+ * If no argument is provided it will update _both_ lock and template
38
+
39
+ `wombat deploy STACK`
40
+
41
+ 1. Deploy cfn/gdm stack
42
+
43
+ `wombat outputs STACK`
44
+
45
+ 1. List outputs, specifically Workstation IPs
46
+
47
+ `wombat delete STACK`
48
+
49
+ 1. Delete stack
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
4
-
5
- gem "chefstyle"
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
4
+
5
+ gem "chefstyle"
6
6
  gem "rspec"