From 3ecbf827ec1547ffa1b4def219f1f0f8e28bdea2 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 4 Oct 2018 11:23:14 +0300 Subject: [PATCH] Rename no-tls environment It was using a wrong name, which came by accident since it was introduced to the sample environment generator. Change-Id: I154af6d0b7ebf5cd339d5d06eaaf9b1ab66814b0 Related-Bug: #1796022 --- ...ls-endpoints-public.yaml => no-tls-endpoints-public-ip.yaml} | 0 sample-env-generator/ssl.yaml | 2 +- tools/yaml-validate.py | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename environments/ssl/{no-tls-endpoints-public.yaml => no-tls-endpoints-public-ip.yaml} (100%) diff --git a/environments/ssl/no-tls-endpoints-public.yaml b/environments/ssl/no-tls-endpoints-public-ip.yaml similarity index 100% rename from environments/ssl/no-tls-endpoints-public.yaml rename to environments/ssl/no-tls-endpoints-public-ip.yaml diff --git a/sample-env-generator/ssl.yaml b/sample-env-generator/ssl.yaml index 35ebd61366..35d923d9db 100644 --- a/sample-env-generator/ssl.yaml +++ b/sample-env-generator/ssl.yaml @@ -452,7 +452,7 @@ environments: ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'} ZaqarWebSocketUIConfig: {protocol: 'wss', port: '443', host: 'CLOUDNAME'} - - name: ssl/no-tls-endpoints-public + name: ssl/no-tls-endpoints-public-ip title: Deploy All Endpoints without TLS and with IP addresses description: | Use this environment when deploying an overcloud where all the endpoints not diff --git a/tools/yaml-validate.py b/tools/yaml-validate.py index 3b622f8276..65935e313e 100755 --- a/tools/yaml-validate.py +++ b/tools/yaml-validate.py @@ -51,6 +51,7 @@ envs_containing_endpoint_map = ['no-tls-endpoints-public-ip.yaml', 'tls-endpoints-public-dns.yaml', 'tls-endpoints-public-ip.yaml', 'tls-everywhere-endpoints-dns.yaml', + 'no-tls-endpoints-public-ip.yaml', 'tls-endpoints-public-dns.yaml', 'tls-endpoints-public-ip.yaml', 'tls-everywhere-endpoints-dns.yaml']