Commit Graph

19 Commits

Author SHA1 Message Date
Takashi Kajinami f2e1f90d62 git : Ignore generated octavia.conf
... by adding the path to gitignore.

Change-Id: I7333cf8d55b8703ea348bc48649b7bd5e9320623
2024-01-28 16:31:54 +09:00
Tom Weininger 54a778e8a5 Add *.orig to .gitignore
.orig files get generated by Git when a merge conflict happens. Nobody
should ever want to add those files to the Git tree. By including them
in .gitignore we prevent that those files get added by accident.

Change-Id: Ifff0a4a5f78e35ecd722ecdb15edd08347230842
2022-08-21 17:04:58 +02:00
Tom Weininger 72bdc0f88d Remove unneeded sudo in lvs-masquerade.sh
Fixes issue with SELinux and the lvs-masquerade.sh script on the
amphora.
The script already runs with root permissions, so the use of sudo
inside the script is unneeded.

Change-Id: I63474acbcea5106ea702d21cb238aa57cef5d96d
2022-05-03 07:57:11 +02:00
Michael Johnson d5fe092a3e Update amphora v2 for the failover refactor
This patch will update the amphora v2 code for the failover refactor[1].

[1] https://review.opendev.org/705317

Change-Id: I43803d0b750e8ca4722ababe296f2725148da405
2020-09-03 11:48:14 +04:00
Adam Harwell 3fc6b93dfc Ignore .vscode directory
Change-Id: Ia8eb8d07cede5eb8986c082bc5f5874d68442ce7
2019-05-04 18:28:55 -06:00
Zuul eaff849ac9 Merge "Add api-ref for amphora failover" 2018-01-13 01:59:24 +00:00
Adam Harwell 2ab55ebc91 Add api-ref for amphora failover
Change-Id: Ie55c54bc48eac966207430d84ec9b2707b058e28
2018-01-10 07:10:11 +00:00
Doug Hellmann 147e839189 ignore api-ref/build directory
Change-Id: I613d428fe6c292a0dc1d37a04cd13f837a402bb0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-01-09 08:33:50 +00:00
Jacky Hu 4b16a33538 Update gitignore
To exclude vim python-mode temporary directory.

Change-Id: I98cf578e7786b2553d4870de2effe1610591ce50
2017-12-17 15:32:09 +08:00
Michael Johnson 8608a59e2e Adds automatic ERD generation for the Octavia DB
This patch adds automatic Entity Relationship Diagraming (ERD) for
the Octavia database schema. The ERD will be available as part of the
Octavia developer reference documentation.

Story: 1558379
Task: 5271

Change-Id: I282b4128fcc72babd1a128d95ec0b3342802c2d4
2017-10-05 12:18:42 -07:00
Adam Harwell 8f381e8d39 Gatefix: Migrate from testr to stestr
Change-Id: I7339874be54b29a7eba9933c534445899b6fb8c1
2017-09-13 17:12:21 +00:00
Michael Johnson 93c8e006ce Update Octavia docs for documentation migration
This patch updates the Octavia documentation in support of the
OpenStack documentation migration[1].

[1] https://specs.openstack.org/openstack/docs-specs/specs \
    /pike/os-manuals-migration.html

Change-Id: I97fd038b8050bfe776c3fca8336d9090f8236362
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
2017-07-03 11:43:40 -07:00
ptoohill1 5e774f373a Octavia: Basic LoadBalancer Scenario Test
TESTING: Devstack plugin changes to run scenarios

Adds: Structure for tempest testing
Adds: Required tempest files and configuration for tempest testing
Adds: Octavia clients for communication with the API
Adds: Utilities for tempest testing
Adds: Mock session in method test_update_health_no_status_change of test_update_db

Co-Authored-By: Franklin Naval <franklin.naval@gmail.com>
Co-Authored-By: Madhusudhan Kandadai <madhusudhan.openstack@gmail.com>
Co-Authored-By: min wang <swiftwangster@gmail.com>

Change-Id: Ifd821ad0d94131e7dc42f2a52746ec094cf4153e
2016-09-23 22:50:05 +00:00
Michael Johnson bc2e9beb3a Adds a process to generate key flow documentation
Octavia extensively uses TaskFlow flows for orchestration.
To make it easier for developers to understand these flows,
this patch adds a mechanism for generating graphviz representations
of the key Octavia TaskFlow flows.
It also updates our tox docs task to generate this documentation.

This patch depends on a fix to the TaskFlow export_to_dot method.

Added into conf.py as first step of configuration

Closes-Bug: #1561063
Change-Id: I914e1c062b400148565def37ccf618b3d2ea2573
Depends-On: I99f87af0b2bed959fcb43ef611b3186e23bd9549
2016-08-10 21:39:38 +00:00
Kyle Mestery 8c741ba383 Add reno for release notes management
Change-Id: I963992cc0278d38ecae506d597072e8eb8b45e13
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-12-04 14:42:32 -06:00
Stephen Balukoff cf1917121c Add .eggs/ to .gitignore
Minor update to .gitignore

Change-Id: I0f7107aa45310e995685a7ff30cd3c1008cdb3a9
2015-10-05 11:26:24 -07:00
Carlos D. Garza 0969dcb7a8 Implementation for bp/api-to-oslo-messing-handler
Implements: blueprint api-to-oslo-messaging-handler

Change-Id: Ia23418943c6c21032bf204132a8118ace237ef10
2015-04-08 21:46:54 +00:00
Stephen Balukoff 3f281cc457 Adding a couple files to .gitignore
These appear after running tests locally. It's annoying to get bugged about
them constantly. Basing this file on Neutron's .gitignore.

Change-Id: I5245dd0c94e79dba49ee508ef0a35d453b880385
2014-08-01 23:03:01 -07:00
Stephen Balukoff f77df1766c Populate repository with common initial files
Every repo needs a first commit, eh? Most of this
is based on the neutron and neutron-specs project layouts.

Change-Id: I17a41fc30f8f8499c679afad14019c0755582bc6
2014-07-02 20:30:14 -07:00