on 06-Oct-2017 11:18
Problem this snippet solves:
F5 Networks provides checksums for all of our supported OpenStack Heat Orchestration templates.
You can find the OpenStack Heat Orchestration templates in the dist directory on GitHub: https://github.com/F5Networks/f5-openstack-hot/tree/master/dist
For OpenStack, all of the templates themselves are located in the f5-openstack-hot-supported.tar.gz file. See the individual README files for information about individual supported templates: https://github.com/F5Networks/f5-openstack-hot/tree/master/supported/templates.
You can get a checksum for a particular template by running one of the following commands, depending on your operating system:
sha512sum <path_to_template>
CertUtil –hashfile <path_to_template> SHA512
You can compare the checksum produced by that command against the following list.
f5-openstack-hot-supported.tar.gz fc3c1bb04cb26a2ef94b45c3f5554d77e6b19d5eac79296a155d5001e04c4d2c28f203a7dd4ac5bbb0c0e358203be85a863b6c368f1159816d5a4cf0b8f6d89b
f5-openstack-hot-supported.tar.gz aaac9adee4af968bc5110428ad19a95bceb4c0fbd9d8fa985d6db076149b55470cd0428e69b5d8e0ecb1befe06d00e062bffd9f629f07ffdea8a0abf23d2bd00
f5-openstack-hot-supported.tar.gz 159e991e5215336697f6baf596fb417094c2603fb834385476bd26c1ae11a15d1156d35e8584519494b7f6099de4ad1b726c1d3493c8d1f7ddbc403503a907cd
f5-openstack-hot-supported.tar.gz 1c8c4ca73aba5c3ca97ab03560254bea04d82c7e306495bc2dfaee11850c9121d88b5467fd1cb198de429bd97beaabd64897e92fa9d85e6a52eed5ba9041725b
Code :
You can get a checksum for a particular template by running one of the following commands, depending on your operating system: * **Linux**: `sha512sum` * **Windows using CertUtil**: `CertUtil –hashfile SHA512`