wiki: add deployment_type
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2b9428a0cf
commit
1300e7558b
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@ mem_size: 8192
|
|||
max_mem_size: 8192
|
||||
num_cpus: 4
|
||||
|
||||
deployment_type: prod
|
||||
|
||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
|
|
|
@ -4,6 +4,8 @@ lvm_size: 30000
|
|||
mem_size: 2048
|
||||
num_cpus: 2
|
||||
|
||||
deployment_type: stg
|
||||
|
||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue