Commit Graph

10 Commits

Author SHA1 Message Date
Rob Cresswell dfa791ac4b Retire repo
Depends-On: If89b02e92f3a2f4196c0d2dc10395c9b1c30d62a
Change-Id: I5cd8828ac82c28681bd5009ead8123f387e01b12
2018-02-01 15:47:26 +00:00
Tony Breeds b6073359ff Add Constraints support
To be co-installable with other OpenStack projects and have consistent
testing it's a good idea (tm) to use constraints when creating tox
environments.

Change-Id: I4b84493cfb6593ad400f749c8303a09376ba894e
2016-12-21 11:09:58 +11:00
chiragtayal b4d27e90fa Cisco standalone fabric horizon GUI
Solves 500 Internal error thrown by horizon when horizon-cisco-ui is installed and SAF feature is not installed

Change-Id: I10cc75f31804d72333eade14d8e0b5bdf92a1fa0
Closes-Bug: #1645510
2016-12-07 11:27:04 -08:00
Cady_Chen 577775ecdd Don't include openstack/common in flake8 exclude list
The directory openstack/common was used to keep codes from
oslo-incubator, we have retired oslo-incubator in following patch
https://review.openstack.org/#/c/297487/
so don't use this directory any more.

Change-Id: Ia43e287699c82e15c38f229a8e39d1a366cc506c
2016-11-16 17:05:29 +08:00
chiragtayal 8c630c4765 Cisco Standalone fabric horizon GUI
Extended Horizon Cisco UI for supporting Network Configuration Profile
for Nexus Programmable Fabric

Change-Id: I66381ec1a04b098eed27101dc55551776c8a1e3a
2016-09-27 13:43:13 -07:00
Rob Cresswell e15fcd0793 Add env and make tests pass under Django 1.9
Change-Id: Iaa8b4eb19e5f83f03276c29fe4f6380a74123109
2016-03-22 18:49:49 +00:00
Rob Cresswell 5f6a8b48e8 Add extractmessages tox task
Change-Id: Id990607ba5c81d4b9dd8af15172583323be5ad96
2016-03-18 19:20:56 +00:00
Ondřej Nový 79d2c9818e Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I20e507bbd84c269181ac8172c31f038537fde625
2016-03-10 18:10:38 +00:00
Rob Cresswell 347e4174e6 Drop run_tests.sh, and just use tox
This patch drops run_tests.sh and just uses tox. This is primarily
because tox is more familiar to Neutron and networking-cisco developers.

This enables py27, py27dj18, pep8 and docs envs.

Also makes minor changes to docs generation to address errors, and
updates gitignore.

Change-Id: Id50e05662178e2490b87b51e30e7a3c78dd8a817
Implements: blueprint repo-cleanup
2015-12-06 15:59:15 +00:00
Rob Cresswell 86b0bce8cf Initial commit
This patch adds the core panels (Cisco Dashboard and Firewalls),
dev install script, basic documentation, and testing.

There is a fairly large amount of extra "stuff" left in, due to the
copy/paste nature of the setup. Specifically, the tests have a lot of
the horizon test code in which is unecessary, but temporary with the aim
of getting up and running quickly.

Change-Id: I5fdce186df09e1168e8d52abfec17e0c20a64031
Partially-Implements: blueprint initial-setup
2015-08-18 14:33:52 +01:00