[opennebula] ++notes
This commit is contained in:
parent
711d5da1bd
commit
5c98191bbc
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue