Created
December 18, 2024 18:55
-
-
Save lwhsu/3be9528ff4d9282d6f44835be136e102 to your computer and use it in GitHub Desktop.
sysutils/py-novaconsole
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TIMESTAMP = 1734546842 | |
SHA256 (openstack-on-freebsd-novaconsole-2.0.1-3accf29_GH0.tar.gz) = a152801e0c67c1835d522c04e0019c52f4bf927598db9b6a98a2b4d4b94c05b5 | |
SIZE (openstack-on-freebsd-novaconsole-2.0.1-3accf29_GH0.tar.gz) = 8578 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PORTNAME= novaconsole | |
DISTVERSION= 2.0.1 | |
CATEGORIES= sysutils python | |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | |
MAINTAINER= [email protected] | |
COMMENT= Simple client for serial console of an OpenStack Nova server | |
WWW= https://github.com/openstack-on-freebsd/novaconsole | |
LICENSE= APACHE20 | |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt | |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-keystoneclient>0:net/py-python-keystoneclient@${PY_FLAVOR} \ | |
${PYTHON_PKGNAMEPREFIX}python-novaclient>0:net/py-python-novaclient@${PY_FLAVOR} \ | |
${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${PY_FLAVOR} | |
USES= python | |
USE_PYTHON= autoplist pep517 | |
USE_GITHUB= yes | |
GH_ACCOUNT= openstack-on-freebsd | |
GH_TAGNAME= 3accf29 | |
.include <bsd.port.mk> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a simple client for connecting to the remote serial console of an | |
OpenStack Nova server, using the API implemented in the Juno release of | |
OpenStack. You can read more about that support here: | |
https://blog.oddbit.com/post/2014-12-22-accessing-the-serial-console-o/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment