TritonDataCenter / sdc-cloudapi

Triton Data Center Public HTTP API
Mozilla Public License 2.0
10 stars 24 forks source link

joyent/sdc-cloudapi#86 want support for additional "external" NIC tags #87

Closed arekinath closed 3 years ago

arekinath commented 3 years ago

Testing done:

We've had this one in production at UQ since at least mid last year, and previous versions of it (not quite the same as this patch) long before that.

arekinath commented 3 years ago

Note that this depends on https://github.com/joyent/node-triton-netconfig/pull/4 being merged and released in 1.5.0

Until then you'll need to adjust the package.json to point at git+https://github.com/eait-itig/node-triton-netconfig#eait to test.

danmcd commented 3 years ago

Shouldn't you update package.json with the new 1.5.0 requirement?

danmcd commented 3 years ago

Also it's return of the "make check" hell with copyrights. :-/

danmcd commented 3 years ago

I will also have to file a TRITON ticket, since this is the last push related to it. The summary for this push will be altered to reflect that Triton ticket.

bahamat commented 3 years ago

I guess "we've had it in production" is qualifies for testing notes. So main thing here is just make check.

arekinath commented 3 years ago

Rebased on latest master, no changes made (clean rebase)

make check definitely passes as-is, and the dependency I modified reads as "1.5.0" -- I have force-pushed the branch more than once, did you somehow look at an older version?

danmcd commented 3 years ago

We're having Jenkins weirdness on our side. Pardon any delays.

danmcd commented 3 years ago

Aha.

Because of the way check-copyright works, we have this scenario:

Pick one of two solutions: 1.) Modify your (rebased?) commit to have a git date of 2021

OR

2.) Change all of the "new" copyright dates to 2020.

Your choice.

danmcd commented 3 years ago

I created an "alexw" branch with a fixed git commit date and Jenkins loved it.

bahamat commented 3 years ago

OK, I made #103 to supersede this one so that make check will shut up about the copyright date.

danmcd commented 3 years ago

Subsumed by #103.