Skip to content

Commit

Permalink
Gluster hosts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Oct 30, 2023
1 parent 70fb1fc commit 3133599
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion environments/lab/group_vars/gluster_nodes/volumes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gluster_volumes:
- pve3

- name: k8s-services-db
mount_path: /mnt/gfs/k8s-services
mount_path: /mnt/gfs/k8s-services-db
replica_sets:
- storage_bricks:
- host: pve1
Expand Down
2 changes: 1 addition & 1 deletion environments/lab/host_vars/pve1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ network_interfaces:
ups_name: dummy-ups1

# Gluster
gluster_ip: 192.168.1.11
gluster_ip: 192.168.7.11
gluster_hostname: gfs-pve1-lab
gluster_fqdn: gfs-pve1-lab.homecentr.one
gluster_mount_host: pve1
Expand Down
2 changes: 1 addition & 1 deletion environments/lab/host_vars/pve2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ network_interfaces:
ups_name: dummy-ups1

# Gluster
gluster_ip: 192.168.1.12
gluster_ip: 192.168.7.12
gluster_hostname: gfs-pve2-lab
gluster_fqdn: gfs-pve2-lab.homecentr.one
gluster_mount_host: pve2
Expand Down
2 changes: 1 addition & 1 deletion environments/lab/host_vars/pve3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ network_interfaces:
ups_name: dummy-ups1

# Gluster
gluster_ip: 192.168.1.13
gluster_ip: 192.168.7.13
gluster_hostname: gfs-pve3-lab
gluster_fqdn: gfs-pve3-lab.homecentr.one
gluster_mount_host: pve3
Expand Down
3 changes: 0 additions & 3 deletions environments/lab/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ all:
pve3:
gluster_clients:
hosts:
pve1:
pve2:
pve3:
kube1:
kube2:
kube3:
Expand Down
3 changes: 0 additions & 3 deletions environments/prod/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ all:
pve3:
gluster_clients:
hosts:
pve1:
pve2:
pve3:
kube1:
kube2:
kube3:
Expand Down

0 comments on commit 3133599

Please sign in to comment.