https://github.com/cloudbase/pdkutil
Stores a Hyper-V Shielded VM PDK file in a OpenStack Barbican container
https://github.com/cloudbase/pdkutil
Last synced: 4 months ago
JSON representation
Stores a Hyper-V Shielded VM PDK file in a OpenStack Barbican container
- Host: GitHub
- URL: https://github.com/cloudbase/pdkutil
- Owner: cloudbase
- License: apache-2.0
- Created: 2016-07-22T14:45:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T17:11:41.000Z (over 9 years ago)
- Last Synced: 2025-07-31T21:16:30.070Z (6 months ago)
- Language: Python
- Size: 3.68 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
PDKUtil
=============================================
Stores a pdk file to a barbican container.
Installation
------------
Pip is the preferred way to install PDKUtil: ::
pip install pdkutil
Command-line interface
----------------------
PDKUtil uses Keystone for identity management. Credentials and endpoints can
be provided via environment variables or command line parameters in the same
way supported by most OpenStack command line interface (CLI) tools, e.g.: ::
export OS_AUTH_URL=http://example.com:5000/v2.0
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_TENANT_NAME=admin
Store a pdk file
----------------
This command stores the specified pdk file to a container, returning
container's reference: ::
pdkutil store
Get container's information
---------------------------
This command retrieves container's information (container's name,
secrets references, etc) by its specified reference: ::
pdkutil get