Skip to content
Snippets Groups Projects
Verified Commit 07128ae2 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

init-template: Clarify the first template connection

Add the ssh way which is neater than the proxmox ui.
parent 43f6e2cf
No related branches found
No related tags found
1 merge request!32Docs: Update documentation to improve/clarify steps
...@@ -39,11 +39,8 @@ chmod +x init-template.sh ...@@ -39,11 +39,8 @@ chmod +x init-template.sh
./init-template.sh 9 ./init-template.sh 9
``` ```
This created a basic vm with basic login/pass as root/test so we can This created a basic debian-9 vm (based on the cloud-stack one [1]). We still
connect to it. need to connect to it to adapt it prior to make it a template (cf. below).
Note: Implementation wise, this uses an openstack debian image,
cloud-init ready [1]
[1] https://cdimage.debian.org/cdimage/openstack/ [1] https://cdimage.debian.org/cdimage/openstack/
...@@ -63,9 +60,22 @@ The rationale is to: ...@@ -63,9 +60,22 @@ The rationale is to:
qm start 9000 qm start 9000
``` ```
### Checks ### Connect
#### ssh
```
ssh root@192.168.100.199
```
Note:
Public/Private Keys are stored in the credential store (`pass ls
operations/terraform-proxmox/ssh-key`).
Login through the console web-ui: #### proxmox console webui
Providing you set it a "cipassword" and reboot the vm first:
- accessible from <https://orsay.internal.softwareheritage.org:8006/> - accessible from <https://orsay.internal.softwareheritage.org:8006/>
- View \`datacenter\` - View \`datacenter\`
...@@ -74,7 +84,8 @@ Login through the console web-ui: ...@@ -74,7 +84,8 @@ Login through the console web-ui:
- click the \`console\` menu. - click the \`console\` menu.
- log in as root/test password - log in as root/test password
Checks:
### Checks
- kernel linux version - kernel linux version
- debian release - debian release
......
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