Changeset - 257a52b3f69d
[Not reviewed]
0 3 0
Branko Majic (branko) - 5 months ago 2023-12-02 19:30:57
branko@majic.rs
MAR-189: Realing IP addresses in the xmpp_server role tests a bit.
3 files changed with 11 insertions and 11 deletions:
0 comments (0 inline, 0 general)
roles/xmpp_server/molecule/default/host_vars/ldap-server.yml
Show inline comments
 
@@ -40,5 +40,5 @@ backup_host_ssh_private_keys:
 
  ecdsa: "{{ lookup('file', 'tests/data/ssh/server_ecdsa') }}"
 
backup_clients:
 
  - server: parameters-optional-buster
 
    ip: 192.168.56.31
 
    ip: 192.168.56.32
 
    public_key: "{{ lookup('file', 'tests/data/ssh/parameters-optional.pub') }}"
roles/xmpp_server/molecule/default/molecule.yml
Show inline comments
 
@@ -20,7 +20,7 @@ platforms:
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.10
 
        ip: 192.168.56.11
 
        network_name: private_network
 
        type: static
 

	
 
@@ -33,7 +33,7 @@ platforms:
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.20
 
        ip: 192.168.56.21
 
        network_name: private_network
 
        type: static
 

	
 
@@ -46,7 +46,7 @@ platforms:
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.30
 
        ip: 192.168.56.31
 
        network_name: private_network
 
        type: static
 

	
 
@@ -59,7 +59,7 @@ platforms:
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.31
 
        ip: 192.168.56.32
 
        network_name: private_network
 
        type: static
 

	
 
@@ -72,7 +72,7 @@ platforms:
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.32
 
        ip: 192.168.56.33
 
        network_name: private_network
 
        type: static
 

	
roles/xmpp_server/molecule/default/prepare.yml
Show inline comments
 
@@ -95,11 +95,11 @@
 
        mode: 0644
 
        state: present
 
      with_dict:
 
        192.168.56.10: "ldap-server backup-server"
 
        192.168.56.20: "client-buster"
 
        192.168.56.30: "parameters-mandatory domain1 proxy.domain1 conference.domain1"
 
        192.168.56.31: "parameters-optional domain2 proxy.domain2 conference.domain2 domain3 proxy.domain3 conference.domain3"
 
        192.168.56.32: "deprecated domain4 proxy.domain4 conference.domain4"
 
        192.168.56.11: "ldap-server backup-server"
 
        192.168.56.21: "client-buster"
 
        192.168.56.31: "parameters-mandatory domain1 proxy.domain1 conference.domain1"
 
        192.168.56.32: "parameters-optional domain2 proxy.domain2 conference.domain2 domain3 proxy.domain3 conference.domain3"
 
        192.168.56.33: "deprecated domain4 proxy.domain4 conference.domain4"
 

	
 
    - name: Enable TLSv1.0+ in global OpenSSL configuration file in order to be able to test the xmpp_server_tls_protocol parameter
 
      lineinfile:
0 comments (0 inline, 0 general)