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>
65 lines
1.4 KiB
YAML
65 lines
1.4 KiB
YAML
---
|
|
# Copyright 2016, Logan Vig <logan2211@gmail.com>
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
component_skel:
|
|
ceph-mon:
|
|
belongs_to:
|
|
- ceph_all
|
|
ceph-osd:
|
|
belongs_to:
|
|
- ceph_all
|
|
ceph-rgw:
|
|
belongs_to:
|
|
- ceph_all
|
|
|
|
container_skel:
|
|
ceph-mon_container:
|
|
belongs_to:
|
|
- ceph-mon_containers
|
|
contains:
|
|
- ceph-mon
|
|
ceph-osd_container:
|
|
belongs_to:
|
|
- ceph-osd_containers
|
|
contains:
|
|
- ceph-osd
|
|
properties:
|
|
is_metal: true
|
|
ceph-rgw_container:
|
|
belongs_to:
|
|
- ceph-rgw_containers
|
|
contains:
|
|
- ceph-rgw
|
|
|
|
physical_skel:
|
|
ceph-mon_containers:
|
|
belongs_to:
|
|
- all_containers
|
|
ceph-mon_hosts:
|
|
belongs_to:
|
|
- hosts
|
|
ceph-osd_containers:
|
|
belongs_to:
|
|
- all_containers
|
|
ceph-osd_hosts:
|
|
belongs_to:
|
|
- hosts
|
|
ceph-rgw_containers:
|
|
belongs_to:
|
|
- all_containers
|
|
ceph-rgw_hosts:
|
|
belongs_to:
|
|
- hosts
|