aboutsummaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Use bcp deadlineJon Bratseth2023-03-011-1/+22
|
* Restore - apparently too early to removeJon Bratseth2023-03-011-0/+10
|
* Pass ClusterInfoJon Bratseth2023-03-013-17/+57
|
* Replace empty autoscalingJon Bratseth2023-02-281-0/+2
|
* Make wg key non-optional in WireguardPeer.gjoranv2023-02-181-0/+7
|
* Store multiple endpoint services, but still show only the latest onejonmv2023-02-171-1/+1
|
* Add generation to zone endpointjonmv2023-02-171-0/+7
|
* Remove problematic zone-endpoint-settings validationjonmv2023-02-141-2/+0
| | | | | | | Cannot require this, as that makes it impossible to remove a private endpoint; the config server will attempt to create a new ZoneEndpoint with non-empty allowed URNs, but also not a private endpoint. We could also require a two-step decommissioning, but meh ...
* Deprecate and stop using HostSpec constructor that should be removedHarald Musum2023-02-132-3/+4
|
* Link to stackoverflow instead of mailing list.gjoranv2023-02-061-1/+1
|
* Disable internet-facing endpoints in test/staging if any zone has them disabledjonmv2023-02-021-0/+1
|
* Merge pull request #25675 from vespa-engine/jonmv/remove-lbsettingsJon Marius Venstad2023-01-312-31/+0
|\ | | | | Remove LoadBalancerSettings
| * Remove LoadBalancerSettingsjonmv2023-01-232-31/+0
| |
* | Merge pull request #25799 from vespa-engine/bratseth/groupsize-in-application-v4Valerij Fredriksen2023-01-301-0/+1
|\ \ | | | | | | Serialize groupSize if set
| * | Serialize groupSize if setJon Bratseth2023-01-301-0/+1
| | |
* | | Revert "Merge pull request #25776 from ↵jonmv2023-01-303-8/+136
|/ / | | | | | | | | | | | | vespa-engine/jonmv/revert-private-endpoints" This reverts commit 350b36dd88baef7548c0066b01ea1e328eb78f3f, reversing changes made to 8a006bc9ca202713ec54c7961a9256790c87d10d.
* | Revert "Merge pull request #25770 from vespa-engine/jonmv/private-endpoints"jonmv2023-01-273-136/+8
| | | | | | | | | | This reverts commit a3ae8f5b0ec3a7f2f3c9205289470dbb89e477ff, reversing changes made to 6534f02466a8958513a8b8684cc2a4369fab7666.
* | Merge pull request #25770 from vespa-engine/jonmv/private-endpointsJon Marius Venstad2023-01-273-8/+136
|\ \ | | | | | | Jonmv/private endpoints
| * | Check private endpoints from same-zone config server insteadjonmv2023-01-271-20/+25
| | |
| * | Move container status.html check as welljonmv2023-01-271-26/+40
| | |
| * | Refactor endpoint verification during deploymentsjonmv2023-01-271-0/+114
| | |
| * | Inline obsolete constructorjonmv2023-01-262-8/+3
| |/
* | Ensure bundle-plugin generates imports for javax packagesBjørn Christian Seime2023-01-271-0/+7
| |
* | More resource reduction testsJon Bratseth2023-01-251-0/+7
|/
* Move IntRange out of vespajlibJon Bratseth2023-01-224-3/+170
| | | | | vespajlib classes in the interface between config model and config server causes LinkageErrors.
* Support a group size constraint in content clustersJon Bratseth2023-01-213-14/+39
|
* Add back API used by config model to describe LoadBalancerSettingsjonmv2023-01-182-0/+13
|
* Add back removed LoadBalancerSettingsjonmv2023-01-181-0/+20
|
* Revert "Merge pull request #25624 from ↵jonmv2023-01-186-53/+197
| | | | | | | vespa-engine/revert-25617-jonmv/private-endpoints" This reverts commit c47ed544a31a6b56f518901247212a47d8eb9d31, reversing changes made to e0191b4d49048f9398395dc8c1c60dfcb383f705.
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-186-197/+53
|
* Revert "Merge pull request #25614 from ↵jonmv2023-01-186-53/+197
| | | | | | | vespa-engine/revert-25587-jonmv/private-endpoints" This reverts commit 7b736f0a09444664cff118eac5b28e608632de72, reversing changes made to 6c457e6dd5993ec2ef15177dab4a16e3d3702b85.
* Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-186-197/+53
|
* Validate zone endpoint changes in controller, on submissionjonmv2023-01-171-4/+5
|
* Parse, validate and use new zone endpoint syntaxjonmv2023-01-176-53/+196
|
* Return voidHåkon Hallingstad2023-01-131-12/+8
|
* Move from spec.CloudAccount.isEnclave(Zone) to enclave()Håkon Hallingstad2023-01-131-0/+27
|
* Remove redundant dot prefix check in ApplicationIdValerij Fredriksen2023-01-051-1/+1
|
* Merge pull request #25289 from ↵Håkon Hallingstad2023-01-021-1/+8
|\ | | | | | | | | vespa-engine/hakonhall/avoid-ptr-verification-when-provisioning-in-enclave Avoid PTR verification when provisioning in Enclave
| * Avoid PTR verification when provisioning in EnclaveHåkon Hallingstad2022-12-191-1/+8
| |
* | Use GPU container image for nodes with GPUsMartin Polden2022-12-151-0/+3
| |
* | Add region to cloud configHarald Musum2022-12-081-0/+3
|/
* Merge pull request #25120 from ↵Håkon Hallingstad2022-12-061-0/+51
|\ | | | | | | | | vespa-engine/hakonhall/limit-fields-allowed-to-be-patched-from-tenant-host Limit fields allowed to be patched from tenant host
| * Limit fields allowed to be patched from tenant hostHåkon Hallingstad2022-12-051-0/+51
| |
* | Make members final.Henning Baldersheim2022-12-051-6/+6
| |
* | Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-042-2/+2
| |
* | Revert collect(Collectors.toList())Henning Baldersheim2022-12-042-2/+2
| |
* | collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-022-2/+2
| |
* | Merge pull request #25065 from ↵Harald Musum2022-12-021-11/+0
|\ \ | | | | | | | | | | | | vespa-engine/revert-25064-revert-25062-balder/gc-even-more-guava-usage Revert "Revert "- Reduce usage of guava.""
| * | Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-11/+0
| |/
* / Write new settings only on activationjonmv2022-12-013-6/+36
|/