Commit Graph

16 Commits

Author SHA1 Message Date
Andreas Jaeger 24120d7b66 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: Ibd0360edc1781ea748a1ef28877c215bb4c726c7
2019-12-18 09:38:32 +01:00
Jenkins aba9111ab5 Merge "Print logs if vm create will fail" 2016-12-22 21:14:39 +00:00
Artur Zarzycki 4d71150ad0 Print logs if vm create will fail
Just to debug some bugs like 409 error

Change-Id: Ibb2c496cafe0f8062e7d14f0aaa18624337ca689
2016-12-22 10:58:24 +01:00
Marek Zawadzki b21f43005f Use neutron client instead of openstackclient
This is a small fix that works round bug https://bugs.launchpad.net/python-openstackclient/+bug/1650896
('Network' object has no attribute 'keys') when running 'deploy-test-vms.sh'
script (specifically: 'openstack network show int-net -f value -c id').
It should be resolved by new release of python-openstackclient
(https://review.openstack.org/#/c/413493/) but we don't have to wait for it.

Change-Id: Ia0ff48b3e72fdf69ed5e9f40a1d1e7542719d2c4
2016-12-21 11:25:56 +01:00
Yuriy Taraday d048c4cb04 Add an option to add floating IPs to created VMs
This would require external network to be bootstrapped and named
"ext-net".

Change-Id: I83e1af7fda2e43d17de54553a69a395a4cbfd57e
2016-11-20 23:36:18 +03:00
Yuriy Taraday 992ebc7920 Allow to specify which image to create VM from
Since we already have a job for automatic image upload, we don't need to
do it here.
Also remove unused arguments from usage().

Change-Id: I3616b9dba6221228c0bd7b62d5f5a93f65730d34
2016-11-20 23:17:56 +03:00
Sergey Reshetnyak fb6e0981b5 Remove unnecessary code from deploy-test-vms.sh
Creating flavors and networks moved to jobs.
Also ingress used for external access

Change-Id: I7622fcf7bb6b02916ff683dae11c0c8bd7709830
2016-11-16 16:53:45 +03:00
Marek Zawadzki 59bc9b0013 Add namespace option to OpenStack test script
This is required for kubectl call inside this script.
It's useful to properly run OpenStack tests on envs deployed in non-standard
K8s namespaces (which is the case for multiple deployment script).

Change-Id: Ia0076f881ca3d350e539bb4dd5d10f20484d8577
2016-11-03 12:32:02 +01:00
Jenkins f6ae9c6884 Merge "Small fix for failing networking destroy test" 2016-10-21 13:37:03 +00:00
Marek Zawadzki 8aa4caf209 Small fix for failing networking destroy test
Network in OpenStack cannot be deleted if there are VMs using it.
VMs are being deleted in previous step of the script but it doesn't happen
synchronously unless using "--wait" argument.

Change-Id: Ia2e61e2602ac6816280d6aad2d9d1de15cd2a303
2016-10-21 14:38:22 +02:00
Jenkins 6c6ecbd51e Merge "Try to detect public eth iface in OpenStack tests" 2016-10-21 12:33:37 +00:00
Marek Zawadzki eb2f20853a Try to detect public eth iface in OpenStack tests
This is an attempt to detect public network interface on a node
from which simple, built-in OpenStack tests will be run.
In case it fails, fallback is provided to hard-coded value.
As before, interface can be set with command-line option.
Autodetection is useful to run these tests without knowing all details
of env deployed beforehand (e.g. which release of Ubuntu it is based
on) - wherever possible this will save us from hardcoding networking
config into our scripts e.g. CI jobs.

Change-Id: I2cecbba95d589960f8e540045a8a3360ee379787
2016-10-21 14:27:16 +02:00
Andrey Pavlov b0b7652aea Small fixes of deploy-vms script
* help message fixed
* novnc console fixed in case of one vm created
* nova cli was replaced with openstackclient call for novnc
  console print

Change-Id: I0a9477e3976098f266661c877965e1b535b10da8
2016-10-20 21:58:54 +00:00
Proskurin Kirill 45e0cb100f Add calico networking support for deploy-test-vms.s
Plus small bugfixes

Change-Id: I48421acf4395ec50d89261f4e22f71609413ba4f
2016-10-17 15:28:06 +00:00
Proskurin Kirill 4fd5ab7f17 Some improvements for deploy-test-vms.sh
1) Added default gateway to test net
2) Added nova vnc url print after deploy
3) Added ability to specify public iface(for pub ip detection)
4) Removed unnessary subnet del step

Change-Id: I84ff579706146282a3f04b1bf3aa3ecb3cab1251
2016-09-16 13:15:02 +00:00
Proskurin Kirill c3950b9256 Add simple script to bootstrap OS env for test purposes
Usage:
sourse /path/to/your/openrc
tools/deploy-test-vms.sh -a (create|destroy) [-n NUMBER_OF_VMS]

Change-Id: Iac5c2c9f06756d3508202e80947d416c2ce703da
2016-07-27 17:39:12 +02:00