inventory: pkgs and pkgs_stg variables
Adjust pkgs prod to...what it actually already is. Adjust stg to match prod so we can sync all the content to it. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cfee2bba99
commit
dba7d2d870
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
lvm_size: 500000
|
||||
mem_size: 4096
|
||||
num_cpus: 4
|
||||
mem_size: 16384
|
||||
max_mem_size: 32768
|
||||
num_cpus: 8
|
||||
|
||||
tcp_ports: [ 80, 443 ]
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
lvm_size: 100000
|
||||
lvm_size: 500000
|
||||
mem_size: 16384
|
||||
max_mem_size: 32768
|
||||
num_cpus: 4
|
||||
num_cpus: 8
|
||||
|
||||
tcp_ports: [ 80, 443, 8444, 8443, 8445 ]
|
||||
# There vars are used to configure mod_wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue