A helper tool to clean Ironic Instances
Project description
[![Build Status](https://travis-ci.org/internap/steelwool.svg?branch=master)](https://travis-ci.org/internap/steelwool)
Steelwool
======
Steelwool is a helper tool to faciliate the cleaning of instances on ironic nodes.
Python code usage
-----------------
```python
from steel_wool.steel_wool import SteelWool
from ironicclient.client import get_client
from novaclient.v2 import client
# Configure a nova_client
nova_client = client.Client(
username=USERNAME,
api_key=PASSWORD,
project_id=TENANT_NAME,
auth_url=KEYSTONE_ENDPOINT + '/v2.0',
region_name=REGION_NAME,
service_type="compute")
# Configure a ironic_client
ironic_client = get_client(
api_version='1',
os_tenant_name=TENANT_NAME,
os_username=USERNAME,
os_password=PASSWORD,
os_auth_url=KEYSTONE_ENDPOINT + '/v2.0',
os_auth_token='')
# Start Cleaning Baremetal Nodes
metal_cleaner = SteelWool(nova_client, ironic_client)
metal_cleaner.clean_environment(['node_uuid_1', 'node_uuid_2'])
```
Running Test Framework
-----------------
Within the project root, simply run:
```bash
tox -r
```
Contributing
============
Feel free to raise issues and send some pull request, we'll be happy to look at them!
Steelwool
======
Steelwool is a helper tool to faciliate the cleaning of instances on ironic nodes.
Python code usage
-----------------
```python
from steel_wool.steel_wool import SteelWool
from ironicclient.client import get_client
from novaclient.v2 import client
# Configure a nova_client
nova_client = client.Client(
username=USERNAME,
api_key=PASSWORD,
project_id=TENANT_NAME,
auth_url=KEYSTONE_ENDPOINT + '/v2.0',
region_name=REGION_NAME,
service_type="compute")
# Configure a ironic_client
ironic_client = get_client(
api_version='1',
os_tenant_name=TENANT_NAME,
os_username=USERNAME,
os_password=PASSWORD,
os_auth_url=KEYSTONE_ENDPOINT + '/v2.0',
os_auth_token='')
# Start Cleaning Baremetal Nodes
metal_cleaner = SteelWool(nova_client, ironic_client)
metal_cleaner.clean_environment(['node_uuid_1', 'node_uuid_2'])
```
Running Test Framework
-----------------
Within the project root, simply run:
```bash
tox -r
```
Contributing
============
Feel free to raise issues and send some pull request, we'll be happy to look at them!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
steelwool-1.0.2.tar.gz
(9.5 kB
view details)
File details
Details for the file steelwool-1.0.2.tar.gz
.
File metadata
- Download URL: steelwool-1.0.2.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ffde0f2ee1477d11196c775ffb6107ed567dba97c91a75a5742154878862268 |
|
MD5 | 41063db1506bbe0f01b7c93c1e616a75 |
|
BLAKE2b-256 | 14faf7091e7de7244a42b3d5659549a8759ca066ec774180c818bf3b5091114a |