From cfddfefaa8377ed55ea9a878a21c2ae442599388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Fri, 26 Oct 2018 05:26:30 +0200 Subject: [PATCH] Extend DeployedServerPortMap to include network props In I68e064d23ec5d43f59146d974cae604d2c5fdb52 we start using the 'tags' of the ctlplane network via get_attr on the ControlVirtualIP resource. Deployed Server users will have to extend the port map (DeployedServerPortMap) to include the network and tags. Change-Id: I458f188998305785bdfe3681d29a055432c67b5f --- .../advanced_deployment/deployed_server.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/source/install/advanced_deployment/deployed_server.rst b/doc/source/install/advanced_deployment/deployed_server.rst index a165504a..dcb8dbf6 100644 --- a/doc/source/install/advanced_deployment/deployed_server.rst +++ b/doc/source/install/advanced_deployment/deployed_server.rst @@ -326,11 +326,17 @@ command:: - ip_address: 192.168.24.9 subnets: - cidr: 192.168.24.0/24 + network: + tags: + - 192.168.24.0/24 compute0-ctlplane: fixed_ips: - ip_address: 192.168.24.8 subnets: - cidr: 192.168.24..0/24 + network: + tags: + - 192.168.24.0/24 The value of the DeployedServerPortMap variable is a map. The keys correspond to the ``-ctlplane`` of the deployed servers. Specify the ip @@ -356,16 +362,25 @@ from any CIDR:: - ip_address: 192.168.100.1 subnets: - cidr: 192.168.100.0/24 + network: + tags: + - 192.168.100.0/24 controller0-ctlplane: fixed_ips: - ip_address: 192.168.100.2 subnets: - cidr: 192.168.100.0/24 + network: + tags: + - 192.168.100.0/24 compute0-ctlplane: fixed_ips: - ip_address: 192.168.100.3 subnets: - cidr: 192.168.100.0/24 + network: + tags: + - 192.168.100.0/24 In the above example, notice how ``RedisVipPort`` is mapped to ``network/ports/noop.yaml``. This mapping is due to the fact that the