Commit Graph

41 Commits

Author SHA1 Message Date
OpenDev Sysadmins 4d389bc233 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:50:25 +00:00
Ian Wienand 4880e69393 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ifcd9c45dd3e8d4cbb3e13b06cd170b5d5b227581
2019-03-24 20:33:44 +00:00
Thomas Bachman 7c229a853b Support protocol numbers in PolicyClassifier
The PolicyClassifier currently only supports the named
protocols of 'icmp', 'tcp', and 'udp'. In order to allow
for the full range of protocols, the constraint validation
needs to be relaxed to support protocol numbers 0-255.

Change-Id: Icd9c442e868339cf845b1255dd6ed3ffe31e85af
2017-06-08 18:48:55 +00:00
Sumit Naiksatam 52eaab8c9e Add Application Policy Group resource
Change-Id: I0eb9f444ffb8325af0dfee48e1a07eda41f53161
Implements: blueprint application-group
2017-03-21 11:25:32 -07:00
Sumit Naiksatam 2c6ebb522f [aim-mapping] intra-ptg-allow ext attr for PTG
Heat support for this extended attribute added to the backend.

Change-Id: I21bcaa658f5c0a2f5cedd903cea7de31aa2ed357
Partial-bug: #1648019
2016-12-08 00:45:02 +00:00
Sumit Naiksatam ea1fb17250 Do not set default fixed_ips for policy_target
When fixed_ips is not specified, this attribute should
not be sent to the backend. Currently a default value of
empty list is being sent which is interpreted as an
actual value by the backend.

Change-Id: I91ca5c1f9d86dc81f47fbb79eb8723bd21c6bd50
2016-12-02 22:31:00 +00:00
Sumit Naiksatam a90bc014f6 fixed_ips for PT and reuse_bd option for L2P
fixed_ips option was added to the GBP neutron mapping
a while back and is similar to the fixed_ips option
for the Neutron Port.

The reuse_bd option is used by the apic driver.

Change-Id: Ie3f76ac4b9ed04354079e28a6be911b85856cc6b
2016-11-19 00:20:22 +00:00
Sumit Naiksatam 545eec2fe4 Add service profile ID prop for service chain node
Change-Id: I1c307be9ff5b8ddd5c3ec08a8b3cbfacc15c4966
Closes-Bug: 1573784
2016-04-22 13:44:17 -07:00
Sumit Naiksatam 052100c8df Pinning to stable/mitaka
Change-Id: I775c85e384712063abf6dd3aecdf48364d6fc6f0
2016-03-22 23:15:46 -07:00
Sumit Naiksatam 1ec1bec0a6 Syncing with mitaka dependencies
Change-Id: I99448977f2078437c083e684769c50ce432a8f68
2016-02-22 12:10:36 -08:00
Jenkins dd5fa44d7c Merge "py26 is no longer supported by Infra's CI" 2016-02-05 02:24:06 +00:00
Doug Hellmann 2b6ab49bf1 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: I7229296540362dd74baf1b04b8b5b197053037d6
2016-02-04 23:29:10 +00:00
janonymous 2be1973069 py26 is no longer supported by Infra's CI
Python 2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it too.

Change-Id: I8b4ad4d86a61fcf2d796fc77defa96f3a9d19830
2016-02-04 23:28:54 +00:00
Sumit Naiksatam b4a05b3993 Remove version number from setup.cfg
Change-Id: I2295f4dacc6c7ee950953b617cf9cae4e13849ce
2016-01-29 12:14:49 -08:00
Sumit Naiksatam 6ad0f903a4 Sync with stable liberty
Change-Id: I6f5fd639e9e27ad5e45d089004e20c503f009f6c
2016-01-01 00:59:12 -08:00
Sumit Naiksatam 2f7306b426 Updating stackforge references to openstack
Change-Id: I26e500b878d7322015f73eda151c2ba3b63b86d2
2015-10-17 14:26:03 -07:00
Monty Taylor 41ec7b9d59 Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: Ie83ccd70ef96453d06a3c90e381135fa732c2601
2015-09-21 14:59:33 +00:00
Sumit Naiksatam c56d940da4 Changing property of external_segments for L3P
To a format:

external_segments:
    - external_segement_id: <es_id>
    - allocated_address: <ip>

This allows using a Heat resource ID for "es_id" (earlier one
had to specify the actual GBP ES id, so it was not possible
to reference a ES created earlier in the same Heat template).

Change-Id: I782fdb6cf1109f9662acd623ccbbc1687924bb60
Closes-bug: 1490773
2015-09-01 01:32:20 -07:00
Sumit Naiksatam 9c5f645947 Open Liberty
Change-Id: I23764593a7ac9d920c5349147315ce3b35de39b9
2015-08-17 23:13:59 -07:00
Sumit Naiksatam e2d6566643 Add Service Profile, shared attr, GBP namespace
Partially implements blueprint node-centric-chain-plugin

Changes namespace for Service Chain resources to OS:GroupBasedPolicy
Closes-bug: 1476803

Adds shared attribute for Service Chain resources
Closes-bug: 1475461

Also updates test-requirements to sync with global requirements.

Change-Id: I7c535dbadbe68ed5ba51f5ac63418af3100d7737
2015-07-21 12:14:33 -07:00
Sumit Naiksatam 61a2c9cfb0 Fix UTs due to change in Heat stack create
Adapting UTs per changes in Heat commits:
a5297fec8a470d2aef8e41c1c4bee16f986aff74
ed52c86549e65544ca9813d0da135b29d31a4460
10a00d3ee4735bd88c6afbefc1b4a7b63104b060

