Skip to content

Commit

Permalink
TOOLS-1421 sdcadm experimental volapi to setup Volumes API service
Browse files Browse the repository at this point in the history
VOLAPI-11 Move upgrade to tritonnfs images of core services from sdcadm  to VOLAPI
TOOLS-1482 sdcadm experimental volapi fails to download VOLAPI's image if SAPI's sdc application's metadata has update_channel set to a value != 'experimental'
TOOLS-1611 sdcadm experimental volapi does not create new volapi instance if associated VM was deleted
TOOLS-1504 set experimental_nfs_shared_volumes in sdc application's metadata instead of sdc-docker's service's metadata
TOOLS-1697 sdcadm fails to create volapi service if it doesn't exist
TOOLS-1821 Remove useless code from sdcadm experimental volapi that polls sdc-docker
TOOLS-1824 sdcadm update-other should not do anything for VOLAPI
TOOLS-1823 split sdcadm experimental volapi into sdcadm postsetup and sdcadm experimental commands
TOOLS-1822 sdcadm experimental volapi should check that images of required core services support NFS volumes
TOOLS-1830 replace sdcadm experimental nfs-volumes with cloudapi-nfs-volumes/docker-nfs-volumes subcommands
TOOLS-1829 add sdcadm experimental docker-nfs-volumes-automount
VOLAPI-74 set zfs_io_priority to 100 for all storage VM packages
PUBAPI-1420 Add ability to mount NFS volumes with CreateMachine endpoint
TOOLS-1919 sdcadm experimental nfs-volumes doesn't handle branch names that include hyphens
Reviewed by: Trent Mick <trentm@gmail.com>
Approved by: Trent Mick <trentm@gmail.com>
  • Loading branch information
Julien Gilli committed Nov 11, 2017
1 parent 1a713cc commit 1ff0c70
Show file tree
Hide file tree
Showing 11 changed files with 1,145 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

# sdcadm Changelog

## 1.17.0

- Add `sdcadm post-setup volapi` to setup a core VOLAPI service.
- Add `sdcadm experimental nfs-volumes` command to enable or disable various
feature flags related to NFS volumes support for CloudAPI and sdc-docker.

## 1.16.3

- TOOLS-1899 Update to using node v4.
Expand Down
3 changes: 2 additions & 1 deletion etc/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"vm-agent": "vm-agent",
"net-agent": "net-agent",
"config-agent": "config-agent",
"dockerlogger": "dockerlogger"
"dockerlogger": "dockerlogger",
"volapi": "volapi"
},
"svcMinImages": {
"binder": "20140731T211135Z",
Expand Down

0 comments on commit 1ff0c70

Please sign in to comment.