1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

Merge pull request #31 from sidharthamani/master

add upgrade framework for rancherctl os command
This commit is contained in:
Darren
2015-02-21 19:40:44 -07:00
8 changed files with 273 additions and 59 deletions

View File

@@ -46,6 +46,7 @@ type Config struct {
RescueContainer *ContainerConfig `yaml:"rescue_container,omitempty"`
State ConfigState `yaml:"state,omitempty"`
Userdocker UserDockerInfo `yaml:"userdocker,omitempty"`
OsUpgradeChannel string `yaml:"os_upgrade_channel,omitempty"`
SystemContainers []ContainerConfig `yaml:"system_containers,omitempty"`
SystemDockerArgs []string `yaml:"system_docker_args,flow,omitempty"`
Modules []string `yaml:"modules,omitempty"`