Commit Graph

86 Commits

Author SHA1 Message Date
OpenDev Sysadmins a74900e9be OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:20 +00:00
Sumit Naiksatam 485f38fa0d Fix member list population
In cases where the member is not created via the UI, the metadata used
for filtering the members on retrieval is not added to the VMs. Hence any
member VMs that are created outside the UI are never shown in the member list.

This patch fixes this issue by reinstating the earlier filtering logic to
find the member VMs belonging to a particular PTG in case the above metadata
is not present.

Change-Id: Ic2154d04c292269dd7cb46edf19f3a7f3bbe1364
Closes-bug: 1691598
2017-05-17 23:51:49 +00:00
Sumit Naiksatam 5296bc82a7 Newton sync
Change-Id: Ic4d0db29cee52819c3dcbbf50a2de709c5fe3c7c
2017-03-05 02:29:52 -08:00
ank 44a3e4acf3 Member list to show ERRORED instances
Change-Id: I1b1a659c2a6ce85e375d7892a54d998b3697265f
closes-bug: #1482325
2017-01-27 15:44:14 +05:30
ank d725eeabaf Allow specific PTGs to hide from member create
By default all PTGs will be listed as available groups
and allows to select any groups.There is no way to specify
PTGs to not consider while launching a member.
As a solution, providing optional configuration parameter
GBPUI_HIDE_PTG_NAMES_FROM_MEMBER_CREATE to specify
which group to excule based on group name regex match.

This optional parameter can be specified in openstack dashboard
local settings(openstack_dashboard/local/local_settings.py)

e.g.
GBPUI_HIDE_PTG_NAMES_FROM_MEMBER_CREATE =
    ['*.backup_network_group_name', '*.another_group_name']

With the above definition, create member form wont show PTGs with
name ending 'backup_network_group_name' and 'another_group_name'

Change-Id: Ibda517bb8bb747e9cf205979521c6903fdef8d17
Closes-Bug: #bug/1639137
2016-11-14 09:52:42 +00:00
ank 9832b43a59 Added Description to create policyclassifier form
Change-Id: Idf4750874c30e08383b46ccc974c2dd2fc493e35
Closes-Bug: #1634351
2016-10-18 12:05:51 +05:30
ank dd31fc9126 member create: handling SubnetNotFound exception
ignoring stitching subnets by catching exception
while associating fixed ip with corresponding
subnet id

Change-Id: Ieccecc41b2608102c201f48fcd1c831db19882a6
2016-10-06 19:34:26 +05:30
Sumit Naiksatam 72d30c8265 Fix create-member while retrieving PTG details
Conditionally process prox_group_id and proxied_group_id.

Change-Id: Ic810c6a11a7e46e9b916eadda77a9157a6fa84c0
Closes-bug: #1627883
2016-09-26 16:01:27 -07:00
ank 3bd464bf51 Hide stitching PTGs & subnets while member lauch
User should not be able to associate ip address
from either stitching PTGs or subnets, hence
hiding the same during member launch.

Also moving out fixed ip address from square
brackets and changing square brackets to
function brackets around 'Click to Set IP'
and 'Click to Edit IP'

Change-Id: Ib64604801530c244cc469d75dd5fb2065316ac11
Closes-Bug: #1626903
2016-09-23 14:18:35 +05:30
ank ebd860e5ec Separate Set and Edit IP links from group name
As part of #1609363, links was added to associate
fixed IP while creating member for each group.
As part of this bug, sepated IP address association
links from group name as mentioned below
To set IP address : <group name> [Click to Set IP]
To edit associated IP:
<group name> [<ip address>, Click to Edit IP]

