Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Conversation

@intlabs
Copy link
Contributor

@intlabs intlabs commented Jan 22, 2017

Standardize the DB creation job name to -db-init for all services.

Builds on the following which should be reviewed/merged first:


This change is Reviewable

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
Brings Neutron inline with other services, by moving the dependency checks to an init-container.
Standardise the DB creation job name to service-db-init for all services.
Copy link
Contributor

@alanmeadows alanmeadows left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@intlabs This seems like a welcomed cleanup to me. Nice work.

@v1k0d3n v1k0d3n self-requested a review January 25, 2017 19:42
@larryrensing
Copy link
Contributor

looks good to me

Copy link
Collaborator

@v1k0d3n v1k0d3n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank your for catching these and for all the cleanup work! @intlabs if you find other things like this, or even identify them (and don't have time for them), create an issue when you see them. This way, we can flag them as "starter" items to help people get started. But as long as you keep finding them and cleaning them up...that works too!

containers:
- name: glance-init
image: {{ .Values.images.init }}
- name: glance-db-init
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch on these. good work.

- name: glance-init
image: {{ .Values.images.init }}
- name: glance-db-init
image: {{ .Values.images.db_init }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

again, defining the assumed vars better. nice.

@@ -0,0 +1,32 @@
{{- $envAll := . }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is in line with your other cleanup work. nice job separating these like your other recent commits.

@v1k0d3n v1k0d3n merged commit 7277c34 into att-comdev:master Jan 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants