aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-vlan-port.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-10-01 09:50:44 -0400
committerDan Prince <dprince@redhat.com>2015-10-01 09:50:44 -0400
commit4425d007fddd3fff904040d5233ffe485fd7e84f (patch)
tree9bc14066ae65565532155fa1099e6fbd362741ea /undercloud-vlan-port.yaml
parent3fd199d8e7fa59979a0aff7d78cce61d6cd607a8 (diff)
Deprecate the undercloud templates.
This patch moves the undercloud templates into the deprecated directory. The Makefile still builds the resulting templates at the top level so users should not be broken by this change. Change-Id: Ibcb87fe31a6894552a5e445b5495e69fdcc2d382
Diffstat (limited to 'undercloud-vlan-port.yaml')
-rw-r--r--undercloud-vlan-port.yaml37
1 files changed, 0 insertions, 37 deletions
diff --git a/undercloud-vlan-port.yaml b/undercloud-vlan-port.yaml
deleted file mode 100644
index 7e39f5fc..00000000
--- a/undercloud-vlan-port.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-outputs:
- PublicIP:
- description: Address for registering endpoints in the cloud.
- value: {get_attr: [undercloud_VLANPort, fixed_ips, 0, ip_address]}
-resources:
- # Override the main template which can also supply a static route.
- undercloud_99VLANPort:
- type: OS::Heat::StructuredDeployment
- properties:
- config: {get_resource: undercloudVLANPortConfig}
- server: {get_resource: undercloud}
- signal_transport: NO_SIGNAL
- undercloudVLANPortConfig:
- type: OS::Heat::StructuredConfig
- properties:
- config:
- neutron:
- ovs:
- public_interface_tag_ip:
- Fn::Join:
- - '/'
- - - {get_attr: [undercloud_VLANPort, fixed_ips, 0, ip_address]}
- - '24'
- # This should also be pulled out of the subnet. May need a
- # neutron fix too - XXX make into a parameter and feed it
- # in via _undercloud.sh for now.
- # Tell the instance to apply the default route.
- # Reinstate when https://bugs.launchpad.net/heat/+bug/1336656 is
- # sorted
- # public_interface_route:
- # get_attr: [undercloud_VLANPort, fixed_ips, 0, subnet, gateway_ip]
- undercloud_VLANPort:
- type: OS::Neutron::Port
- properties:
- name: undercloud_vlan
- network: public
- replacement_policy: AUTO \ No newline at end of file