Commit Graph

16 Commits

Author SHA1 Message Date
Sean McGinnis 7839f35ca3
Retire repo
This patch completes step 2 of the infra project retirement process
found here:

https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#step-2-remove-project-content

Reference:

http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015600.html

Depend-on: https://review.opendev.org/737566

Change-Id: Id3a5477860323547a4e17155061f597a8c96640b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-06-23 10:49:40 -05:00
whoami-rajat 34fd2a0ec7 Add dragonflow-status upgrade check command framework
This adds basic framework for dragonflow-status upgrade
check commands. For now it has only "check_placeholder"
check implemented.
Real checks can be added to this tool in the future.

Change-Id: I9791b3fcce65b08f92b3c5d54b529633579f795a
Story: 2003657
Task: 26128
2018-10-18 16:03:00 +05:30
Shachar Snapiri 13bf7cf6c5 Add support for osprofiler in dragonflow
Added first version of osprofiler support.
Added for all nb_db classes, for all events and first_packet handling in
the controller.

See osprofiler guide at:
https://docs.openstack.org/zaqar/latest/admin/OSprofiler.html
Dragonflow instructions are at doc/source/osprofiler.rst.

Change-Id: I2ad3405f6884d6a39f243913c1ab5bdaf6855b84
Closes-Bug: #1690272
2018-01-14 13:27:55 +00:00
rajat29 954a56aa3d Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html

Change-Id: I5b002aafe05541dfbfc81298446079fe46f80ccd
2017-11-17 10:23:38 +05:30
OpenStack Release Bot c6e5b8c23f Update reno for stable/newton
Change-Id: I86e1ddd2d6aacd7a4e24ef63f4b0b6606ed3b709
2017-10-26 18:54:28 +00:00
chenghuiyu e7b791eccc Fix new release note in releasenotes
Change-Id: I867520412ed59ec8a90a281a7ff0a774b82d2ce2
2017-10-13 16:53:27 +08:00
XieYingYun fbf039e576 Update reno for stable/pike
Change-Id: I6ff9dc931f6f89169d841bccdd796b7b6f224952
2017-09-07 18:41:26 -07:00
rajat29 0129831a16 Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I4f7bc944d2c5a0deb08109ebe20600247314e25d
2017-07-27 16:44:11 +05:30
Hangdong Zhang 3ccaea6a2d Update and optimize documentation links
1. Update URLs according to document migration
2. Update the dead and outdated links
3. Optimize (e.g. http -> https)

Change-Id: Icd6b6b3e738d615a406120d302453a04751c199d
2017-07-19 10:58:45 +00:00
Hong Hui Xiao d1762b7aa5 Add rate limiter to icmp handler(L3 proactive app)
To support traceroute or its backend network functionality, some icmp
messages are generated or re-processed at local controller. This
provides the possiblity of DDoS attack.

To prevent that, several global rate limters are added. So that the
controller won't be overwhelmed. Global rate limters should be enough,
as icmp works as control message.

Change-Id: I2d588a7db246bce4bef8e4f32a4fdd0dfb14384d
Implements: blueprint traceroute-support
2017-02-16 12:53:45 +00:00
Li Ma f72ce9cfcd Update reno for new releases
Change-Id: Ic29b70f0c679fa46b596fe411386aefc1ddc8ad4
2017-02-13 17:23:38 +08:00
Li Ma 2ec55be2b7 Support reno releasenotes
You can run 'tox -ereleasenotes' to generate the doc.
Currently it is nearly empty. We can decide when to make it
work in our release cycle management.

Change-Id: I13506a3f654265262a0696f85d0c4c94835ee0ee
2017-02-09 13:41:21 +08:00
Andreas Jaeger 9fc1383a8c Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: Ic1f9bb3661295634721815c8153bd862b60041ac
2016-10-06 20:26:17 +02:00
Gal Sagie 3b4e983489 Add release notes generation to Dragonflow
Change-Id: I7c5239097011a39f5ef5fb5f18d89cf86f3bf8d2
2016-05-30 09:04:22 +03:00
Li Ma 4033d3833b Add Zookeeper driver for DB
The devstack only supports ubuntu,
because I don't have other envs.

I'll update devstack scripts when I set
up other envs.

To solve the stateful client bug, lazy
initialization is introduced.

Change-Id: I3e74601f2b867b695578f18be2faf7efc33bc7aa
Implements: blueprint zookeeper-driver
Closes-Bug: #1534504
2016-01-19 19:39:17 +08:00
Gal Sagie ded1deb1c5 Add Reno release notes to Dragonflow
Add support for publishing release notes using
Reno in Dragonflow, similar to [1]

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

Change-Id: Id1374556c243aca1d5cbad390725a3451eabe7c7
2015-12-15 17:53:39 +02:00