# OpenStack Client for OPIE

**OPIE-Cli** is an openstaclient client for using OPIE

**Summary**:

* [Release Notes v. 0.0.1](#id1)
  * [What's new](#id2)
  * [List of RfCs](#id3)
  * [Deployment Notes](#id4)
  * [Known Issues](#id5)
  * [List of Artifacts](#id7)
* [Documentation](#id6)
* [Support](#id8)

## Release Notes v. 0.0.1

### What's new

* This is an openstaclient client for using OPIE. It creates a new openstackclient command that will let you create preemptible instances
* Supported Platforms:
  * CentOS7 & Ubuntu 16.04
  * OpenStack v. Newton

#### List of RfCs

* <https://github.com/indigo-dc/opie-cli/issues>

### Deployment Notes

After setting the INDIGO-DC repositories as explained in the [Generic Installation & Configuration Guide](https://indigo-dc.gitbook.io/indigo-datacloud-releases/chapter1/generic_installation_and_configuration_guide_1):

* On CentOS 7, as root or otherwise using sudo:<br>

  `$ yum install -y https://repos.fedorapeople.org/openstack/openstack-newton/rdo-release-newton-4.noarch.rpm`<br>

  `$ yum clean all`<br>

  `$ yum install  python2-python-opie-cli`<br>
* On Ubuntu 14.04, as root or otherwise using sudo:<br>

  `$ add-apt-repository cloud-archive:newton`<br>

  `$ apt-get update`<br>

  `$ apt-get install python-opie-cli`<br>

  or <br>

  `$ apt-get install python3-opie-cli`<br>

### Known Issues

* N/A

### List of Artifacts

Packages:

* [python2-python-opie-cli-0.0.1-0.el7.centos.noarch.rpm](http://repo.indigo-datacloud.eu/repository/indigo/2/centos7/x86_64/base/python2-python-opie-cli-0.0.1-0.el7.centos.noarch.rpm)
* [python-opie-cli\_0.0.1-1\_all.deb](http://repo.indigo-datacloud.eu/repository/indigo/2/ubuntu/dists/xenial/main/binary-amd64/python-opie-cli_0.0.1-1_all.deb)
* [python3-opie-cli\_0.0.1-1\_all.deb](http://repo.indigo-datacloud.eu/repository/indigo/2/ubuntu/dists/xenial/main/binary-amd64/python3-opie-cli_0.0.1-1_all.deb)

## Documentation

* [OPIE-Cli on GitHub](https://github.com/indigo-dc/opie-cli)

## Support

* Please use the [INDIGO - DataCloud CatchAll GGUS Support Unit](https://wiki.egi.eu/wiki/GGUS:INDIGO_DataCloud_Catch-all_FAQ)<br>

  or
* [https://github.com/indigo-dc/opie/issues](https://github.com/indigo-dc/opie-cli/issues)
