Merge "Add gate for rbd storage backend."
This commit is contained in:
commit
0b5cbc89c4
25
.zuul.yaml
25
.zuul.yaml
@ -16,7 +16,12 @@
|
||||
check:
|
||||
jobs:
|
||||
- openstack-helm-linter
|
||||
- openstack-helm-dev-deploy-ceph-ovs:
|
||||
- openstack-helm-dev-deploy-ceph-radosgw-ovs:
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^releasenotes/.*$
|
||||
- openstack-helm-dev-deploy-ceph-rbd-ovs:
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
@ -100,7 +105,12 @@
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^releasenotes/.*$
|
||||
- openstack-helm-dev-deploy-ceph-ovs:
|
||||
- openstack-helm-dev-deploy-ceph-radosgw-ovs:
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^releasenotes/.*$
|
||||
- openstack-helm-dev-deploy-ceph-rbd-ovs:
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
@ -135,7 +145,16 @@
|
||||
nodeset: openstack-helm-single-node
|
||||
|
||||
- job:
|
||||
name: openstack-helm-dev-deploy-ceph-ovs
|
||||
name: openstack-helm-dev-deploy-ceph-radosgw-ovs
|
||||
vars:
|
||||
zuul_glance_backend: radosgw
|
||||
parent: openstack-helm-dev-deploy
|
||||
run: tools/gate/playbooks/dev-deploy-ceph.yaml
|
||||
|
||||
- job:
|
||||
name: openstack-helm-dev-deploy-ceph-rbd-ovs
|
||||
vars:
|
||||
zuul_glance_backend: rbd
|
||||
parent: openstack-helm-dev-deploy
|
||||
run: tools/gate/playbooks/dev-deploy-ceph.yaml
|
||||
|
||||
|
@ -21,7 +21,8 @@ make pull-images glance
|
||||
|
||||
#NOTE: Deploy command
|
||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||
GLANCE_BACKEND="radosgw" # NOTE(portdirect), this could be: radosgw, rbd, swift or pvc
|
||||
#NOTE(portdirect), this could be: radosgw, rbd, swift or pvc
|
||||
: ${GLANCE_BACKEND:="radosgw"}
|
||||
helm upgrade --install glance ./glance \
|
||||
--namespace=openstack \
|
||||
--set storage=${GLANCE_BACKEND} \
|
||||
|
@ -135,6 +135,7 @@
|
||||
environment:
|
||||
OSH_EXTRA_HELM_ARGS: "{{ zuul_osh_extra_helm_args_relative_path | default('') }}"
|
||||
OSH_INFRA_PATH: "{{ zuul_osh_infra_relative_path | default('') }}"
|
||||
GLANCE_BACKEND: "{{ zuul_glance_backend | default('') }}"
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
- name: Deploy Cinder
|
||||
|
Loading…
Reference in New Issue
Block a user