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:
parent
0eea6646c6
commit
402a013e8f
21
tools/deployment/common/deploy-k8s-kubeadm.sh
Executable file
21
tools/deployment/common/deploy-k8s-kubeadm.sh
Executable 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}
|
@ -1 +1 @@
|
||||
../common/000-install-packages.sh
|
||||
../../common/install-packages.sh
|
@ -1 +1 @@
|
||||
../common/010-deploy-k8s.sh
|
||||
../../common/deploy-k8s.sh
|
1
tools/deployment/developer/ceph/011-deploy-k8s-kubeadm.sh
Symbolic link
1
tools/deployment/developer/ceph/011-deploy-k8s-kubeadm.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../common/deploy-k8s-kubeadm.sh
|
@ -1 +1 @@
|
||||
../common/020-setup-client.sh
|
||||
../../common/setup-client.sh
|
@ -1 +1 @@
|
||||
../common/030-ingress.sh
|
||||
../../component/common/ingress.sh
|
Loading…
Reference in New Issue
Block a user