Commit Graph

1011 Commits

Author SHA1 Message Date
Jeremy Stanley 2858b3bf6b Correct queue declaration in Zuul config
Move the ec2-api queue declaration from the pipeline level (where it
is no longer valid) to the project level.

https: //lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html

For stable/yoga: Amended to actually drop the queue definition from the
gate pipeline, which was no longer present for the original patch.

Change-Id: I3103c4ecb803e784c87ed4cff5124d303620d4a5
(cherry picked from commit 16b27e67ea)
2023-06-12 16:34:16 +00:00
Bhagyashri Shewale cdbad48f9f Remove jobs corresponds to obselete featuresets
As we are removing the jobs which are using the obselete featuresets [1]
so removing those jobs from templates/layouts

[1]: https://review.opendev.org/q/topic:%22cleanup_featuresets%22+(status:open%20OR%20status:merged)

Change-Id: I0cdc9144b37335c1e4d5fc62c2093335b8a5453d
2021-09-15 13:20:37 +00:00
OpenDev Sysadmins 256dce9acf OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:42:12 +00:00
Ian Wienand 305eedb5f9 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I4706c90003aeae3529077d26185a58cf27acdb93
2019-03-24 20:33:31 +00:00
Rafael Folco 1e25260ec8 Remove tripleo newton and ocata jobs (queens branch)
Non-containerized multinode scenario jobs are no longer supported
and should be removed from zuul config.

Change-Id: I2420e22f9016d62023f732b29cfc3803a6f5a0be
2018-11-23 16:11:52 -02:00
Andreas Jaeger 6183cb76ca Remove install-guide-jobs
The install-guide-jobs template needs to stay in project-config, remove
it from zuul file.

See also https://review.openstack.org/597618

Change-Id: I572743ee994e74e4d43de29991c0634bb296cd9a
(cherry picked from commit dc5480d940)
2018-08-29 20:26:08 +02:00
Vieri 813e43e090 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ia8b18f7c7a69537c1a33b56e70301647b001a537
Story: #2002586
Task: #24295
2018-08-21 15:58:43 +00:00
Vu Cong Tuan 3eda702a9f Replace deprecated "auth_uri" by "www_authenticate_uri"
According to [1], "auth_uri" has been deprecated.
This patch replace it by using "www_authenticate_uri" instead.

[1] https://review.openstack.org/#/c/508522

Change-Id: I3242394fd4ebfa7eda390be872372a53b5311a46
(cherry picked from commit 8a3358e2d1)
2018-05-22 02:59:45 +00:00
Andrey Pavlov 219dbc7db5 synchronize default vpc creation across threads
when two clients come for functions where check_default_vpc
is present then one goes to create default vpc and other fails.
it fails because vpc with is_default flag is already in DB
but children objects (like subnets) are not yet created.
For we will lock check_default_vpc function.

Another way is to rework _create_vpc. It can create VPC
without is_default flag. And at the end it can set the flag.
First thread will pass this. And second thread will fail at flag set
operation and will revert all created object. Then second thread
can check presence of default VPC again.
This way is better cause it can work across several controllers.

Change-Id: I5586fa234257b72721e328a9fa2375a56d1553c2
2018-03-25 13:14:09 +00:00
Andrey Pavlov 25dbbb3c71 skip addresses tests due to novaclient changes
and add TODO to fix the api code.

Change-Id: Ia101640a3a0bab165ed56e3e7753b9bb6ec9d3cf
2018-03-14 09:44:50 +03:00
Andrey Pavlov 771ac50157 up version for queens branch after release
Change-Id: If29d754c4101d3f687d10e521c0b30a21825691d
2018-02-26 14:36:22 +03:00
Andrey Pavlov 0b457adf56 update .gitreview for queens branch
Change-Id: I161bf5da1744f95e55f4b14cf6adc817f1210dbf
2018-02-23 11:31:12 +03:00
Andrey Pavlov ec59a03f95 update documentation
remove link to metadata configuration from
devstack section. metadata is configured by plugin's
script for devstack and user doesn't require to
configure it by himself.
Add information how to configure metadata over SSL

