provision

package
v0.0.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2019 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
	Config config.Config
}

func NewController

func NewController(config config.Config) *Controller

func (*Controller) DeployBosh

func (c *Controller) DeployBosh() error

func (*Controller) DeployService

func (c *Controller) DeployService(service Service, dockerRegistries []string) error

func (*Controller) DeployServices

func (c *Controller) DeployServices(ui UI, services []Service, dockerRegistries []string) error

func (*Controller) GetWhiteListedService added in v0.0.13

func (c *Controller) GetWhiteListedService(serviceName string, whiteList []Service) (*Service, error)

func (*Controller) Ping

func (c *Controller) Ping(duration time.Duration) error

func (*Controller) WhiteListServices

func (c *Controller) WhiteListServices(whiteList string, services []Service) ([]Service, error)

type SSH added in v0.0.14

type SSH struct{}

func (*SSH) CopyFile added in v0.0.14

func (s *SSH) CopyFile(filePath string, remoteFilePath string, address SSHAddress, privateKey []byte, timeout time.Duration, stdout io.Writer, stderr io.Writer) error

func (*SSH) RetrieveFile added in v0.0.14

func (s *SSH) RetrieveFile(filePath string, remoteFilePath string, address SSHAddress, privateKey []byte, timeout time.Duration) error

func (*SSH) RunSSHCommand added in v0.0.14

func (s *SSH) RunSSHCommand(command string, addresses SSHAddress, privateKey []byte, timeout time.Duration, stdout io.Writer, stderr io.Writer) (err error)

func (*SSH) WaitForSSH added in v0.0.14

func (s *SSH) WaitForSSH(addresses SSHAddress, privateKey []byte, timeout time.Duration) error

type SSHAddress added in v0.0.14

type SSHAddress struct {
	IP   string
	Port string
}

type Service

type Service struct {
	Name       string `yaml:"name"`
	Flagname   string `yaml:"flag_name"`
	Script     string `yaml:"script"`
	Deployment string `yaml:"deployment"`
	IsErrand   bool   `yaml:"errand"`
}

type UI

type UI interface {
	Say(message string, args ...interface{})
	Writer() io.Writer
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL