Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions helm-configs/aio-example-openstack-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ endpoints:
public: 80
scheme:
public: http
oslo_messaging:
statefulset:
replicas: 1
placement:
host_fqdn_override:
public:
Expand Down
18 changes: 18 additions & 0 deletions kustomize/cinder/aio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
bases:
- ../base

patches:
- target:
kind: HorizontalPodAutoscaler
name: cinder-api
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
- target:
kind: HorizontalPodAutoscaler
name: cinder-scheduler
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
6 changes: 0 additions & 6 deletions kustomize/cinder/kustomize.sh

This file was deleted.

11 changes: 11 additions & 0 deletions kustomize/glance/aio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bases:
- ../base

patches:
- target:
kind: HorizontalPodAutoscaler
name: glance-api
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
6 changes: 0 additions & 6 deletions kustomize/glance/kustomize.sh

This file was deleted.

25 changes: 25 additions & 0 deletions kustomize/heat/aio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
bases:
- ../base

patches:
- target:
kind: HorizontalPodAutoscaler
name: heat-api
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
- target:
kind: HorizontalPodAutoscaler
name: heat-cfn
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
- target:
kind: HorizontalPodAutoscaler
name: heat-engine
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions kustomize/heat/kustomize.sh

This file was deleted.

11 changes: 11 additions & 0 deletions kustomize/horizon/aio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bases:
- ../base

patches:
- target:
kind: HorizontalPodAutoscaler
name: horizon
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
6 changes: 0 additions & 6 deletions kustomize/horizon/kustomize.sh

This file was deleted.

11 changes: 11 additions & 0 deletions kustomize/keystone/aio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bases:
- ../base

patches:
- target:
kind: HorizontalPodAutoscaler
name: keystone-api
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
6 changes: 0 additions & 6 deletions kustomize/keystone/kustomize.sh

This file was deleted.

6 changes: 6 additions & 0 deletions kustomize/kustomize.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
pushd $(dirname "${BASH_SOURCE[0]}") &>/dev/null
cat <&0 > ${1}/../base/all.yaml
kubectl kustomize --reorder='none' ${1}
popd &>/dev/nulls
11 changes: 11 additions & 0 deletions kustomize/neutron/aio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bases:
- ../base

patches:
- target:
kind: HorizontalPodAutoscaler
name: neutron-server
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
6 changes: 0 additions & 6 deletions kustomize/neutron/kustomize.sh

This file was deleted.

39 changes: 39 additions & 0 deletions kustomize/nova/aio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
bases:
- ../base

patches:
- target:
kind: HorizontalPodAutoscaler
name: nova-api-metadata
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
- target:
kind: HorizontalPodAutoscaler
name: nova-api-osapi
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
- target:
kind: HorizontalPodAutoscaler
name: nova-conductor
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
- target:
kind: HorizontalPodAutoscaler
name: nova-novncproxy
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
- target:
kind: HorizontalPodAutoscaler
name: nova-scheduler
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
6 changes: 0 additions & 6 deletions kustomize/nova/kustomize.sh

This file was deleted.

18 changes: 18 additions & 0 deletions kustomize/octavia/aio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
bases:
- ../base

patches:
- target:
kind: HorizontalPodAutoscaler
name: octavia-api
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
- target:
kind: HorizontalPodAutoscaler
name: octavia-worker
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
6 changes: 0 additions & 6 deletions kustomize/octavia/kustomize.sh

This file was deleted.

11 changes: 11 additions & 0 deletions kustomize/placement/aio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bases:
- ../base

patches:
- target:
kind: HorizontalPodAutoscaler
name: placement-api
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
6 changes: 0 additions & 6 deletions kustomize/placement/kustomize.sh

This file was deleted.

11 changes: 11 additions & 0 deletions kustomize/skyline/aio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
bases:
- ../base

patches:
- target:
kind: HorizontalPodAutoscaler
name: skyline-apiserver
patch: |-
- op: replace
path: /spec/minReplicas
value: 1
File renamed without changes.