summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2016-03-10 14:19:26 -0500
committerBrian Coca <bcoca@ansible.com>2016-03-10 14:19:26 -0500
commit33f96edcd0003dfbccfb98129236b583f7225d34 (patch)
tree72e6546466e8d7befe7b4898918c4c1b9538d2ea
parentcf27cf0a9e726f45f4464f8d66856bbe35145d31 (diff)
parent4264df693f06219863d72fb4ef9db8ff10730970 (diff)
downloadansible-33f96edcd0003dfbccfb98129236b583f7225d34.tar.gz
Merge pull request #14896 from resmo/docsite/cloudstack-vpc
docsite, cloudstack: inform limited VPC support
-rw-r--r--docsite/rst/guide_cloudstack.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docsite/rst/guide_cloudstack.rst b/docsite/rst/guide_cloudstack.rst
index c798b26ea1..425000f101 100644
--- a/docsite/rst/guide_cloudstack.rst
+++ b/docsite/rst/guide_cloudstack.rst
@@ -23,6 +23,10 @@ You'll need this Python module installed on the execution host, usually your wor
.. note:: cs also includes a command line interface for ad-hoc interaction with the CloudStack API e.g. ``$ cs listVirtualMachines state=Running``.
+Limitations and Known Issues
+````````````````````````````
+VPC support is not yet fully implemented and tested. The community is working on the VPC integration.
+
Credentials File
````````````````
You can pass credentials and the endpoint of your cloud as module arguments, however in most cases it is a far less work to store your credentials in the cloudstack.ini file.
@@ -192,9 +196,9 @@ In the above play we defined 3 tasks and use the group ``cloud-vm`` as target to
In the first task, we ensure we have a running VM created with the Debian template. If the VM is already created but stopped, it would just start it. If you like to change the offering on an exisiting VM, you must add ``force: yes`` to the task, which would stop the VM, change the offering and start the VM again.
-In the second task we ensure the ports are opened if we give a public IP to the VM.
+In the second task we ensure the ports are opened if we give a public IP to the VM.
-In the third task we add static NAT to the VMs having a public IP defined.
+In the third task we add static NAT to the VMs having a public IP defined.
.. Note:: The public IP addresses must have been acquired in advance, also see ``cs_ip_address``