Merge ~hemanth-n/stsstack-bundles:k8s-keystone-ha into stsstack-bundles:master

Proposed by Hemanth Nakkina
Status: Merged
Merged at revision: 0bccdec15581b2c8d3fc46377b4f24ef300fe7ac
Proposed branch: ~hemanth-n/stsstack-bundles:k8s-keystone-ha
Merge into: stsstack-bundles:master
Diff against target: 16 lines (+5/-0)
1 file modified
kubernetes/pipeline/02configure (+5/-0)
Reviewer Review Type Date Requested Status
Edward Hope-Morley Approve
Review via email: mp+398231@code.launchpad.net

Commit message

Add keystone-ha overlay to k8s

To post a comment you must log in.
Revision history for this message
Edward Hope-Morley (hopem) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/kubernetes/pipeline/02configure b/kubernetes/pipeline/02configure
2index a151d4f..3ecc5f4 100644
3--- a/kubernetes/pipeline/02configure
4+++ b/kubernetes/pipeline/02configure
5@@ -148,6 +148,11 @@ do
6 MOD_OVERLAYS+=( "k8s-keystone.yaml" )
7 add_mysql_overlay
8 ;;
9+ --keystone-ha*)
10+ get_units $1 __NUM_KEYSTONE_UNITS__ 3
11+ MOD_OVERLAYS+=( "keystone-ha.yaml" )
12+ set -- $@ --keystone && cache $@
13+ ;;
14 --lb-ha-hacluster*|--lb-ha-keepalived*)
15 conflicts_with $1 --lb-octavia
16 if has_opt --master-ha*; then

Subscribers

People subscribed via source and target branches