aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* re-add tlsSecrets to configmodel for compatabilityandreer2020-01-211-1/+2
|
* Revert "Revert "accept and store json endpoint cert metadata on deploy""Andreas Eriksen2020-01-2110-48/+39
|
* Merge pull request #11863 from ↵Jon Bratseth2020-01-215-1/+42
|\ | | | | | | | | vespa-engine/bratseth/dont-add-attribute-types-across-document-types Add attribute types only to the profiles of the same search definition
| * Add attribute types only to the profiles of the same search definitionJon Bratseth2020-01-205-1/+42
| |
* | Revert "accept and store json endpoint cert metadata on deploy"Jon Marius Venstad2020-01-2010-39/+48
| |
* | Merge pull request #11842 from ↵Andreas Eriksen2020-01-2010-48/+39
|\ \ | | | | | | | | | | | | vespa-engine/andreer/endpoint-certificate-refactoring accept and store json endpoint cert metadata on deploy
| * | accept and store json endpoint cert metadata on deployandreer2020-01-1710-48/+39
| | | | | | | | | | | | also refactor from tlsSecretKeys -> several "endpoint certificate" classes
* | | Merge pull request #11840 from vespa-engine/gjoranv/node-infogjoranv2020-01-202-3/+3
|\ \ \ | |_|/ |/| | Gjoranv/node info
| * | Expose hostname, and rename nodeId -> role.gjoranv2020-01-172-3/+3
| | |
* | | Merge pull request #11835 from ↵Håkon Hallingstad2020-01-202-3/+11
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hakonhall/use-bucketspace-metric-in-retirement Use bucket_space metric in retirement
| * | | Use bucket_space metric in retirementHåkon Hallingstad2020-01-172-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the Cluster Controller use the vds.datastored.bucket_space.buckets_total, dimension bucketSpace=default, to determine whether a content node manages zero buckets, and if so, will allow the node to go permanently down. This is used when a node is retiring, and it is to be removed from the application. The change is guarded by the use-bucket-space-metric, default true. If the new metric doesn't work as expected, we can revert to using the current/old metric by flipping the flag. The flag can be controlled per application.
* | | | Merge pull request #11837 from ↵Jon Bratseth2020-01-1711-84/+144
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/dont-allow-wrong-serviceport-take-2 Bratseth/dont allow wrong serviceport take 2
| * | | | Split into two phasesJon Bratseth2020-01-174-6/+16
| | | | |
| * | | | Allow requiring ports illegal for tenantsJon Bratseth2020-01-174-9/+11
| | | | |
| * | | | Revert "Merge pull request #11805 from ↵Jon Bratseth2020-01-1711-82/+130
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-11792-bratseth/dont-allow-wrong-webserviceport" This reverts commit 1032436c17935fa0da7aadf75cce6a51e0197756, reversing changes made to 891e243f84eab77a08ff3e42a6063e3fb3d74a87.
* | | | Merge pull request #11839 from ↵Arne H Juul2020-01-171-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/repair-perl-bootstrap-section Don't use local variable in use lib statement.
| * | | | Don't use local variable in use lib statement.Tor Egge2020-01-171-1/+1
| |/ / /
* / / / Move MetricsHandler to new package and add 'V1' to its name.gjoranv2020-01-173-7/+7
|/ / /
* | | Merge pull request #11834 from ↵Tor Egge2020-01-171-3/+3
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/enable-vespa-site-perl-in-perl-bootstrap-section Enable vespa site perl in bootstrap section of perl scripts.
| * | | Enable vespa site perl in bootstrap section of perl scripts.Tor Egge2020-01-171-3/+3
| |/ /
* | | Add large resource reduction validation checkValerij Fredriksen2020-01-173-0/+182
| | |
* | | Improve InMemoryProvisioner to work with resource changeValerij Fredriksen2020-01-173-38/+68
| |/ |/|
* | Merge pull request #11821 from ↵Morten Tokle2020-01-172-19/+49
|\ \ | | | | | | | | | | | | vespa-engine/bjorncs/additional-container-port-hosted-4443 Bjorncs/additional container port hosted 4443
| * | Don't add port 4443 to tester applicationsBjørn Christian Seime2020-01-161-3/+3
| | |
| * | Don't add port 4443 to hosted infrastructureBjørn Christian Seime2020-01-161-3/+4
| | |
| * | Always add container port 4443 in hosted VespaBjørn Christian Seime2020-01-162-17/+46
| | | | | | | | | | | | | | | - Refactor HostedSslConnectorFactory constructors to expose static factory methods instead. - Modify ContainerModelBuilder to always add hosted Vespa connector (based on presence of TlsSecrets).
* | | Make dispatch policy mutableJon Bratseth2020-01-165-40/+44
| | |
* | | Revert "Merge pull request #11820 from ↵Jon Bratseth2020-01-1613-169/+123
|/ / | | | | | | | | | | | | vespa-engine/revert-11816-bratseth/dispatch-tuning-cleanup" This reverts commit 2b3af41e82150047f20348bae4f81a4806b3bb60, reversing changes made to 878b95a5c82a299b5f5b453409c3837b48f7d206.
* | Revert "Bratseth/dispatch tuning cleanup"Bjørn Christian Seime2020-01-1613-123/+169
| |
* | Revert "Bjorncs/additional container port hosted 4443"Bjørn Christian Seime2020-01-162-49/+19
| |
* | Better error messageJon Bratseth2020-01-163-6/+6
| |
* | Don't leave at nullJon Bratseth2020-01-164-11/+3
| |
* | Simplify names and add javadocJon Bratseth2020-01-165-41/+47
| |
* | Keep dispatch tuning parsing separateJon Bratseth2020-01-162-12/+1
| |
* | Avoid unnecessary indirectionJon Bratseth2020-01-165-51/+16
| |
* | Non-functional cleanupJon Bratseth2020-01-167-38/+40
|/
* Don't add port 4443 to hosted infrastructureBjørn Christian Seime2020-01-161-3/+4
|
* Always add container port 4443 in hosted VespaBjørn Christian Seime2020-01-162-17/+46
| | | | | - Refactor HostedSslConnectorFactory constructors to expose static factory methods instead. - Modify ContainerModelBuilder to always add hosted Vespa connector (based on presence of TlsSecrets).
* Revert "Fail deployment if the wrong web service port is configured"Harald Musum2020-01-1511-130/+82
|
* No Athens domain in instanceJon Marius Venstad2020-01-151-1/+1
|
* Revert "Revert "Athenz domain cannot be set on instance level, just on the ↵Jon Marius Venstad2020-01-152-4/+1
| | | | root""
* Revert "Athenz domain cannot be set on instance level, just on the root"Bjørn Christian Seime2020-01-152-1/+4
|
* Merge pull request #11792 from ↵Jon Bratseth2020-01-1511-82/+130
|\ | | | | | | | | vespa-engine/bratseth/dont-allow-wrong-webserviceport Fail deployment if the wrong web service port is configured
| * Allow omitting server port to get defaultJon Bratseth2020-01-153-1/+18
| |
| * Merge with masterJon Bratseth2020-01-1512-28/+233
| |\
| * | Remove unused importsJon Bratseth2020-01-151-2/+0
| | |
| * | Fail deployment if the wrong web service port is configuredJon Bratseth2020-01-1510-81/+114
| | | | | | | | | | | | | | | This will cause the application to become unavailable so it is not sufficient to emit a warning.
* | | Merge pull request #11796 from ↵Jon Marius Venstad2020-01-152-4/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/jvenstad/no-instance-level-athenz-domain Athenz domain cannot be set on instance level, just on the root
| * | | Athenz domain cannot be set on instance level, just on the rootJon Marius Venstad2020-01-152-4/+1
| | |/ | |/|
* / | Revert "Always add container port 4443 in hosted Vespa"Bjørn Christian Seime2020-01-152-46/+17
|/ / | | | | | | This reverts commit a1965885a22238c3eb9370c2532a90b302e954f5.