Change-Id: I9ecfc10fed15a73417e840ddecac8a8a56d18601
Closes-Bug: #1739479
2018-02-08 16:01:29 +03:00
Zuul be286470e5 Merge "Switch ec2 neutron-full job to use ec2api tempest plugin" 2018-02-07 12:33:00 +00:00
ghanshyam 9ed1c1f830 Switch ec2 neutron-full job to use ec2api tempest plugin
ec2api tempest plugin is ready to use for testing the
ec2-api in gate.
This patch moves the 'ec2-api-functional-neutron-full' job
to run test from plugin.

After this we can remove the in-tree ec2-api tempest plugin.

Change-Id: I87698147d644b615f5941db5a6bf4810e9110a58
2018-02-06 07:33:38 +00:00
Zuul 3cb9df6256 Merge "Switch ec2-api gate job to use ec2api tempest plugin" 2018-02-03 05:29:46 +00:00
Zuul c6295f7f72 Merge "Updated from global requirements" 2018-02-02 12:34:22 +00:00
ghanshyam ecd577ead6 Switch ec2-api gate job to use ec2api tempest plugin
ec2api tempest plugin[1] is ready to use for testing the
ec2-api in gate.

This patch moves the 'functional-neutron-dsvm-ec2api'
job to run test from plugin.

next patch will use the plugin for other job too if needed
and remove the in-tree tests on successful execution.

.. 1 https://github.com/openstack/ec2api-tempest-plugin

Change-Id: I31b59008f76981b832cb2f7a651858c5c02d494f
2018-02-02 02:25:43 +00:00
ghanshyam 6dcaa64626 Move zuulv3 jobs to project repo
This patch moves the zuulv3 jobs for ec2-api repo.

This is first step to switch jobs to ec2 tempest plugin.

There is already gate broken due to switching neutron_vpnaas
to neutron-tempest-plugin whichy stop any further updates to merge
in ec2-api repo.
This commit also fix that.

To make this merge, legacy job needs to be remopved first. Done in below
dependent patch:
Depends-On: I0e5a1c37b407497fd9e60e58bac7c7a89e14dc75

Needed-By: I0c342072f7d749b0243889e2bedd636347df23ef

Change-Id: I9c88ac1ecf0368c9ea7a8b20c84995ea29487184
2018-02-01 08:15:33 +00:00
OpenStack Proposal Bot 78c8a3a60f Updated from global requirements
Change-Id: Id7292c4dad1e7e7de25d35dc9afeed63a3f94e62
2018-01-24 00:52:07 +00:00
Zuul cca93c22c4 Merge "add ssl_ca_cert option to check client cert" 2018-01-22 13:50:24 +00:00
Zuul 47f69663e6 Merge "remove deprecated options" 2018-01-22 13:46:54 +00:00
Andrey Pavlov 1a43b6a1c3 add ssl_ca_cert option to check client cert
option ssl_ca_cert is used to check ssl certs in
input connections from clients.

Change-Id: Ifcc398d6157488cc7b9057d3946f2ada58776754
2018-01-18 14:49:08 +03:00
Andrey Pavlov 5fc752ca6f remove deprecated options
options was deprecated in previous release. remote them now

Change-Id: I524c13c59b48031b35223f81f363bc4c0862b138
2018-01-18 14:45:37 +03:00
OpenStack Proposal Bot 85b1b6b3bb Updated from global requirements
Change-Id: Idde8d7373778f8e81fd32d8471d7caf9daf3e8ad
2018-01-17 20:31:24 +00:00
Andrey Pavlov 417b02df65 fix DB migration for MySQL
current version of migration API doesn't allow to
pass several commands to one execute

Depends-On: I9f1f39b30d43dc16a474febcf6549cf1901732ec
Change-Id: I0a74c87c4c782a7a26aa0e67fada994cb3e31434
2018-01-10 05:25:43 +00:00
Zuul edc0cae6ed Merge "Updated from global requirements" 2017-12-23 20:25:45 +00:00
Andrey Pavlov fce377c0ba handle new volume's status "reserved"
cinder introduced a new status 'reserved' for volume.
It means that volume has reserved for attaching.
Cause AWS doesn't know such status then we need to convert
it to status 'attaching'.

