environment

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: May 4, 2014 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package environment provides... environments. They're like roles, but more so, except without run lists. They're a convenient way to share many attributes and cookbook version constraints among many servers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetList

func GetList() []string

Get a list of all environments on this server.

func MakeDefaultEnvironment

func MakeDefaultEnvironment()

Creates the default environment on startup.

Types

type ChefEnvironment

type ChefEnvironment struct {
	Name             string                 `json:"name"`
	ChefType         string                 `json:"chef_type"`
	JsonClass        string                 `json:"json_class"`
	Description      string                 `json:"description"`
	Default          map[string]interface{} `json:"default_attributes"`
	Override         map[string]interface{} `json:"override_attributes"`
	CookbookVersions map[string]string      `json:"cookbook_versions"`
}

func Get

func Get(env_name string) (*ChefEnvironment, util.Gerror)

func New

func New(name string) (*ChefEnvironment, util.Gerror)

Creates a new environment, returning an error if the environment already exists or you try to create an environment named "_default".

func NewFromJson

func NewFromJson(json_env map[string]interface{}) (*ChefEnvironment, util.Gerror)

Create a new environment from JSON uploaded to the server.

func (*ChefEnvironment) AllCookbookHash

func (e *ChefEnvironment) AllCookbookHash(num_versions interface{}) map[string]interface{}

Gets a hash of the cookbooks and their versions available to this environment.

func (*ChefEnvironment) Delete

func (e *ChefEnvironment) Delete() error

Deletes the environment, returning an error if you try to delete the "_default" environment.

func (*ChefEnvironment) DocId

func (e *ChefEnvironment) DocId() string

func (*ChefEnvironment) Flatten

func (e *ChefEnvironment) Flatten() []string

func (*ChefEnvironment) GetName

func (e *ChefEnvironment) GetName() string

func (*ChefEnvironment) Index

func (e *ChefEnvironment) Index() string

func (*ChefEnvironment) RecipeList

func (e *ChefEnvironment) RecipeList() []string

Gets a list of recipes available to this environment.

func (*ChefEnvironment) Save

func (e *ChefEnvironment) Save() util.Gerror

Saves the environment. Returns an error if you try to save the "_default" environment.

func (*ChefEnvironment) URLType

func (e *ChefEnvironment) URLType() string

func (*ChefEnvironment) UpdateFromJson

func (e *ChefEnvironment) UpdateFromJson(json_env map[string]interface{}) util.Gerror

Updates an existing environment from JSON uploaded to the server.

Jump to

Keyboard shortcuts

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