Allow for creation of objects without JSON
node-group-
it should be possible to create these objects without needing json
--- ideas from original cli implementation bp ---
1. Simple example:
savanna cluster create
-p apache_hadoop_1
-t nn+jt m1.xlarge 1
-t dn+tt m1.medium 5
-n apache-
2. Using short flags:
savanna cluster create
-p apache_hadoop_1
-c apache_
-t nn+jt m1.xlarge 1
-t dn+tt m1.medium 5 config=
-t dn+tt m1.medium 2 config=
-t tt m1.large 10 tt_custom_template
-n apache-
3. Using long flags:
savanna cluster create
--plugin apache_hadoop_1
--cluster-
--template nn+jt m1.xlarge 1
--template dn+tt m1.medium 5 config=
--template dn+tt m1.medium 2 config=
--template tt m1.large 10 tt_custom_template
--name apache-
Blueprint information
- Status:
- Not started
- Approver:
- Sergey Lukjanov
- Priority:
- Low
- Drafter:
- Matthew Farrellee
- Direction:
- Approved
- Assignee:
- None
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
- Not started
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Work Items
Dependency tree
* Blueprints in grey have been implemented.