deploykit icon indicating copy to clipboard operation
deploykit copied to clipboard

[WIP] Initial OpenStack plugin

Open thebsdbox opened this issue 8 years ago • 4 comments
trafficstars

This is the initial bare-bones OpenStack plugin, which makes use of the gopher cloud OpenStack SDK. Currently it works as a standard inproc plugin and will successfully log into an OpenStack Keystone.

Still lots to do.

Signed-off-by: Dan Finneran [email protected]

thebsdbox avatar Nov 07 '17 16:11 thebsdbox

Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:

$ git clone -b "openstack" [email protected]:thebsdbox/infrakit.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354006048
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

GordonTheTurtle avatar Nov 09 '17 07:11 GordonTheTurtle

Codecov Report

Merging #755 into master will increase coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #755      +/-   ##
==========================================
+ Coverage   49.31%   49.36%   +0.05%     
==========================================
  Files          83       83              
  Lines        9265     9265              
==========================================
+ Hits         4569     4574       +5     
+ Misses       4346     4342       -4     
+ Partials      350      349       -1
Impacted Files Coverage Δ
pkg/rpc/mux/server.go 47.5% <0%> (+4.16%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4d3a3c4...5f7f0a5. Read the comment docs.

codecov[bot] avatar Nov 09 '17 07:11 codecov[bot]

is there still interest in this feature/PR?

v1k0d3n avatar Mar 19 '18 17:03 v1k0d3n

@v1k0d3n There is, i've just not had the opportunity to revisit the initial work.

thebsdbox avatar Apr 10 '18 17:04 thebsdbox