Commit Graph

1430 Commits

Author SHA1 Message Date
OpenDev Sysadmins c392139a7d 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:50:42 +00:00
Ian Wienand 8a411d1b9e 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: Ie6216ae2cee87722e4c70fd3fd4f46c65e384b13
2019-03-24 20:35:35 +00:00
Mohan Madhavan aca93437bb Addresses CDN-1093 ('San certs not created due to tld issues')
Change-Id: I7f2bb23d63da7a7c37e0968fdbcf4ed2beba0dfe
2017-04-07 10:47:23 -05:00
Isaac Mungai e38b0e7727 Filter hostnames that are already activated
When creating a new request to update papi property
hostnames, skip hostnames that we activated in a previous
execution of the akamai_update_papi_property job_type.

Change-Id: I11752ac19035c856c3d2b4ec837493a9dc5f89d5
2016-12-08 10:13:04 -05:00
Jenkins 6bfda5b01a Merge "Add admin endpoint to patch access urls" 2016-10-04 13:20:57 +00:00
Isaac Mungai 8b9d771df0 Fix unit tests that mock python ssl module
Change-Id: I714f18beba6466398cc96b78c5ef33528a2bdfd7
2016-10-03 17:10:29 -04:00
Isaac Mungai 53ac238b2a Add admin endpoint to patch access urls
Change-Id: I30da22d2a229b346212e53abd7bff50884929ab6
2016-10-03 16:33:02 -04:00
Jenkins 60c0efdc57 Merge "Add admin endpoint enable/disable sni certificate" 2016-10-03 20:26:12 +00:00
Jenkins 368c2d435a Merge "Handle error when getting peer cert on older py27" 2016-10-03 20:25:06 +00:00
Isaac Mungai 30f0332658 Handle error when getting peer cert on older py27
If the create_default_context function is not available
create a context for python version < 2.7.9.

Change-Id: Iec1411a98faf36e2ad5d2deb772d6a20c063e7d2
2016-10-03 12:53:49 -04:00
Isaac Mungai cda9e802b3 Create new context for each recreation of ssl cert
This will make tracking cert creation easier
when searching through logs by request_id.

Change-Id: Ic233f537bbbe3762a2e561677f7e24982e5ab904
2016-10-03 11:40:13 -04:00
Isaac Mungai a2246e0986 Add admin endpoint enable/disable sni certificate
Change-Id: I4bc5d1b88bc46202be9138509e91fb09a048f753
2016-10-03 11:10:36 -04:00
Isaac Mungai d9ec45d8c2 Add unit tests for delete http policies
Change-Id: I340d350eb57c0c68deed15e17ab24be2bc51c7e6
2016-09-30 13:58:36 -04:00
Isaac Mungai 054dd47fd3 Add support akamai DV SNI certificates
Change-Id: I9f1ef35ee5cb3e50ac689b333357d43ef43fb343
2016-09-27 09:34:31 -04:00
Isaac Mungai 0458de585d Check shard is within records limit
Before adding a new record to a domain, check to see
if it's at maximum capacity and skip to the next cert
if necessary.

Change-Id: I7e4c56e27cebc45a9cdddf9659762f29f9c6227c
2016-09-21 14:18:02 -04:00
Jenkins 5232069ad4 Merge "Add admin config sni cert endpoint" 2016-09-19 14:14:10 +00:00
Jenkins d000370263 Merge "Add storage for sni cert info" 2016-09-16 15:31:57 +00:00
Isaac Mungai 24eb952e71 Add admin config sni cert endpoint
Change-Id: I32d3759c932c92fbfd73e925d2c8147e1234bf28
2016-09-15 11:42:04 -04:00
Jenkins ae84ae694f Merge "Add misc unit and functional tests" 2016-09-14 17:32:00 +00:00
Isaac Mungai 64e749d53a Add storage for sni cert info
Change-Id: I9e10a79dfdef5fae249347400ea5b6b59ec49004
2016-09-12 12:43:22 -04:00
Isaac Mungai a8b472cc95 Add misc unit and functional tests
Change-Id: Iaabe1c90a19ea95a8a3ce87a2a2986d00344fe20
2016-09-09 09:42:08 -04:00
tonytan4ever 80812a918a Add cafe_engine_config_file_path option for api test gate
Change-Id: I93022e51d999c9735b900d0fc37477dc6d047a67
2016-09-08 22:17:56 -04:00
Isaac Mungai 57ecf44f72 testr doesnt support the --coverage-package-name option
replace 'testr' with 'test' for coverage

Change-Id: I5c057c09a2f8632f24ac14b4df99d85cc93d3441
2016-09-08 11:19:22 -04:00
Jenkins c1541184f6 Merge "add coverage package name option to testr" 2016-09-08 14:17:15 +00:00
Jenkins 3413adcc06 Merge "Add secret options that shouldn't log plaintext" 2016-09-08 14:04:15 +00:00
Isaac Mungai b450ee6e80 add coverage package name option to testr
since setup.cfg lists package name as poppycdn, running
coverage failed to generate any data. specify a package
as poppy different from the one in setup.cfg.

