-
Notifications
You must be signed in to change notification settings - Fork 75
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
Hope to get a more detailed installation description #143
Comments
As for the second problem, I try to modify the path of the first ‘DLWorkspace’ to the absolute path and this problem is solved. |
|
@resouer Thank you for your reply. But I meet some other questions in the following installation process:
Then I commented out the following lines in the config.yaml and ran the command error:
I have never deployed similar cluster before, so I am really confused about the installation guidance. I have saw the subsequent guidance which is still very sketchy. I was wondering if there is a more detailed guidance for the newbie like me. |
It's expect for you to copy one of config_* as a template. I would suggest use azure template which should be easiest. |
@resouer I met so many problems during the deployment and felt hard to finish it on the Ubuntu 16.04 system. I wonder have you ever deployed this project using the azure template successfully and whether the installation description for the azure template is really helpful for the user :) |
@emineh That's funny ... how come you think https://github.com/Microsoft/DLWorkspace/blob/alpha.v1.5/docs/deployment/configuration/Readme.md is the deployment guide? Please refers to the guide for Azure. It is mentioned with bold lines in README ... Here's exactly the config.yaml I am using, it's designed to be "sketchy": cluster_name: harrydevbox
azure_cluster:
harrydevbox:
infra_node_num: 1
infra_vm_size : Standard_D3_v2
worker_node_num: 2
worker_vm_size: Standard_D3_v2
azure_location: westus
UserGroups:
DLWSAdmins:
Allowed: [ "[email protected]" ]
uid : "20000"
gid : "20001"
DLWSRegister:
Allowed: [ "@gmail.com" ]
uid : "20001-29999"
gid : "20001"
WebUIregisterGroups: [ "DLWSRegister"]
WebUIauthorizedGroups: [ "DLWSAdmins" ]
WebUIadminGroups: ["DLWSAdmins"]
DeployAuthentications : ["Corp", "Gmail", "Live"]
WinbindServers: []
webuiport: 3080 |
@resouer Thanks. I am sorry for my inappropriate question. It seems that I have been trying the wrong way. Again, thank you for your reply. |
@emineh it seems that you want to deploy on your own ubuntu cluster, not on azure cluster. https://github.com/Microsoft/DLWorkspace/blob/alpha.v1.5/docs/deployment/On-Prem/Ubuntu.md is for the users who want to deploy DLWorkspace on bare metal, including set up PXE server to install OS on each worker. you also need to create a SQL server and a NFS file share server by yourself.
Please let me know if you have any question. |
@hongzhili Yeah, I really want to deploy on my own ubuntu cluster. Thank you for patiently answering my question. I will refer to the instruction you give to have another try. |
@emineh just wanted to follow up to see if you have been able to deploy it on your cluster. |
@hongzhili Thanks for your concern about the deployment process. I have roughly finished the deployment. But when I run the deployment script block: Activate ETCD Node(s):0 Activate Worker Node(s):0 Cannot deploy cluster since there are insufficient number of etcd server or master server. etcd_node_num : 1 sqlserver-hostname : tcp:192.168.3.4 platform-scripts : ubuntu ssh_cert: ~/.ssh/id_rsa machines: mountpoints: |
1.When I tried to setup the development environment, I found the installation description says there exists a 'src/ClusterBootstrap/deploy' folder which contains important information to access the deployed DL workspace cluster, but I could not find such a folder.
2.After I ran the following command, I could not get to the '/home/DLWorkspace/src/ClusterBootstrap' folder.
These are operated on the Ubuntu 16.04 system.
The text was updated successfully, but these errors were encountered: