Skip to content

Commit

Permalink
Revert "Add Fusion driver and vmx template"
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 8, 2015
1 parent 63ff5c8 commit 780245e
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 372 deletions.
1 change: 0 additions & 1 deletion cmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (

"github.com/boot2docker/boot2docker-cli/driver"
_ "github.com/boot2docker/boot2docker-cli/dummy"
_ "github.com/boot2docker/boot2docker-cli/fusion"
_ "github.com/boot2docker/boot2docker-cli/virtualbox"
)

Expand Down
1 change: 0 additions & 1 deletion driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ type Machine interface {
AttachStorage(ctlName string, medium StorageMedium) error
GetState() MachineState
GetName() string
GetHostname() string
GetSerialFile() string
GetDockerPort() uint
GetSSHPort() uint
Expand Down
8 changes: 1 addition & 7 deletions dummy/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ func ConfigFlags(B2D *driver.MachineConfig, flags *flag.FlagSet) error {

// Machine information.
type Machine struct {
UUID string
Name string
Hostname string
UUID string
State driver.MachineState
CPUs uint
Memory uint // main memory (in MB)
Expand Down Expand Up @@ -123,11 +122,6 @@ func (m *Machine) GetName() string {
return m.Name
}

// Get machine hostname
func (m *Machine) GetHostname() string {
return m.Hostname
}

// Get current state
func (m *Machine) GetState() driver.MachineState {
return m.State
Expand Down
278 changes: 0 additions & 278 deletions fusion/machine.go

This file was deleted.

48 changes: 0 additions & 48 deletions fusion/vmrun.go

This file was deleted.

31 changes: 0 additions & 31 deletions fusion/vmx.go

This file was deleted.

Loading

0 comments on commit 780245e

Please sign in to comment.