591ae700ce
* Adding bastion and private network provisioning for openstack terraform * Remove usage of floating-ip property * Combine openstack instances + floating ips * Fix relating floating IPs to hosts for openstack builds * Tighten up security groups Allow ssh into all instances with floating IP * Add the gluster hosts to the no-floating group * Break terraform into modules * Update README and var descriptions to match current config * Remove volume property in gluster compute def * Include cluster name in internal network and router names * Make dns_nameservers a variable
7 lines
168 B
HCL
7 lines
168 B
HCL
output "router_id" {
|
|
value = "${openstack_networking_router_interface_v2.k8s.id}"
|
|
}
|
|
|
|
output "network_id" {
|
|
value = "${openstack_networking_subnet_v2.k8s.id}"
|
|
}
|