terraform

package
v0.0.0-...-8536149 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2020 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CLUSTER_TYPE = "terraform"
)

Variables

This section is empty.

Functions

func Asset

func Asset(name string) ([]byte, error)

Asset loads and returns the asset for the given name. It returns an error if the asset could not be found or could not be loaded.

func AssetDir

func AssetDir(name string) ([]string, error)

AssetDir returns the file names below a certain directory embedded in the file by go-bindata. For example if you run go-bindata on data/... and data contains the following hierarchy:

data/
  foo.txt
  img/
    a.png
    b.png

then AssetDir("data") would return []string{"foo.txt", "img"} AssetDir("data/img") would return []string{"a.png", "b.png"} AssetDir("foo.txt") and AssetDir("notexist") would return an error AssetDir("") will return []string{"data"}.

func AssetInfo

func AssetInfo(name string) (os.FileInfo, error)

AssetInfo loads and returns the asset info for the given name. It returns an error if the asset could not be found or could not be loaded.

func AssetNames

func AssetNames() []string

AssetNames returns the names of the assets.

func CreateCluster

func CreateCluster(cfg *ltops.ClusterConfig) (ltops.Cluster, error)

func MustAsset

func MustAsset(name string) []byte

MustAsset is like Asset but panics when Asset would return an error. It simplifies safe initialization of global variables.

func RestoreAsset

func RestoreAsset(dir, name string) error

RestoreAsset restores an asset under the given directory

func RestoreAssets

func RestoreAssets(dir, name string) error

RestoreAssets restores an asset under the given directory recursively

Types

type Cluster

type Cluster struct {
	Config           *ltops.ClusterConfig
	SSHPrivateKeyPEM []byte
	DBPassword       string
	Env              *TerraformEnvironment
}

func (*Cluster) Configuration

func (c *Cluster) Configuration() *ltops.ClusterConfig

func (*Cluster) DBConnectionString

func (c *Cluster) DBConnectionString() string

func (*Cluster) DBDriverName

func (c *Cluster) DBDriverName() string

func (*Cluster) DBInstanceCount

func (c *Cluster) DBInstanceCount() int

func (*Cluster) DBReaderConnectionStrings

func (c *Cluster) DBReaderConnectionStrings() []string

func (*Cluster) DBSettings

func (c *Cluster) DBSettings() (*ltops.DBSettings, error)

func (*Cluster) Deploy

func (c *Cluster) Deploy(options *ltops.DeployOptions) error

func (*Cluster) DeployLoadtests

func (c *Cluster) DeployLoadtests(wg *sync.WaitGroup, failed chan bool, loadtestsDistLocation string)

func (*Cluster) DeployMattermost

func (c *Cluster) DeployMattermost(wg *sync.WaitGroup, failed chan bool, mattermostDistLocation string, licenceFileLocation string)

func (*Cluster) Destroy

func (c *Cluster) Destroy() error

func (*Cluster) GetAppInstancesAddrs

func (c *Cluster) GetAppInstancesAddrs() ([]string, error)

func (*Cluster) GetLoadtestInstancesAddrs

func (c *Cluster) GetLoadtestInstancesAddrs() ([]string, error)

func (*Cluster) GetMetricsAddr

func (c *Cluster) GetMetricsAddr() (string, error)

func (*Cluster) GetProxyInstancesAddrs

func (c *Cluster) GetProxyInstancesAddrs() ([]string, error)

func (*Cluster) Loadtest

func (c *Cluster) Loadtest(options *ltops.LoadTestOptions) error

func (*Cluster) Name

func (c *Cluster) Name() string

func (*Cluster) SSHKey

func (c *Cluster) SSHKey() []byte

func (*Cluster) SiteURL

func (c *Cluster) SiteURL() string

func (*Cluster) Type

func (c *Cluster) Type() string

type TerraformEnvironment

type TerraformEnvironment struct {
	WorkingDirectory  string
	TerraformFilename string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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