Skip to content

Commit e3960da

Browse files
Merge pull request #1425 from fyanac/change_ceph_ip
Update the IP brigde for ceph to avoid conflict with test IP range
2 parents 8ad3d8b + 114cfbf commit e3960da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scenarios/uni04delta/ceph_inventory.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ceph:
33
osp-ext-ceph-uni04delta-0:
44
ansible_user: zuul
55
ansible_ssh_private_key_file: /home/zuul/.ssh/cifmw_reproducer_key
6-
bridge_ip: 192.168.122.210/24
6+
bridge_ip: 192.168.122.106/24
77
external_ip: 10.0.0.210/24
88
internalapi_ip: 172.17.0.210/24
99
storage_ip: 172.18.0.210/24
@@ -12,7 +12,7 @@ ceph:
1212
osp-ext-ceph-uni04delta-1:
1313
ansible_user: zuul
1414
ansible_ssh_private_key_file: /home/zuul/.ssh/cifmw_reproducer_key
15-
bridge_ip: 192.168.122.211/24
15+
bridge_ip: 192.168.122.107/24
1616
external_ip: 10.0.0.211/24
1717
internalapi_ip: 172.17.0.211/24
1818
storage_ip: 172.18.0.211/24
@@ -21,7 +21,7 @@ ceph:
2121
osp-ext-ceph-uni04delta-2:
2222
ansible_user: zuul
2323
ansible_ssh_private_key_file: /home/zuul/.ssh/cifmw_reproducer_key
24-
bridge_ip: 192.168.122.212/24
24+
bridge_ip: 192.168.122.108/24
2525
external_ip: 10.0.0.212/24
2626
internalapi_ip: 172.17.0.212/24
2727
storage_ip: 172.18.0.212/24

0 commit comments

Comments
 (0)