Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to shared folder so python can also access th... #151

Open
github-actions bot opened this issue Dec 18, 2020 · 0 comments
Open

Move to shared folder so python can also access th... #151

github-actions bot opened this issue Dec 18, 2020 · 0 comments
Labels

Comments

@github-actions
Copy link

Move to shared folder so python can also access this

// TODO: Move to shared folder so python can also access this

export const VAGRANT_NAME = "Vagrant";
export const VAGRANT_EXECUTABLE_NAME = "Vagrant Install Folder";
/** Controls the root mount point for stuff into the VM, i.e. where configs, Vagrantfile and ansible scripts will all be mounted.  MUST NOT END IN A SLASH (`/`) */
export const VAGRANT_MOUNT_POINT = "/vagrant";
/**
 * Where configs will be stored on the client
 */
// TODO: Move to shared folder so python can also access this
export const VM_MOUNT_CONFIGS = VAGRANT_MOUNT_POINT + "/config";
/**
 * Where projects will be stored on the client
 */
// TODO: Move to shared folder so python can also access this
export const VM_MOUNT_PROJECTS = VAGRANT_MOUNT_POINT + "/projects";
/**
 * VM Mount location of client config from controller ({@link ClientConfigHere}).
 * 
 * Not to be confused with the client provisioning config
 */
export const VM_MOUNT_CLIENT_CONFIG = VM_MOUNT_CONFIGS + "/client.yml";
/**
 * Storage path for provision script, relative to root.
 */
// TODO: Move to a common package so Python also can access this
export const PROVISION_CONFIG_STORAGE = "config/provision.yml";

/** Root where assets are stored */
export const ASSETS_ROOT = join(__dirname, "../assets");
ndex 640ab60..b392530 100644
++ b/detectors/detector-desktop/controller/src/setup/client/newClient.ts

1cd934863e62b3cd0c404c76fa1482c456d36951

@github-actions github-actions bot added the todo label Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants