Closed arekinath closed 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.
Shouldn't you update package.json with the new 1.5.0 requirement?
Also it's return of the "make check" hell with copyrights. :-/
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.
I guess "we've had it in production" is qualifies for testing notes. So main thing here is just make check
.
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?
We're having Jenkins weirdness on our side. Pardon any delays.
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.
I created an "alexw" branch with a fixed git commit date and Jenkins loved it.
OK, I made #103 to supersede this one so that make check will shut up about the copyright date.
Subsumed by #103.
Testing done:
make check
make buildimage
, deployedCLOUDAPI_EXTERNAL_TAGS
on the cloudapi service objecttriton network list
now shows networks on that tag as "public"--network
options now includes a network from that tagWe'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.