aboutsummaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
...
* Ress resources is not compatible with more resourcesValerij Fredriksen2019-08-131-1/+14
|
* Return 409 with error code LOAD_BALANCER_NOT_READY if deployment fails due ↵Harald Musum2019-08-012-0/+22
| | | | | | | | | to that Move LoadBalancerServiceException to config-provisioning so that it can be used from config server as well. Return 409 and LOAD_BALANCER_NOT_READY as error code if we get a LoadBalancerServiceException. Retry deploy on LOAD_BALANCER_NOT_READY.
* Revert "Return 409 with error code TRANSIENT_ERROR when getting ↵Harald Musum2019-08-018-27/+64
| | | | TransientExce…"
* Move LoadBalancerServiceException to config-provisioning moduleHarald Musum2019-08-014-61/+15
|
* Move some exceptions to its own package (making them not part of public API)Harald Musum2019-08-016-7/+16
|
* Remove unused RotationName classMartin Polden2019-07-192-77/+0
|
* Replace usages of RotationName with EndpointIdMartin Polden2019-07-151-0/+1
|
* Add throws definition to 'identityNode'Bjørn Christian Seime2019-07-101-1/+1
| | | | This is backward compatible as NodeIdentifierException is an unchecked exception.
* Less guavaValerij Fredriksen2019-07-017-19/+12
|
* Move serialization code out of AllocatedHostsValerij Fredriksen2019-07-015-169/+205
|
* Move NetworkPortsSerializer to non-public-api serialization packageValerij Fredriksen2019-07-012-14/+2
|
* Merge pull request #9885 from ↵Andreas Eriksen2019-06-272-0/+28
|\ | | | | | | | | vespa-engine/andreer/retry-deploy-on-missing-certificate retry deployment on missing certificate
| * add CertificateNotReadyException to ABI specandreer2019-06-261-0/+11
| |
| * retry deployment on missing certificateandreer2019-06-241-0/+17
| |
* | Update ABI specMartin Polden2019-06-261-2/+0
| |
* | Remove unused rotations parameterMartin Polden2019-06-262-18/+5
| |
* | Remove test of legacy formatMartin Polden2019-06-261-20/+0
| |
* | Avoid too much use of ZoneList.ids() now that zones() is availableHåkon Hallingstad2019-06-241-2/+7
|/
* Update ABI specMartin Polden2019-06-211-1/+14
|
* Use common exception class for transient provisioning exceptionsMartin Polden2019-06-212-1/+21
|
* Remove description from flavorValerij Fredriksen2019-06-193-9/+0
|
* Simplify FlavorsValerij Fredriksen2019-06-194-42/+1
|
* Merge pull request #9823 from vespa-engine/hakonhall/remove-system-from-zoneidHåkon Hallingstad2019-06-163-49/+4
|\ | | | | Remove system from ZoneId
| * Remove system from ZoneIdHåkon Hallingstad2019-06-163-49/+4
| |
* | Merge pull request #9817 from vespa-engine/bratseth/serialization-warningHarald Musum2019-06-161-0/+7
|\ \ | |/ |/| Bratseth/serialization warning
| * Add a comment warning about serialization format changesJon Bratseth2019-06-151-0/+7
| |
* | SimplifyMartin Polden2019-06-141-1/+2
|/
* Remove cloud from ZoneIdHåkon Hallingstad2019-06-142-22/+1
|
* Remove TODOValerij Fredriksen2019-06-121-1/+1
|
* Revert "Revert "Remove vaas""Harald Musum2019-06-123-10/+4
|
* Revert "Remove vaas"Harald Musum2019-06-123-4/+10
|
* Remove vaasValerij Fredriksen2019-06-113-10/+4
|
* Merge pull request #9744 from ↵Martin Polden2019-06-114-51/+14
|\ | | | | | | | | vespa-engine/mpolden/remove-rotations-serialization Remove serialization of ClusterSpec rotations
| * Update ABI specMartin Polden2019-06-111-1/+0
| |
| * Fix exception messageMartin Polden2019-06-111-1/+1
| |
| * Remove serialization of ClusterSpec rotationsMartin Polden2019-06-113-49/+13
| | | | | | | | | | | | | | | | | | This data is only stored when `<rotations/>` is specified through `services.xml`. Since we're removing that element, we can also remove the serialization. It's not used in our shared routing layer. The `rotations` field is still present in the `/loadbalancers/v1/` response as the client of this API still expects it.
* | Merge pull request #9738 from vespa-engine/hakonhall/use-zoneapi-in-upgradersHåkon Hallingstad2019-06-111-8/+8
|\ \ | |/ |/| Use ZoneApi instead of ZoneId in UpgradePolicy
| * Remove usage of ZoneId w/cloud and systemHåkon Hallingstad2019-06-081-2/+0
| |
| * Remove ZoneId from UpgradePolicyHåkon Hallingstad2019-06-081-8/+0
| |
| * Use ZoneApi internally in UpgradePolicyHåkon Hallingstad2019-06-081-7/+15
| |
| * Only allow specifying ZoneApi to UpgradePolicy, but convert to ZoneId internallyHåkon Hallingstad2019-06-081-5/+7
| |
* | Remove support for <rotations> elementMartin Polden2019-06-071-5/+4
|/
* Use ZoneApi(Mock) instead of ZoneId in ZoneFilterMock and ZoneRegistryMockHåkon Hallingstad2019-06-062-0/+8
|
* Make ZoneList return list of ZoneApiHåkon Hallingstad2019-06-061-0/+3
|
* Move ZoneFilterMock next to ZoneRegistryMockHåkon Hallingstad2019-06-061-90/+0
|
* Add ZoneApiHåkon Hallingstad2019-06-061-0/+20
|
* Enable maintainer in MainOla Aunrønning2019-06-051-0/+6
| | | | | Filter on AWS zones Implemented ofCloud in ZoneFilterMock
* Only deploy supported infrastructure applicationsValerij Fredriksen2019-06-012-4/+4
|
* Run DeploymentMetricsMaintainer only for non-public systemsHarald Musum2019-05-313-1/+17
| | | | Add allOf method to SystemName taking a Predicate as argument
* Revert "Always return a target version for appropriate node types"Valerij Fredriksen2019-05-291-2/+0
|