thecodeteam / roadmap

The {code} Team Roadmap
3 stars 1 forks source link

Develop External Extensibility interfaces with Docker Machine #8

Closed clintkitson closed 9 years ago

kacole2 commented 9 years ago

the basic functionality is currently working. it will take in a series of key:value pairs and pass those to the installer interface. Here is the latest code. https://github.com/kacole2/machine/tree/extensions

files of importance:

machine/libmachine/host.go
machine/libmachine/extension/extension.go
machine/libmachine/extension/rexray.go
kacole2 commented 9 years ago

latest commit has updated extension interface and rexray configuration... https://github.com/kacole2/machine/tree/extensions

tomorrow will be refactoring by adding things to utils.go and generic.go to make them interchangeable between extensions

kacole2 commented 9 years ago

done. https://github.com/kacole2/machine/tree/extensions

need to squash commits, rebase, and PR