forked from ccollicutt/swiftacular
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhosts
44 lines (35 loc) · 2.11 KB
/
hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Keystone
[authentication]
swift-keystone-01 ansible_ssh_host=192.168.100.50 ansible_ssh_private_key_file=./.vagrant/machines/swift-keystone-01/libvirt/private_key
# Loadbalancing and SSL
# [lbssl]
# swift-lbssl-01 ansible_ssh_host=192.168.100.30 ansible_ssh_private_key_file=./.vagrant/machines/swift-lbssl-01/libvirt/private_key
# A place to run swift cli tests
[swiftclient]
swift-package-cache-01 ansible_ssh_host=192.168.100.20 ansible_ssh_private_key_file=./.vagrant/machines/swift-package-cache-01/libvirt/private_key
# Gauntlt is for running security checks
# See: http://gauntlt.org/
[gauntlt]
swift-package-cache-01 ansible_ssh_host=192.168.100.20 ansible_ssh_private_key_file=./.vagrant/machines/swift-package-cache-01/libvirt/private_key
# apt-cacher-ng
[package_cache]
swift-package-cache-01 ansible_ssh_host=192.168.100.20 ansible_ssh_private_key_file=./.vagrant/machines/swift-package-cache-01/libvirt/private_key
# Swift proxy node
[proxy]
swift-proxy-01 ansible_ssh_host=192.168.100.100 ansible_ssh_private_key_file=./.vagrant/machines/swift-proxy-01/libvirt/private_key
#swift-proxy-02 ansible_ssh_host=192.168.122.3 ansible_ssh_user=root
# Swift storage node
[storage]
swift-storage-01 ansible_ssh_host=192.168.100.200 ansible_ssh_private_key_file=./.vagrant/machines/swift-storage-01/libvirt/private_key
swift-storage-02 ansible_ssh_host=192.168.100.201 ansible_ssh_private_key_file=./.vagrant/machines/swift-storage-02/libvirt/private_key
swift-storage-03 ansible_ssh_host=192.168.100.202 ansible_ssh_private_key_file=./.vagrant/machines/swift-storage-03/libvirt/private_key
#swift-storage-04 ansible_ssh_host=192.168.122.28 ansible_ssh_user=root
#swift-storage-05 ansible_ssh_host=192.168.122.148 ansible_ssh_user=root
#swift-storage-06 ansible_ssh_host=192.168.122.15 ansible_ssh_user=root
#swift-storage-07 ansible_ssh_host=192.168.122.219 ansible_ssh_user=root
#swift-storage-08 ansible_ssh_host=192.168.122.109 ansible_ssh_user=root
[grafana]
grafana-01 ansible_ssh_host=192.168.100.150 ansible_ssh_private_key_file=./.vagrant/machines/grafana-01/libvirt/private_key
[mainnodes]
swift-storage-[01:03]
swift-proxy-[01:01]