12 Commits

Author SHA1 Message Date
Vu Cong Tuan
58623931f0 Do not use “-y” for package install
According to "code conventions" [1], do not use "-y" option.
Instead, use apt-get install package, yum install package,
or zypper install package.

[1] https://docs.openstack.org/doc-contrib-guide/writing-style/
code-conventions.html

Change-Id: I19d120c57d8f8d1a5e9ab2259587d1978ee8fbed
2017-11-08 14:33:28 +07:00
Zuul
b7df5e3d0a Merge "Add zuul v3 support/jobs" 2017-10-27 20:28:00 +00:00
Michael Johnson
b9d8aa3fd6 Add zuul v3 support/jobs
Setup support for running the linters and functional tests under zuulv3.

Depends-On: I6490979d208938634373c08d164461e9d5d1150a
Change-Id: I04d1d38b6fb80400ffbe38e803f760b99eadf232
2017-10-27 10:45:17 -07:00
Kourosh Vivan
59d88d4cc4 Fix var name in doc
octavia_service_net_subnet_cidr do not exist,
var name is octavia_management_net_subnet_cidr.

Change-Id: I5b8d261c17c721e4b7e0b4ee7e58088ea18bed24
2017-10-26 10:18:25 +00:00
German Eichberger
072bf2c64d Enable V2 Octavia API (Experimental)
For Pike Octavia gains a way to run independent of Neutron with the
new V2 API. This adds an (experiemntal) switch to enable this which
defaults to False.

Change-Id: I009ea4feb7aecda861701af277122001c9bf4500
2017-08-10 21:08:37 +00:00
German Eichberger
8cfa0e02ca Octavia will create the network + upload image upon request itself
This is needed to simplify an intgrated AIO deploy

Change-Id: I7b8a2314a23281a4369d431aba280e0c0dc66f22
2017-07-21 21:53:38 +00:00
ZhongShengping
e8693a1935 Fix openstackdocstheme settings
To use openstackdocstheme 1.11.0 properly, this patch fixes
some settings according to follow[0].

[0]https://docs.openstack.org/openstackdocstheme/latest/

Change-Id: I79f5da1152a7d6ba172230547cd94ee787dbb91a
2017-07-03 16:21:03 +08:00
German Eichberger
38e365f945 Adds iptables rules to protect octavia server container
- Adds iptables rules
 - Makes sure that health manager ip is the one
   on the management interface
 - Reworks variables
 - Improves documentation
 - Tests now run with an extra octavia network
 - renamed mgmt network to lbaas-mgmt
 - added ubuntu/centos specific iptables save/restore
   commands/packages

Change-Id: I761ce0d2dce73d018c2ba2022798a3962e44b235
2017-04-07 09:47:13 -04:00
German Eichberger
f28deeed3c Adds anti affinity hint and az configuration option
This adds the anti-affinity and availability zone configuration
options and recommends anti-affinity in the config documentation.

Change-Id: Ie4a196eba868b03b52bf98312c6a38b68369ad85
2017-03-28 12:03:25 -04:00
Jimmy McCrory
9d873be6ab [DOCS] Fix rendering of code blocks
Add a new line above code-block directives.

Change-Id: Ib60c26947c925e0b26d0847e0e3621b15925c1eb
2017-03-11 19:23:04 -08:00
German Eichberger
97ee48059e Clarifications and doc improvements
- adds a few lines the install doc
- adds a comment to test network config

Change-Id: I98b005aee7ad220634b8f58b098ce459b4c78179
2017-03-09 09:22:12 -05:00
Major Hayden
f510d6561c Octavia role hacking
- installs Octavia service in OSA
- adds a test which installs Octavia (but uses noop
  to work around gate limitations)

Co-Authored-By: German Eichberger <German.eichberger@rackspace.com>

Change-Id: Idb419a4ca5daa311d39c90eda5f83412ccf576ad
2017-03-01 12:48:12 -05:00