Disable n-novnc in the networking-ovn tempest job. It's not needed
and causes devstack to try to clone the noVNC git repo. devstack is
set to fail on any git_clone call, so this makes the job fail.
Change-Id: I25320897e10cfd181bb361861a9481afac1af378
networking-ovn has been running a simple devstack job for a while that
installs OVN and brings up Neutron using OVN as a backend. It at
least ensures things don't blow up on startup or when the default
networks are created by devstack. Rename this job
(s/tempest/install/) and make it voting.
Create a new non-voting job that actually runs tempest so we can start
working through whatever blows up there.
Change-Id: I6481e47a88311c9124e3286a848b9bcaddf1371b
The devstack job for the networking-ovn repo overrides the list of
enabled services to be a minimal set. Unfortunately, it's missing
mysql and rabbitmq which are required for devstack to start up
successfully with the other services that are enabled.
This patch also fixes enabling keystone by specifying it as 'key'
instead of 'keystone'.
Change-Id: I29a3b2c03559aeaba7c08431bfbed1fe21762666
This enables a simple check job for the stackforge/networking-ovn
project. Initially, this job simply verifies we can bring devstack
up with OVN configured as the Neutron ML2 MechanismDriver. As OVN
functionality grows, we'll slowly enable running tempest tests.
Note, the job is started as non-voting initially until we can
ensure it's stable. We'll move it to voting once we can ensure it
won't block current development and it's stable.
Change-Id: I14866fb86f6873e59ee3f9f0b6e280a235248fc9