Change-Id: Ia51224aeb23559dd2ff6d0faa3cf5c6b9d4e3097
Closes-Bug: #1611908
2016-08-11 00:17:47 +05:30
ank 41664d882c Add a link on the group to associate fixed ip for a member
Change-Id: If5e9c12890d79618050167966ddde57191b8e938
Closes-Bug: #1609363
2016-08-04 15:42:41 +05:30
ank 0d1f36ac0b Prevent configuring fixed IP if building more than one member
Change-Id: Ib2be0fa8742d0d066ec1115bfbfb3209a7c2d1f3
Closes-Bug: #1582527
2016-06-27 17:04:45 +05:30
ank 47d2a569aa Policy Classifier update is failing
Change-Id: I142b9f02705be21141336a751a9204322ae93d98
Closes-Bug: #1589738
2016-06-09 10:46:35 +05:30
ank a924945dce Allow group member to create with fixed IP
Change-Id: I0f00bc39a07eeb524c036c99b79b99bade480dcd
Implements: blueprint fixed-ips-for-pt
2016-05-12 10:09:07 +05:30
ank f0bedbde6b Show Service Chain instances list and details
Change-Id: I04724770c3eb1dc67abfa1449ff15bf3d1b9d3b4
Closes-Bug: #1566006
2016-04-20 10:39:49 +05:30
Sumit Naiksatam 5ade0d2013 Pinning to stable/mitaka
Change-Id: Iacace591eb4fdd13c307722b6f12ef8e1ada077a
2016-03-22 22:49:49 -07:00
ank dcdcb31a64 By default do not associate access keypair to member create
Change-Id: I63571a3de862018377184f47dc500053545046ae
Closes-Bug: #1558540
2016-03-20 12:02:37 +05:30
Sumit Naiksatam e524e6b215 Syncing with mitaka dependencies
Change-Id: Ic30bd61b99a20d82da8c0563d9e7230ccee76575
2016-03-02 09:45:13 +05:30
ank 8b731e1a87 Policy Classifier creation dialog keeps loading forever
Due to change in horizon base url from / to /dashboard,
javascript files are not getting loaded

Change-Id: I7bd713124ffaff4d3a884a1ba40b1bdd1342439e
Closes-bug: #1538679
2016-02-08 03:59:21 +00:00
Jenkins 6b892f36ec Merge "Deprecated tox -downloadcache option removed" 2016-02-03 16:18:55 +00:00
Jenkins 98214cb9a9 Merge "remove python 2.6 trove classifier" 2016-02-03 16:18:42 +00:00
Sumit Naiksatam 2880a56eec Remove the version number from setup.cfg
Change-Id: I730048767e02ea2c35a01713d500c3efa80fa1cf
2016-01-28 16:35:41 -08:00
Sumit Naiksatam 65a6632271 Aligning with liberty dependencies
Change-Id: Ied0fccc89323fe261b7b2378bfccb3cd007b5801
2016-01-01 19:19:55 -08:00
Doug Hellmann 2eeff74cee remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: I437995c0d450c01586bf66740b4dd618d6c3dc19
2015-12-23 01:31:09 +00:00
ank f40047f4a7 Add UI support for inject_default_route attr in l2policy
Change-Id: Iac0ea63f034779e3dc93c0e72915d31178018498
Closes-Bug: #1527683
2015-12-19 07:27:20 +05:30
Ondřej Nový 87aa89ef50 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: I41223342a691defad200dbfdc45c6df6bc37c314
2015-12-11 23:03:03 +01:00
Jenkins 5d0c13b845 Merge "Classifier to support custom IP protocol numbers" 2015-12-11 18:50:08 +00:00
ank 276a0fd1ab Support create member with multiple NICs
Added Networking Tab to member create work flow.
Deault provider PTG will be shown as selected
NIC, additionally user can select other PTGs
to to add multiple NICs

Change-Id: I3ceadc0f2ca9de6d9be2c4349eba6623a9aa4cd4
Closes-Bug: #1491540
2015-12-09 20:00:23 +05:30
ank 75f6015af3 Classifier to support custom IP protocol numbers
Change-Id: I7cb461bae0908844f4456ef7048afa319a1dfe80
Closes-Bug: #1499916
2015-12-04 21:09:45 +05:30
ank aefb07dd91 Allow classifier with 'ANY' protocol
Closes-Bug: #1416471

Change-Id: I3731a7cedf63075864ae0792b077c7dcc7a9cabc
2015-11-30 10:12:47 +05:30
ank cf058d954e Remove 'allow broadcast' option for L2P
Removed 'allow broadcast' option for
L2Policy create and update

Change-Id: I7c5140abc6eede42874e03b39e8f77805bef55ff
Closes-Bug: #1519117
2015-11-24 18:33:26 +05:30
sriharshabarkuru 3d53287284 No option to CRUD NAT Pool
Added support for "NAT Pool" CRUD in
network policy page.

Change-Id: I0f226c77c6cde426de5fa4c8628eb173281fc518
Closes-Bug: #1497781
2015-11-16 18:24:26 +05:30
Jenkins 7271ee2722 Merge "Can't associated multiple ext-seg to L3policy" 2015-11-04 17:24:48 +00:00
sriharshabarkuru ae2dad085c Can't associated multiple ext-seg to L3policy
Added support to associate mulitple external
segments during create & update.
In L3Policy form, changed the external-segment
widget to MultiSelect to remove/unset
external-segment.
Made external segment IP optional.
Displaying all External segments
in L3Policy.

