diff options
author | 2016-02-25 11:00:49 +0000 | |
---|---|---|
committer | 2016-02-25 11:00:49 +0000 | |
commit | 469f3be7b30eb2907669f4cd0b4cde6051d930d3 (patch) | |
tree | c0fe9ed86b27bec604737a110bef7ec1cdadf3d1 /extraconfig/tasks/noop.yaml | |
parent | cbe1474ec960207005408bc1e13da7acb2f291e7 (diff) | |
parent | 0dd10ffe4fcd9b191eaceabcd7bb124a4db10b06 (diff) |
Merge "Introduce update/upgrade workflow"
Diffstat (limited to 'extraconfig/tasks/noop.yaml')
-rw-r--r-- | extraconfig/tasks/noop.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extraconfig/tasks/noop.yaml b/extraconfig/tasks/noop.yaml index 0cff7469..dbb863be 100644 --- a/extraconfig/tasks/noop.yaml +++ b/extraconfig/tasks/noop.yaml @@ -4,6 +4,22 @@ description: 'No-op task' parameters: servers: type: json + default: [] + controller_servers: + type: json + default: [] + compute_servers: + type: json + default: [] + blockstorage_servers: + type: json + default: [] + objectstorage_servers: + type: json + default: [] + cephstorage_servers: + type: json + default: [] input_values: type: json default: {} |