Add clusters.yml to setup
This commit is contained in:
parent
593b1efe6c
commit
88764c44b2
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
# clusters.yml
|
||||||
|
# This file defines a list of Clusters that pvcbootstrapd should be aware of.
|
||||||
|
# This file is OPTIONAL unless you use pvcbootstrapd. It should contain, in the
|
||||||
|
# "clusters" list, all cluster names for which a "bootstrap.yml" is configured.
|
||||||
|
|
||||||
|
clusters:
|
||||||
|
# - cluster1
|
||||||
|
# - cluster2
|
|
@ -30,6 +30,7 @@ ln -s ../pvc-ansible/roles/base roles/base
|
||||||
ln -s ../pvc-ansible/roles/pvc roles/pvc
|
ln -s ../pvc-ansible/roles/pvc roles/pvc
|
||||||
ln -s files ceph
|
ln -s files ceph
|
||||||
cp pvc-ansible/pvc.yml .
|
cp pvc-ansible/pvc.yml .
|
||||||
|
cp pvc-ansible/clusters.yml .
|
||||||
touch hosts
|
touch hosts
|
||||||
cat <<EOF >update-remote.sh
|
cat <<EOF >update-remote.sh
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
Loading…
Reference in New Issue