summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Enable ZK access control by default""Jon Bratseth2016-11-102-9/+5
|
* Merge pull request #1058 from yahoo/bratseth/field-operation-ordergjoranv2016-11-101-3/+4
|\ | | | | Order field operations
| * Order field operationsJon Bratseth2016-11-101-3/+4
| |
* | Always recycle failed nodes in CI and CDMartin Polden2016-11-102-8/+29
| |
* | Test that patching dirty node does not increase reboot generationMartin Polden2016-11-101-0/+22
| |
* | Make test naming style consistentMartin Polden2016-11-101-8/+8
|/
* Only increase wanted reboot generation when node move to dirty from another ↵Harald Musum2016-11-101-1/+1
| | | | state
* Revert "Enable ZK access control by default"Henning Baldersheim2016-11-092-5/+9
|
* Merge pull request #1043 from yahoo/bratseth/enable-zk-access-controlJon Bratseth2016-11-092-9/+5
|\ | | | | Enable ZK access control by default
| * Enable ZK access control by defaultJon Bratseth2016-11-092-9/+5
| |
* | Increase reboot gen. when node is moved to dirtyMartin Polden2016-11-093-1/+32
| |
* | Rewrite test to use ProvisioningTesterMartin Polden2016-11-092-50/+31
| |
* | Remove unused methodsMartin Polden2016-11-091-14/+0
| |
* | More validationJon Bratseth2016-11-091-2/+14
|/
* Use a static variable to communicateJon Bratseth2016-11-092-16/+15
| | | | | | Some third party code somewhere is calling setProperties, wiping all properties set inside the VM at random times, so communicate through a static variable instead.
* Add more loggingJon Bratseth2016-11-081-0/+3
|
* Merge pull request #1001 from yahoo/mpolden/node-repository-ownersJon Bratseth2016-11-021-0/+1
|\ | | | | Update owners
| * Update ownersMartin Polden2016-11-021-0/+1
| |
* | Add temporary logging + whitespace fixesJon Bratseth2016-11-012-5/+5
|/
* Use CI image for local zoneHåkon Hallingstad2016-10-281-2/+2
|
* Remove unnecessary depJon Bratseth2016-10-251-6/+0
|
* Docker image should not be considered when allocating nodesHarald Musum2016-10-253-4/+19
| | | | | | * Ignore (wanted) docker image when allocating nodes, since this is not an attribute of the node as it is used today, it might change at any time (e.g. when upgrading Vespa)
* Removed serialized fields that are not used anymoreHarald Musum2016-10-243-82/+4
|
* Clearer OutOfCapacity messagesJon Bratseth2016-10-211-10/+10
| | | | | Dropping the "because we want to retire existing nodes" message as it is confusing at best with the normal cause of this state which is that the user want to change from one flavor to another.
* Merge pull request #779 from yahoo/bratseth/node-type-filterFrode Lundgren2016-10-184-3/+49
|\ | | | | Add node type filter
| * Add node type filterJon Bratseth2016-10-044-3/+49
| |
* | Fix expected value after changes in config modelHarald Musum2016-10-171-1/+1
| |
* | Nonfunctional changesJon Bratseth2016-10-171-3/+3
| |
* | log info for regular dev deploymentsKristian Aune2016-10-101-1/+1
| |
* | Merge pull request #786 from ↵Harald Musum2016-10-061-1/+1
|\ \ | | | | | | | | | | | | yahoo/bratseth/decrease-inactive-timeout-in-non-prod Decrease inactive timeout in non-prod
| * | Decrease inactive timeout in non-prodJon Bratseth2016-10-051-1/+1
| | |
* | | Uglier code to avoid warningsJon Bratseth2016-10-051-9/+9
| | |
* | | Merge pull request #774 from yahoo/bratseth/fail-max-1-node-of-each-typeMartin Polden2016-10-057-387/+522
|\ \ \ | |/ / |/| | Bratseth/fail max 1 node of each type
| * | Test proxy node failingJon Bratseth2016-10-046-68/+104
| | |
| * | Refactor test to avoid chaos and sufferingJon Bratseth2016-10-043-338/+415
| | |
| * | Fail at most one node of any type!=tenantJon Bratseth2016-10-043-4/+26
| |/
* / Support requiring specific capacityJon Bratseth2016-10-051-2/+2
|/
* Prefer exact match of non-stock nodesJon Bratseth2016-10-037-46/+85
|
* Prefer exact flavor if non-canonicalJon Bratseth2016-09-275-19/+70
|
* Periodically maintain the infrastructure applicationJon Bratseth2016-09-212-2/+2
|
* Test provisioning of proxiesJon Bratseth2016-09-2010-14/+136
|
* Support provision requests by node typeJon Bratseth2016-09-205-52/+157
|
* Distinguish saturation and sufficiencyJon Bratseth2016-09-201-10/+15
|
* Refactor/cleanup onlyJon Bratseth2016-09-202-15/+7
|
* Allow nodes to be requested by typeJon Bratseth2016-09-2028-174/+187
|
* Use Node.State from node repo instead of duplicating value in our own classHarald Musum2016-09-193-6/+6
|
* Revert "Revert "Remove /hack/provision legacy API""Harald Musum2016-09-168-450/+0
|
* Revert "Remove /hack/provision legacy API"Harald Musum2016-09-168-0/+450
|
* Remove /hack/provision legacy APIHarald Musum2016-09-158-450/+0
|
* Use an enum for flavor typeHarald Musum2016-09-1226-57/+56
|