https://github.com/offscale/offset
Offset is the offscale tool for setting values (e.g.: nodes)
https://github.com/offscale/offset
Last synced: 5 months ago
JSON representation
Offset is the offscale tool for setting values (e.g.: nodes)
- Host: GitHub
- URL: https://github.com/offscale/offset
- Owner: offscale
- License: apache-2.0
- Created: 2018-04-16T15:27:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T21:53:39.000Z (about 2 years ago)
- Last Synced: 2024-04-21T13:46:48.504Z (about 2 years ago)
- Language: Python
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
offset
======
[](http://unmaintained.tech)

[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/psf/black)
[](https://pycqa.github.io/isort)
Offset is the offscale tool for setting values (e.g.: nodes). Currently just used for manually settings nodes, which can then be used by `offregister`.
## Install dependencies
pip install -r requirements.txt
## Install package
pip install .
## Usage
usage: python -m offset [-h] (-p PASSWORD | -i IDENTITY_FILE) --dns-name HOSTNAME
-u USERNAME [-n NAME] [--version] [--etcd ETCD]
[--purpose PURPOSE]
Offset CLI. Set nodes manually.
optional arguments:
-h, --help show this help message and exit
-p PASSWORD, --password PASSWORD
Password for login
-i IDENTITY_FILE, --identity-file IDENTITY_FILE
pem file for login
--dns-name HOSTNAME, --ip HOSTNAME
Location of node
-u USERNAME, --user USERNAME
Login username
--os OS Operating System to store in `extra.os` property
of LibCloud's `Node`. If unspecified OS is
inferred from `--user`.
-n NAME, --name NAME Name for node. Used for bookkeeping, and other
packages may set the hostname to this.
--version show program's version number and exit
--etcd ETCD Server location [127.0.0.1:4001]
--purpose PURPOSE, --cluster PURPOSE
Purpose of the node. Groups all together
(hierarchically). Defaults to: 'unclustered'
## License
Licensed under any of:
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )
- CC0 license ([LICENSE-CC0](LICENSE-CC0) or )
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as above, without any additional terms or conditions.