aboutsummaryrefslogtreecommitdiffstats
path: root/deprecated/ssl-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-01 22:46:44 +0000
committerGerrit Code Review <review@openstack.org>2015-12-01 22:46:44 +0000
commita3a6b30d1093113db6b909f833570e1574e8b454 (patch)
tree4dbf720ce040ea0b3816e65e052c26e021ad2be4 /deprecated/ssl-source.yaml
parentfdc2359e4515dfa50048b3b6cd4896ef4744cc5f (diff)
parentfba215a69da02a97f5132671c43a2cc6a5a2c2d1 (diff)
Merge "Drop deprecated templates/Makefile/merge.py"
Diffstat (limited to 'deprecated/ssl-source.yaml')
-rw-r--r--deprecated/ssl-source.yaml54
1 files changed, 0 insertions, 54 deletions
diff --git a/deprecated/ssl-source.yaml b/deprecated/ssl-source.yaml
deleted file mode 100644
index a9357323..00000000
--- a/deprecated/ssl-source.yaml
+++ /dev/null
@@ -1,54 +0,0 @@
-description: 'ssl-source: SSL endpoint metadata for openstack'
-parameters:
- SSLCACertificate:
- default: ''
- description: If set, the contents of an SSL certificate authority file.
- type: string
- SSLCertificate:
- default: ''
- description: If set, the contents of an SSL certificate .crt file for encrypting SSL endpoints.
- type: string
- hidden: true
- SSLKey:
- default: ''
- description: If set, the contents of an SSL certificate .key file for encrypting SSL endpoints.
- type: string
- hidden: true
-resources:
- SSLConfig:
- type: OS::Heat::StructuredConfig
- properties:
- group: os-apply-config
- config:
- ssl:
- ca_certificate: {get_input: ssl_ca_certificate}
- stunnel:
- cert: {get_input: ssl_certificate}
- key: {get_input: ssl_key}
- cacert: {get_input: ssl_ca_certificate}
- connect_host: {get_input: controller_host}
- ports:
- - name: 'ec2'
- accept: 13773
- connect: 8773
- - name: 'image'
- accept: 13292
- connect: 9292
- - name: 'identity'
- accept: 13000
- connect: 5000
- - name: 'network'
- accept: 13696
- connect: 9696
- - name: 'compute'
- accept: 13774
- connect: 8774
- - name: 'swift-proxy'
- accept: 13080
- connect: 8080
- - name: 'cinder'
- accept: 13776
- connect: 8776
- - name: 'ceilometer'
- accept: 13777
- connect: 8777