Liking cljdoc? Tell your friends :D

dda.pallet.commons.operation


do-app-rolloutclj

(do-app-rollout provider group & options)

app-rollout applies the settings and app-rollout phase to a target. function awaits the login user set in (-> group :image :login-user).

app-rollout applies the settings and app-rollout phase to a target.
function awaits the login user set in (-> group :image :login-user).
sourceraw docstring

do-apply-configureclj

(do-apply-configure provider group & options)

applies only the settings and configuration phase to a target. function awaits the login user set in (-> group :image :login-user).

applies only the settings and configuration phase to a target.
function awaits the login user set in (-> group :image :login-user).
sourceraw docstring

do-apply-installclj

(do-apply-install provider group & options)

applies the settings, init, install and configuration to a target. function awaits the login user set in (-> group :image :login-user).

applies the settings, init, install and configuration to a target.
function awaits the login user set in (-> group :image :login-user).
sourceraw docstring

do-converge-installclj

(do-converge-install provider group & options)

Converges [count] nodes and applies the settings, init, install and configuration phase to a target. function awaits the login user set in (-> group :image :login-user).

Converges [count] nodes and applies the settings, init, install and configuration phase to a target.
function awaits the login user set in (-> group :image :login-user).
sourceraw docstring

do-testclj

(do-test provider group & options)

applies only the settings and test (without side effects by convention) phase of group to a target. function awaits the login user set in (-> group :image :login-user).

applies only the settings and test (without side effects by convention) phase of group to a target.
function awaits the login user set in (-> group :image :login-user).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close