41 Commits

Author SHA1 Message Date
Jenkins
fb11f693ab Merge "Cleanup - add remaining configmap hashes" 2017-05-20 23:08:07 +00:00
Larry Rensing
fea453ba72 Consolidate volumes across charts
This PS standardizes configmap mounts across all charts to be named
<project>-etc or <project>-bin.  This reduces the amount of volumes
listed in each file.

Change-Id: Idbaf495fa243bb9ea0f6ad755ca4f899d5fc0d6f
2017-05-16 15:49:51 +00:00
Larry Rensing
365132a4c5 Cleanup - add remaining configmap hashes
This adds a configmap-bin/etc hash value to the remainder of the manifests

Change-Id: Icccadccfd1d68e89b452b1c722e28b7340d9164b
2017-05-15 20:51:35 +00:00
Michał Dulko
d95bad0b5c Add project mascots as charts icons
OpenStack Foundation started serving project mascots files on
openstack.org. This commit adds URLs to those files as chart icons for
OpenStack projects.

Change-Id: I2482174cd1d9a0f32df91d7d81974a0dc37f5c4d
2017-05-09 14:28:11 +02:00
Larry Rensing
a95a15a48b heat deployment file permissions
small cleanup - changing heat deployment to have same file
permissions as the rest of the .yaml files

Change-Id: I71ac1aa5106e36809bc49ff139b7cf0628900799
2017-04-26 11:02:15 +00:00
Pete Birley
a8a7247a0b Heat: Add rolling update strategy
This ps adds a rolling update strategy to heat, bringing it inline
with other core services.

Change-Id: I702f2f351b4b34f68530617738e3d1566b71f0df
2017-04-22 11:53:19 -05:00
Jenkins
47a8faf058 Merge "Heat: Add volume over-rides" 2017-04-19 22:41:33 +00:00
Jenkins
020e4cdd11 Merge "Heat - Fix template filename" 2017-04-18 18:15:18 +00:00
Jenkins
cc98e57e86 Merge "chart.yaml enhancement: heat" 2017-04-18 18:13:20 +00:00
Pete Birley
8b42b24a23 Heat: Add volume over-rides
This PS brings Heat inline with Nova, Neutron and Keystone providing
a mechanism for appending additional volumes to the manifests as
required.

Change-Id: I17045d35ce5d3e7cfc654c1d962aabd8e6fc73f8
2017-04-18 10:35:57 -05:00
Pete Birley
f7ae407bdb chart.yaml enhancement: heat
Change-Id: I337499596c67f7ac9ab0267d19da5a2fb7a948ad
2017-04-18 09:31:30 -05:00
Pete Birley
fbfe2b570f Move Heat images to Kolla
This PS moves Heat to Kolla produced and published images:
 * This is part of a larger effort to move to a single image source

Change-Id: I6d784ad53363987d9a1e62865e332c835ed9fea3
2017-04-18 00:16:11 -05:00
Pete Birley
50fb37a28f Heat - Fix template filename
Somehow an extra .yaml extension got into the repo, this commit
removes it.

Change-Id: Ib8d2211b9902486198a0ad44ffb95dc4778ac3cf
2017-04-17 17:13:18 -05:00
Pete Birley
b6aed791fb Update chart.yaml to be consistent across repo
This PS updates the chart.yaml to be consistent across the repo, and
changes the description to make clear that they are the OpenStack-Helm
derived versions of the charts while using `helm search`.

