summaryrefslogtreecommitdiffstats
path: root/configserver/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Install empty dirs.Tor Egge2020-01-151-0/+4
|
* Stop installing zkfacade.jar symlink for config server app.Tor Egge2019-11-181-1/+0
|
* Revert "Revert "Reapply "Move ZooKeeperServer to another module"""Harald Musum2019-10-231-0/+1
|
* Revert "Reapply "Move ZooKeeperServer to another module""Harald Musum2019-10-221-1/+0
|
* Revert "Revert "Reapply "move ZooKeeperServer to another module"""Harald Musum2019-10-221-0/+1
|
* Revert "Reapply "move ZooKeeperServer to another module""Håkon Hallingstad2019-10-221-1/+0
|
* Revert "Revert "Reapply "Move ZooKeeperServer to another module""""Harald Musum2019-10-211-0/+1
|
* Revert "Reapply "Move ZooKeeperServer to another module"""Harald Musum2019-10-211-1/+0
|
* Revert "Revert "Move ZooKeeperServer to another module""Harald Musum2019-10-201-0/+1
|
* Revert "Move ZooKeeperServer to another module"Harald Musum2019-10-181-1/+0
|
* Move ZooKeeperServer to another moduleHarald Musum2019-10-171-0/+1
| | | | | | zookeeper-server jar is not a preinstalled bundle, as zkfacade is, so need to add bundle explicitly for clustercontroller and add symlink from components dir for config server
* Remove ping-configserverBjørn Christian Seime2019-06-061-1/+0
|
* Install controller-api in configserverHåkon Hallingstad2019-04-051-14/+13
|
* Install jar and symlink from config server appHarald Musum2019-03-261-0/+1
|
* Configserver flags REST APIHåkon Hallingstad2018-12-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new ZooKeeper backed flag source. It is defined in a new module configserver-flags to allow as many as possible config server modules to depend on it by minimizing dependencies. The content of the ZK backed flag source can be viewed and modified through REST API on the config server/controller. The data stored per flag looks like { "rules": [ { "conditions": [ { "type": "whitelist", "dimension": "hostname", "values": ["host1"] } ], "value": true } ] } typical for enabling a feature flag on host1. 2 types of conditions are so far supported: whitelist and blacklist. All the conditions must match in order for the value to apply. If the value is null (or absent), the default value will be used. At the time the flag's value is retrieved, it is resolved against the conditions with the current zone, hostname, and/or application. The same data structure is used for FileFlagSource for files in /etc/vespa/flags with the ".2" extension. The FlagSource component injected in the config server is changed to: 1. Return the flag value if specified in /etc/vespa/flags, or otherwise 2. return flag value from ZooKeeper (same as REST API) The current flags (module) is also changed: - All flags must be defined in com.yahoo.vespa.flags.Flags. This allows the ZK backed flag source additional sanity checking when modifying flags. - If it makes sense to have different flag value depending on e.g. the application, then at some point before the value is retrieved, one has to bind the flag to that application (using with() to set up the fetch vector). Future changes would be to 0. make a merged FlagSource in host admin, 1. add support for viewing and modifying feature flags in dashboard, 2. in hv tool.
* Install flags component for open-source config serverHåkon Hallingstad2018-12-031-0/+1
|
* Remove unused start-filedistribution scriptHarald Musum2018-02-081-1/+0
|
* Include orchestrator and service-model fat jarsHåkon Hallingstad2017-10-191-0/+2
|
* Escape dollar signs in the CMakeLists.txt on code execution as this is used ↵Arnstein Ressem2017-09-301-8/+8
| | | | to populate another cmake script.
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+12
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-12/+0
|
* Fix directories.Arnstein Ressem2017-09-261-0/+9
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+3
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Rename configserver programs to have vespa- prefix.Tor Egge2017-06-121-1/+1
|
* More changes to get depdendencies into rpm.Arnstein Ressem2016-06-171-1/+3
|
* Make cmake install scripts in proper location.Arnstein Ressem2016-06-171-5/+5
|
* PublishJon Bratseth2016-06-151-0/+7