aboutsummaryrefslogtreecommitdiffstats
path: root/config-provisioning/abi-spec.json
Commit message (Collapse)AuthorAgeFilesLines
* Update ABI spec format, and update all specsjonmv2022-10-251-1/+1
|
* Update ABI specJon Bratseth2020-03-231-875/+1
|
* Fixes after code reviewHarald Musum2020-03-191-0/+1
|
* Use two builder methods, request() and specification()Harald Musum2020-03-171-1/+2
| | | | | | | | request() should be used when requesting a cluster, same as old static method called request(). specification() should be used when creating a clsuter spec for an existing cluster, same as old static method from(). specification() will throw an exception if some required fields are not set
* Add builder for ClusterSpecHarald Musum2020-03-171-0/+18
|
* Update abi specJon Bratseth2020-03-161-1/+0
|
* Use docker image repo in ClusterSpecHarald Musum2020-03-161-0/+6
|
* Remove unused methodsHarald Musum2020-03-131-2/+0
|
* Add combined ID to ClusterSpecMartin Polden2020-03-021-0/+3
|
* Revert "Merge pull request #12351 from ↵Jon Bratseth2020-02-261-0/+1
| | | | | | | vespa-engine/revert-11875-bratseth/node-metrics" This reverts commit 37f6c5b31cb2809a54c34dc3a4e51307f3320fbd, reversing changes made to 76221d0b9b7bda577ac61ce8a79c7b6ee3a8dbb4.
* Revert "Bratseth/node metrics"Harald Musum2020-02-261-1/+0
|
* Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-251-1/+1
|\
| * Fail cfg bootstrap if activation of infra apps failsHåkon Hallingstad2020-02-231-1/+1
| |
| * Define completeness of SuperModel and DuperModelHåkon Hallingstad2020-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | In order for Orchestrator to remove application data from ZooKeeper, it must know which applications do NOT exist. Since the duper model starts with 0 applications, always, the only way of knowing what applications do not exist is for the bootstrap code to notify the super model/duper model when bootstrap is complete. There are 2 sources of applications that must signal completeness: - The super model, once all applications have been redeployed in ConfigServerBootstrap. - The infrastructure application, in the InfrastructureProvisioner the first time it runs.
* | Test metrics fetchJon Bratseth2020-02-251-0/+1
|/
* Update abi specJon Bratseth2020-01-171-1/+0
|
* Avoid changing allocation when switching to combined cluster typeMartin Polden2020-01-031-2/+5
|
* SimplifyMorten Tokle2019-11-251-1/+1
|
* Allow tenant containers to run on dev hostsMorten Tokle2019-11-251-1/+2
|
* Remove dead codeHarald Musum2019-11-151-15/+0
|
* Move compatible check to enumsJon Bratseth2019-11-141-0/+2
|
* Explicit NodeResources defaultsJon Bratseth2019-11-131-2/+6
|
* Pass and receive remoteStorageJon Bratseth2019-11-131-1/+1
|
* Add NodeResources.storageTypeJon Bratseth2019-11-131-3/+24
|
* Update ABI specJon Bratseth2019-11-131-0/+1
|
* Revert "Revert "Add devhost node type""Martin Polden2019-10-311-2/+4
|
* Revert "Add devhost node type"Harald Musum2019-10-301-4/+2
|
* Merge pull request #11161 from vespa-engine/mpolden/devhostMartin Polden2019-10-301-2/+4
|\ | | | | Add devhost node type
| * Add devhost node typeMartin Polden2019-10-301-2/+4
| |
* | Remember requested resources on nodesJon Bratseth2019-10-301-0/+2
|/ | | | | | This may be different from assigned resources e.g in that requested resources may specify DiskSpeed.any while assigned resources always have a definite disk speed.
* Refactor: Skew computation independent of node prioritizationJon Bratseth2019-10-171-0/+1
|
* Pick hosts for nodes to reduce resource allocation skewJon Bratseth2019-10-161-1/+2
|
* Update ABI specJon Bratseth2019-10-111-1/+2
|
* Remove canonicalFlavor from FlavorValerij Fredriksen2019-09-181-1/+0
|
* Bring back canonicalName()Valerij Fredriksen2019-09-131-0/+1
|
* Fix TODOsValerij Fredriksen2019-09-061-9/+0
|
* Add methods to easily modify FlavorValerij Fredriksen2019-08-221-2/+6
|
* Define FlavorOverridesValerij Fredriksen2019-08-211-0/+2
|
* Deprecate NodeResources constructors without bandwidthValerij Fredriksen2019-08-201-0/+1
|
* bandwidthMbps -> bandwidthGbpsValerij Fredriksen2019-08-201-2/+2
|
* Add bandwidth to NodeResourcesValerij Fredriksen2019-08-191-0/+2
|
* Add updated abi specFrode Lundgren2019-08-141-0/+1
|
* Add compatibleWith to ABI specValerij Fredriksen2019-08-131-0/+1
|
* Revert "Return 409 with error code TRANSIENT_ERROR when getting ↵Harald Musum2019-08-011-0/+57
| | | | TransientExce…"
* Move LoadBalancerServiceException to config-provisioning moduleHarald Musum2019-08-011-57/+0
|
* Remove unused RotationName classMartin Polden2019-07-191-19/+0
|
* Move serialization code out of AllocatedHostsValerij Fredriksen2019-07-011-2/+0
|
* Move NetworkPortsSerializer to non-public-api serialization packageValerij Fredriksen2019-07-011-13/+0
|
* Merge pull request #9885 from ↵Andreas Eriksen2019-06-271-0/+11
|\ | | | | | | | | vespa-engine/andreer/retry-deploy-on-missing-certificate retry deployment on missing certificate
| * add CertificateNotReadyException to ABI specandreer2019-06-261-0/+11
| |