vmware-archive / vmware-pks-deploy

Code for creating and provisioning a bootstrap VM that assembles a few other repositories for use in automating the deployment of Pivotal Container Engine (PKS).
Other
17 stars 7 forks source link

Add download #13

Closed tompscanlan closed 6 years ago

tompscanlan commented 6 years ago

If user/password and pivnet token are passed into the docker run using the docker-env file, bootstrap-vm.sh will set do_download=true, enabling the download ansible play, which runs the download.sh script on the vm. Downloads are placed in /download/pks, and are available via minio.

Tests will set the do_download to false to prevent trying to run

vmwclabot commented 6 years ago

@tompscanlan, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

vmwclabot commented 6 years ago

@tompscanlan, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

tompscanlan commented 6 years ago

this will close #12

tompscanlan commented 6 years ago

This should also close #7