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
./init-template.sh 9
```
This created a basic vm with basic login/pass as root/test so we can
connect to it.
Note: Implementation wise, this uses an openstack debian image,
cloud-init ready [1]
This created a basic debian-9 vm (based on the cloud-stack one [1]). We still
need to connect to it to adapt it prior to make it a template (cf. below).
[1] https://cdimage.debian.org/cdimage/openstack/
......@@ -63,9 +60,22 @@ The rationale is to:
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/>
- View \`datacenter\`
......@@ -74,7 +84,8 @@ Login through the console web-ui:
- click the \`console\` menu.
- log in as root/test password
Checks:
### Checks
- kernel linux version
- 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