wiki: add deployment_type

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-12-15 19:35:58 +00:00 committed by Pierre-Yves Chibon
parent 2b9428a0cf
commit 1300e7558b
2 changed files with 4 additions and 0 deletions

View file

@ -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 ]

View file

@ -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 ]