diff --git a/tools/deployment/openstack-support/070-mariadb.sh b/tools/deployment/openstack-support/070-mariadb.sh new file mode 120000 index 000000000..fbdc02262 --- /dev/null +++ b/tools/deployment/openstack-support/070-mariadb.sh @@ -0,0 +1 @@ +../keystone-auth/060-mariadb.sh \ No newline at end of file diff --git a/tools/deployment/openstack-support/080-setup-client.sh b/tools/deployment/openstack-support/080-setup-client.sh new file mode 120000 index 000000000..afa46dfac --- /dev/null +++ b/tools/deployment/openstack-support/080-setup-client.sh @@ -0,0 +1 @@ +../keystone-auth/010-setup-client.sh \ No newline at end of file diff --git a/tools/deployment/openstack-support/090-keystone.sh b/tools/deployment/openstack-support/090-keystone.sh new file mode 120000 index 000000000..b937970fc --- /dev/null +++ b/tools/deployment/openstack-support/090-keystone.sh @@ -0,0 +1 @@ +../keystone-auth/070-keystone.sh \ No newline at end of file diff --git a/tools/deployment/openstack-support/100-ceph-radosgateway.sh b/tools/deployment/openstack-support/100-ceph-radosgateway.sh new file mode 100755 index 000000000..0606fc424 --- /dev/null +++ b/tools/deployment/openstack-support/100-ceph-radosgateway.sh @@ -0,0 +1,65 @@ +#!/bin/bash + +# Copyright 2017 The Openstack-Helm Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + +set -xe + +#NOTE: Lint and package chart +: ${OSH_INFRA_PATH:="../openstack-helm-infra"} +make -C ${OSH_INFRA_PATH} ceph-rgw + +#NOTE: Deploy command +: ${OSH_EXTRA_HELM_ARGS:=""} +tee /tmp/radosgw-openstack.yaml <