Change-Id: Iac721e9df96807b4182e49a6b29a25f0c5b3e0b0
2016-09-08 09:46:38 -04:00
Jenkins fcdd97677c Merge "Switching Poppy test to use ostestr (OpenStack Testr)" 2016-09-07 19:14:59 +00:00
Isaac Mungai 401ca7230e Add secret options that shouldn't log plaintext
Change-Id: Ie811098543be43dc0b699392cc0a0aef71c0a81a
2016-09-06 15:45:11 -04:00
Jenkins 12188071bc Merge "Delete old policies when upgrading to HTTPS" 2016-09-06 18:06:50 +00:00
Jenkins 263edba5b3 Merge "Enable skipped test" 2016-09-06 18:06:45 +00:00
Jenkins 78e5cbe917 Merge "cover all service creation logic in provider" 2016-09-06 18:06:39 +00:00
Jenkins 54709c676f Merge "Unit tests for akamai services controller" 2016-09-06 18:05:21 +00:00
Jenkins 665c57750b Merge "Validate TLD during ssl cert creation" 2016-09-06 15:06:25 +00:00
Isaac Mungai 61bd7ef5e1 cover all service creation logic in provider
Completes all coverage for akamai provider service creation
logic.

Change-Id: Ia5987238ea5665870b28902e9f058d35c8ccfdd3
2016-09-01 10:50:01 -04:00
Mohan Madhavan 67a259e33f Reordering the caching rules
Change-Id: Ic2abcf516f340682056a581d74604aa1c8d76430
2016-08-31 16:07:57 -05:00
Isaac Mungai cc6dbf73e8 Enable skipped test
Also fixes domain claim logic in the mock storage layer,
it should now match the same behavior in cassandra storage.

Change-Id: I84490f9adf17f92f593a06303f63e5d69597711c
2016-08-31 15:43:50 -04:00
Isaac Mungai 76b9121c73 Delete old policies when upgrading to HTTPS
When a domain is upgraded from HTTP to HTTPS, queue
a task that checks if the upgraded domain is deployed
before deleting the old HTTP policy.

Change-Id: I92cd0ced90de81226f1c0873fc01bc0e6df31633
2016-08-31 13:20:15 -04:00
Mohan Madhavan 7e0e0e69eb Validate TLD during ssl cert creation
Change-Id: Id77c9cff8075bbc3f421b832d2d71ea217ef952c

Mocked the underlying network calls that validate the domain

Change-Id: I07146c65518b120d114d62ae38066de08b210b2a

Fixing pep8 issue

Change-Id: Ibf5072288c1fbba086a021e07a56c33a4f7b3fbf
2016-08-31 10:54:39 -05:00
Isaac Mungai 414261ac13 Add last item in links tuple during migration
Change-Id: I0d274be40cc8d3809de648fba93d1d70c3f46345
2016-08-30 14:29:45 -04:00
Jenkins 8c7538078d Merge "Verify domain before requesting property updates" 2016-08-29 19:58:06 +00:00
Isaac Mungai 876d1e2104 Unit tests for akamai services controller
Change-Id: I69fe1956bccfab08332182c9e73230da43cd03e2
2016-08-29 11:14:07 -04:00
Isaac Mungai 8c94600fad Verify domain before requesting property updates
Verify that the domain still has a certificate and still
exists on a service. If the domain is found on a service,
verify that it still has the proper protocol and cert type.

Change-Id: If786a91f7a9434468ca5293874b1118f96cf94d6
2016-08-25 10:48:35 -04:00
Jenkins 15f2093d22 Merge "Enforce schema for admin endpoints" 2016-08-25 14:02:04 +00:00
Jenkins 052eced94c Merge "Ground work for unit testing transport controller" 2016-08-25 14:00:40 +00:00
Jenkins c6317189ca Merge "Adds a security test to make sure paging links only use https" 2016-08-24 19:22:01 +00:00
tonytan4ever 2140f6def0 Switching Poppy test to use ostestr (OpenStack Testr)
Change-Id: Iec921d21f3325e92462c7a2b40d748db8f85cdff
2016-08-24 11:39:10 -04:00
Isaac Mungai 00f40d9837 fix: adding domain causes loss of log_delivery
When adding a new domain to a service that already has
log delivery, the log delivery access url was lost.

Change-Id: Ie75f52465d6db3d7a9b8013f4973dbc38ceb24f3
2016-08-22 14:35:20 -04:00
Jenkins 9e5b4000fa Merge "DNS updates for http to https+san upgrade" 2016-08-22 17:51:34 +00:00
Henry Yamauchi 1be3a21a61 Adds a security test to make sure paging links only use https
This test ensures that all paging links are over SSL and not
plain HTTP.

Change-Id: I1bf3dde26403ae2d12403b37e0b0c0946652b768
Implements: blueprint paging-links-over-https
2016-08-22 13:44:17 -04:00
Isaac Mungai a465ef323b Ground work for unit testing transport controller
Change-Id: Id0c544b737beb966e70a9ca0694060fd9bd08436
2016-08-19 15:18:14 -04:00