Commit Graph

24 Commits

Author SHA1 Message Date
Douglas Mendizábal c6b3cd7bd2 Retire castellan-ui
Change-Id: I30501c7c893e62194efa10965b2b3176a2ea0745
2019-05-23 16:52:45 -05:00
OpenDev Sysadmins 2f96f99338 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:34:27 +00:00
Ian Wienand ff824514c2 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: I2eabc4ea4132d72df2e146c811ccd33b77a314fa
2019-03-24 20:32:44 +00:00
Doug Hellmann 63aeeaf311 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: I73786bad7cebb2ebb504365756a0ebea14a0b3a2
Story: #2002586
Task: #24285
2018-09-04 11:50:05 -04:00
Kaitlin Farr c1ba5aa7af Update README
Update the castellan-ui README with a
Features section and Troubleshooting
section.

Change-Id: I8939abfac71536eb277b97b0d998155c4501f4bd
2018-06-15 13:18:03 -04:00
Andreas Jaeger a17eb51430 Avoid tox-install.sh
Instead of using tox-install.sh, we can install horizon now directly
from pypi - or use the current branch in CI system using tox-siblings.

Create doc/requriements.txt for doc requirements as well.

Update tox.ini for this change and add horizon to requirements
file.

Change-Id: I35fb782b7bad4c046930926c43b0f7b3c1bb07b7
2018-05-30 11:36:04 -04:00
Kaitlin Farr bbcebe522f Add Passphrase Panel
Change-Id: If52f1c29877d91cce50fdfb61319bd195103e6e1
2018-02-27 21:27:32 +00:00
Kaitlin Farr 21504848d6 Add Opaque Data Panel
Change-Id: I66e1dd24e831c7e1fb59d24ba46a9d0ff1d85b76
2018-02-27 21:27:27 +00:00
Kaitlin Farr 299eb23fa4 Add Symmetric Keys Panel
Change-Id: Id423dbfd30990b8c4240b8008b6c659da38f91fd
2018-02-27 21:27:11 +00:00
Kaitlin Farr 32c35f6f20 Add Public and Private Key Panels
Change-Id: I2c9a1c6562bb3111c558a6a46a2f90b63d048366
2018-02-27 21:19:00 +00:00
Zuul 2cbad27df7 Merge "Add X509 Certificate Panel" 2018-02-27 21:17:40 +00:00
Kaitlin Farr 2668b69479 Add X509 Certificate Panel
Change-Id: Ibb459d3c7c8c5eb1e10dec09fb7130a26c8c426f
2018-02-27 15:33:19 -05:00
Zuul c4be6997eb Merge "Add the key manager panel group" 2018-02-27 19:20:20 +00:00
Zuul 2e3aae47ac Merge "Add Castellan client" 2018-02-27 19:15:23 +00:00
Zuul 19d7831a51 Merge "Delete unused files and clean up cookie cutter files" 2018-02-27 19:11:16 +00:00
Kaitlin Farr a3efa18c99 Add the key manager panel group
Change-Id: I45b7db7917eb11a958a16a40b7c5de590f6b754a
2018-02-13 13:58:36 -05:00
Kaitlin Farr d1e8f7c93b Add Castellan client
Adds the client that uses Castellan to communicate with the
key manager.

Change-Id: Id63fe6bec0c3180382dc8017a4deacbf87ebd890
2018-02-13 13:32:40 -05:00
Brianna Poulos 9f8ec14dfe Add devstack directory
Add a devstack directory to the castellan-ui
plugin so that it can be installed in devstack
using the enable_plugin line.

Change-Id: Ic08f2fb188c84ef9d44ab394e5677b780f0e3b14
2018-01-16 13:20:14 -05:00
Kaitlin Farr 2a90199ded Delete unused files and clean up cookie cutter files
These files were auto-generated from the cookiecutter commit
and aren't needed. Some should be renamed.

Change-Id: I2d6f7af84f9c8580b1a753f03b7170fd90e05314
2017-12-12 11:27:39 -05:00
Zuul 72a202fb63 Merge "Remove setting of version/release from releasenotes" 2017-11-30 16:57:04 +00:00
Andreas Jaeger 9f52b6b7a9 Align tox_install.sh with other projects
The tox_install.sh here behaves a bit differently than the others, which
is causing some problems when trying to rework some of the shared gate
jobs.

Align it to the form used in other repos.

Change-Id: I49bb60a05cf63247091ee72591a799f6efc7c84b
2017-11-22 19:56:47 +01:00
Andreas Jaeger 44032121fa Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: I9de3d89dabe7819464adadc053bdbb0968124a29
2017-11-16 20:07:04 +01:00
Kaitlin Farr a2f556e3f5 Initial ui cookiecutter commit
Change-Id: I1e2fb3ecf56d50bf6ba1bcdbdf62b724b84772a0
2017-08-01 10:46:29 -04:00
OpenStack Project Creator 03ef485632 Added .gitreview 2017-07-11 08:03:45 +00:00