[opennebula] ++notes

This commit is contained in:
Nico Schottelius 2021-08-13 18:23:35 +02:00
parent 711d5da1bd
commit 5c98191bbc
2 changed files with 10 additions and 1 deletions

View File

@ -14,6 +14,15 @@ Storage:
- mysql pvc (prod: 65G!)
DB upgrade to be run when upgrading opennebula:
```
sh-4.4# onedb upgrade -S 127.0.0.1 -P 3306 -u root -d opennebula
```
## Tests / Migration
## Containers done
### Scheduler

View File

@ -90,7 +90,7 @@ spec:
command:
- "/bin/sh"
- "-c"
- "cp /tmp/one/oned.conf /etc/one/ && mkdir -p /run/lock/one && sleep 15; oned -f"
- "cp /tmp/one/oned.conf /etc/one/ && mkdir -p /run/lock/one && sleep 15; oned -f; sleep 86400"
- name: sunstone
image: "opennebula/opennebula:{{ .Chart.AppVersion }}"
ports: