-
Notifications
You must be signed in to change notification settings - Fork 254
TOOLS-2574 Purge dependency on us-east.manta.joyent.com name #1062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 6 commits
9562dda
72f499e
197bd17
c819e9a
77c4715
bce3ff0
de221ce
485189e
5e37995
2511310
05bafb0
2a1c255
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
* CDDL HEADER END | ||
* | ||
* Copyright 2019 Joyent, Inc. | ||
* Copyright 2022 MNX Cloud, Inc. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will need copyright update. |
||
* | ||
* | ||
* # OVERVIEW | ||
|
@@ -66,7 +67,7 @@ | |
* With a socket created and the server listening, the client in the zone can | ||
* make queries using the metadata protocol described at: | ||
* | ||
* https://eng.joyent.com/mdata/protocol.html | ||
* https://eng.tritondatacenter.com/mdata/protocol.html | ||
* | ||
* | ||
* # CLEANUP AND ERRORS | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "vmadm", | ||
"description": "administrative tool(s) for managing VMs", | ||
"version": "1.0.5", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Version bump? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This looks like the same situation as the |
||
"author": "Joyent (joyent.com)", | ||
"author": "Triton Data Center (tritondatacenter.com)", | ||
"private": true, | ||
"devDependencies": { | ||
}, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
// Copyright 2015 Joyent, Inc. All rights reserved. | ||
// Copyright 2022 MNX Cloud, Inc. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Copyright update? |
||
|
||
var brand; | ||
var os_brands = ['joyent', 'joyent-minimal']; | ||
|
@@ -534,7 +535,7 @@ for (brand in os_brands) { | |
image_uuid: '01b2c898-945f-11e1-a523-af1afbe22822', | ||
delegate_dataset: 'true', | ||
do_not_inventory: 'true', | ||
dns_domain: 'joyent.com', | ||
dns_domain: 'tritondatacenter.com', | ||
filesystems: [{type: 'lofs', source: '/var/tmp', target: '/gztmp', options: ['ro', 'nodevices']}], | ||
fs_allowed: ['ufs', 'tmpfs', 'pcfs'], | ||
hostname: 'maximumpower', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XXX KEBE ASKS, version bump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we don't publish this to NPM or use it elsewhere AFAICT so I don't think it matters much, probably wouldn't hurt to bump patch though while where here.