Add an 'access_ip' for openstack resources to the terraform inventory builder script (#3592)

* Add an 'access_ip' for openstack resources to the terraform inventory builder script

* Update Openstack README

* Only use ipv4

* If there's a floating IP assigned to an openstack instance, use that for access_ip
This commit is contained in:
Ted Wexler
2018-10-29 14:28:23 -04:00
committed by Antoine Legrand
parent 0acb823d96
commit 58b4fea2b1
2 changed files with 2 additions and 8 deletions

View File

@@ -436,14 +436,6 @@ $ kubectl config use-context default-system
kubectl version
```
If you are using floating ip addresses then you may get this error:
```
Unable to connect to the server: x509: certificate is valid for 10.0.0.6, 10.233.0.1, 127.0.0.1, not 132.249.238.25
```
You can tell kubectl to ignore this condition by adding the
`--insecure-skip-tls-verify` option.
## GlusterFS
GlusterFS is not deployed by the standard`cluster.yml` playbook, see the
[GlusterFS playbook documentation](../../network-storage/glusterfs/README.md)