mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Adding some documentation
This commit is contained in:
parent
70e2db1269
commit
da5b836ae0
@ -127,6 +127,23 @@ it can be verified with Salt:
|
||||
|
||||
# salt myinstance test.ping
|
||||
|
||||
RackConnect Environments
|
||||
--------------------------------
|
||||
|
||||
Rackspace offered a hybrid hosting configuration option called RackConnect that
|
||||
allows you to use a physical firewall appliance with your cloud servers. When this
|
||||
service is in use the public_ip assigned by nova will be replaced by a NAT ip on
|
||||
the firewall. For salt-cloud to work properly it must use the newly assigned "access ip"
|
||||
instead of the Nova assigned public ip. You can enable that capability by adding this
|
||||
to you profiles:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
openstack_512:
|
||||
provider: my-openstack-config
|
||||
size: 512MB Standard Instance
|
||||
image: Ubuntu 12.04 LTS (Precise Pangolin)
|
||||
rackconnect: True
|
||||
|
||||
First and Next Generation Images
|
||||
--------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user