Change-Id: Iac3cfd2cddba7130b28a65c3d353712c8a3aa02b
2017-04-16 11:21:07 -05:00
Pete Birley
e3ef3bf888 Heat Configuration overrides
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
2017-04-12 00:05:09 -05:00
Pete Birley
c0141e1442 Update Heat DB Jobs 2017-04-04 11:33:42 -05:00
Brandon B. Jozsa
2f1b04dcbe Merge pull request #262 from alanmeadows/keystone_config_squashed
Configuration Management Overrides for Keystone
2017-03-23 15:01:24 -04:00
Pete Birley
7dbc762d2f Heat Client Endpoint Lookup 2017-03-22 18:26:38 -04:00
Alan Meadows
3886ba09e9 update other entrypoint macrros correctly this time 2017-03-22 12:31:37 -07:00
Alan Meadows
0537f138ac update other entrypoint macrros with empty mounts parameter until they are refactored 2017-03-22 12:30:21 -07:00
Brandon B. Jozsa
e111e8bc6a Merge pull request #274 from larryrensing/feat/add-nodeports-heat
feat: Add NodePorts to heat service
2017-03-21 07:12:37 -04:00
Pete Birley
43df15137d update kubernetes-entrypoint version 2017-03-19 21:48:29 -05:00
Larry Rensing
b82e4fbd19 Added nodeports to heat service 2017-03-14 11:09:48 -05:00
Pete Birley
9638fdccbf KS endpoint type lookup for Heat 2017-03-07 00:23:35 +00:00
Brandon B. Jozsa
05783b9b35 add license headers to heat 2017-02-17 10:07:30 -05:00
Pete Birley
116931bb51 Rename common chart, and update all references to functions within it. (#167)
* Rename common chart to helm-toolkit

* Update useage of helpers to include reference to chart they come from.

* Update helm-toolkit function naming

Also catches several functions missed in previous PS

* Update remaining requirements.yaml to use helm-toolbox

* Dep Check container fix for common -> helm-toolbox renaming
2017-02-14 16:52:38 -08:00
maris-accenture
1e7203a523 #106 CPU and memory resources (#106)
* resource requests and limits for cinder, heat, nova
2017-01-30 16:22:51 -08:00
Pete Birley
1a13f9ba83 Add support for daemonsets to the Kubernetes-Entrypoint init-container.
It also makes two other changes:

 * Moves the entrypoint container manifest snippet to its own file to reduce loading on the _funcs.tpl file
 * Changes dep-check-init-cont to dep_check_init_cont to match the formatting of other defines used in OpenStack Helm
2017-01-22 05:35:31 +00:00
Pete Birley
f498fcb6dd fix typos in init-container merge 2017-01-19 23:49:22 +00:00
Brandon B. Jozsa
c532b5c4d8 Merge pull request #113 from portdirect/heat_engine/clients
Update Heat to mount policy at engine pods and set client endpoints
2017-01-19 17:01:31 -06:00
DTadrzak
81d9c7fe7e Removing default values from template.
Fixing typo.

Signed-off-by: DTadrzak <daniel.tadrzak@intel.com>
2017-01-16 12:16:45 +01:00
DTadrzak
71427ce905 A few changes according to intlabs's review.
Signed-off-by: DTadrzak <daniel.tadrzak@intel.com>
2017-01-16 10:47:43 +01:00
DTadrzak
d3d38876c8 A few changes according to Alan's review.
Signed-off-by: DTadrzak <daniel.tadrzak@intel.com>
2017-01-13 13:34:28 +01:00
DTadrzak
fcc594aac8 Adding: templates for init-containers. Unfortunately I need to break it for
two templates, because i don't how to pass two variables to template.

PR also adjust layout of configuration files in Nova.

Signed-off-by: DTadrzak <daniel.tadrzak@intel.com>
2017-01-13 13:33:51 +01:00
Pete Birley
f1ef55de6e Update Heat to mount Policy at engine statefulsets and set client endpoints 2017-01-12 23:50:26 +00:00
DTadrzak
6f124d5107 Adding NodeSelector field to Jobs
According to #101

Signed-off-by: DTadrzak <daniel.tadrzak@intel.com>
2017-01-11 15:01:58 +01:00
portdirect
d8a07ee1cb Update Heat PR to relect changes reqested in review
This commit addresses the concerns raised in: https://github.com/att-comdev/openstack-helm/pull/77#pullrequestreview-15758654
2017-01-09 19:50:33 +00:00
portdirect
4e6f724761 Update Heat Service Creation Job 2017-01-09 00:56:15 +00:00
portdirect
75d3cb659f Heat rebase against current master 2017-01-09 00:26:48 +00:00
harbor
b1e3de020b Heat Initial Refactor 2017-01-08 22:16:19 +00:00
portdirect
f02e0eb78d OpenStack Heat Initial Commit
Initial commit of Heat Chart
2017-01-02 01:05:04 +00:00