Fix airskiff gate and uplift shipyard

Now Shipyard [1] requires `statefulset` to be configured
for airflow endpoints.

This patch fixes both airskiff gates and other sites.

[1] https://review.opendev.org/#/c/671575/

Change-Id: I29edeb27763059b1dd5f99db4740e0913f0dc56d
This commit is contained in:
Evgeny L 2019-08-30 20:09:41 +00:00
parent 75bc50daf8
commit 20ea85df6e
5 changed files with 13 additions and 5 deletions

View File

@ -493,7 +493,7 @@ data:
type: git type: git
shipyard: shipyard:
location: https://opendev.org/airship/shipyard location: https://opendev.org/airship/shipyard
reference: fed3407634c662720885658d179274b74c37f576 reference: c21555fce0d4f9dffce219d1be70e5d5cebca2a7
subpath: charts/shipyard subpath: charts/shipyard
type: git type: git
shipyard-htk: shipyard-htk:
@ -643,10 +643,10 @@ data:
promenade: quay.io/airshipit/promenade:b3533b8522ac67f581837a1a5033d3b9777e9e89 promenade: quay.io/airshipit/promenade:b3533b8522ac67f581837a1a5033d3b9777e9e89
rabbitmq: {} rabbitmq: {}
shipyard: shipyard:
airflow: quay.io/airshipit/airflow:fed3407634c662720885658d179274b74c37f576-ubuntu_xenial airflow: quay.io/airshipit/airflow:c21555fce0d4f9dffce219d1be70e5d5cebca2a7-ubuntu_xenial
airflow_db_sync: quay.io/airshipit/airflow:fed3407634c662720885658d179274b74c37f576-ubuntu_xenial airflow_db_sync: quay.io/airshipit/airflow:c21555fce0d4f9dffce219d1be70e5d5cebca2a7-ubuntu_xenial
shipyard: quay.io/airshipit/shipyard:fed3407634c662720885658d179274b74c37f576-ubuntu_xenial shipyard: quay.io/airshipit/shipyard:c21555fce0d4f9dffce219d1be70e5d5cebca2a7-ubuntu_xenial
shipyard_db_sync: quay.io/airshipit/shipyard:fed3407634c662720885658d179274b74c37f576-ubuntu_xenial shipyard_db_sync: quay.io/airshipit/shipyard:c21555fce0d4f9dffce219d1be70e5d5cebca2a7-ubuntu_xenial
tiller: {} tiller: {}
packages: packages:
gpgkey: |- gpgkey: |-

View File

@ -108,6 +108,8 @@ data:
public: 80 public: 80
airflow_oslo_messaging: airflow_oslo_messaging:
namespace: null namespace: null
statefulset:
name: airship-ucp-rabbitmq-rabbitmq
hosts: hosts:
default: rabbitmq default: rabbitmq
host_fqdn_override: host_fqdn_override:

View File

@ -163,6 +163,8 @@ data:
public: 80 public: 80
airflow_oslo_messaging: airflow_oslo_messaging:
namespace: null namespace: null
statefulset:
name: airship-ucp-rabbitmq-rabbitmq
hosts: hosts:
default: rabbitmq default: rabbitmq
host_fqdn_override: host_fqdn_override:

View File

@ -108,6 +108,8 @@ data:
public: 80 public: 80
airflow_oslo_messaging: airflow_oslo_messaging:
namespace: null namespace: null
statefulset:
name: airship-ucp-rabbitmq-rabbitmq
hosts: hosts:
default: rabbitmq default: rabbitmq
host_fqdn_override: host_fqdn_override:

View File

@ -108,6 +108,8 @@ data:
public: 80 public: 80
airflow_oslo_messaging: airflow_oslo_messaging:
namespace: null namespace: null
statefulset:
name: airship-ucp-rabbitmq-rabbitmq
hosts: hosts:
default: rabbitmq default: rabbitmq
host_fqdn_override: host_fqdn_override: