Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 894 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 894 Bytes

Clearwater Heat Templates

This repository contains templates for use with OpenStack Heat to deploy Project Clearwater.

clearwater.yaml is the top-level template, and depends on the other templates to create a network and Clearwater servers.

To use them, you must

  • have an Ubuntu 14.04 cloud image imported into your OpenStack deployment
  • identify the external network in OpenStack that Clearwater should hang off, and find its network ID
  • create a DNS private key by running head -c 64 /dev/random | base64 -w 0
  • create the stack by running heat stack-create clearwater -f clearwater.yaml -P "public_mgmt_net_id=...;public_sig_net_id=...;dnssec_key=...".

For further options, see the definition of the parameters block in clearwater.yaml.