openshift / vagrant-openshift

Other
83 stars 117 forks source link

Configure `build-origin-base` to use local scripts #481

Closed stevekuznetsov closed 8 years ago

stevekuznetsov commented 8 years ago

The code that supports build-origin-base was becoming unwieldy, so to allow for easy modification and maintenance, it will be refactored to run local scripts on the machine. The scripts are packaged with the plugin.

The first step of this command now is to copy all the available scripts to the machine. The workflow for running scripts is shown in the refactor of the network configuration script in this commit.

Signed-off-by: Steve Kuznetsov skuznets@redhat.com

@danmcp PTAL

stevekuznetsov commented 8 years ago

[test]

stevekuznetsov commented 8 years ago

Rebased, let's get this baby [test]ed

openshift-bot commented 8 years ago

Evaluated for vagrant openshift test up to 77625d2efe274b4df86c9ab6e877a713a26b21f3

openshift-bot commented 8 years ago

Vagrant OpenShift Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_vagrant_openshift/68/) (Base Commit: 4e3348c1aa3644694864dcfc6e993f31de587abe)

stevekuznetsov commented 8 years ago

@danmcp I think we're ready to merge this in so I can continue work on the downstream PR. No need to update the plugin as of this commit, though

danmcp commented 8 years ago

@stevekuznetsov You can do the honors.