summaryrefslogtreecommitdiffstats
path: root/standalone-container
Commit message (Collapse)AuthorAgeFilesLines
* packaging vespalib into RPM did not workArne Juul2018-05-161-1/+0
|
* update bootstrapArne Juul2018-05-162-4/+10
|
* Simplify allConfigServers()Bjørn Christian Seime2018-05-151-9/+5
|
* Deduplicate code for splitting multi-value parametersBjørn Christian Seime2018-05-151-2/+7
|
* Convert CloudConfigInstallVariables to JavaBjørn Christian Seime2018-05-153-120/+184
|
* add RPM for vespa-libArne Juul2018-05-151-0/+1
|
* update bootstrap section of scriptsArne Juul2018-05-142-0/+18
|
* Require same version dependencies for node-adminValerij Fredriksen2018-05-111-1/+1
|
* Java 9: Replace usage of deprecated apis.gjoranv2018-05-092-2/+2
|
* Merge pull request #5700 from ↵gjoranv2018-04-301-7/+2
|\ | | | | | | | | vespa-engine/hmusum/move-rpc-http-messagebus-enabled-flags-to-container-cluster Move flags for rpc, messagebus and http enabled to container cluster
| * Move flags for rpc, messagebus and http enabled to container clusterHarald Musum2018-04-251-7/+2
| |
* | Upgrade felix from 4.4 to 4.6gjoranv2018-04-271-0/+2
|/
* Fix getting value of VESPA_CONFIGSERVERSHarald Musum2018-04-201-1/+11
| | | | | This is a regular environment variable, so should not look for it with any package prefix
* Handle VESPA_CONFIGSERVERS for standalone container.gjoranv2018-04-171-1/+7
|
* Make jdisc-security-filters a pre-install requirement of jdiscBjørn Christian Seime2018-04-091-0/+1
|
* fix spec filesArne Juul2018-03-091-1/+1
|
* Add preinstall dependencies of jdisc_http_service to container standalone rpmBjørn Christian Seime2018-03-071-0/+1
|
* Revert "Revert "Add vespa-athenz dependency""Valerij Fredriksen2018-02-281-0/+1
|
* Revert "Add vespa-athenz dependency"Harald Musum2018-02-271-1/+0
|
* Merge pull request #5161 from vespa-engine/freva/add-vespa-athenz-dependencyValerij Fredriksen2018-02-271-0/+1
|\ | | | | Add vespa-athenz dependency
| * Add vespa-athenz dependencyValerij Fredriksen2018-02-271-0/+1
| |
* | Merge with masterJon Bratseth2018-02-271-1/+1
|/
* Remove unused fieldsHarald Musum2018-02-261-2/+0
|
* replace "yinst" with "install"quiye2018-02-116-104/+104
|
* disableFiledistributor is not used anymoreHarald Musum2018-02-101-1/+0
|
* Make pid directory if it doesn't existHåkon Hallingstad2018-02-011-1/+2
|
* Add a dummy for addUri in scala tooHenning Baldersheim2018-01-251-0/+4
|
* Revert "Revert "Redefine task and its context""Håkon Hallingstad2018-01-231-5/+16
|
* Revert "Redefine task and its context"Håkon Hallingstad2018-01-231-16/+5
|
* Redefine task and its contextHåkon Hallingstad2018-01-221-5/+16
| | | | | | | | | | | | | After discussions with bratseth, we'll not organize tasks in a tree structure, and instead have tasks mostly 1:1 with components. Tasks are put in chains, and may have ordering constraints between them that the chain resolves. The FileSystem API has been removed and instead use the raw java NIO FileSystem, and use Jimfs to mock FileSystem in tests. NodeAdminStateUpdater has been made an interface, since the HTTP request handler needs to delegate to it when getting requests. Much of the public HTTP API will get internalized with standalone NodeAdmin.
* Prepare for removal of RuleConfigDeriverHarald Musum2018-01-171-6/+3
|
* RPM cleanup of vespa groupHåkon Hallingstad2018-01-151-1/+2
|
* Revert "Revert "Revert "Revert "Jvenstad/zone cleanup 4""""Jon Marius Venstad2018-01-031-1/+1
| | | | This reverts commit 7b99d259bf378c0e5c43c9a199efffdf056678f4.
* Revert "Revert "Revert "Jvenstad/zone cleanup 4"""Harald Musum2018-01-021-1/+1
|
* Revert "Revert "Jvenstad/zone cleanup 4""Jon Marius Venstad2018-01-021-1/+1
|
* Revert "Jvenstad/zone cleanup 4"Jon Marius Venstad2018-01-021-1/+1
|
* Moved ZoneId to controller-api and added ZonesJon Marius Venstad2017-12-141-1/+1
|
* Fixed scala typeJon Marius Venstad2017-12-081-1/+1
|
* Fix review commentsHåkon Hallingstad2017-12-052-14/+107
| | | | | | - Rename *jdisc-container* to *standalone-container* (for files in this PR) - Implement stop standalone-container command - Avoid e.g. vespa user deletion on upgrade
* Highlight commonality among dependency jar filesHåkon Hallingstad2017-12-041-22/+23
|
* Support making standalone container and node admin RPMsHåkon Hallingstad2017-12-042-0/+310
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add setting for turning off file distributorHarald Musum2017-11-271-2/+3
| | | | | | If set, will not start file distributor on config server host and on tenant nodes, will instead use config proxy and file distribution will be done with RPC calls between config proxy and config server
* Add static modifier + fix warningsBjørn Christian Seime2017-11-132-22/+17
|
* Remove old Manhattan keystore hackBjørn Christian Seime2017-11-131-60/+1
|
* Revert "Bjorncs/jdisc http service cleanup"Martin Polden2017-11-102-18/+82
|