This removes the unnecessary extra line break that
gen-oslo-openstack-helm creates at the top of each
file
Change-Id: I00803c63b2125b71e7f2740959f3de08026d9e57
The ports we add to the external network bridge or standard physical
network bridges may be in a down state after they are added. This
ensures we bring them up after adding them to the bridge
Change-Id: I34b1c2fa17bdfd4941c09de8162418ee3d36eaba
This PS moves Neutron to Kolla produced and published images:
* This is part of a larger effort to move to a single image source
Change-Id: I948b32ebabe5acd02dbe0ca6e2f556ae5db29e03
This PS moves Nova to Kolla produced and published images:
* This is part of a larger effort to move to a single image source
* Stackenetes Newton images do not run with the systemd cgroup driver
in my testing.
Change-Id: I10fff6e9f2977104726c8a2f34090a86e524b661
OVS agent was pointing at the wrong config file, it should reference
'ml2_conf' rather than 'ml2-conf'.
Change-Id: I39d20d621f3634456498440cd4d35ac117cbe1f7
Currently cinder doesn't include the template for adding
rootwrap. As we look to include additional backends, we'll require
rootwrap.conf to be present for cinder function properly
Change-Id: Id8af3637edca12bc54edc9e25f5f88b2ef0cc410
The Keystone Chart had some extranious whitespace at the
end of lines, this commit rectifies that.
Change-Id: I4da8e4812a5aa92b85cc3baa3f76d08ba5967091
The Nova Chart had a large amount of extranious whitespace at the
end of lines, this commit rectifies that.
Change-Id: I7dd483010388f6c59971ccddb77d2e57b4479e08
This PS adds OpenStack-Helm formatted configuration files for
all the standard Neutron Plugins, which was missed in the original
PR on GitHub.
Change-Id: I1467ca0f3d0308657ff39cc0e096089826de9575
The Neutron Chart had a large amount of extranious whitespace at the
end of lines, this commit rectifies that.
Change-Id: I2280563934e07958d0ac5b2a93b0840a8b6424ab
This commit moves Heat to use the configuration methods from Nova,
Neutron and Keystone.
To make reviewing easier, volume configuration will be summited in
a seperate PS.
Change-Id: I3714f885cf4a6a9a34ba13fc9ea4a37e5bcef638
This commit updates the Nova DB init jobs to match those of other
OpenStack Helm Services, it completes the work to move away from
Ansible for DB management.
Change-Id: I2e53846f917a56448392cfebe5d8548f96e3eed2
This commit resolves an error that was introduced in:
* 16508c32ee
It also moves to a mostly autogenerated config file produced
by the Docker Container within the openstack-helm repo.
Additionally it also removes some extranious whitespace
Change-Id: I3b6d153c89783fa5f818df7d416c565a3d682552
This removes the components used for TravisCI before the move
into OpenStack as they're no longer useful
Change-Id: I9dbe39231d971b39d76e4e30aab4e95abcdb5e33
Now that we're in OpenStack, we should remove OWNERS and use
gerrit groups instead. This reduces confusion and gives us a
central location to point to for group membership
Change-Id: Ie85b8671b8ccac782dd53b22d554ee3ec18f5c88
* Initial Commit of Nova Configuration Overrides
This commit is an evolution of the initial keystone configuration
overrides work
It expands upon that work by introducing many of the same concepts
into nova. It differs in that a few concepts were changed. Namely
the helm-toolkit/_oslo.tpl concept was abandoned, as there are too
many unique oslo paths for configuration elements, so dynamic oslo
setting mechanism was moved locally into configmap-etc.yaml, where
it is generally used.
Secondly, in nova the mount override effort was altered to instead
provide mount "append" capability. Keeping the manifest mounts
closer to the actual pod, and keeping values.yaml a tad smaller.
This still allows the original flexibility of operators adding
mounts, but they cannot "undo" any of the charts built in mounts.
There were several manual tweaks that needd to be done to _nova.conf.tpl
after the oslo-config-gen process this time. This is because there is a
bug in the newton version of generating this file. It does not include
the proper service authentication credentials in the [keystone_authtoken]
section. Future releases have a separate service credentials section
so future config generations will likely not need these added lines.
* Remove unused values.yaml parameters
Fix references to removed helm-toolkit oslo macro
* resolve nova feedback
* bugfix nova-etc/nova-bin swap