Integrate openstack utility container in airship/treasuremap
The openstack utility container assists the user in accessing openstack service pods Change-Id: I558334d185c1bbc5b3c392bf4ad1c97ea003b23d
This commit is contained in:
parent
4e6155c21d
commit
d475af757b
@ -817,6 +817,17 @@ data:
|
||||
type: string
|
||||
reference:
|
||||
type: string
|
||||
openstack-utility:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
location:
|
||||
type: string
|
||||
subpath:
|
||||
type: string
|
||||
reference:
|
||||
type: string
|
||||
files:
|
||||
type: object
|
||||
properties:
|
||||
@ -1039,6 +1050,13 @@ data:
|
||||
type: string
|
||||
image_repo_sync:
|
||||
type: string
|
||||
openstack-utility:
|
||||
type: object
|
||||
properties:
|
||||
openstack-utility:
|
||||
type: string
|
||||
image_repo_sync:
|
||||
type: string
|
||||
ceph:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -15,3 +15,4 @@ data:
|
||||
# - ceph-utility-config
|
||||
# - ceph-utility
|
||||
- etcdctl-utility
|
||||
- openstack-utility
|
||||
|
77
global/software/charts/utilities/openstack-utility.yaml
Normal file
77
global/software/charts/utilities/openstack-utility.yaml
Normal file
@ -0,0 +1,77 @@
|
||||
---
|
||||
schema: armada/Chart/v1
|
||||
metadata:
|
||||
schema: metadata/Document/v1
|
||||
name: openstack-utility
|
||||
layeringDefinition:
|
||||
abstract: false
|
||||
layer: global
|
||||
labels:
|
||||
name: openstack-utility-global
|
||||
component: utility
|
||||
storagePolicy: cleartext
|
||||
substitutions:
|
||||
# Chart source
|
||||
- src:
|
||||
schema: pegleg/SoftwareVersions/v1
|
||||
name: software-versions
|
||||
path: .charts.utility.openstack-utility
|
||||
dest:
|
||||
path: .source
|
||||
# Images
|
||||
- src:
|
||||
schema: pegleg/SoftwareVersions/v1
|
||||
name: software-versions
|
||||
path: .images.utility.openstack-utility
|
||||
dest:
|
||||
path: .values.images.tags
|
||||
data:
|
||||
chart_name: openstack-utility
|
||||
release: openstack-utility
|
||||
namespace: utility
|
||||
protected:
|
||||
continue_processing: true
|
||||
wait:
|
||||
timeout: 600
|
||||
labels:
|
||||
release_group: airship-openstack-utility
|
||||
install:
|
||||
no_hooks: false
|
||||
upgrade:
|
||||
no_hooks: false
|
||||
values:
|
||||
labels:
|
||||
utility:
|
||||
node_selector_key: utility
|
||||
node_selector_value: enabled
|
||||
manifests:
|
||||
configmap_bin: true
|
||||
configmap_etc_client: true
|
||||
configmap_etc_sudoers: true
|
||||
deployment_utility: true
|
||||
dependencies:
|
||||
- openstack-utility-htk
|
||||
...
|
||||
---
|
||||
schema: armada/Chart/v1
|
||||
metadata:
|
||||
schema: metadata/Document/v1
|
||||
name: openstack-utility-htk
|
||||
layeringDefinition:
|
||||
abstract: false
|
||||
layer: global
|
||||
storagePolicy: cleartext
|
||||
substitutions:
|
||||
- src:
|
||||
schema: pegleg/SoftwareVersions/v1
|
||||
name: software-versions
|
||||
path: .charts.utility.openstack-utility-htk
|
||||
dest:
|
||||
path: .source
|
||||
data:
|
||||
chart_name: openstack-utility-htk
|
||||
release: openstack-utility-htk
|
||||
namespace: openstack-utility-htk
|
||||
values: {}
|
||||
dependencies: []
|
||||
...
|
@ -572,6 +572,16 @@ data:
|
||||
reference: ef58054dff356334cdbfd96f04dc7c149768c76d
|
||||
subpath: helm-toolkit
|
||||
type: git
|
||||
openstack-utility:
|
||||
location: https://opendev.org/airship/porthole
|
||||
reference: 2de4ed3da8d0c49d33fcab5817f3f8dff5bcd5f9
|
||||
subpath: charts/openstack-utility
|
||||
type: git
|
||||
openstack-utility-htk:
|
||||
location: https://opendev.org/openstack/openstack-helm-infra
|
||||
subpath: helm-toolkit
|
||||
reference: ef58054dff356334cdbfd96f04dc7c149768c76d
|
||||
type: git
|
||||
images:
|
||||
calico:
|
||||
calico:
|
||||
@ -1064,6 +1074,9 @@ data:
|
||||
etcdctl-utility:
|
||||
etcdctl_utility: quay.io/airshipit/porthole-etcdctl-utility:8a08f26f4ae409d985c0c123e293a1ac7ccd3a8b-ubuntu_xenial
|
||||
image_repo_sync: docker.io/docker:18.09.02
|
||||
openstack-utility:
|
||||
openstack-utility: quay.io/airshipit/porthole-openstack-utility:8a08f26f4ae409d985c0c123e293a1ac7ccd3a8b-ubuntu_xenial
|
||||
image_repo_sync: docker.io/docker:18.09.02
|
||||
packages:
|
||||
gpgkey: |-
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
Loading…
x
Reference in New Issue
Block a user