open-nomad/jobspec/test-fixtures
Alex Dadgar 1e3c3cb287 Deprecate IOPS
IOPS have been modelled as a resource since Nomad 0.1 but has never
actually been detected and there is no plan in the short term to add
detection. This is because IOPS is a bit simplistic of a unit to define
the performance requirements from the underlying storage system. In its
current state it adds unnecessary confusion and can be removed without
impacting any users. This PR leaves IOPS defined at the jobspec parsing
level and in the api/ resources since these are the two public uses of
the field. These should be considered deprecated and only exist to allow
users to stop using them during the Nomad 0.9.x release. In the future,
there should be no expectation that the field will exist.
2018-12-06 15:09:26 -08:00
..
artifacts.hcl Remove defaulting from parse and fix parser tests 2017-02-22 12:30:05 -08:00
bad-artifact.hcl Respond to comments and fix test 2016-03-15 20:21:52 -07:00
bad-ports.hcl Update jobspec parsing to contain vault_token at job level and not task level 2016-08-17 16:23:29 -07:00
basic.hcl Deprecate IOPS 2018-12-06 15:09:26 -08:00
basic_wrong_key.hcl Deprecate IOPS 2018-12-06 15:09:26 -08:00
default-job.hcl
distinctHosts-constraint.hcl
distinctProperty-constraint.hcl Unoptimized implementation + testing 2017-03-07 14:48:54 -08:00
incorrect-service-def.hcl Update jobspec parsing to contain vault_token at job level and not task level 2016-08-17 16:23:29 -07:00
job-with-kill-signal.hcl fix up test fixture to properly parse 2017-12-06 16:23:55 -05:00
migrate-job.hcl Correct defaulting 2018-03-21 16:51:44 -07:00
multi-network.hcl
multi-resource.hcl Renaming LocalDisk to EphemeralDisk (#1710) 2016-09-14 15:43:42 -07:00
multi-vault.hcl Update jobspec parsing to contain vault_token at job level and not task level 2016-08-17 16:23:29 -07:00
overlapping-ports.hcl Update jobspec parsing to contain vault_token at job level and not task level 2016-08-17 16:23:29 -07:00
parameterized_job.hcl Remove defaulting from parse and fix parser tests 2017-02-22 12:30:05 -08:00
periodic-cron.hcl Allow specification of timezones 2017-02-15 14:37:06 -08:00
regexp-constraint.hcl
reschedule-job-unlimited.hcl Rename DelayCeiling to MaxDelay 2018-03-14 16:10:32 -05:00
reschedule-job.hcl s/linear/constant/g 2018-03-26 14:45:09 -05:00
service-check-bad-header-2.hcl Test check header error conditions 2017-08-17 16:49:14 -07:00
service-check-bad-header.hcl Test check header error conditions 2017-08-17 16:49:14 -07:00
service-check-driver-address.hcl Allow custom ports for services and checks 2017-12-08 12:03:00 -08:00
service-check-initial-status.hcl Add jobspec test for check method/header 2017-08-17 16:44:21 -07:00
service-check-restart.hcl Fix service.check_restart stanza propagation 2018-01-09 15:15:36 -08:00
set-contains-constraint.hcl Add set contains 2016-10-19 13:06:28 -07:00
specify-job.hcl
task-nested-config.hcl Implement configuration validation for all task drivers 2016-04-10 00:42:57 +02:00
vault_inheritance.hcl Vault defined at all levels 2016-09-21 11:31:09 -07:00
version-constraint.hcl