Commit Graph

959 Commits

Author SHA1 Message Date
Jeremy Stanley 136a326e1c 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.

For stable/pike: Fixed merge conflict

Change-Id: I3103c4ecb803e784c87ed4cff5124d303620d4a5
(cherry picked from commit 16b27e67ea)
(cherry picked from commit 2858b3bf6b)
2023-06-12 18:37:59 +02:00
Bhagyashri Shewale 9b3959978b 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: Ibf56c509b61a132c48af7007cb722912d770ec72
2021-09-15 13:11:36 +00:00
OpenDev Sysadmins c97f2d2f93 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 7a9f42e226 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: I4a7558d1c90701b8fb6f17de13a8646e6135f6f0
2019-03-24 20:33:31 +00:00
Rafael Folco 0ffe32f818 Remove tripleo newton and ocata jobs (pike 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:20 -02:00
Vieri f2c87dae99 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.

Remove also unused tools/tox_install.sh, the existance breaks docs
building.

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

Change-Id: I2491e59c0801b76f92e00061ab46a09eff514008
Story: #2002586
Task: #24295
2018-09-06 09:30:54 +02:00
Emilien Macchi a46e753a69 zuul: create zuul.yaml and run tripleo scenario002
Like before, run tripleo scenario002 as non voting, and deploy EC2-API.

Change-Id: Id8a6684e6303fad441a257daea130aa2247815cc
(cherry picked from commit eaa323baa8)
2017-11-20 17:12:51 +00:00
Jenkins 0750a62014 Merge "Updated from global requirements" into stable/pike 2017-10-13 20:04:00 +00:00
Jenkins 566cfd4832 Merge "fix ec2-api-metadata memcached overlap with nova-api" into stable/pike 2017-10-13 18:00:15 +00:00
Andrey Pavlov a2804a5579 specify version for tox
Change-Id: I099c3753f29f414159fafb527b0c568e3324ec85
2017-10-11 16:22:50 +03:00
OpenStack Proposal Bot 4785ca6003 Updated from global requirements
Change-Id: Ie1ec3a17d4b173d8dfab8768c9bde4dc0ba2b21c
2017-10-11 00:45:03 +00:00
Stefan Nica 1bf75237dd fix ec2-api-metadata memcached overlap with nova-api
When ec2-api-metadata and nova-api are using the same
memcached server as a cache backend, the cached values
get intermixed due to the fact that the cache keys are
the same. The result is that either nova-api or
ec2-api-metadata will report cache value errors.

This commit fixes this potential problem by using
a different cache key prefix for the ec2-api metadata
entries.

Change-Id: Ibd26b33b3370d5c9c6cca0bb6e0d9c9eb03c0d50
Closes-Bug: #1717494
(cherry picked from commit 1dad720ef5)
2017-09-21 17:13:54 +00:00
Andrey Pavlov 38139b9700 up version after release
Change-Id: Ic66994eb4900a70bdcb88ddb36c0175d1e8e850e
2017-09-02 22:32:51 +03:00
Andrey Pavlov 7b7718e36b Update default branch for pike
Change-Id: Ic5bcc4e1f93888a3aae4502f5dfd4746b7e08abe
2017-09-01 17:43:47 +03:00
Jenkins 74906017f7 Merge "Fix test_check_simple_image_attributes to pass with AMI images" 2017-08-14 14:30:47 +00:00
Stefan Nica 41823a515d Fix test_check_simple_image_attributes to pass with AMI images
Modify the ec2api.tests.functional.api.test_images.ImageTest.test_check_simple_image_attributes test case to allow AMI image types.

Change-Id: Idc94f84977dacaf9e2a3d3968288bc4396507fff
Closes-Bug: #1710597
2017-08-14 13:45:47 +02:00
Jenkins c4f3a1e8ed Merge "Use botocore in API instead of boto" 2017-08-11 11:31:02 +00:00
Andrey Pavlov 7af41603a5 Use botocore in API instead of boto
Change-Id: Ifeda67bf4b165c5aea20a4fe413f6a0a9ca58332
2017-08-10 14:48:49 +03:00
OpenStack Proposal Bot 775ac72da1 Updated from global requirements
Change-Id: I70372b70b9336ea36ae4fb7e5f62a723486963a2
2017-08-07 00:42:43 +00:00
Jenkins 5d0af87081 Merge "fix comparision of security group rules" 2017-08-04 20:27:31 +00:00
tikitavi a9dd2c38a0 fix comparision of security group rules
ignore 'tags' field when compare openstack sg rule with ec2

Change-Id: If1076c3e9d4fb84dc524450da5a9d7912f4ffbde
Depends-On: I9377e988fbdc822df46e91c0db6c8012697bc2ee
2017-08-03 09:50:31 +00:00
OpenStack Proposal Bot dff735e3fa Updated from global requirements
Change-Id: I3b4f2a6e73e7aca320d3bc1298e0084aa0049b8e
2017-07-23 13:41:05 +00:00
OpenStack Proposal Bot 49f55462a6 Updated from global requirements
Change-Id: Iddc2236f95d91e1248bea7b3bd87d268ccbb13db
2017-07-18 01:45:22 +00:00
OpenStack Proposal Bot c2faadcd03 Updated from global requirements
Change-Id: I46d8ee575b9efffd7f5b9d9bb0034481d27db281
2017-07-13 12:58:59 +00:00
Jenkins 9f7190c336 Merge "Remove code that used nova-cert" 2017-07-07 13:25:27 +00:00
Jenkins 97d06531e8 Merge "Add .idea pattern to .gitignore" 2017-07-07 09:55:30 +00:00
tikitavi 8104481c84 Remove code that used nova-cert
Change-Id: I744ca2901e2a77557ab54c2c9a37196e458a85c9
2017-07-07 11:35:22 +03:00
Jenkins 22d8fa90ad Merge "fix register_image function" 2017-07-06 10:47:32 +00:00
tikitavi 11b76a8812 fix register_image function
replacement of functions performed earlier with nova-cert service
function decrypt_text copied from novaclient to image api
certificates in devstack for uploading image to s3 are created by openssl

Change-Id: Ibf7b90ea29085656005317c4aa0fd96f3313da0c
2017-07-05 15:56:38 +03:00
Jenkins f10c58d47d Merge "Delete log translation functions and add hacking rule" 2017-07-03 16:00:40 +00:00
Jenkins f82aa01ee4 Merge "Updated from global requirements" 2017-07-03 10:06:38 +00:00
Ngo Quoc Cuong 90ed02d682 Delete log translation functions and add hacking rule
The i18n team has decided not to translate the logs because it seems
like it not very useful; operators prefer to have them in English so
that they can search for those strings on the internet.

Since we have removed log translations completely, we should add hacking
rule to prevent future mistakes.

Change-Id: Ia7524308ef2675f8d41ac80b37dfc7e3787efd90
2017-07-03 04:14:44 -04:00
kavithahr be20e8f24b Enable some off-by-default checks
Some of the available checks are disabled by default, like:
[H106] Don’t put vim configuration in source files
[H203] Use assertIs(Not)None to check for None

Change-Id: I3854538ff6e144f88d4f0e8894573298da53869d
2017-06-30 15:16:10 +05:30
OpenStack Proposal Bot e867fabe6f Updated from global requirements
Change-Id: I5ec3ac00bc87a465f64b21933978cec6e3d3ef5d
2017-06-27 12:09:21 +00:00
Jenkins 0e3627252e Merge "turn on disable_ec2_classic in devstack installation" 2017-06-15 14:35:52 +00:00
tikitavi 907de91b55 turn on disable_ec2_classic in devstack installation
fix problem with incorrect creation of default vpc from metadata

Change-Id: If84c4cc1b7ec5664ff194cecb64b8f85ba4ca844
2017-06-15 14:58:52 +03:00
OpenStack Proposal Bot 89cda71a24 Updated from global requirements
Change-Id: I47d43f4bd814587d4ca99bdc1c7a32019d2baf2c
2017-06-10 13:25:37 +00:00
OpenStack Proposal Bot b0107f1f0e Updated from global requirements
Change-Id: I40f92240ac07cedc0f406379aa98b8cc00b3519a
2017-06-08 16:16:43 +00:00
Jenkins 9330dbbdb4 Merge "Updated from global requirements" 2017-06-08 11:39:06 +00:00
Jenkins 05f8d67d2b Merge "add using cache to metadata" 2017-06-08 10:31:21 +00:00
OpenStack Proposal Bot 6555245386 Updated from global requirements
Change-Id: Ie73fe40a99243a2d208392c7ed0dce603b4e8491
2017-06-08 05:59:05 +00:00
tikitavi 7939ce17e4 add using cache to metadata
if  configured adds the resulting metadata tree to the cache and
upon next request retrieves the data from the cache
reduces the time of the second and subsequent sequential requests
to the metadata approximately from 2.5 seconds to 0.1

Change-Id: Ia1408f6ef407eb97db1789b5b60d6b36b162ba4d
2017-06-07 15:26:53 +03:00
Jenkins b560a6b88a Merge "minor fix to https://review.openstack.org/#/c/466115/" 2017-06-05 15:00:25 +00:00
tikitavi 169db23ae6 minor fix to https://review.openstack.org/#/c/466115/
fix indents
rework unit tests

Change-Id: I65a2e749ea863023abea5e6802364c2e85ef0e38
2017-06-05 16:10:17 +03:00
OpenStack Proposal Bot 4d519b584f Updated from global requirements
Change-Id: I0b3ee7b7c86da49a6c4894021c13cfd470f8812c
2017-06-05 12:40:52 +00:00
Jenkins 84e546f70c Merge "Fix html_last_updated_fmt for Python3" 2017-06-04 07:16:05 +00:00
Vu Cong Tuan 5f1377bb94 Fix html_last_updated_fmt for Python3
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: I39e3cc70f51f9ebb2973ea5a7e6cb12d3b19d6cb
Closes-Bug:#1693670
2017-06-04 12:27:00 +07:00
OpenStack Proposal Bot 762b9d636b Updated from global requirements
Change-Id: I16cc25646f60a8eb47e7b1bdcb33bc40c9a27462
2017-06-03 13:03:01 +00:00
OpenStack Proposal Bot 1755447b73 Updated from global requirements
Change-Id: Iad35d345d44046c10257137eee3bd5423a24fa61
2017-06-02 11:32:23 +00:00
OpenStack Proposal Bot 50c364798b Updated from global requirements
Change-Id: I6a4f10fdc37852eb22f4162dd9bdc571fc90ab0c
2017-06-02 02:24:58 +00:00