summaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of useSeparateServiceTypeForLogserverContainerHarald Musum2019-04-121-1/+1
|
* Add ValidationOverrides.allJon Bratseth2019-04-011-5/+6
|
* Allow destructive changes in manually deployed zonesJon Bratseth2019-04-012-8/+47
|
* Merge branch 'master' into ollivir/protobuf-ping-and-feature-flagOlli Virtanen2019-03-291-1/+2
|\
| * Use separate service type for logserver container by defaultHarald Musum2019-03-281-1/+2
| |
* | Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-281-0/+1
|/
* Add feature flag for ENABLE_METRICS_PROXY_CONTAINERgjoranv2019-03-221-0/+1
|
* Change (unused) service name for metricsproxy container.gjoranv2019-03-222-2/+2
|
* Add feature flag for using a separate service type ('logserver-container') ↵Harald Musum2019-03-121-0/+1
| | | | for logserver containers
* Remove unused methodJon Marius Venstad2019-03-111-5/+0
|
* Restore switch formattingJon Marius Venstad2019-03-111-9/+5
|
* Update ABI specJon Marius Venstad2019-03-092-0/+6
|
* Make tester flavours configurable in deployment.xmlJon Marius Venstad2019-03-083-38/+83
|
* Add unit test to ensure names don't change.gjoranv2019-03-041-0/+31
|
* Rename name field to avoid confusion with Enum's 'name()'gjoranv2019-03-041-3/+3
|
* Move ContainerServiceType to config-model-apigjoranv2019-03-042-0/+26
| | | | .. to make it accessible without depending on config-model.
* Revert "Gjoranv/use container service type"gjoranv2019-03-043-57/+0
|
* Add unit test to ensure names don't change.gjoranv2019-03-011-0/+31
|
* Rename name field to avoid confusion with Enum's 'name()'gjoranv2019-03-011-3/+3
|
* Move ContainerServiceType to config-model-apigjoranv2019-03-012-0/+26
| | | | .. to make it accessible without depending on config-model.
* Never persist deployment spec for manual environmentsMartin Polden2019-02-112-0/+23
|
* Add a flag to control default dispatch policy per zone.Henning Baldersheim2019-02-011-0/+1
|
* Java dispatch feature flagOlli Virtanen2019-01-281-2/+3
|
* Merge pull request #8225 from vespa-engine/bratseth/nonfunctional-changes-onlyJon Bratseth2019-01-251-0/+2
|\ | | | | Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2019-01-241-0/+2
| |
* | Make ModelContext.Properties more accessible in config modelHåkon Hallingstad2019-01-251-0/+1
|/ | | | | | | | | | | | | | | This commit makes it easier to get the ModelContext.Properties instance in the config model. Before, one would typically have to change a bunch of code to wire through a new property (builder methods and fields, DeployProperties constructor, fields, and getters, mock classes, ...). It is made accessible through: - ModelContext.properties(), - DeployState.getProperties(), and - ConfigModelContext.properties() The Properties implementation is in the configserver module, making it easy to back properties with flags.
* Update abi specs for 7.gjoranv2019-01-211-5/+1
|
* Remove deprecated duplicate Version classJon Bratseth2019-01-212-34/+2
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove deprecated and unused methodHarald Musum2019-01-211-11/+0
|
* Remove support for block-upgrade element in deployment.xmlHarald Musum2019-01-212-38/+3
|
* Update APIs that have changed.Ilpo Ruotsalainen2019-01-091-3/+53
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+456
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-456/+0
|
* Merge pull request #7964 from vespa-engine/iruotsalainen/enable-abi-checkIlpo Ruotsalainen2019-01-042-0/+456
|\ | | | | Enable ABI checking on modules with public APIs
| * Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | | | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
| * Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+468
| |
* | Deep check for emptinessJon Marius Venstad2019-01-042-3/+3
| |
* | Better API?Jon Marius Venstad2019-01-043-36/+64
| |
* | Move Notifications to upper levelJon Marius Venstad2019-01-034-113/+121
| |
* | Update notifications syntaxJon Marius Venstad2019-01-033-24/+110
| |
* | Add notification settings to test app package builderJon Marius Venstad2019-01-021-1/+1
| |
* | Read notifications from deployment spec XMLJon Marius Venstad2019-01-023-3/+89
| |
* | Remove unused constructorsJon Marius Venstad2019-01-021-10/+0
|/
* Remove unused constructorHarald Musum2018-12-071-10/+1
|
* Make service monitors aware of infra applications in duper model.Håkon Hallingstad2018-12-061-6/+7
| | | | | | | | | | | | | | | - Notify monitors of infrastructure application activation. Live-flipping the content of the duper model is non-trivial and has been removed. - Split out DuperModel as a simple mutable and thread-unsafe container of the applications in the duper model, that also handles calls listeners on changes. The previous DuperModel has been renamed to DuperModelManager. - Replace SuperModelProvider::snapshot method (fast but difficult to use right) with registerListener. - Shorten the fully qualified package names by 1-2 levels for mosts classes. Next steps: - Make HA query the real orchestrator - Start experimenting with health monitoring of infra apps
* Revert "Revert "Add infrastructure applications to DuperModel""Håkon Hallingstad2018-12-031-0/+4
|
* Revert "Add infrastructure applications to DuperModel"Harald Musum2018-12-031-4/+0
|
* Merge pull request #7828 from ↵Håkon Hallingstad2018-12-031-0/+4
|\ | | | | | | | | vespa-engine/hakonhall/add-infrastructure-applications-to-dupermodel Add infrastructure applications to DuperModel
| * Add infrastructure applications to DuperModelHåkon Hallingstad2018-11-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DuperModel is (will be) responsible for both active tenant applications (through SuperModel) and infrastructure applications. This PR is one step in that direction: - All infrastructure applications (config, confighost, controller, controllerhost, and proxyhost) are owned and managed by DuperModel. - The InfrastructureProvisioner retrieves all possible infra apps from the DuperModel (through a reduced API), and "activates" each of them if target is set and there are any nodes etc. - The InfrastructureProvisioner then notifies the DuperModel which apps have been activated, and with which hosts. - The DuperModel can then build delegate artificially create ApplicationInfo, which gets translated into the application model, and finally the service model. - The resulting service model has NOT_CHECKED for each hostadmin service instance. This is sufficient for goal 1 of this sprint. - The config server application currently has health, so that's kept as-is for now. - Feature flags have been tried and works and allows 1. to disable adding the infra apps in the DuperModel, and 2. to enable the infra configserver instead of the currently created configserver w/health.