Update ceph development scripts

With the move to helm v3, several of the development scripts are
either out of date or are linked to ones that are. This change
updates several of the symlinks and scripts that exist under
the ceph development directory to bring them up-to-date with
the current state of the repository.

Change-Id: I15b431d5301d47c6c83513e356c0c819d2c50963
This commit is contained in:
Gage Hugo 2022-02-16 10:23:21 -06:00
parent 0eea6646c6
commit 402a013e8f
6 changed files with 26 additions and 4 deletions

View File

@ -0,0 +1,21 @@
#!/bin/bash
# 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
CURRENT_DIR="$(pwd)"
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
cd ${OSH_INFRA_PATH}
./tools/gate/deploy-k8s-kubeadm.sh
cd ${CURRENT_DIR}

View File

@ -1 +1 @@
../common/000-install-packages.sh
../../common/install-packages.sh

View File

@ -1 +1 @@
../common/010-deploy-k8s.sh
../../common/deploy-k8s.sh

View File

@ -0,0 +1 @@
../../common/deploy-k8s-kubeadm.sh

View File

@ -1 +1 @@
../common/020-setup-client.sh
../../common/setup-client.sh

View File

@ -1 +1 @@
../common/030-ingress.sh
../../component/common/ingress.sh