public class StackOperationsUtils extends Object
Constructor and Description |
---|
StackOperationsUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
createStack(EnvVarsUtils eVU,
Bundle bundle,
ProjectOS projectOS,
OpenStack4jClient client,
ConsoleLogger cLog,
TimersOS timersOS)
Create a stack
|
static boolean |
deleteStack(String stackName,
OpenStack4jClient client,
ConsoleLogger cLog,
TimersOS timersOS)
Delete a stack on Openstack
|
public static boolean deleteStack(String stackName, OpenStack4jClient client, ConsoleLogger cLog, TimersOS timersOS)
stackName
- stack to deleteclient
- client to access at OpenStackcLog
- loggertimersOS
- timeoutspublic static boolean createStack(EnvVarsUtils eVU, Bundle bundle, ProjectOS projectOS, OpenStack4jClient client, ConsoleLogger cLog, TimersOS timersOS)
eVU
- variables environmentsbundle
- bundle corresponding at the stackprojectOS
- project OpenStackclient
- client to access at OpenStackcLog
- loggertimersOS
- timeoutsCopyright © 2016. All rights reserved.