Preparation for osh-infra merger
Change-Id: I56bc5aa13fdef5d3d297ebf2738bff35f66274b5
This commit is contained in:
29
.zuul.yaml
29
.zuul.yaml
@@ -163,11 +163,10 @@
|
|||||||
name: treasuremap-airskiff-infra-deploy
|
name: treasuremap-airskiff-infra-deploy
|
||||||
abstract: true
|
abstract: true
|
||||||
roles:
|
roles:
|
||||||
- zuul: openstack/openstack-helm-infra
|
- zuul: openstack/openstack-helm
|
||||||
- zuul: zuul/zuul-jobs
|
- zuul: zuul/zuul-jobs
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/openstack-helm
|
- openstack/openstack-helm
|
||||||
- openstack/openstack-helm-infra
|
|
||||||
- openstack/openstack-helm-plugin
|
- openstack/openstack-helm-plugin
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^.*\.rst$
|
- ^.*\.rst$
|
||||||
@@ -203,8 +202,8 @@
|
|||||||
loopback_device: /dev/loop100
|
loopback_device: /dev/loop100
|
||||||
loopback_image: "/opt/ext_vol/openstack-helm/ceph-loop.img"
|
loopback_image: "/opt/ext_vol/openstack-helm/ceph-loop.img"
|
||||||
ceph_osd_data_device: /dev/loop100
|
ceph_osd_data_device: /dev/loop100
|
||||||
kube_version_repo: "v1.31"
|
kube_version_repo: "v1.32"
|
||||||
kube_version: "1.31.3-1.1"
|
kube_version: "1.32.1-1.1"
|
||||||
calico_setup: true
|
calico_setup: true
|
||||||
calico_version: "v3.27.4"
|
calico_version: "v3.27.4"
|
||||||
cilium_setup: false
|
cilium_setup: false
|
||||||
@@ -215,8 +214,8 @@
|
|||||||
metallb_version: "0.13.12"
|
metallb_version: "0.13.12"
|
||||||
helm_version: "v3.14.0"
|
helm_version: "v3.14.0"
|
||||||
crictl_version: "v1.30.1"
|
crictl_version: "v1.30.1"
|
||||||
zuul_osh_infra_relative_path: ../openstack-helm-infra
|
zuul_osh_infra_relative_path: ../openstack-helm
|
||||||
gate_scripts_relative_path: ../openstack-helm-infra
|
gate_scripts_relative_path: ../openstack-helm
|
||||||
run_helm_tests: "no"
|
run_helm_tests: "no"
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
@@ -230,9 +229,9 @@
|
|||||||
vars:
|
vars:
|
||||||
site: airskiff
|
site: airskiff
|
||||||
HELM_ARTIFACT_URL: https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz
|
HELM_ARTIFACT_URL: https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz
|
||||||
HTK_COMMIT: 962333df313e04a01923ca8394d2a44f2afbb714
|
HTK_COMMIT: master
|
||||||
OSH_INFRA_COMMIT: 962333df313e04a01923ca8394d2a44f2afbb714
|
OSH_INFRA_COMMIT: master
|
||||||
OSH_COMMIT: 5a3f2080c12bb56238b150c69a06064c64d61d0f
|
OSH_COMMIT: master
|
||||||
gate_scripts_relative_path: .
|
gate_scripts_relative_path: .
|
||||||
gate_scripts:
|
gate_scripts:
|
||||||
- ./tools/deployment/airskiff/developer/000-prepare-k8s.sh
|
- ./tools/deployment/airskiff/developer/000-prepare-k8s.sh
|
||||||
@@ -260,9 +259,9 @@
|
|||||||
vars:
|
vars:
|
||||||
site: airskiff
|
site: airskiff
|
||||||
HELM_ARTIFACT_URL: https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz
|
HELM_ARTIFACT_URL: https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz
|
||||||
HTK_COMMIT: 962333df313e04a01923ca8394d2a44f2afbb714
|
HTK_COMMIT: master
|
||||||
OSH_INFRA_COMMIT: 962333df313e04a01923ca8394d2a44f2afbb714
|
OSH_INFRA_COMMIT: master
|
||||||
OSH_COMMIT: 5a3f2080c12bb56238b150c69a06064c64d61d0f
|
OSH_COMMIT: master
|
||||||
DISTRO: ubuntu_jammy
|
DISTRO: ubuntu_jammy
|
||||||
gate_scripts_relative_path: .
|
gate_scripts_relative_path: .
|
||||||
gate_scripts:
|
gate_scripts:
|
||||||
@@ -294,9 +293,9 @@
|
|||||||
vars:
|
vars:
|
||||||
site: airskiff
|
site: airskiff
|
||||||
HELM_ARTIFACT_URL: https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz
|
HELM_ARTIFACT_URL: https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz
|
||||||
HTK_COMMIT: 962333df313e04a01923ca8394d2a44f2afbb714
|
HTK_COMMIT: master
|
||||||
OSH_INFRA_COMMIT: 962333df313e04a01923ca8394d2a44f2afbb714
|
OSH_INFRA_COMMIT: master
|
||||||
OSH_COMMIT: 5a3f2080c12bb56238b150c69a06064c64d61d0f
|
OSH_COMMIT: master
|
||||||
USE_ARMADA_GO: true
|
USE_ARMADA_GO: true
|
||||||
gate_scripts_relative_path: .
|
gate_scripts_relative_path: .
|
||||||
gate_scripts:
|
gate_scripts:
|
||||||
|
|||||||
@@ -311,106 +311,58 @@ Under site/airsloop/software/config/ create a versions.yaml file in the followin
|
|||||||
kubernetes:
|
kubernetes:
|
||||||
apiserver:
|
apiserver:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
apiserver-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
calico:
|
calico:
|
||||||
calico:
|
calico:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
calico-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
etcd:
|
etcd:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
etcd-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
controller-manager:
|
controller-manager:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
controller-manager-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
coredns:
|
coredns:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
coredns-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
etcd:
|
etcd:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
etcd-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
haproxy:
|
haproxy:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
haproxy-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
ingress:
|
ingress:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
ingress-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
proxy:
|
proxy:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
proxy-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
scheduler:
|
scheduler:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
scheduler-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
osh:
|
osh:
|
||||||
barbican:
|
barbican:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
cinder:
|
cinder:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
cinder-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
glance:
|
glance:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
glance-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
heat:
|
heat:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
heat-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
helm_toolkit:
|
helm_toolkit:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
horizon:
|
horizon:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
horizon-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
ingress:
|
ingress:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
ingress-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
keystone:
|
keystone:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
keystone-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
libvirt:
|
libvirt:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
libvirt-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
mariadb:
|
mariadb:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
mariadb-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
memcached:
|
memcached:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
memcached-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
neutron:
|
neutron:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
neutron-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
nova:
|
nova:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
nova-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
openvswitch:
|
openvswitch:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
openvswitch-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
rabbitmq-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
tempest:
|
tempest:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
tempest-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
osh_infra:
|
osh_infra:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
@@ -445,16 +397,10 @@ Under site/airsloop/software/config/ create a versions.yaml file in the followin
|
|||||||
ucp:
|
ucp:
|
||||||
armada:
|
armada:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
armada-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
barbican:
|
barbican:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
barbican-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
ceph-client:
|
ceph-client:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
ceph-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
ceph-osd:
|
ceph-osd:
|
||||||
@@ -465,56 +411,30 @@ Under site/airsloop/software/config/ create a versions.yaml file in the followin
|
|||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
deckhand:
|
deckhand:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
deckhand-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
divingbell:
|
divingbell:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
divingbell-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
drydock:
|
drydock:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
drydock-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
ingress:
|
ingress:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
ingress-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
keystone:
|
keystone:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
keystone-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
maas:
|
maas:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
maas-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
mariadb:
|
mariadb:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
mariadb-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
memcached:
|
memcached:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
memcached-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
postgresql:
|
postgresql:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
postgresql-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
promenade:
|
promenade:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
promenade-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
rabbitmq-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
shipyard:
|
shipyard:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
shipyard-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
tenant-ceph-client:
|
tenant-ceph-client:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
tenant-ceph-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
tenant-ceph-mon:
|
tenant-ceph-mon:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
tenant-ceph-osd:
|
tenant-ceph-osd:
|
||||||
@@ -525,8 +445,6 @@ Under site/airsloop/software/config/ create a versions.yaml file in the followin
|
|||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
tiller:
|
tiller:
|
||||||
proxy_server: proxy.example.com:8080
|
proxy_server: proxy.example.com:8080
|
||||||
tiller-htk:
|
|
||||||
proxy_server: proxy.example.com:8080
|
|
||||||
metadata:
|
metadata:
|
||||||
name: software-versions
|
name: software-versions
|
||||||
replacement: true
|
replacement: true
|
||||||
|
|||||||
@@ -27,17 +27,6 @@ data:
|
|||||||
type: string
|
type: string
|
||||||
reference:
|
reference:
|
||||||
type: string
|
type: string
|
||||||
etcd-htk:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
location:
|
|
||||||
type: string
|
|
||||||
subpath:
|
|
||||||
type: string
|
|
||||||
reference:
|
|
||||||
type: string
|
|
||||||
calico:
|
calico:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -60,17 +49,6 @@ data:
|
|||||||
type: string
|
type: string
|
||||||
reference:
|
reference:
|
||||||
type: string
|
type: string
|
||||||
apiserver-htk:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
location:
|
|
||||||
type: string
|
|
||||||
subpath:
|
|
||||||
type: string
|
|
||||||
reference:
|
|
||||||
type: string
|
|
||||||
controller-manager:
|
controller-manager:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -82,17 +60,6 @@ data:
|
|||||||
type: string
|
type: string
|
||||||
reference:
|
reference:
|
||||||
type: string
|
type: string
|
||||||
controller-manager-htk:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
location:
|
|
||||||
type: string
|
|
||||||
subpath:
|
|
||||||
type: string
|
|
||||||
reference:
|
|
||||||
type: string
|
|
||||||
coredns:
|
coredns:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -104,17 +71,6 @@ data:
|
|||||||
type: string
|
type: string
|
||||||
reference:
|
reference:
|
||||||
type: string
|
type: string
|
||||||
coredns-htk:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
location:
|
|
||||||
type: string
|
|
||||||
subpath:
|
|
||||||
type: string
|
|
||||||
reference:
|
|
||||||
type: string
|
|
||||||
haroxy:
|
haroxy:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -124,15 +80,6 @@ data:
|
|||||||
type: string
|
type: string
|
||||||
subpath:
|
subpath:
|
||||||
type: string
|
type: string
|
||||||
haroxy-htk:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
location:
|
|
||||||
type: string
|
|
||||||
subpath:
|
|
||||||
type: string
|
|
||||||
etcd:
|
etcd:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -144,17 +91,6 @@ data:
|
|||||||
type: string
|
type: string
|
||||||
reference:
|
reference:
|
||||||
type: string
|
type: string
|
||||||
etcd-htk:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
location:
|
|
||||||
type: string
|
|
||||||
subpath:
|
|
||||||
type: string
|
|
||||||
reference:
|
|
||||||
type: string
|
|
||||||
ingress:
|
ingress:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -166,17 +102,6 @@ data:
|
|||||||
type: string
|
type: string
|
||||||
reference:
|
reference:
|
||||||
type: string
|
type: string
|
||||||
ingress-htk:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
location:
|
|
||||||
type: string
|
|
||||||
subpath:
|
|
||||||
type: string
|
|
||||||
reference:
|
|
||||||
type: string
|
|
||||||
proxy:
|
proxy:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -188,17 +113,6 @@ data:
|
|||||||
type: string
|
type: string
|
||||||
reference:
|
reference:
|
||||||
type: string
|
type: string
|
||||||
proxy-htk:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
location:
|
|
||||||
type: string
|
|
||||||
subpath:
|
|
||||||
type: string
|
|
||||||
reference:
|
|
||||||
type: string
|
|
||||||
scheduler:
|
scheduler:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -210,17 +124,6 @@ data:
|
|||||||
type: string
|
type: string
|
||||||
reference:
|
reference:
|
||||||
type: string
|
type: string
|
||||||
scheduler-htk:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
location:
|
|
||||||
type: string
|
|
||||||
subpath:
|
|
||||||
type: string
|
|
||||||
reference:
|
|
||||||
type: string
|
|
||||||
osh_infra:
|
osh_infra:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
@@ -89,6 +89,4 @@ data:
|
|||||||
userSecretName: pvc-ceph-client-key
|
userSecretName: pvc-ceph-client-key
|
||||||
cephfs:
|
cephfs:
|
||||||
provision_storage_class: false
|
provision_storage_class: false
|
||||||
dependencies:
|
|
||||||
- ceph-htk
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -89,6 +89,4 @@ data:
|
|||||||
userSecretName: pvc-ceph-client-key
|
userSecretName: pvc-ceph-client-key
|
||||||
cephfs:
|
cephfs:
|
||||||
provision_storage_class: false
|
provision_storage_class: false
|
||||||
dependencies:
|
|
||||||
- ceph-htk
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -47,29 +47,4 @@ data:
|
|||||||
ceph_client:
|
ceph_client:
|
||||||
configmap: tenant-ceph-etc
|
configmap: tenant-ceph-etc
|
||||||
user_secret_name: pvc-tceph-client-key
|
user_secret_name: pvc-tceph-client-key
|
||||||
dependencies:
|
|
||||||
- libvirt-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: libvirt-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.osh.libvirt-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: libvirt-htk
|
|
||||||
release: libvirt-htk
|
|
||||||
namespace: libvirt-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -341,29 +341,4 @@ data:
|
|||||||
tenant_network_types: vxlan
|
tenant_network_types: vxlan
|
||||||
ml2_type_vlan:
|
ml2_type_vlan:
|
||||||
network_vlan_ranges: external
|
network_vlan_ranges: external
|
||||||
dependencies:
|
|
||||||
- neutron-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: neutron-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.osh.neutron-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: neutron-htk
|
|
||||||
release: neutron-htk
|
|
||||||
namespace: neutron-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -425,29 +425,4 @@ data:
|
|||||||
class: oslo_log.formatters.ContextFormatter
|
class: oslo_log.formatters.ContextFormatter
|
||||||
formatter_default:
|
formatter_default:
|
||||||
format: "%(message)s"
|
format: "%(message)s"
|
||||||
dependencies:
|
|
||||||
- nova-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: nova-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.osh.nova-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: nova-htk
|
|
||||||
release: nova-htk
|
|
||||||
namespace: nova-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -46,29 +46,4 @@ data:
|
|||||||
ovs:
|
ovs:
|
||||||
node_selector_key: openvswitch
|
node_selector_key: openvswitch
|
||||||
node_selector_value: enabled
|
node_selector_value: enabled
|
||||||
dependencies:
|
|
||||||
- openvswitch-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: openvswitch-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.osh.openvswitch-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: openvswitch-htk
|
|
||||||
release: openvswitch-htk
|
|
||||||
namespace: openvswitch-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -119,29 +119,4 @@ data:
|
|||||||
pod:
|
pod:
|
||||||
replicas:
|
replicas:
|
||||||
server: 2
|
server: 2
|
||||||
dependencies:
|
|
||||||
- horizon-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: horizon-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.osh.horizon-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: horizon-htk
|
|
||||||
release: horizon-htk
|
|
||||||
namespace: horizon-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -94,29 +94,4 @@ data:
|
|||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: true
|
||||||
dependencies:
|
|
||||||
- openstack-rabbitmq-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: openstack-rabbitmq-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.osh.rabbitmq-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: openstack-rabbitmq-htk
|
|
||||||
release: openstack-rabbitmq-htk
|
|
||||||
namespace: openstack-rabbitmq-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -89,29 +89,4 @@ data:
|
|||||||
ceph_client:
|
ceph_client:
|
||||||
configmap: tenant-ceph-etc
|
configmap: tenant-ceph-etc
|
||||||
user_secret_name: pvc-tceph-client-key
|
user_secret_name: pvc-tceph-client-key
|
||||||
dependencies:
|
|
||||||
- tempest-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: tempest-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.osh.tempest-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: tempest-htk
|
|
||||||
release: tempest-htk
|
|
||||||
namespace: tempest-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -79,29 +79,4 @@ data:
|
|||||||
deployment_calicoctl_utility: true
|
deployment_calicoctl_utility: true
|
||||||
job_image_repo_sync: false
|
job_image_repo_sync: false
|
||||||
secret_certificates: true
|
secret_certificates: true
|
||||||
dependencies:
|
|
||||||
- calicoctl-utility-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: calicoctl-utility-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.utility.calicoctl-utility-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: calicoctl-utility-htk
|
|
||||||
release: calicoctl-utility-htk
|
|
||||||
namespace: calicoctl-utility-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -87,6 +87,4 @@ data:
|
|||||||
rbd:
|
rbd:
|
||||||
ceph_configmap_name: ceph-etc
|
ceph_configmap_name: ceph-etc
|
||||||
user_secret_name: pvc-ceph-client-key
|
user_secret_name: pvc-ceph-client-key
|
||||||
dependencies:
|
|
||||||
- ceph-htk
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -43,29 +43,4 @@ data:
|
|||||||
utility:
|
utility:
|
||||||
node_selector_key: utility
|
node_selector_key: utility
|
||||||
node_selector_value: enabled
|
node_selector_value: enabled
|
||||||
dependencies:
|
|
||||||
- ceph-utility-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: ceph-utility-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.utility.ceph-utility-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: ceph-utility-htk
|
|
||||||
release: ceph-utility-htk
|
|
||||||
namespace: ceph-utility-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -49,29 +49,4 @@ data:
|
|||||||
configmap_etc_client: true
|
configmap_etc_client: true
|
||||||
configmap_etc_sudoers: true
|
configmap_etc_sudoers: true
|
||||||
deployment_utility: true
|
deployment_utility: true
|
||||||
dependencies:
|
|
||||||
- compute-utility-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: compute-utility-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.utility.compute-utility-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: compute-utility-htk
|
|
||||||
release: compute-utility-htk
|
|
||||||
namespace: compute-utility-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -83,29 +83,4 @@ data:
|
|||||||
deployment_etcdctl_utility: true
|
deployment_etcdctl_utility: true
|
||||||
job_image_repo_sync: false
|
job_image_repo_sync: false
|
||||||
secret_certificates: true
|
secret_certificates: true
|
||||||
dependencies:
|
|
||||||
- etcdctl-utility-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: etcdctl-utility-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.utility.etcdctl-utility-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: etcdctl-utility-htk
|
|
||||||
release: etcdctl-utility-htk
|
|
||||||
namespace: etcdctl-utility-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -46,29 +46,3 @@ data:
|
|||||||
configmap_etc_client: true
|
configmap_etc_client: true
|
||||||
deployment_utility: true
|
deployment_utility: true
|
||||||
job_image_repo_sync: false
|
job_image_repo_sync: false
|
||||||
dependencies:
|
|
||||||
- mysqlclient-utility-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: mysqlclient-utility-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.utility.mysqlclient-utility-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: mysqlclient-utility-htk
|
|
||||||
release: mysqlclient-utility-htk
|
|
||||||
namespace: mysqlclient-utility-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
|
||||||
|
|||||||
@@ -49,29 +49,4 @@ data:
|
|||||||
configmap_etc_client: true
|
configmap_etc_client: true
|
||||||
configmap_etc_sudoers: true
|
configmap_etc_sudoers: true
|
||||||
deployment_utility: 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: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -56,29 +56,4 @@ data:
|
|||||||
configmap_etc_client: true
|
configmap_etc_client: true
|
||||||
configmap_etc_sudoers: true
|
configmap_etc_sudoers: true
|
||||||
deployment_utility: true
|
deployment_utility: true
|
||||||
dependencies:
|
|
||||||
- postgresql-utility-htk
|
|
||||||
...
|
|
||||||
---
|
|
||||||
schema: armada/Chart/v1
|
|
||||||
metadata:
|
|
||||||
schema: metadata/Document/v1
|
|
||||||
name: postgresql-utility-htk
|
|
||||||
layeringDefinition:
|
|
||||||
abstract: false
|
|
||||||
layer: global
|
|
||||||
storagePolicy: cleartext
|
|
||||||
substitutions:
|
|
||||||
- src:
|
|
||||||
schema: pegleg/SoftwareVersions/v1
|
|
||||||
name: software-versions
|
|
||||||
path: .charts.utility.postgresql-utility-htk
|
|
||||||
dest:
|
|
||||||
path: .source
|
|
||||||
data:
|
|
||||||
chart_name: postgresql-utility-htk
|
|
||||||
release: postgresql-utility-htk
|
|
||||||
namespace: postgresql-utility-htk
|
|
||||||
values: {}
|
|
||||||
dependencies: []
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -65,15 +65,9 @@ data:
|
|||||||
subpath: helm-toolkit
|
subpath: helm-toolkit
|
||||||
type: tar
|
type: tar
|
||||||
horizon:
|
horizon:
|
||||||
location: https://opendev.org/openstack/openstack-helm
|
location: http://control-plane.minikube.internal:8282/horizon.tgz
|
||||||
reference: 536eaed62d55eca694eaae0c50df910dbb55fff7
|
|
||||||
subpath: horizon
|
subpath: horizon
|
||||||
type: git
|
type: tar
|
||||||
horizon-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
ingress:
|
ingress:
|
||||||
location: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.11.2/ingress-nginx-4.11.2.tgz
|
location: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.11.2/ingress-nginx-4.11.2.tgz
|
||||||
subpath: ingress-nginx
|
subpath: ingress-nginx
|
||||||
@@ -83,15 +77,9 @@ data:
|
|||||||
subpath: keystone
|
subpath: keystone
|
||||||
type: tar
|
type: tar
|
||||||
libvirt:
|
libvirt:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/libvirt.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: libvirt
|
subpath: libvirt
|
||||||
type: git
|
type: tar
|
||||||
libvirt-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
mariadb:
|
mariadb:
|
||||||
location: http://control-plane.minikube.internal:8282/mariadb.tgz
|
location: http://control-plane.minikube.internal:8282/mariadb.tgz
|
||||||
subpath: mariadb
|
subpath: mariadb
|
||||||
@@ -101,130 +89,86 @@ data:
|
|||||||
subpath: memcached
|
subpath: memcached
|
||||||
type: tar
|
type: tar
|
||||||
neutron:
|
neutron:
|
||||||
location: https://opendev.org/openstack/openstack-helm
|
location: http://control-plane.minikube.internal:8282/neutron.tgz
|
||||||
reference: 536eaed62d55eca694eaae0c50df910dbb55fff7
|
|
||||||
subpath: neutron
|
subpath: neutron
|
||||||
type: git
|
type: tar
|
||||||
neutron-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
nova:
|
nova:
|
||||||
location: https://opendev.org/openstack/openstack-helm
|
location: http://control-plane.minikube.internal:8282/nova.tgz
|
||||||
reference: 536eaed62d55eca694eaae0c50df910dbb55fff7
|
|
||||||
subpath: nova
|
subpath: nova
|
||||||
type: git
|
type: tar
|
||||||
nova-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
openvswitch:
|
openvswitch:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/openvswitch.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: openvswitch
|
subpath: openvswitch
|
||||||
type: git
|
type: tar
|
||||||
openvswitch-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/rabbitmq.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: rabbitmq
|
subpath: rabbitmq
|
||||||
type: git
|
type: tar
|
||||||
rabbitmq-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
tempest:
|
tempest:
|
||||||
location: https://opendev.org/openstack/openstack-helm
|
location: http://control-plane.minikube.internal:8282/tempest.tgz
|
||||||
reference: 536eaed62d55eca694eaae0c50df910dbb55fff7
|
|
||||||
subpath: tempest
|
subpath: tempest
|
||||||
type: git
|
type: tar
|
||||||
tempest-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
osh_infra:
|
osh_infra:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/elasticsearch.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: elasticsearch
|
subpath: elasticsearch
|
||||||
type: git
|
type: tar
|
||||||
fluentbit:
|
fluentbit:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/fluentbit.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: fluentbit
|
subpath: fluentbit
|
||||||
type: git
|
type: tar
|
||||||
fluentd:
|
fluentd:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/fluentd.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: fluentd
|
subpath: fluentd
|
||||||
type: git
|
type: tar
|
||||||
grafana:
|
grafana:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/grafana.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: grafana
|
subpath: grafana
|
||||||
type: git
|
type: tar
|
||||||
helm_toolkit:
|
helm_toolkit:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/helm-toolkit.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: helm-toolkit
|
subpath: helm-toolkit
|
||||||
type: git
|
type: tar
|
||||||
kibana:
|
kibana:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/kibana.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: kibana
|
subpath: kibana
|
||||||
type: git
|
type: tar
|
||||||
nagios:
|
nagios:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/nagios.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: nagios
|
subpath: nagios
|
||||||
type: git
|
type: tar
|
||||||
nfs_provisioner:
|
nfs_provisioner:
|
||||||
location: http://control-plane.minikube.internal:8282/nfs-provisioner.tgz
|
location: http://control-plane.minikube.internal:8282/nfs-provisioner.tgz
|
||||||
subpath: nfs-provisioner
|
subpath: nfs-provisioner
|
||||||
type: tar
|
type: tar
|
||||||
podsecuritypolicy:
|
podsecuritypolicy:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/podsecuritypolicy.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: podsecuritypolicy
|
subpath: podsecuritypolicy
|
||||||
type: git
|
type: tar
|
||||||
prometheus:
|
prometheus:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/prometheus.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: prometheus
|
subpath: prometheus
|
||||||
type: git
|
type: tar
|
||||||
prometheus_alertmanager:
|
prometheus_alertmanager:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/prometheus-alertmanager.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: prometheus-alertmanager
|
subpath: prometheus-alertmanager
|
||||||
type: git
|
type: tar
|
||||||
prometheus_kube_state_metrics:
|
prometheus_kube_state_metrics:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/prometheus-kube-state-metrics.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: prometheus-kube-state-metrics
|
subpath: prometheus-kube-state-metrics
|
||||||
type: git
|
type: tar
|
||||||
prometheus_node_exporter:
|
prometheus_node_exporter:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/prometheus-node-exporter.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: prometheus-node-exporter
|
subpath: prometheus-node-exporter
|
||||||
type: git
|
type: tar
|
||||||
prometheus_openstack_exporter:
|
prometheus_openstack_exporter:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/prometheus-openstack-exporter.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: prometheus-openstack-exporter
|
subpath: prometheus-openstack-exporter
|
||||||
type: git
|
type: tar
|
||||||
prometheus_process_exporter:
|
prometheus_process_exporter:
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
location: http://control-plane.minikube.internal:8282/prometheus-process-exporter.tgz
|
||||||
reference: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
|
|
||||||
subpath: prometheus-process-exporter
|
subpath: prometheus-process-exporter
|
||||||
type: git
|
type: tar
|
||||||
ucp:
|
ucp:
|
||||||
armada:
|
armada:
|
||||||
location: http://control-plane.minikube.internal:8282/armada.tgz
|
location: http://control-plane.minikube.internal:8282/armada.tgz
|
||||||
@@ -324,75 +268,33 @@ data:
|
|||||||
type: tar
|
type: tar
|
||||||
utility:
|
utility:
|
||||||
calicoctl-utility:
|
calicoctl-utility:
|
||||||
location: https://opendev.org/airship/porthole
|
location: http://control-plane.minikube.internal:8282/calicoctl-utility.tgz
|
||||||
reference: 017902b5ceea9b580be741cb3498188d7e7616cc
|
subpath: calicoctl-utility
|
||||||
subpath: charts/calicoctl-utility
|
type: tar
|
||||||
type: git
|
|
||||||
calicoctl-utility-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 200b5e902b3a176fbfbe669b6a10a254c9b50f5d
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
ceph-utility:
|
ceph-utility:
|
||||||
location: https://opendev.org/airship/porthole
|
location: http://control-plane.minikube.internal:8282/ceph-utility.tgz
|
||||||
reference: 017902b5ceea9b580be741cb3498188d7e7616cc
|
subpath: ceph-utility
|
||||||
subpath: charts/ceph-utility
|
type: tar
|
||||||
type: git
|
|
||||||
ceph-utility-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 200b5e902b3a176fbfbe669b6a10a254c9b50f5d
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
compute-utility:
|
compute-utility:
|
||||||
location: https://opendev.org/airship/porthole
|
location: http://control-plane.minikube.internal:8282/compute-utility.tgz
|
||||||
reference: 017902b5ceea9b580be741cb3498188d7e7616cc
|
subpath: compute-utility
|
||||||
subpath: charts/compute-utility
|
type: tar
|
||||||
type: git
|
|
||||||
compute-utility-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 200b5e902b3a176fbfbe669b6a10a254c9b50f5d
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
etcdctl-utility:
|
etcdctl-utility:
|
||||||
location: https://opendev.org/airship/porthole
|
location: http://control-plane.minikube.internal:8282/etcdctl-utility.tgz
|
||||||
reference: 017902b5ceea9b580be741cb3498188d7e7616cc
|
subpath: etcdctl-utility
|
||||||
subpath: charts/etcdctl-utility
|
type: tar
|
||||||
type: git
|
|
||||||
etcdctl-utility-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 200b5e902b3a176fbfbe669b6a10a254c9b50f5d
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
mysqlclient-utility:
|
mysqlclient-utility:
|
||||||
location: https://opendev.org/airship/porthole
|
location: http://control-plane.minikube.internal:8282/mysqlclient-utility.tgz
|
||||||
reference: 017902b5ceea9b580be741cb3498188d7e7616cc
|
subpath: mysqlclient-utility
|
||||||
subpath: charts/mysqlclient-utility
|
type: tar
|
||||||
type: git
|
|
||||||
mysqlclient-utility-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 200b5e902b3a176fbfbe669b6a10a254c9b50f5d
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
openstack-utility:
|
openstack-utility:
|
||||||
location: https://opendev.org/airship/porthole
|
location: http://control-plane.minikube.internal:8282/openstack-utility.tgz
|
||||||
reference: 017902b5ceea9b580be741cb3498188d7e7616cc
|
subpath: openstack-utility
|
||||||
subpath: charts/openstack-utility
|
type: tar
|
||||||
type: git
|
|
||||||
openstack-utility-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 200b5e902b3a176fbfbe669b6a10a254c9b50f5d
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
postgresql-utility:
|
postgresql-utility:
|
||||||
location: https://opendev.org/airship/porthole
|
location: http://control-plane.minikube.internal:8282/postgresql-utility.tgz
|
||||||
reference: 017902b5ceea9b580be741cb3498188d7e7616cc
|
subpath: postgresql-utility
|
||||||
subpath: charts/postgresql-utility
|
type: tar
|
||||||
type: git
|
|
||||||
postgresql-utility-htk:
|
|
||||||
location: https://opendev.org/openstack/openstack-helm-infra
|
|
||||||
reference: 200b5e902b3a176fbfbe669b6a10a254c9b50f5d
|
|
||||||
subpath: helm-toolkit
|
|
||||||
type: git
|
|
||||||
files:
|
files:
|
||||||
kubernetes: https://dl.k8s.io/v1.17.3/kubernetes-node-linux-amd64.tar.gz
|
kubernetes: https://dl.k8s.io/v1.17.3/kubernetes-node-linux-amd64.tar.gz
|
||||||
|
|
||||||
|
|||||||
@@ -155,6 +155,4 @@ data:
|
|||||||
job_image_repo_sync: false
|
job_image_repo_sync: false
|
||||||
pod_calicoctl: false
|
pod_calicoctl: false
|
||||||
service_calico_etcd: false
|
service_calico_etcd: false
|
||||||
dependencies:
|
|
||||||
- calico-htk
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -18,16 +18,15 @@
|
|||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
: "${INSTALL_PATH:="../"}"
|
: "${INSTALL_PATH:="../"}"
|
||||||
: "${OSH_COMMIT:="540df5cb0dbdaed63c202e2d6f2b7891062f8203"}"
|
: "${OSH_COMMIT:="master"}"
|
||||||
: "${OSH_INFRA_COMMIT:="43fd7143481b6ddda0dbd2f26bf6ec39a417b15b"}"
|
|
||||||
: "${CLONE_ARMADA:=true}"
|
: "${CLONE_ARMADA:=true}"
|
||||||
: "${CLONE_ARMADA_GO:=true}"
|
: "${CLONE_ARMADA_GO:=true}"
|
||||||
: "${CLONE_ARMADA_OPERATOR:=true}"
|
: "${CLONE_ARMADA_OPERATOR:=true}"
|
||||||
: "${CLONE_DECKHAND:=true}"
|
: "${CLONE_DECKHAND:=true}"
|
||||||
: "${CLONE_SHIPYARD:=true}"
|
: "${CLONE_SHIPYARD:=true}"
|
||||||
: "${CLONE_PORTHOLE:=true}"
|
|
||||||
: "${CLONE_PROMENADE:=true}"
|
: "${CLONE_PROMENADE:=true}"
|
||||||
: "${CLONE_PEGLEG:=true}"
|
: "${CLONE_PEGLEG:=true}"
|
||||||
|
: "${CLONE_PORTHOLE:=true}"
|
||||||
: "${CLONE_KUBERNETES_ENTRYPOINT:=true}"
|
: "${CLONE_KUBERNETES_ENTRYPOINT:=true}"
|
||||||
: "${CLONE_MAAS:=true}"
|
: "${CLONE_MAAS:=true}"
|
||||||
: "${CLONE_OSH:=true}"
|
: "${CLONE_OSH:=true}"
|
||||||
@@ -37,9 +36,9 @@ CLONE_ARMADA_GO=$(echo "$CLONE_ARMADA_GO" | tr '[:upper:]' '[:lower:]')
|
|||||||
CLONE_ARMADA_OPERATOR=$(echo "$CLONE_ARMADA_OPERATOR" | tr '[:upper:]' '[:lower:]')
|
CLONE_ARMADA_OPERATOR=$(echo "$CLONE_ARMADA_OPERATOR" | tr '[:upper:]' '[:lower:]')
|
||||||
CLONE_DECKHAND=$(echo "$CLONE_DECKHAND" | tr '[:upper:]' '[:lower:]')
|
CLONE_DECKHAND=$(echo "$CLONE_DECKHAND" | tr '[:upper:]' '[:lower:]')
|
||||||
CLONE_SHIPYARD=$(echo "$CLONE_SHIPYARD" | tr '[:upper:]' '[:lower:]')
|
CLONE_SHIPYARD=$(echo "$CLONE_SHIPYARD" | tr '[:upper:]' '[:lower:]')
|
||||||
CLONE_PORTHOLE=$(echo "$CLONE_PORTHOLE" | tr '[:upper:]' '[:lower:]')
|
|
||||||
CLONE_PROMENADE=$(echo "$CLONE_PROMENADE" | tr '[:upper:]' '[:lower:]')
|
CLONE_PROMENADE=$(echo "$CLONE_PROMENADE" | tr '[:upper:]' '[:lower:]')
|
||||||
CLONE_PEGLEG=$(echo "$CLONE_PEGLEG" | tr '[:upper:]' '[:lower:]')
|
CLONE_PEGLEG=$(echo "$CLONE_PEGLEG" | tr '[:upper:]' '[:lower:]')
|
||||||
|
CLONE_PORTHOLE=$(echo "$CLONE_PORTHOLE" | tr '[:upper:]' '[:lower:]')
|
||||||
CLONE_KUBERNETES_ENTRYPOINT=$(echo "$CLONE_KUBERNETES_ENTRYPOINT" | tr '[:upper:]' '[:lower:]')
|
CLONE_KUBERNETES_ENTRYPOINT=$(echo "$CLONE_KUBERNETES_ENTRYPOINT" | tr '[:upper:]' '[:lower:]')
|
||||||
CLONE_MAAS=$(echo "$CLONE_MAAS" | tr '[:upper:]' '[:lower:]')
|
CLONE_MAAS=$(echo "$CLONE_MAAS" | tr '[:upper:]' '[:lower:]')
|
||||||
CLONE_OSH=$(echo "$CLONE_OSH" | tr '[:upper:]' '[:lower:]')
|
CLONE_OSH=$(echo "$CLONE_OSH" | tr '[:upper:]' '[:lower:]')
|
||||||
@@ -49,9 +48,9 @@ export CLONE_ARMADA_GO
|
|||||||
export CLONE_ARMADA_OPERATOR
|
export CLONE_ARMADA_OPERATOR
|
||||||
export CLONE_DECKHAND
|
export CLONE_DECKHAND
|
||||||
export CLONE_SHIPYARD
|
export CLONE_SHIPYARD
|
||||||
export CLONE_PORTHOLE
|
|
||||||
export CLONE_PROMENADE
|
export CLONE_PROMENADE
|
||||||
export CLONE_PEGLEG
|
export CLONE_PEGLEG
|
||||||
|
export CLONE_PORTHOLE
|
||||||
export CLONE_KUBERNETES_ENTRYPOINT
|
export CLONE_KUBERNETES_ENTRYPOINT
|
||||||
export CLONE_MAAS
|
export CLONE_MAAS
|
||||||
export CLONE_OSH
|
export CLONE_OSH
|
||||||
@@ -80,28 +79,20 @@ fi
|
|||||||
if [[ ${CLONE_PEGLEG} = true ]] ; then
|
if [[ ${CLONE_PEGLEG} = true ]] ; then
|
||||||
git clone https://opendev.org/airship/pegleg.git
|
git clone https://opendev.org/airship/pegleg.git
|
||||||
fi
|
fi
|
||||||
|
if [[ ${CLONE_PORTHOLE} = true ]] ; then
|
||||||
|
git clone https://opendev.org/airship/porthole.git
|
||||||
|
fi
|
||||||
if [[ ${CLONE_KUBERNETES_ENTRYPOINT} = true ]] ; then
|
if [[ ${CLONE_KUBERNETES_ENTRYPOINT} = true ]] ; then
|
||||||
git clone https://opendev.org/airship/kubernetes-entrypoint.git
|
git clone https://opendev.org/airship/kubernetes-entrypoint.git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Clone dependencies
|
|
||||||
if [[ ${CLONE_MAAS} = true ]] ; then
|
if [[ ${CLONE_MAAS} = true ]] ; then
|
||||||
git clone "https://review.opendev.org/airship/maas.git"
|
git clone "https://review.opendev.org/airship/maas.git"
|
||||||
fi
|
fi
|
||||||
if [[ ${CLONE_PORTHOLE} = true ]] ; then
|
|
||||||
git clone "https://review.opendev.org/airship/porthole.git"
|
# Clone dependencies
|
||||||
fi
|
|
||||||
if [[ ${CLONE_OSH} = true ]] ; then
|
if [[ ${CLONE_OSH} = true ]] ; then
|
||||||
git clone "https://opendev.org/openstack/openstack-helm.git"
|
git clone "https://opendev.org/openstack/openstack-helm.git"
|
||||||
pushd openstack-helm
|
pushd openstack-helm
|
||||||
git checkout "${OSH_COMMIT}"
|
git checkout "${OSH_COMMIT}"
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
git clone "https://opendev.org/openstack/openstack-helm-infra.git"
|
|
||||||
pushd openstack-helm-infra
|
|
||||||
git checkout "${OSH_INFRA_COMMIT}"
|
|
||||||
popd
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,9 +20,8 @@ set -xe
|
|||||||
CURRENT_DIR="$(pwd)"
|
CURRENT_DIR="$(pwd)"
|
||||||
: "${INSTALL_PATH:="../"}"
|
: "${INSTALL_PATH:="../"}"
|
||||||
: "${ARTIFACTS_PATH:="../artifacts"}"
|
: "${ARTIFACTS_PATH:="../artifacts"}"
|
||||||
: "${HTK_COMMIT:="962333df313e04a01923ca8394d2a44f2afbb714"}"
|
: "${HTK_COMMIT:="master"}"
|
||||||
: "${MAKE_CHARTS_OPENSTACK_HELM:=true}"
|
: "${MAKE_CHARTS_OPENSTACK_HELM:=true}"
|
||||||
: "${MAKE_CHARTS_OSH_INFRA:=true}"
|
|
||||||
: "${MAKE_CHARTS_ARMADA:=true}"
|
: "${MAKE_CHARTS_ARMADA:=true}"
|
||||||
: "${MAKE_CHARTS_DECKHAND:=true}"
|
: "${MAKE_CHARTS_DECKHAND:=true}"
|
||||||
: "${MAKE_CHARTS_SHIPYARD:=true}"
|
: "${MAKE_CHARTS_SHIPYARD:=true}"
|
||||||
@@ -32,7 +31,6 @@ CURRENT_DIR="$(pwd)"
|
|||||||
|
|
||||||
|
|
||||||
MAKE_CHARTS_OPENSTACK_HELM=$(echo "$MAKE_CHARTS_OPENSTACK_HELM" | tr '[:upper:]' '[:lower:]')
|
MAKE_CHARTS_OPENSTACK_HELM=$(echo "$MAKE_CHARTS_OPENSTACK_HELM" | tr '[:upper:]' '[:lower:]')
|
||||||
MAKE_CHARTS_OSH_INFRA=$(echo "$MAKE_CHARTS_OSH_INFRA" | tr '[:upper:]' '[:lower:]')
|
|
||||||
MAKE_CHARTS_ARMADA=$(echo "$MAKE_CHARTS_ARMADA" | tr '[:upper:]' '[:lower:]')
|
MAKE_CHARTS_ARMADA=$(echo "$MAKE_CHARTS_ARMADA" | tr '[:upper:]' '[:lower:]')
|
||||||
MAKE_CHARTS_DECKHAND=$(echo "$MAKE_CHARTS_DECKHAND" | tr '[:upper:]' '[:lower:]')
|
MAKE_CHARTS_DECKHAND=$(echo "$MAKE_CHARTS_DECKHAND" | tr '[:upper:]' '[:lower:]')
|
||||||
MAKE_CHARTS_SHIPYARD=$(echo "$MAKE_CHARTS_SHIPYARD" | tr '[:upper:]' '[:lower:]')
|
MAKE_CHARTS_SHIPYARD=$(echo "$MAKE_CHARTS_SHIPYARD" | tr '[:upper:]' '[:lower:]')
|
||||||
@@ -40,7 +38,6 @@ MAKE_CHARTS_MAAS=$(echo "$MAKE_CHARTS_MAAS" | tr '[:upper:]' '[:lower:]')
|
|||||||
MAKE_CHARTS_PORTHOLE=$(echo "$MAKE_CHARTS_PORTHOLE" | tr '[:upper:]' '[:lower:]')
|
MAKE_CHARTS_PORTHOLE=$(echo "$MAKE_CHARTS_PORTHOLE" | tr '[:upper:]' '[:lower:]')
|
||||||
MAKE_CHARTS_PROMENADE=$(echo "$MAKE_CHARTS_PROMENADE" | tr '[:upper:]' '[:lower:]')
|
MAKE_CHARTS_PROMENADE=$(echo "$MAKE_CHARTS_PROMENADE" | tr '[:upper:]' '[:lower:]')
|
||||||
export MAKE_CHARTS_OPENSTACK_HELM
|
export MAKE_CHARTS_OPENSTACK_HELM
|
||||||
export MAKE_CHARTS_OSH_INFRA
|
|
||||||
export MAKE_CHARTS_ARMADA
|
export MAKE_CHARTS_ARMADA
|
||||||
export MAKE_CHARTS_DECKHAND
|
export MAKE_CHARTS_DECKHAND
|
||||||
export MAKE_CHARTS_SHIPYARD
|
export MAKE_CHARTS_SHIPYARD
|
||||||
@@ -59,7 +56,7 @@ if [[ ${MAKE_CHARTS_ARMADA} = true ]] ; then
|
|||||||
cd charts
|
cd charts
|
||||||
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
||||||
do
|
do
|
||||||
find . -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../../artifacts/$i.tgz" \;
|
find . -maxdepth 1 -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../../artifacts/$i.tgz" \;
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
@@ -68,7 +65,7 @@ if [[ ${MAKE_CHARTS_DECKHAND} = true ]] ; then
|
|||||||
make charts
|
make charts
|
||||||
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
||||||
do
|
do
|
||||||
find . -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../artifacts/$i.tgz" \;
|
find . -maxdepth 1 -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../artifacts/$i.tgz" \;
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
@@ -77,16 +74,7 @@ if [[ ${MAKE_CHARTS_SHIPYARD} = true ]] ; then
|
|||||||
make charts
|
make charts
|
||||||
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
||||||
do
|
do
|
||||||
find . -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../artifacts/$i.tgz" \;
|
find . -maxdepth 1 -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../artifacts/$i.tgz" \;
|
||||||
done
|
|
||||||
popd
|
|
||||||
fi
|
|
||||||
if [[ ${MAKE_CHARTS_OSH_INFRA} = true ]] ; then
|
|
||||||
pushd openstack-helm-infra
|
|
||||||
make all SKIP_CHANGELOG=1
|
|
||||||
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -E 's|\.\/([a-zA-Z0-9\-]+)-[0-9.]+\+.*\.tgz|\1|' | sort -u)
|
|
||||||
do
|
|
||||||
find . -name "$i-[0-9]*.tgz" -print -exec cp -av {} "../artifacts/$i.tgz" \;
|
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
@@ -95,7 +83,7 @@ if [[ ${MAKE_CHARTS_OPENSTACK_HELM} = true ]] ; then
|
|||||||
make all SKIP_CHANGELOG=1
|
make all SKIP_CHANGELOG=1
|
||||||
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -E 's|\.\/([a-zA-Z0-9\-]+)-[0-9.]+\+.*\.tgz|\1|' | sort -u)
|
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -E 's|\.\/([a-zA-Z0-9\-]+)-[0-9.]+\+.*\.tgz|\1|' | sort -u)
|
||||||
do
|
do
|
||||||
find . -name "$i-[0-9]*.tgz" -print -exec cp -av {} "../artifacts/$i.tgz" \;
|
find . -maxdepth 1 -name "$i-[0-9]*.tgz" -print -exec cp -av {} "../artifacts/$i.tgz" \;
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
@@ -104,7 +92,7 @@ if [[ ${MAKE_CHARTS_MAAS} = true ]] ; then
|
|||||||
make charts
|
make charts
|
||||||
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
||||||
do
|
do
|
||||||
find . -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../artifacts/$i.tgz" \;
|
find . -maxdepth 1 -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../artifacts/$i.tgz" \;
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
@@ -114,7 +102,7 @@ if [[ ${MAKE_CHARTS_PORTHOLE} = true ]] ; then
|
|||||||
cd charts
|
cd charts
|
||||||
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
||||||
do
|
do
|
||||||
find . -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../../artifacts/$i.tgz" \;
|
find . -maxdepth 1 -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../../artifacts/$i.tgz" \;
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
@@ -124,7 +112,7 @@ if [[ ${MAKE_CHARTS_PROMENADE} = true ]] ; then
|
|||||||
cd charts
|
cd charts
|
||||||
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
for i in $(find . -maxdepth 1 -name "*.tgz" -print | sed -e 's/\-[0-9.]*\.tgz//'| cut -d / -f 2 | sort)
|
||||||
do
|
do
|
||||||
find . -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../../artifacts/$i.tgz" \;
|
find . -maxdepth 1 -name "$i-[0-9.]*.tgz" -print -exec cp -av {} "../../artifacts/$i.tgz" \;
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user