Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

[DOC] liberty installation instructions #114

@alonsocamaro

Description

@alonsocamaro

Hi

If I install liberty packages of LBaaS, in short installing the following packages

root@dc8-1f-66-b8-bd-ca:~ # ls -l *.rpm
-rw-r--r-- 1 root root  15528 Aug  3 14:50 f5-icontrol-rest-1.0.9-1.el7.noarch.rpm
-rw-r--r-- 1 root root 172680 Oct 10 14:49 f5-openstack-agent-8.1.0-1.el7.noarch.rpm
-rw-r--r-- 1 root root  47316 Oct 11 10:44 f5-openstack-lbaasv2-driver-8.1.0-1.el7.noarch.rpm
-rw-r--r-- 1 root root 168428 Sep 27 14:16 f5-sdk-1.5.0-1.el7.noarch.rpm

and then I try to install the Heat plugin using the liberty's instructions

pip install f5-openstack-heat-plugins

It does install the latest version rather than the supported version indicated in the web page:

http://f5-openstack-heat-plugins.readthedocs.io/en/liberty/

Indeed it does uninstall the previously f5-sdk package:


root@dc8-1f-66-b8-bd-ca:~ # pip install f5-openstack-heat-plugins
Downloading/unpacking f5-openstack-heat-plugins
  Downloading f5-openstack-heat-plugins-9.0.2.tar.gz
  Running setup.py egg_info for package f5-openstack-heat-plugins
    
Downloading/unpacking f5-sdk==1.0.0 (from f5-openstack-heat-plugins)
  Downloading f5-sdk-1.0.0.tar.gz (62kB): 62kB downloaded
  Running setup.py egg_info for package f5-sdk
    
    warning: no files found matching 'README.md'
    warning: no files found matching 'SUPPORT'
Requirement already satisfied (use --upgrade to upgrade): f5-icontrol-rest>=1.0.7 in /usr/lib/python2.7/site-packages (from f5-sdk==1.0.0->f5-openstack-heat-plugins)
Requirement already satisfied (use --upgrade to upgrade): requests>=2.5.0 in /usr/lib/python2.7/site-packages (from f5-icontrol-rest>=1.0.7->f5-sdk==1.0.0->f5-openstack-heat-plugins)
Installing collected packages: f5-openstack-heat-plugins, f5-sdk
  Running setup.py install for f5-openstack-heat-plugins
    
  Found existing installation: f5-sdk 1.5.0
    Uninstalling f5-sdk:
      Successfully uninstalled f5-sdk
  Running setup.py install for f5-sdk
    
    warning: no files found matching 'README.md'
    warning: no files found matching 'SUPPORT'
Successfully installed f5-openstack-heat-plugins f5-sdk
Cleaning up...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions