Add the possibility to create more than one stack with reproducer.

By making sure we prefix the private net name, we ensure that we can
create multiple reproducer stack on the same cloud provider.

Change-Id: I2fec9abe139481cb1e10bb72aac88b651214269f
Closes-Bug: #1775826
This commit is contained in:
Sofer Athlan-Guyot 2018-10-24 11:17:56 +02:00
parent f9e5827a9d
commit bc2ddcb156
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ key_location: "{{ private_key_location }}.pub"
stack_name: "{{ prefix }}multinode_stack"
public_net_name: 38.145.32.0/22
private_net_name: private_net
private_net_name: "{{ prefix }}private_net"
private_net_base: 192.168.54
private_net_cidr: "{{ private_net_base }}.0/24"
private_net_gateway: "{{ private_net_base }}.1"