bucc

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2020 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderMoltenCoreConfig added in v0.7.0

func RenderMoltenCoreConfig(confs *[]config.NodeConfig) (string, error)

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(l *log.Logger, conf *config.NodeConfig) (*Client, error)

func (*Client) Shell

func (c *Client) Shell() error

func (*Client) Up

func (c *Client) Up() error

func (*Client) UpdateCPIConfig

func (c *Client) UpdateCPIConfig(confs *[]config.NodeConfig) error

func (*Client) UpdateCloudConfig

func (c *Client) UpdateCloudConfig(confs *[]config.NodeConfig) error

func (*Client) UpdateMoltenCoreConfig

func (c *Client) UpdateMoltenCoreConfig(confs *[]config.NodeConfig) error

func (*Client) UpdateRuntimeConfig

func (c *Client) UpdateRuntimeConfig(confs *[]config.NodeConfig) error

type Vars

type Vars struct {
	DirectorName      string `json:"director_name"`
	Alias             string `json:"alias"`
	DockerHost        string `json:"docker_host"`
	Network           string `json:"network"`
	InternalCIDR      string `json:"internal_cidr"`
	InternalGW        string `json:"internal_gw"`
	InternalIP        string `json:"internal_ip"`
	HostIP            string `json:"host_ip"`
	ConcourseHostPort string `json:"concourse_host_port"`
	UAAHostPort       string `json:"uaa_host_port"`
}

Jump to

Keyboard shortcuts

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