Skip to content
Snippets Groups Projects
Commit feb109dc authored by Attila Farkas's avatar Attila Farkas
Browse files

Move conf to resources

parent ba26f5f8
No related branches found
No related tags found
1 merge request!32Version 2.0.0
......@@ -7,8 +7,8 @@ from cyber_sandbox_creator.ansible_generator.preconfig import Preconfig
from cyber_sandbox_creator.ansible_generator.provisioning import Provision
CSC_PATH: Path = Path(__file__).parent.resolve()
CONFIGURATION_PATH: Path = CSC_PATH.joinpath("conf/configuration.yml")
FLAVORS_PATH: Path = CSC_PATH.joinpath("conf/flavors.yml")
CONFIGURATION_PATH: Path = CSC_PATH.joinpath("resources/conf/configuration.yml")
FLAVORS_PATH: Path = CSC_PATH.joinpath("resources/conf/flavors.yml")
def _process_topology_path(topology: Union[str, Path]) -> Path:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment