Commit Graph

17 Commits

Author SHA1 Message Date
Andreas Jaeger f0be3fddf6 Retire astara repo
Retire repository, following
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Change-Id: I699a2ab0ce552cde94a4eecd85748862f4f64f95
2018-10-14 12:54:36 +02:00
Adam Gandelman 467e637975 Update import: neutron.i18n -> neutron._i18n
This was coming for a while and finally got dropped in Neutron
as of f35c4f72e8991045c88212129f4e62a64f657b0d.

Change-Id: I8e1f51da171ed0cb27c3f5059c7fc0b61a281f17
2016-06-23 18:22:39 -07:00
Jenkins 36896fdfd5 Merge "Ensure router interfaces properly reflect the state" 2016-05-02 16:44:43 +00:00
Ryan Petrello fcc31ec0f4 Properly disable the L3 agent scheduler.
Change-Id: I9a4213e51ffaee784c8c4c99953fa306deef624a
Closes-bug: #1573226
2016-04-22 08:54:27 -04:00
Mark McClain 09df271c9c Ensure router interfaces properly reflect the state
This change ensures the interface states matches the underlying
interfaces states.

Change-Id: I4d15795aadee6ed754799b36b9f9c0e4d9245338
Closes-Bug:1540520
2016-04-12 17:35:15 -04:00
Jenkins 78afd004c6 Merge "Avoid l3_hamode_db when creating HA router" 2016-03-18 21:02:24 +00:00
Adam Gandelman 3e4e9d6795 Adds Astara BYONF API extension
Adds the BYONF portion of the BYONF functionality.
This thin layer simply stores some data in the Neutron DB. A in-tree
migration repo has been setup to migrate the neutron DB to add the
necessary table.

Partially-implements: blueprint astara-sfc

Co-authored by: Mark McClain <mark@mcclain.xyz>

Change-Id: I6b6f98e8ae89c704f45b05f87f17ebed5a70fc1d
2016-03-17 17:20:21 -07:00
Adam Gandelman adbf8011e2 Avoid l3_hamode_db when creating HA router
This avoids create_router() from calling the l3_hamode_db's method,
which assumes we're running agent-based HA and does some setup
and enforces agent checks.

Partially-implements: blueprint appliance-ha

Change-Id: Icbca3966901d22978bd987faa00b0f48d5e453bb
2016-02-29 12:27:37 -08:00
Adam Gandelman fbfd8eae6b Run pep8 tox against the correct path
We're currently pointing the old stubs and not the actual code.
This allowed a pep8 error in, so this fixes it and points tox.ini
to the correct place.

Change-Id: Iebd339ccf7a50ee0b45cf7b739d889db7da93f0a
2016-01-25 16:03:34 -08:00
Jenkins f8fa1df56d Merge "remove dead floating IP code" 2016-01-22 20:02:58 +00:00
Yang Li 9e5755ccac Fix ignore pep8 errors and a typo
Change-Id: I6dfcf0114e53edd7e541b98e9f67ed90ed0e89bb
2016-01-20 17:36:09 +08:00
Mark McClain 59aabe7a73 remove dead floating IP code
The floating IP code was deployment specific code that was added for
Icehouse. In it's current form it has not be used and had replacement in
upstream Neutron.

Change-Id: I86223212e944cbacac7a2d2ded7ba8b65ea5e9be
2016-01-18 23:30:33 -05:00
Mark McClain a1b3e6dd1a allow DHCP from router interfaces
This fix adds the router interfaces as allowed source addresses for
DHCP. This supports the Astara appliance case where DHCP is running
within the same appliance providing routing.

Change-Id: Ic4db49dc39a524b6c1557b9423496a1eb5d87843
Closes-Bug:1531967
2016-01-15 14:32:18 -05:00
Adam Gandelman ee4938d92c Add reno for release notes management
Change-Id: I2c893d9e3243d191bf8901b4991043413055ab82
2016-01-15 17:07:06 +00:00
Mark McClain 49dff31e1a Recent Neutron change[1] requires extensions inherit from base class
This change update the classes to inherit from the correct base class.

[1] https://review.openstack.org/#/c/228845/5

Change-Id: Icadf35c0b04b719847e361967ee1f402b10b041e
2016-01-11 11:19:09 -05:00
Mark McClain 966687652e This is the first step in removing auto added resources
Change-Id: Ie8ca7d0af012367fd669ca5c5afec649f2954e39
2015-12-23 10:55:47 -05:00
Adam Gandelman aa029dec8e akanda->astara 3rd step: Rename + modify code
Renames the module and updates imports, references and deprecates
config in favor of newly named equivs.

Change-Id: I56d1770182ca1f3fa4bf2401e7532b181ed1c23a
Partially-Implements: blueprint convert-to-astara
2015-12-04 10:32:25 -08:00