Closes-Bug: #1505348
Closes-Bug: #1506145
Closes-Bug: #1499935
Closes-Bug: #1499829
Closes-Bug: #1504884

Change-Id: I200e8d1fb4f354db3e8fa85c1458371628fe1dc2
2015-11-03 16:31:40 +05:30
sriharshabarkuru faa77b0218 can't associate multiple ext-seg to an ext-group
Added support to associate multiple ext-segments
to external group while creation and also made
subnetID as optional field in ext-segment
creation.

Change-Id: I3cd591caede3a513e95c670235db47ed72249353
Closes-Bug: #1505416
2015-10-28 19:42:36 +05:30
ank 26ccad1549 Unable to update PTG if NSP is associated
We were getting this failure because of
incorrect query for Network service policy
from form context

Closes-Bug:  #1503833

Change-Id: Ic8f565cb6bb05bef8e4fb9cdf70acb85a88a8c3c
2015-10-26 14:45:53 +05:30
Sumit Naiksatam ca2247a744 Updating stackforge references to openstack
Change-Id: If461df78c436a23414daba16f0e604852b2b3b3c
2015-10-17 14:05:21 -07:00
Patrick Smith 1f686ba99a Fix booting from volume snapshot
When passing the source type of the block device mapping when booting
from a volume snapshot, we need to specify "snapshot" instead of
"volume".

This fix is the same as the one applied in horizon:
a1db17aeff

Change-Id: I4b110af9956773e1ce53dbce91557ac26f171c1a
Closes-Bug: #1499418
2015-10-02 14:54:47 -04:00
ank 76e7b1a15d added fix to show members immediately on create
Change-Id: I17cb3e6c2eb2db1eed374c9e3e30edc9c905f611
Closes-Bug: 1463932
2015-09-29 18:35:30 +05:30
Monty Taylor faec484b89 Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: I71f979a30004b553c200014ad8e0ec44c44891c1
2015-09-21 14:59:39 +00:00
sriharshabarkuru bc244d1e66 Fixed incorrect list of l3policies
Added link for Network Service Policy details.

Change-Id: I42b4e4e295a70eeddd4f6a12b6486e8010a71b88
Closes-Bug:1487200
2015-09-15 10:27:51 +05:30
sriharshabarkuru bd60db1333 Fixed issue of unselecting ruleset from policy group.
Change-Id: I64ccff6f982b955fdecc14c27090c6346cd0c0db
Closes-Bug:1488796
2015-08-26 18:18:31 +05:30
sriharshabarkuru 758c79a354 Added Support for External Policy & External Segment
Change-Id: I11a2ce93cec430447a34099a502be7da59ea0f18
Closes-Bug: 1463928
2015-08-24 21:52:17 +05:30
ank 7ad0c904ac added fix for prs edit issue
Change-Id: Id31d9d309d6ac0a730a084e573c7d766ffacadd1
Closes-Bug: 1485038
2015-08-23 10:09:49 +05:30
Sumit Naiksatam b9b0e3a793 Open Liberty
Change-Id: I4895ef430228f9b2ea890cb2b8c493986b16b605
2015-08-17 23:10:32 -07:00
Jenkins 360e81b4df Merge "Added service profile UI support." 2015-08-17 05:37:04 +00:00
sriharshabarkuru 0d94f4b2cd Added service profile UI support.
added fix for xss also

Change-Id: I98d4c44c22e47024daae45ad7042970a3b6b631b
Closes-Bug:1463934
2015-08-16 20:28:59 +05:30
sriharshabarkuru d93078787d Fixing policy classifier creation failure with http, https, ftp, smtp & dns
Change-Id: I43ee0a01edfeb519e7c3750a18ade2bf324281f9
Closes-Bug:1479446
2015-08-16 10:52:42 +05:30
Jenkins 2aaacff27d Merge "Under policy tab user can see only his own resources and 'shared'" 2015-08-16 04:50:18 +00:00
ank 5681451c73 Creating policy target based on instance name
Closes-Bug: 1477404

Change-Id: Icc52e8e6850d8f25af552feebe54c92b5657bbf5
2015-08-14 12:09:04 +05:30