Add gerrit and zuul bits
Update first supported release to be from UCA bionic-train / eoan. Change-Id: I77d4209fc56b4b9bb2a5f8d3666316f77e64289d
This commit is contained in:
parent
0487906694
commit
1e60877bc2
4
.gitreview
Normal file
4
.gitreview
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[gerrit]
|
||||||
|
host=review.opendev.org
|
||||||
|
port=29418
|
||||||
|
project=x/charm-ovn-central.git
|
4
.zuul.yaml
Normal file
4
.zuul.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
- project:
|
||||||
|
templates:
|
||||||
|
- openstack-python3-train-jobs
|
||||||
|
- openstack-cover-jobs
|
@ -12,6 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
import collections
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
@ -48,7 +49,14 @@ def ovn_ca_cert(cls):
|
|||||||
|
|
||||||
|
|
||||||
class OVNCentralCharm(charms_openstack.charm.OpenStackCharm):
|
class OVNCentralCharm(charms_openstack.charm.OpenStackCharm):
|
||||||
release = 'stein'
|
# OpenvSwitch and OVN is distributed as part of the Ubuntu Cloud Archive
|
||||||
|
# Pockets get their name from OpenStack releases
|
||||||
|
release = 'train'
|
||||||
|
package_codenames = {
|
||||||
|
'ovn-central': collections.OrderedDict([
|
||||||
|
('2.12', 'train'),
|
||||||
|
]),
|
||||||
|
}
|
||||||
name = 'ovn-central'
|
name = 'ovn-central'
|
||||||
packages = ['ovn-central']
|
packages = ['ovn-central']
|
||||||
services = ['ovn-central']
|
services = ['ovn-central']
|
||||||
|
@ -25,7 +25,7 @@ tags:
|
|||||||
- networking
|
- networking
|
||||||
series:
|
series:
|
||||||
- bionic
|
- bionic
|
||||||
- disco
|
- eoan
|
||||||
subordinate: false
|
subordinate: false
|
||||||
provides:
|
provides:
|
||||||
ovsdb:
|
ovsdb:
|
||||||
|
@ -8,4 +8,4 @@ flake8>=2.2.4,<=2.4.1
|
|||||||
stestr>=2.2.0
|
stestr>=2.2.0
|
||||||
requests>=2.18.4
|
requests>=2.18.4
|
||||||
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
|
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
|
||||||
git+https://github.com/openstack-charmers/zaza-openstack-tests.git@add-ovn#egg=zaza.openstack
|
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
|
||||||
|
@ -16,4 +16,4 @@ applications:
|
|||||||
charm: cs:~openstack-charmers-next/ovn-central
|
charm: cs:~openstack-charmers-next/ovn-central
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
source: cloud:bionic-stein
|
source: cloud:bionic-train
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
series: disco
|
series: eoan
|
||||||
relations:
|
relations:
|
||||||
- - vault:shared-db
|
- - vault:shared-db
|
||||||
- mysql:shared-db
|
- mysql:shared-db
|
||||||
@ -6,12 +6,12 @@ relations:
|
|||||||
- vault:certificates
|
- vault:certificates
|
||||||
applications:
|
applications:
|
||||||
mysql:
|
mysql:
|
||||||
charm: cs:~openstack-charmers-next/percona-cluster
|
charm: cs:~openstack-charmers-next/mysql-innodb-cluster
|
||||||
num_units: 1
|
num_units: 3
|
||||||
vault:
|
vault:
|
||||||
charm: cs:~openstack-charmers-next/vault
|
charm: cs:~openstack-charmers-next/vault
|
||||||
num_units: 1
|
num_units: 1
|
||||||
ovn-central:
|
ovn-central:
|
||||||
series: disco
|
series: eoan
|
||||||
charm: cs:~openstack-charmers-next/ovn-central
|
charm: cs:~openstack-charmers-next/ovn-central
|
||||||
num_units: 3
|
num_units: 3
|
@ -1,6 +1,6 @@
|
|||||||
charm_name: ovn-central
|
charm_name: ovn-central
|
||||||
gate_bundles:
|
gate_bundles:
|
||||||
- disco
|
- eoan
|
||||||
- bionic
|
- bionic
|
||||||
smoke_bundles:
|
smoke_bundles:
|
||||||
- bionic
|
- bionic
|
||||||
|
Loading…
Reference in New Issue
Block a user