summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src
Commit message (Collapse)AuthorAgeFilesLines
* Improve job type sort orderjonmv2022-04-221-1/+0
|
* Stricter application id patternjonmv2022-04-192-8/+14
|
* Kill test dependencyjonmv2022-04-192-43/+38
|
* Add patterns for region and cloud namesjonmv2022-04-194-109/+32
|
* Domain names may end with ., but hostnames may notjonmv2022-04-091-1/+5
|
* Revert "Merge pull request #22072 from ↵jonmv2022-04-092-34/+45
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-082-45/+34
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* Add files that INtelliJ removedjonmv2022-04-081-0/+35
|
* Move ID part to HostName in config-provisioningjonmv2022-04-082-1/+24
|
* Revert "Merge pull request #22065 from ↵jonmv2022-04-082-48/+1
| | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-082-1/+48
|
* Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-082-48/+1
|
* Allow longer namesJon Marius Venstad2022-04-041-1/+1
|
* Revert "Revert "Jonmv/reapply application name validation""Jon Marius Venstad2022-04-045-130/+55
|
* Revert "Jonmv/reapply application name validation"Jon Marius Venstad2022-04-045-55/+130
|
* Revert "Merge pull request #21961 from vespa-engine/revert-21918-jonmv/misc-6"Jon Marius Venstad2022-04-045-130/+55
| | | | | This reverts commit a0b02d8bd00bf8d7f3410cbf47ae432770546883, reversing changes made to 64d0102f9931a01d31976e85b585b9e63894f08e.
* Revert "Jonmv/misc 6"Jon Marius Venstad2022-04-045-55/+130
|
* Use PatternedStringWrapper for TenantName, ApplicationName and InstanceName, ↵Jon Marius Venstad2022-03-314-113/+41
| | | | with a lax pattern
* Make ApplicationId effectively final by replacing public config constructor ↵Jon Marius Venstad2022-03-312-6/+8
| | | | with factory
* Cleanup, should not change anythingJon Marius Venstad2022-03-311-11/+6
|
* Add method for setting repositoryHarald Musum2022-03-241-0/+5
|
* Support setting tag for docker image with a stringHarald Musum2022-03-241-0/+5
|
* Consider architecture when calculating with NodeResourcesHarald Musum2022-03-181-3/+7
|
* Use architecture in more places in node repoHarald Musum2022-03-031-0/+6
|
* Ignore architecture when adding or subtracting NodeResourcesHarald Musum2022-03-021-6/+2
| | | | | Need to solve this long-term, but ignore for now as provisoning will not work as this is now.
* Support architecture in node repositoryHarald Musum2022-02-281-3/+5
| | | | | * Persist architecture for nodes * Use architecture when talking to node repo
* Fix commentJon Bratseth2022-02-271-1/+1
|
* Reuse node indexesJon Bratseth2022-02-251-0/+3
|
* Use arm64 as architecture nameHarald Musum2022-02-243-19/+13
|
* Add support for achitecture in node resourcesHarald Musum2022-02-236-19/+108
|
* Merge pull request #21334 from vespa-engine/hmusum/fix-spellingHarald Musum2022-02-232-5/+5
|\ | | | | Fix spelling (bandwith -> bandwidth)
| * Fix spelling (bandwith -> bandwidth)Harald Musum2022-02-232-5/+5
| | | | | | | | Note: Not defined in schema and not used in any app
* | Replace 'out of capacity' by 'node allocation failure'Jon Bratseth2022-02-232-17/+16
|/
* Remove use of shared routing method in controllerMartin Polden2022-02-151-1/+1
|
* Document difference between ID and virtual IDHåkon Hallingstad2022-02-041-2/+8
|
* Add method to get SystemName.Environment.RegionNameHåkon Hallingstad2022-01-201-0/+5
|
* Revert "Invalidate node object cache based on znode version"Jon Marius Venstad2022-01-181-0/+3
|
* Merge pull request #20845 from ↵Håkon Hallingstad2022-01-181-4/+1
|\ | | | | | | | | vespa-engine/revert-20843-revert-20820-hakonhall/remove-dev-system Remove dev system, try 2 [run-systemtest]
| * Add back SystemName.dev for non-hosted systemsHåkon Hallingstad2022-01-171-1/+6
| |
| * Revert "Revert "Remove dev system""Håkon Hallingstad2022-01-172-10/+2
| |
| * Revert "Remove dev system"Harald Musum2022-01-172-2/+10
| |
| * Remove dev systemHåkon Hallingstad2022-01-142-10/+2
| |
* | Invalidate node object cache based on znode versionMartin Polden2022-01-171-3/+0
|/
* Bump cache sizeMartin Polden2022-01-121-1/+1
| | | | | Makes all nodes fit in the cache, even in our largest zones. Today excessive eviction happens because nodes are constantly shuffled in and out of the cache.
* Merge pull request #20644 from vespa-engine/bratseth/avoid-deprecated-apis-2Henning Baldersheim2022-01-041-10/+8
|\ | | | | Avoid deprecated APIs
| * Avoid deprecated APIsJon Bratseth2022-01-041-10/+8
| |
* | Merge pull request #20629 from vespa-engine/mpolden/downgradeValerij Fredriksen2022-01-041-20/+43
|\ \ | |/ |/| Support aborting and rolling back incomplete upgrade
| * Support aborting and rolling back incomplete upgradeMartin Polden2022-01-031-20/+43
| |
* | Simplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-193-24/+20
|/
* Remove stray line and simplifyJon Bratseth2021-12-092-7/+2
|