aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #7837 from ↵Jon Bratseth2018-12-024-1/+10
| | | | | | | vespa-engine/revert-7836-bratseth/remove-unused-rpc-server-take-3" This reverts commit 0c39992b60e6103a85fa00362df74930a660e51c, reversing changes made to a8277a3a486f7fd174e562bf174cfa72aede9cee.
* Revert "Bratseth/remove unused rpc server take 3"Jon Bratseth2018-12-014-10/+1
|
* Don't use config injectionJon Bratseth2018-12-012-8/+0
|
* Revert "Merge pull request #7835 from ↵Jon Bratseth2018-12-015-1/+18
| | | | | | | vespa-engine/revert-7833-bratseth/remove-unused-rpc-server-take-2" This reverts commit ce9f57d123d835cc698adf2febe4aae47128031d, reversing changes made to c2af67b3d11da53655a0750d2e288b584c7b938c.
* Revert "Bratseth/remove unused rpc server take 2"Jon Bratseth2018-12-015-18/+1
|
* Bind required configsJon Bratseth2018-12-015-1/+18
|
* Add dependencyJon Bratseth2018-11-231-0/+6
|
* Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+1
| | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* Revert "Avoid ExitOnOutOfMemoryError"Håkon Hallingstad2018-11-201-7/+1
|
* Remove dependency on Java from RPMsHåkon Hallingstad2018-11-191-1/+0
| | | | | It will now be implementation-defined how Java is installed, and which version is used.
* Add VESPA_CONFIGSERVER_ZOOKEEPER_IDSValerij Fredriksen2018-11-091-0/+9
|
* Add security-utils to standalone-container specBjørn Christian Seime2018-10-191-0/+1
|
* Follow API changeHenning Baldersheim2018-10-081-3/+3
|
* Revert "Revert "Balder/reduce usage of complex deploystate""Henning Baldersheim2018-10-041-1/+1
|
* Revert "Balder/reduce usage of complex deploystate"Harald Musum2018-10-041-1/+1
|
* Needs deployState after VespaModel is constructed incomplete.Henning Baldersheim2018-10-031-1/+1
|
* Temporarily disable setting hosted property for config serversHarald Musum2018-09-131-0/+3
|
* Set hosted property if container is a config serverHarald Musum2018-09-121-8/+27
|
* Fix typoHarald Musum2018-09-101-1/+1
|
* Install model-evaluation in standaloneJon Bratseth2018-08-281-0/+1
|
* Track internal API changeJon Bratseth2018-08-251-1/+1
|
* Add ExitOnOutOfMemoryError TODOHåkon Hallingstad2018-08-171-0/+6
|
* Avoid ExitOnOutOfMemoryErrorHåkon Hallingstad2018-08-161-1/+1
| | | | | | | The -XX:+ExitOnOutOfMemoryError flag was introduced in Java 8 update 92, thus not compatible with all Java 8 installations. http://www.oracle.com/technetwork/java/javase/8u92-relnotes-2949471.html
* just exit on out of memoryArne Juul2018-07-181-1/+1
| | | | | | * asking java to fork 'kill -9 %p' will often fail with "os::fork_and_exec failed: Cannot allocate memory (12)" message. * instead, use a newish option (from JDK 8u92) to just exit
* host-admin fails to start because container-search-gui jar is missingHarald Musum2018-07-131-0/+1
|
* Use new ValidationParameter class instead of booleansHarald Musum2018-07-041-1/+1
|
* Remove Scala remnants from Maven build filesOlli Virtanen2018-06-251-4/+0
|
* Merge with masterJon Bratseth2018-06-0122-960/+1391
|\
| * Scala code in standalone-container converted to JavaOlli Virtanen2018-05-3122-957/+1387
| |
* | Separate internal redeploys from application package changesJon Bratseth2018-06-011-0/+3
|/ | | | | | | | | Separate system internal redeploys from application package changes such that we can ignore config updates originating from application package changes if restart on deploy is true, as the config change will be followed by a restart - but continue to effect config changes originating from internal system changes as those will not (and should not) be followed by a restart.
* Merge pull request #5878 from ↵Bjørn Christian Seime2018-05-221-0/+10
|\ | | | | | | | | vespa-engine/bjorncs/proper-athenz-identity-provider-config Bjorncs/proper athenz identity provider config
| * Add athenzDnsSuffix and ztsUrl to configserver configBjørn Christian Seime2018-05-151-0/+10
| |
* | 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
|