1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

add new application datasource. provides basic interface for cloud-init tool (hostname, root ssh authorized keys)

This commit is contained in:
Ing. Jan KRCMAR 2018-06-13 10:50:36 +02:00
parent 43a8fb6dc1
commit 82eb5abe52
10 changed files with 100 additions and 0 deletions

View file

@ -5,6 +5,7 @@
* User can add SSH public key to root in Instance (Tested only Ubuntu)
* User can change root password in Instance (Tested only Ubuntu)
* Supports cloud-init datasource interface
### Warning!!!
@ -219,6 +220,14 @@ login: admin
password: admin
</pre>
### Cloud-init
Currently supports only root ssh authorized keys and hostname. Example configuration of the cloud-init client follows.
```
datasource:
OpenStack:
metadata_urls: [ "http://webvirtcloud.domain.com/datasource" ]
```
### How To Update
```bash
git pull