|
35 | 35 | bundle exec rake stemcell:build_os_image[ubuntu,${short_name},${PWD}/tmp/ubuntu_base_image.tgz] |
36 | 36 |
|
37 | 37 | # build vSphere stemcell |
38 | | -bundle exec rake stemcell:build_with_local_os_image[vsphere,esxi,ubuntu,${short_name},${PWD}/tmp/ubuntu_base_image.tgz] |
| 38 | +bundle exec rake stemcell:build[vsphere,esxi,ubuntu,${short_name},${PWD}/tmp/ubuntu_base_image.tgz] |
39 | 39 | ``` |
40 | 40 |
|
41 | 41 | When building a vSphere stemcell, you must download `VMware-ovftool-*.bundle` |
@@ -81,10 +81,10 @@ Rebuild the stemcell when you are making and testing BOSH-specific changes such |
81 | 81 | export short_name="jammy" |
82 | 82 | export build_number="0.0.8" |
83 | 83 |
|
84 | | -bundle exec rake stemcell:build_with_local_os_image[vsphere,esxi,ubuntu,${short_name},${PWD}/tmp/ubuntu_base_image.tgz,${build_number}] |
| 84 | +bundle exec rake stemcell:build[vsphere,esxi,ubuntu,${short_name},${PWD}/tmp/ubuntu_base_image.tgz,${build_number}] |
85 | 85 | ``` |
86 | 86 |
|
87 | | -The arguments to `stemcell:build_with_local_os_image` are: |
| 87 | +The arguments to `stemcell:build` are: |
88 | 88 |
|
89 | 89 | 1. `infrastructure_name`: Which IaaS you are producing the stemcell for. |
90 | 90 | Determines which virtualization tools to package on top of the stemcell. |
@@ -143,11 +143,11 @@ container): |
143 | 143 |
|
144 | 144 | ### How to Run Tests for Stemcell |
145 | 145 |
|
146 | | -When you run the `stemcell:build_with_local_os_image` rake task, it will create |
147 | | -a stemcell that it runs the stemcell specific tests against. You will need to |
148 | | -run the **rake task the first time you create your docker container**, but |
149 | | -everytime after, as long as you do not destroy the container, you should be |
150 | | -able to run the specific tests: |
| 146 | +When you run the `stemcell:build` rake task, it will create a stemcell that it |
| 147 | +runs the stemcell-specific tests against. You will need to run the **rake task |
| 148 | +the first time you create your docker container**, but every time after, as |
| 149 | +long as you do not destroy the container, you should be able to run the |
| 150 | +specific tests: |
151 | 151 |
|
152 | 152 | ```shell |
153 | 153 | cd /opt/bosh/bosh-stemcell; \ |
|
0 commit comments