Documentation ¶
Index ¶
- func CreateChefAutomation(t *testing.T, client *gophercloud.ServiceClient, runList []string) (*automations.Automation, error)
- func CreateRun(t *testing.T, client *gophercloud.ServiceClient, automationID string) (*runs.Run, error)
- func CreateScriptAutomation(t *testing.T, client *gophercloud.ServiceClient, path string) (*automations.Automation, error)
- func NewAutomationV1Client() (*gophercloud.ServiceClient, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateChefAutomation ¶
func CreateChefAutomation(t *testing.T, client *gophercloud.ServiceClient, runList []string) (*automations.Automation, error)
CreateChefAutomation will create a Chef automation. An error will be returned if the automation could not be created.
func CreateRun ¶
func CreateRun(t *testing.T, client *gophercloud.ServiceClient, automationID string) (*runs.Run, error)
CreateRun will create an automation run. An error will be returned if the run could not be created.
func CreateScriptAutomation ¶
func CreateScriptAutomation(t *testing.T, client *gophercloud.ServiceClient, path string) (*automations.Automation, error)
CreateScriptAutomation will create a Script automation. An error will be returned if the automation could not be created.
func NewAutomationV1Client ¶
func NewAutomationV1Client() (*gophercloud.ServiceClient, error)
NewAutomationV1Client returns a *ServiceClient for making calls to the OpenStack Lyra v1 API. An error will be returned if authentication or client creation was not possible.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.