Lines Matching full:deploy

6 This module helps to deploy config files and shared folders from host to
8 deploy the config files based on the settings. The setting file has a json
77 For lab servers, puppet should be used to deploy ssp_deploy_shadow_config to
124 """An object to deploy config to container.
126 The manager retrieves deploy configs from ssp_deploy_config or
140 @param deploy_config: A dictionary of deploy config to be validated.
142 @raise SSPDeployError: If any path in deploy config is invalid.
157 # Update the source setting in deploy config with the updated path.
163 """Validate the deploy config.
165 Deploy configs need to be validated and pre-processed, e.g.,
169 @param deploy_config: A dictionary of deploy config to be validated.
171 @return: A DeployConfig object that contains the deploy config.
173 @raise SSPDeployError: If the deploy config is invalid.
182 """Validate the deploy config for mounting a directory.
184 Deploy configs need to be validated and pre-processed, e.g.,
189 @param deploy_config: A dictionary of deploy config to be validated.
191 @return: A DeployConfig object that contains the deploy config.
193 @raise SSPDeployError: If the deploy config is invalid.
206 """Initialize the deploy config manager.
208 @param container: The container needs to deploy config.
241 """Deploy a config before container is started.
262 """Deploy a config after container is started.
286 This only applies when no shadow SSP deploy config is applied. For
287 default SSP deploy config, autotest shadow_config.ini is from autotest
289 container. If one chooses to use a shadow SSP deploy config file, the
346 deploy config is manually set up, this function will not be called.
383 """Deploy configs before the container is started.
397 """Deploy configs after the container is started.