We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe8dbc commit 90b1327Copy full SHA for 90b1327
openstack/datasources.tf
@@ -14,6 +14,7 @@ data "template_file" "user_data" {
14
network_id = openstack_networking_network_v2.cluster.id
15
network_name = openstack_networking_network_v2.cluster.name
16
security_group = openstack_networking_secgroup_v2.cluster.name
17
+ ceph_network = data.openstack_networking_network_v2.external_ceph.id
18
ceph_secret = openstack_sharedfilesystem_share_access_v2.cluster_fs_access.access_key
19
}
20
)
openstack/files/bootstrap_custom.sh.tpl
@@ -11,6 +11,7 @@ security_group: ${security_group}
11
cluster_id: ${cluster_id}
12
ansible_repo: ${ansible_repo}
13
ansible_branch: ${ansible_branch}
+ceph_network: ${ceph_network}
EOF
mkdir -p /etc/ansible/facts.d/
0 commit comments