c700fdba0d
This adds a new scenario for Ceph Rados GW integration: - It adds the RGW into haproxy to the default swift port if swift port isn't deployed already - It adds tempest swift API testing on the rados gw in the check scenario - It adds ceph rgw in default inventories. Change-Id: I5f6ff3fa05a4a8019bf5b695b02184d9f065bc2e Co-Authored-By: Jean-Philippe Evrard <jean-philippe@evrard.me> Co-Authored-By: Maxime Guyot <maxime.guyot@elits.com>
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
# The infra nodes where the Ceph mon services will run
|
|
ceph-mon_hosts:
|
|
aio1:
|
|
ip: 172.29.236.100
|
|
|
|
# The nodes that the Ceph OSD disks will be running on
|
|
ceph-osd_hosts:
|
|
aio1:
|
|
ip: 172.29.236.100
|
|
|
|
# The nodes that the Ceph RadosGW object gateways will be running on
|
|
ceph-rgw_hosts:
|
|
aio1:
|
|
ip: 172.29.236.100
|