2f755b64b3
this PR adds a network_isolation config option for trove, with network_isolation enabled, trove guest agent will plug the user-defined port to database container by docker host_nic network driver which is implemented in this PR. docker host_nic network driver is a simple driver to plug host nic to a container. this driver supports ipv4,ipv6 and dual-stack. for more details please see the story. story: 2010733 task: 47957 Change-Id: I35d6f8b81a2c5e847cbed3f5bc6095dc1d387165
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
---
|
|
- project:
|
|
queue: trove
|
|
templates:
|
|
- check-requirements
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- openstack-python3-jobs-arm64
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- openstack-tox-cover:
|
|
voting: true
|
|
- trove-tox-bandit-baseline:
|
|
voting: true
|
|
- trove-tempest:
|
|
voting: false
|
|
- trove-tempest-mysql-network-isolation:
|
|
voting: true
|
|
- trove-ubuntu-guest-image-build:
|
|
voting: true
|
|
- trove-centos8s-guest-image-build:
|
|
voting: true
|
|
- trove-tempest-postgres:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- trove-tempest:
|
|
voting: false
|
|
experimental:
|
|
jobs:
|
|
- trove-tempest-ipv6-only
|
|
- trove-functional-mysql
|
|
- trove-scenario-mysql-single
|
|
- trove-scenario-mysql-multi
|
|
- trove-scenario-mariadb-single
|
|
- trove-scenario-mariadb-multi
|
|
periodic:
|
|
jobs:
|
|
- publish-trove-guest-image-ubuntu-focal:
|
|
branches: ^(?!stable/.*).*$
|
|
- publish-trove-guest-image-ubuntu-focal-dev:
|
|
branches: ^(?!stable/.*).*$
|
|
- publish-trove-datastore-images:
|
|
branches: ^(?!stable/.*).*$
|