Usage¶
This document holds instructions on using Vintner.
Use the CLI¶
First, we ensure that Vintner can be executed.
From there on use the help command. See Interface for a complete interface specification.
Enable an Orchestrator¶
Vintner requires an orchestrator for the deployment. See Orchestrators for a complete interface specification.
First, we initialize the config.
Next, we enable the orchestrator.
Deploy an Application¶
First, we import the Variability4TOSCA template.
Next, we initialize an application instance.
Next, we specify variability inputs.
Next, we resolve the variability.
Next, we specify deployment inputs.
Next, we deploy the application.
Undeploy an Application¶
Eventually, we undeploy the application.
Configuration¶
The following environment variables can be used for configuration.
Environment Variable | Default | Description |
---|---|---|
OPENTOSCA_VINTNER_HOME_DIR | ${HOME_DIR}/.opentosca_vintner | Configures the home directory of Vintner. |
Start the Server¶
Vintner can be used as server. To start the server, run the following command.