Change-Id: If983dd6dc49d3fa72e2504e225411a1d13230145
Closes-bug: 1476074
2015-07-19 21:15:03 -07:00
Sumit Naiksatam f807d5b72b Fixing pbr and heat dependencies for kilo
Change-Id: I2b18409c807b008cd4b1926f53144307c662fdb3
2015-05-09 22:34:13 -07:00
Susaant Kondapaneni b6becb8545 Moving GBP resources to an independent namespace
Change-Id: Ia345257c4423974ecdc124c46dbdd7ea8a4692d2
Closes-bug: #1419948
2015-05-06 17:16:46 -07:00
mageshgv 363d8b9f11 Update GBP automation to work with heat kilo trunk
Change-Id: I89c9e1ad27a7eaaa72cfe2cc6242f856bdfa5eb0
Closes-bug: 1433530
2015-04-27 19:52:35 +05:30
Jenkins 2461883e49 Merge "Fix GBP heat stack update handling" 2015-04-03 17:36:49 +00:00
Susaant Kondapaneni a02fb68229 Fix GBP heat stack update handling
Change-Id: If8b3d03715b58372dcc478eee3af2cdde9664256
Closes-bug: #1421000
2015-04-02 17:49:11 -07:00
Susaant Kondapaneni 58ae2c7976 Allow port ID for policy target
Change-Id: I1d8354d1b8ad3a08ec29c22d2c2df41540be82f8
Closes-bug: #1419947
2015-02-13 10:08:45 -08:00
Sumit Naiksatam e4451d9479 Adding Subnet ID to External Segment
This is required for Neutron mapping.

Change-Id: Ia7e21b494feb2140d0b1f27e556523b3f8f3a45e
Closes-bug: 1420626
2015-02-10 22:29:27 -08:00
Sumit Naiksatam 93882f6ead Fixing package version name
Changing from gbpautomation to group-based-policy-automation

Change-Id: If4c0cabae570c2b9237b572faffc6ab887c737dd
Closes-bug: 1419331
2015-02-07 12:24:40 -08:00
Sumit Naiksatam 0efa7f4fc0 Open Kilo development
Bump pre-version to 2015.1 to formally open master branch to Kilo
development.

Change-Id: I2b807adbc5f7d89f5ab431106aecc649c99115fc
2015-01-06 02:58:56 -08:00
Susaant 56716b487c Add support for External Access model
Heat resources for:

External Policies
External Segments
Nat Pools

Also, 'shared' attribute added to applicable resources.
Partially Implements: blueprint external-connectivity

Change-Id: I39b11c973565673313de21aa38a540173fc34628
2014-12-19 23:29:35 -08:00
Jeremy Stanley bf941b5d4b Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I813ca759abceaa19bb395f2811f0491f494a8da0
2014-12-05 03:30:45 +00:00
Susaant 5e0f00f815 Heat renaming of GBP resources
The following resources are being renamed:
Endpoints -> Policy Targets
Endpoints Groups -> Policy Target Groups
Contracts -> Policy Rule Sets
The changes to the spec are outlined in:
https://review.openstack.org/#/c/134747

Partially-implements: blueprint group-based-policy-abstraction

Change-Id: Idcabea87dbaf921b59c6c1f869b1ad971501d473
2014-11-23 09:40:19 -08:00
Jenkins 95fe4101ca Merge "Implementation of GBP ServiceChain resources" 2014-11-12 20:21:19 +00:00
susaant 539862c03b Implementation of GBP ServiceChain resources
This patch implements:
ServiceChain Node
ServiceChain Spec

Implements: blueprint group-based-policy-automation

Change-Id: I4ac1e924a492949b54e76f8f99e0dc951a0e82ef
2014-11-11 02:18:23 +00:00
susaant.kondapaneni 12ef099a43 Group Policy API-4 HEAT resource: Network Service Policy
This is the fourth patch in the Group Policy resources implementation
series. This patch implements:
    Network Service Policy

Change-Id: I7839d74740fd08cfa176df81cac7f5580d796740
Implements: blueprint group-based-policy-automation
2014-11-11 02:18:06 +00:00
Hemanth Ravi ca098b6bc5 Group Policy API-3 HEAT resources: Contracts
This is the third patch in the Group Policy resources implementation
series. This patch implements:
    Contracts

In the context of larger Group Policy model, Contracts contain Policy
Rules and Endpoint Groups consume or provide Contracts.

Change-Id: I9d92913f656af5a5d177f0cff5f3b306ced06fdf
Implements: blueprint group-based-policy-automation
2014-11-11 02:14:21 +00:00
Hemanth Ravi cbbc6d5546 Group policy API-2 HEAT resources: Classifiers, Rules
This is the second patch in the Group Policy resources implementation
series. This patch implements:
    Policy Classifiers
    Policy Actions
    Policy Rules

In the context of larger Group Policy model, the Policy Rule resource
is referenced by Contracts, which will be introduced in the subsequent
patch.

Change-Id: If6df98133bb517ebfba37e20a988d9837aeee7f8
Implements: blueprint group-based-policy-automation
2014-11-11 02:14:05 +00:00
Hemanth Ravi a878e4080a Group policy API-1 HEAT resources: EP, EPG, L2, L3
This is the first in a series of patches which implement
resources for neutron group policy APIs.

This patch implements four new resources:
    Endpoint
    EndpointGroup
    L2-Policy
    L3-Policy

Change-Id: Iac413aaa460bffa5c6f111e2e16beb9507a3d24a
Implements: blueprint group-based-policy-automation
2014-11-10 18:09:06 -08:00
Ivar Lazzaro 15db2af2bb Repo Init
enables unit testing and heat dependency

Change-Id: I51908e334b7ef3f0a2c200a1dae85de81e418a23
2014-10-17 17:52:39 -07:00
OpenStack Project Creator 21fd205646 Added .gitreview 2014-09-25 00:37:21 +00:00