Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yaguangtang authored Aug 4, 2022
1 parent 6b103d2 commit 1bfcae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ elif [[ "$OPENSTACK_VERSION" == "xena" ]]; then
wget -O /out/kolla_"$OPENSTACK_VERSION"/prometheus_memcached_exporter.tar.gz https://github.com/prometheus/memcached_exporter/releases/download/v0.6.0/memcached_exporter-0.6.0.linux-amd64.tar.gz
wget -O /out/kolla_"$OPENSTACK_VERSION"/prometheus_haproxy_exporter.tar.gz https://github.com/prometheus/haproxy_exporter/releases/download/v0.10.0/haproxy_exporter-0.10.0.linux-amd64.tar.gz
wget -O /out/kolla_"$OPENSTACK_VERSION"/prometheus_elasticsearch_exporter.tar.gz https://github.com/prometheus-community/elasticsearch_exporter/releases/download/v1.2.1/elasticsearch_exporter-1.2.1.linux-amd64.tar.gz
wget -O /out/kolla_"$OPENSTACK_VERSION"/clustercheck.sh https://src.fedoraproject.org/rpms/mariadb/raw/10.3/f/clustercheck.sh
fi

cd /out; tar czvf /out/kolla_"$OPENSTACK_VERSION"_rpm_repo.tar.gz ./kolla_"$OPENSTACK_VERSION"/
Expand Down

0 comments on commit 1bfcae1

Please sign in to comment.