Change-Id: I84ee29eefc8a9db3982c61820e2cf72a56946132
2017-12-23 15:53:29 +00:00
OpenStack Proposal Bot 5c213e1fea Updated from global requirements
Change-Id: I47ed22f09d416c062e93c2a97cecf4b4ac657b5f
2017-12-22 02:51:13 +00:00
OpenStack Proposal Bot e490186abd Updated from global requirements
Change-Id: I871e70d166e64b0c88a63eeb70ddce3efd8ebd32
2017-12-05 03:01:04 +00:00
Emilien Macchi eaa323baa8 zuul: create zuul.yaml and run tripleo scenario002
Like before, run tripleo scenario002 as non voting, and deploy EC2-API.

Change-Id: Id8a6684e6303fad441a257daea130aa2247815cc
2017-11-18 12:36:09 -08:00
OpenStack Proposal Bot 2a56ed490b Updated from global requirements
Change-Id: I2e50db736a89f2e29110e4269708c85dd5d80149
2017-11-16 11:02:05 +00:00
OpenStack Proposal Bot cb91b2c4ba Updated from global requirements
Change-Id: Ia256c54aa1663090561b3eded8f314f5e59560f5
2017-11-12 17:24:52 +00:00
OpenStack Proposal Bot 67f214251f Updated from global requirements
Change-Id: If51aeeb767e484e9353183b8f4bb99a62ae53a2e
2017-11-03 00:45:56 +00:00
Zuul 33c763e0b9 Merge "rally: rework plugin" 2017-10-20 18:08:26 +00:00
Zuul 09be7d5404 Merge "remove unused configuration options" 2017-10-20 17:26:16 +00:00
Zuul ee5a7ee09e Merge "rework tox.ini" 2017-10-20 15:19:16 +00:00
tikitavi 22af51cc1c remove unused configuration options
api_rate_limit, bindir, pybasedir, service_down_time, tempdir
 was removed

Change-Id: I72389d3ea4bb0685a0862bfe765ab20b78637648
2017-10-20 13:48:00 +03:00
Zuul 062966e4a3 Merge "update of Installation Guide" 2017-10-20 09:48:41 +00:00
tikitavi 0445156611 rework tox.ini
separate works for py27, py35
add docs test
some other changes to let tests pass

Change-Id: I94291a5e65fee1e266fbe4e2ec3e14f042654598
2017-10-20 12:16:30 +03:00
Andrey Pavlov 62786f9072 rally: rework plugin
add argument to call of scenario.configure
use classes for scenarions instead of methods
change client for describe images

Change-Id: I4e53027dcd0cb35b886f97dfe47293be8a322bde
2017-10-20 12:03:52 +03:00
tikitavi 41309f5922 update of Installation Guide
added sections Manual Installation and Installation on DevStack

Change-Id: I206ae2e5fdd13a4cac700189d388578777b589c6
2017-10-16 15:54:29 +03:00
Jenkins c5f4ce8eda Merge "fix for awscli in create_config" 2017-10-13 09:20:12 +00:00
OpenStack Proposal Bot 80aaf95194 Updated from global requirements
Change-Id: Ia74a5b70713f69dc1450be6b30f106e174876622
2017-10-12 21:52:42 +00:00
tikitavi 6badd68bf0 fix for awscli in create_config
Change-Id: I6dd6e891967b72f1f9180bcca4aadd5b82e2bab4
2017-10-11 12:57:04 +03:00
Jenkins 0b8d4c6083 Merge "Remove SCREEN_LOGDIR from devstack" 2017-10-06 07:46:18 +00:00
Vu Cong Tuan 88f094a79e Remove SCREEN_LOGDIR from devstack
SCREEN_LOGDIR has already been deprecated [1]
[1] https://review.openstack.org/#/c/499186

Change-Id: Ia27a87ef5dfc02ff888a17e5078450e7b71905d1
2017-10-06 08:24:35 +07:00
tikitavi aaf1fc94f8 Move install guides from install-guide/ to doc/source/install
Update documentation index page

Change-Id: I94b832638d9c1460fbefd1a61a850496b07124ab
2017-09-28 16:55:45 +03:00
tikitavi 9e91db17aa Add configuration reference to doc/source/configuration
Change-Id: I077f4e7c3b12689f809cd68177e00a097d6cd0a2
2017-09-28 16:55:10 +03:00
OpenStack Proposal Bot 5ee64e4c16 Updated from global requirements
Change-Id: I85163f3cfc9e9f6aab0dc75c3924f66e1bfd9567
2017-09-23 05:56:15 +00:00