summaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #23247 from ↵jonmv2022-06-282-15/+19
| | | | | | | vespa-engine/revert-23218-jonmv/multiple-test-and-staging-zones" This reverts commit 94a5a63b92cf7a05ed987a5f01fab5bc8d56bd2d, reversing changes made to 24c7eee36b9c251fc754e6ca51c921e97be44aeb.
* Revert "Jonmv/multiple test and staging zones"Jon Marius Venstad2022-06-272-19/+15
|
* Merge pull request #23218 from ↵Jon Marius Venstad2022-06-272-15/+19
|\ | | | | | | | | vespa-engine/jonmv/multiple-test-and-staging-zones Jonmv/multiple test and staging zones
| * ZoneList.get(ZoneId)jonmv2022-06-241-0/+6
| |
| * Clean up ZoneFilter/Listjonmv2022-06-222-15/+13
| |
* | Update default list pricesØyvind Grønnesby2022-06-242-4/+4
|/
* Add getActivatedTime() for a sessionHarald Musum2022-06-201-1/+1
| | | | | | Use getActivatedTime() instead of getCreatedTime in lastDeployTime(). getCreatedTime() gives time a new session was created, not when it was activated, which is what we usually want.
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-1/+1
|
* Implement HostRetirerMartin Polden2022-06-011-0/+43
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* Use cloud account from model in host provisioningMartin Polden2022-05-131-7/+19
|
* Only treat the last 2 path segments as repositoryValerij Fredriksen2022-05-122-15/+26
|
* Revert "Improve docker image validation"Valerij Fredriksen2022-05-122-18/+10
|
* Merge pull request #22546 from vespa-engine/freva/docker-image-parseHåkon Hallingstad2022-05-112-10/+18
|\ | | | | Improve docker image validation
| * Improve docker image validationValerij Fredriksen2022-05-112-10/+18
| |
* | Merge pull request #22539 from vespa-engine/mpolden/deploy-cloud-accountMorten Tokle2022-05-111-0/+19
|\ \ | |/ |/| Add cloud account to model
| * Add cloud account to modelMartin Polden2022-05-111-0/+19
| |
* | Remove unused 'shared' routing methodHarald Musum2022-05-101-4/+1
|/
* Getting system as zoneHåkon Hallingstad2022-05-091-1/+1
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-062-2/+2
|
* Merge pull request #22438 from vespa-engine/mpolden/cleanupMartin Polden2022-05-051-10/+0
|\ | | | | Misc cleanup
| * Remove unused methodsMartin Polden2022-05-041-10/+0
| |
* | Consolidate allocated hosts from all model versionsJon Bratseth2022-05-042-4/+3
|/ | | | | - Aactivate the superset of hosts allocated from all model versions - Use the version of each host allocated by the newest model version
* Simplify and cleanup, no functional changesHarald Musum2022-05-031-4/+9
|
* Aliases were not used hereJon Bratseth2022-04-283-31/+10
|
* Improve job type sort orderjonmv2022-04-221-1/+0
|
* Stricter application id patternjonmv2022-04-192-8/+14
|
* Kill test dependencyjonmv2022-04-193-54/+42
|
* 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.