Add generate option#672
Merged
liangchenye merged 9 commits intoopencontainers:masterfrom Dec 14, 2018
Merged
Conversation
added 7 commits
October 18, 2018 17:13
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
Add vm-hypervisor-path option to specifies the path to the hypervisor binary that manages the container virtual machine. Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
Add vm-hypervisor-parameters option to specifies an array of parameters to pass to the hypervisor. Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
Add vm-kernel-path option to set path to the kernel used to boot the container virtual machine. Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
Add vm-kernel-parameters option to specifies an array of parameters to pass to the kernel. Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
Add vm-kernel-initrd to set path to an initial ramdisk to be used by the container virtual machine. Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
Add vm-image-path to set path to the container virtual machine root image. Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
087a6af to
6e297b5
Compare
Add vm-image-format to set the format of the container virtual machine root image. Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
6e297b5 to
146c5ee
Compare
Author
|
This pr is a perfection of the generate function, and some verification will be done in the next pr. |
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
Author
|
A commit is added to verify the input value. |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the corresponding generate option according to the newly updated spec.
Signed-off-by: Zhou Hao zhouhao@cn.fujitsu.com