use of com.sequenceiq.cloudbreak.orchestrator.host.OrchestratorStateParams in project cloudbreak by hortonworks.
the class UpgradeCcmOrchestratorService method reconfigureNginx.
public void reconfigureNginx(Long stackId) throws CloudbreakOrchestratorException {
OrchestratorStateParams stateParams = createStateParams(stackId, NGINX_STATE);
LOGGER.debug("Calling reconfigureNginx with state params '{}'", stateParams);
hostOrchestrator.runOrchestratorState(stateParams);
}
Aggregations